html {
	scroll-padding-top: 66px;
}

body {
	color: #333;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
	font-weight: 300;
}

body.is-hidden {
	overflow: hidden;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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;
}

html {
	scroll-behavior: auto;
}

/* Set core body defaults */

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

/* 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;
}

/* ホバー */

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

.l-drawer {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 500;
}

.l-header {
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 999;
}

.card {
	background-color: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	padding-bottom: 0.9375rem;
	padding-top: 1.5625rem;
	position: relative;
}

.card.card--case {
	padding-bottom: 1.5rem;
	padding-top: 2.6875rem;
}

.card::before {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	aspect-ratio: 1;
	background-color: #004577;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	content: "";
	display: block;
	height: auto;
	left: 0.375rem;
	position: absolute;
	top: 0.375rem;
	width: 1.5625rem;
}

.card__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.card__content {
	grid-gap: 1.5rem;
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr auto;
}

.card__img {
	height: 12.5rem;
	width: auto;
}

.card__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: auto;
}

.card__text {
	font-size: 1.125rem;
}

.card__title {
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 0.375rem;
	justify-content: center;
	margin-top: 0.625rem;
}

.card__txt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
}

.card__txt span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #FF922C 0%, #FFB516 100%);
	background-clip: text;
	font-weight: 700;
}

.card__txt span.blue {
	-webkit-background-clip: text;
	background: linear-gradient(90deg, #0079D0 0%, #00B6ED 100%);
	background-clip: text;
}

.case {
	background-color: #EBF7FF;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.case__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	gap: 0.75rem;
	text-align: center;
}

.case__title::after {
	background-color: #004577;
	border-radius: 100vh;
	content: "";
	display: block;
	height: 0.125rem;
	width: 2.625rem;
}

.case__contents {
	grid-gap: 2.8125rem;
	display: grid;
	gap: 2.8125rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.case__content-top {
	background-image: url(../images/bg_case.webp);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
	max-width: 16.8125rem;
	padding: 2.625rem 2.125rem;
	position: relative;
	width: 80.2985074627%;
}

.case__content-top::before {
	aspect-ratio: 34/55;
	background-image: url(../images/icon_arrow02.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: auto;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 80%);
	width: 2.125rem;
	z-index: 1;
}

.case__content-top::after {
	aspect-ratio: 65/140;
	background-image: url(../images/img_case01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: auto;
	position: absolute;
	right: 0;
	width: 4.0625rem;
}

.case__content:nth-child(2) .case__content-top::after {
	background-image: url(../images/img_case02.webp);
}

.case__content-wrap {
	display: flex;
	flex-direction: column;
}

.case__ttl {
	color: #FF9900;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
}

.case__list {
	background-color: #FF9900;
	border-radius: 0.125rem;
	margin-top: 0.5625rem;
	padding: 0.1875rem 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.case__list-ttl,
.case__text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
}

.case__content-bottom {
	margin-top: 1.6875rem;
}

.comparison {
	background-image: url(../images/bg_comparison-sp.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.comparison__title {
	align-items: center;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	gap: 0.3125rem;
	justify-content: center;
}

.comparison__title picture,
.comparison__title img {
	-o-object-fit: contain;
	aspect-ratio: 83/58;
	height: auto;
	object-fit: contain;
	width: 5.1875rem;
}

.comparison__table {
	filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
	margin-top: 1.875rem;
}

.comparison__table picture,
.comparison__table img {
	-o-object-fit: contain;
	aspect-ratio: 335/761;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.contact-form {
	background-color: #004577;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.contact-form__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
}

.contact-form__form-wrap {
	background-color: #fff;
	margin-top: 1.875rem;
	padding: 1.875rem 1.25rem;
}

.contact-form__form-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
	text-align: right;
}

.contact-form__form-text span {
	color: #FF9900;
}

.contact-form__form {
	margin-top: 0.375rem;
}

.contact {
	background-image: url(../images/bg_contact-sp.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.contact__container {
	background-color: #fff;
	padding: 0.875rem;
	position: relative;
}

.contact__content {
	-o-border-image: linear-gradient(135deg, #0079D0 0%, #00B6ED 100%) 1;
	border: 1px solid;
	border-image: linear-gradient(135deg, #0079D0 0%, #00B6ED 100%) 1;
	padding-bottom: 4.5rem;
	padding-top: 3.125rem;
}

.contact__title {
	color: #004577;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.contact__title span {
	font-feature-settings: "palt";
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #0079D0 0%, #00B6ED 100%);
	background-clip: text;
	display: inline-block;
	font-size: 2.125rem;
}

.contact__text {
	font-size: 0.9375rem;
	line-height: 1.7;
	margin-top: 0.375rem;
	text-align: center;
}

.contact__cta-list {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.contact__cta-item {
	align-self: right;
}

.contact__cta-text {
	align-items: end;
	display: flex;
	font-size: 0.875rem;
	gap: 0.375rem;
	justify-content: center;
	line-height: 1.2;
}

.contact__cta-text::before,
.contact__cta-text::after {
	background-image: url(../images/icon_line.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.875rem;
	width: 0.5rem;
}

.contact__cta-text::after {
	transform: scale(-1, 1);
}

.contact__cta {
	display: flex;
	justify-content: center;
	margin-top: 0.3125rem;
}

.contact__cta-time {
	font-size: 1rem;
	line-height: 1;
	margin-top: 0.5625rem;
	text-align: center;
}

.cta {
	align-items: center;
	background: linear-gradient(135deg, #FF922C 0%, #FFB516 100%);
	border: 3px solid #fff;
	border-radius: 100vh;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	color: #fff;
	display: flex;
	filter: brightness(1);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.3125rem;
	justify-content: center;
	max-width: 16.5rem;
	overflow: hidden;
	padding: 0.9375rem;
	position: relative;
	text-align: center;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	transition: filter 0.3s;
	width: 100%;
}

.cta.cta--contact {
	font-size: 1.125rem;
	max-width: 17.9375rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.cta.cta--tel {
	background: linear-gradient(135deg, #1371FF 0%, #00CADD 100%);
	font-family: "Montserrat", sans-serif;
	font-size: 1.375rem;
	font-style: italic;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.cta::before {
	background-image: url(../images/icon_mail.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.375rem;
	width: 1.375rem;
}

.cta.cta--tel::before {
	background-image: url(../images/icon_tel.svg);
}

.cta.cta--thanks::before {
	display: none;
}

.cta.cta--contact::before {
	height: 1.875rem;
	width: 1.875rem;
}

.cta::after {
	background: linear-gradient(180deg, #fff 0%, transparent 100%);
	content: "";
	display: block;
	height: 50%;
	left: 0;
	opacity: 0.74;
	position: absolute;
	top: 0;
	width: 100%;
}

.drawer {
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	height: 100vh;
	width: 100vw;
}

.drawer__container {
	background-color: #fff;
	margin-left: auto;
	padding-bottom: 4rem;
	padding-top: 8.125rem;
}

.drawer__inner {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.drawer__cta {
	display: flex;
	justify-content: center;
	margin-top: 3.6875rem;
}

.fadeup {
	opacity: 0;
	transform: translateY(20px);
}

.flow {
	background-color: #EBF7FF;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.flow__title p {
	background-color: #004577;
	border-radius: 100vh;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	margin-left: auto;
	margin-right: auto;
	padding: 0.125rem 3.125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.flow__title h2 {
	color: #004577;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0.5rem;
	text-align: center;
}

.flow__title span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #00B6ED 0%, #1592FF 100%);
	background-clip: text;
	display: inline-block;
	position: relative;
}

.flow__title span::after {
	background-image: url(../images/icon_under-line.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.625rem;
	content: "";
	display: block;
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 7.0625rem;
}

.flow__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.flow__list-item {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
	grid-row: span 1;
	grid-template-columns: 4.3125rem 1fr;
	grid-template-rows: subgrid;
}

.flow__arrow {
	align-items: center;
	background-image: url(../images/bg_flow-arrow01-sp.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-orientation: upright;
	width: 100%;
	writing-mode: vertical-rl;
}

.flow__list-item:last-child .flow__arrow {
	background-image: url(../images/bg_flow-arrow02-sp.webp);
}

.flow__img img {
	-o-object-fit: cover;
	aspect-ratio: 252/170;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.flow__text {
	font-size: 0.9375rem;
	line-height: 1.7;
	margin-top: 0.9375rem;
	padding-bottom: 0.875rem;
}

.flow__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 1.875rem;
}

.flow__container::before {
	background-image: url(../images/icon_arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.125rem;
	width: 1.4375rem;
}

.flow__content-box {
	background-color: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	max-width: 61.25rem;
	padding-bottom: 0.9375rem;
	padding-top: 1.875rem;
	position: relative;
	width: 100%;
}

.flow__content-inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.flow__ttl {
	background: linear-gradient(90deg, #0079D0 0%, #00B6ED 100%);
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	left: 50%;
	line-height: 1.7;
	padding: 0.3125rem 1.875rem;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.flow__content-box .flow__text {
	margin-top: 0rem;
}

.flow__text span {
	color: #FF9900;
}

.flow__text span.blue {
	color: #006CC4;
}

.footer {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.footer__logo {
	width: 11.875rem;
}

.footer__logo img {
	-o-object-fit: contain;
	aspect-ratio: 190/36;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.footer__content {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.footer__copy {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin-top: 3.625rem;
	text-align: center;
}

.form-checkbox label {
	display: block;
}

.form-checkbox label:not(:first-of-type) {
	margin-top: 0.625rem;
}

.form-checkbox input {
	display: none;
}

.form-checkbox input + span {
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

.form-checkbox input + span::before {
	background: #fff;
	border: 1px solid #333;
	content: "";
	display: block;
	height: 0.9375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
}

.form-checkbox input + span::after {
	border-bottom: 0.1875rem solid #FF9900;
	border-left: 0.1875rem solid #FF9900;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.form-checkbox input:checked + span::after {
	opacity: 1;
}

.form-input input {
	background-color: #F5F5F5;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
	padding: 1.25rem 1rem;
	width: 100%;
}

.form-select {
	position: relative;
}

.form-select select {
	background-color: #F5F5F5;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
	padding: 1.25rem 1rem;
	position: relative;
	width: 100%;
}

.form-select::after {
	aspect-ratio: 1;
	background-image: url(../images/icon_arrow03.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	position: absolute;
	right: 1.4375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.form-submit {
	background: linear-gradient(135deg, #FF922C 0%, #FFB516 100%);
	border: 3px solid #fff;
	border-radius: 100vh;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	filter: brightness(1);
	overflow: hidden;
	position: relative;
	transition: filter 0.3s;
}

.form-submit__wrap {
	position: relative;
	z-index: 1;
}

.form-submit input {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.3125rem;
	justify-content: center;
	padding: 0.9375rem 4rem;
	text-align: center;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	width: -moz-fit-content;
	width: fit-content;
}

.form-submit::after {
	background: linear-gradient(180deg, #fff 0%, transparent 100%);
	content: "";
	display: block;
	height: 50%;
	left: 0;
	opacity: 0.74;
	position: absolute;
	top: 0;
	width: 100%;
}

.form-textarea textarea {
	background-color: #F5F5F5;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	height: 13.5625rem;
	line-height: 1.7;
	padding: 1.25rem 1rem;
	position: relative;
	width: 100%;
}

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

.form__address {
	margin-top: 1.5rem;
}

.form__label {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
}

.form__label span {
	color: #FF9900;
}

.form__input,
.form__select,
.form__textarea,
.form__checkbox {
	margin-top: 0.5625rem;
}

.form__form-privacy input + span {
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
	padding-left: 1.5rem;
	position: relative;
}

.form__form-privacy input {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.form__form-privacy input:focus + span::before {
	outline: 2px solid #FF9900;
	outline-offset: 3px;
}

.form__form-privacy input + span > span {
	color: #FF9900;
}

.form__form-privacy input + span::before {
	background: #fff;
	border: 1px solid #333;
	content: "";
	display: block;
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: 0.125rem;
	width: 1.375rem;
}

.form__form-privacy input + span::after {
	border-bottom: 0.1875rem solid #FF9900;
	border-left: 0.1875rem solid #FF9900;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.25rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 0.625rem;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.form__form-privacy input:checked + span::after {
	opacity: 1;
}

.form__form-privacy-container {
	background-color: #F5F5F5;
	height: 12.625rem;
	margin-top: 0.5625rem;
	padding-bottom: 0.9375rem;
	padding-left: 0.9375rem;
	padding-right: 0.625rem;
	padding-top: 0.9375rem;
	width: 100%;
}

.form__form-privacy-inner {
	height: 100%;
	overflow: scroll;
	padding-right: 0.9375rem;
}

.form__form-privacy-content {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
}

.form__submit {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.form__error {
	color: #EF7502;
}

.form__error::before {
	content: "※";
}

.fv {
	background-color: #DEE3E7;
	background-image: url(../images/bg_fv-sp.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0.5625rem;
	padding-top: 2.5625rem;
}

.fv__sub-copy {
	grid-gap: 0.3125rem 0.1875rem;
	display: grid;
	gap: 0.3125rem 0.1875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__sub-copy-text {
	width: 4.875rem;
}

.fv__sub-copy-text:last-child {
	grid-column: 1/4;
	justify-self: center;
	width: 9.375rem;
}

.fv__copy {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
	margin-top: 0.3125rem;
}

.fv__copy img,
.fv__copy picture {
	-o-object-fit: contain;
	aspect-ratio: 355/162;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.fv__text {
	border-bottom: 1px solid currentColor;
	border-top: 1px solid currentColor;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.2;
	margin-left: 0.5625rem;
	margin-right: 0.5625rem;
	margin-top: 1.25rem;
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
	text-align: center;
}

.fv__content {
	grid-gap: 0.375rem 0.375rem;
	display: grid;
	gap: 0.375rem 0.375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: 1.1875rem;
	margin-right: 1.1875rem;
	margin-top: 0.75rem;
	position: relative;
}

.fv__content::before {
	align-self: center;
	aspect-ratio: 1;
	background-image: url(../images/icon_cross.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	grid-column: 1/3;
	grid-row: 2/3;
	height: auto;
	justify-self: center;
	position: absolute;
	width: 1.125rem;
}

.fv__content-text {
	background-color: #006CC4;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 0.25rem;
	text-align: center;
}

.fv__content-text:nth-child(1) {
	background-color: transparent;
	color: #333;
	grid-column: 1/3;
	line-height: 1;
	padding: 0;
}

.fv__applicable {
	background-color: #fff;
	margin-top: 1rem;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
}

.fv__applicable-inner {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.fv__applicable-title {
	align-items: center;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	gap: 0.1875rem;
	justify-content: center;
}

.fv__applicable-title::before,
.fv__applicable-title::after {
	background-image: url(../images/icon_line.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0.75rem;
	width: 0.375rem;
}

.fv__applicable-title::after {
	transform: scale(-1, 1);
}

.fv__applicable-list {
	grid-column-gap: 0.25rem;
	-moz-column-gap: 0.25rem;
	column-gap: 0.25rem;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 0.0625rem;
}

.fv__applicable-item img {
	-o-object-fit: contain;
	aspect-ratio: 1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.fv__cta {
	display: flex;
	justify-content: center;
	margin-top: 1.1875rem;
}

.hamburger {
	height: 1.75rem;
	position: relative;
	width: 2.125rem;
}

.hamburger span {
	background-color: #333;
	display: inline-block;
	height: 0.1875rem;
	left: 0;
	line-height: 100vh;
	position: absolute;
	transition: opacity 0.3s, transform 0.3s;
	width: 100%;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
	top: 90%;
}

.hamburger.is-open span:nth-child(1) {
	top: 45%;
	transform: rotate(135deg);
}

.hamburger.is-open span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
	top: 45%;
	transform: rotate(225deg);
}

.header {
	background-color: #fff;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.header__inner.inner {
	align-items: center;
	display: flex;
	max-width: 100%;
}

.header__logo {
	width: 8.3125rem;
}

.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 133/27;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.header__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 700;
	margin-left: 0.5625rem;
}

.header__hambruger {
	margin-left: auto;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.intro {
	background-color: #DEE3E7;
	padding-bottom: 6.125rem;
	padding-top: 5rem;
}

.intro__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
}

.intro__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.meta {
	height: 0;
	visibility: hidden;
	width: 0;
}

.nav__item {
	border-bottom: 2px solid #E6E6E6;
}

.nav__item a {
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.7;
	padding: 1.25rem 0.5rem;
	width: 100%;
}

.solution {
	background-image: url(../images/bg_solution-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5.4375rem;
	padding-top: 5rem;
}

.solution__title {
	color: #004577;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
}

.solution__title span {
	background: linear-gradient(135deg, #0079D0 0%, #00B6ED 100%);
	color: #fff;
	display: inline-block;
	margin-right: 0.1875rem;
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}

.solution__text {
	font-size: 0.9375rem;
	line-height: 1.7;
	margin-top: 1.875rem;
	text-align: center;
}

.solution__text span {
	color: #FF9900;
}

.solution__list {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
	position: relative;
}

.solution__list::before {
	align-self: center;
	aspect-ratio: 1;
	background-image: url(../images/icon_cross2.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	grid-row: 1/3;
	height: auto;
	justify-self: center;
	position: absolute;
	transform: translateY(1rem);
	width: 4.625rem;
	z-index: 1;
}

.solution__item {
	background: linear-gradient(180deg, #00B6ED 0%, #1592FF 100%);
	color: #fff;
}

.solution__item:nth-child(2) {
	background: linear-gradient(135deg, #FF922C 0%, #FFB516 100%);
	color: #333;
	position: relative;
}

.solution__item:nth-child(2)::after {
	aspect-ratio: 1;
	background-image: url(../images/img_solution-label.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	position: absolute;
	right: -0.8125rem;
	top: -1.1875rem;
	width: 7.5rem;
}

.solution__item-inner {
	padding: 1.25rem 1.25rem 2.5rem;
}

.solution__item:nth-child(2) .solution__item-inner {
	padding: 2.5rem 1.25rem 1.25rem;
}

.solution__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 295/167;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.solution__item-title {
	margin-top: 0.9375rem;
	text-align: center;
}

.solution__item-title h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
}

.solution__item-title p {
	align-items: center;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 0.625rem;
	justify-content: center;
	line-height: 1;
	margin-top: -0.1875rem;
}

.solution__item-title p::before,
.solution__item-title p::after {
	background-color: currentColor;
	content: "";
	display: inline-block;
	height: 0.125rem;
	width: 0.75rem;
}

.solution__item-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.875rem;
	text-align: center;
}

.stagger-item {
	opacity: 0;
	transform: translateY(20px);
}

.step {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.step__contents {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
	padding-left: 20px;
	padding-right: 20px;
}

.step__content-wrap {
	background-image: url(../images/bg_step01-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.75rem;
	padding-top: 5rem;
	position: relative;
}

.step__content-wrap:nth-child(2) {
	background-image: url(../images/bg_step02-sp.webp);
}

.step__num {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #1762DB 0%, #0094FF 100%);
	background-clip: text;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 3.75rem;
	font-weight: 500;
	left: 0;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

.step__content-wrap:nth-child(2) .step__num {
	-webkit-background-clip: text;
	background: linear-gradient(90deg, #F99D00 0%, #FF9719 100%);
	background-clip: text;
	left: auto;
	right: 0;
}

.step__content {
	color: #fff;
}

.step__inner.inner {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.step__title p {
	align-items: center;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.875rem;
	line-height: 1.7;
}

.step__title p::after {
	background-color: currentColor;
	content: "";
	flex: 1;
	height: 0.125rem;
}

.step__title h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0.5rem;
}

.step__sub-title {
	background-color: #fff;
	margin-top: 0.5rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.step__sub-title-text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(135deg, #0079D0 0%, #00B6ED 100%);
	background-clip: text;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
}

.step__content-wrap:nth-child(2) .step__sub-title-text {
	-webkit-background-clip: text;
	background: linear-gradient(135deg, #FF922C 0%, #FFB516 100%);
	background-clip: text;
}

.step__sub-title-text span {
	font-size: 1.125rem;
}

.step__text {
	font-size: 0.9375rem;
	line-height: 1.7;
	margin-top: 1.875rem;
}

.step__list {
	margin-top: 1.5rem;
}

.step__list + .step__list {
	margin-top: 0.75rem;
}

.step__list-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.7;
	padding-left: 2.0625rem;
	position: relative;
}

.step__list-title::before {
	aspect-ratio: 1;
	background-image: url(../images/icon_check.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: 0.5lh;
	transform: translateY(-50%);
	width: 1.5rem;
}

.step__list-item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.125rem;
	padding-left: 2.0625rem;
}

.step__image img {
	aspect-ratio: 304/200;
	height: auto;
	width: 100%;
}

.step__image iframe {
	aspect-ratio: 305/172;
	height: auto;
	width: 100%;
}

.thanks {
	background-image: url(../images/bg_comparison-sp.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.thanks__inner.inner {
	max-width: 61.25rem;
}

.thanks__content {
	background-color: #fff;
	padding: 0.875rem;
}

.thanks__content-wrap {
	-o-border-image: linear-gradient(135deg, #0079D0 0%, #00B6ED 100%) 1;
	border: 1px solid;
	border-image: linear-gradient(135deg, #0079D0 0%, #00B6ED 100%) 1;
	padding: 3.125rem 0.875rem;
}

.thanks__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 0.75rem;
	justify-content: center;
}

.thanks__title::after {
	background-color: #004577;
	border-radius: 100vh;
	content: "";
	display: block;
	height: 0.125rem;
	width: 2.625rem;
}

.thanks__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
	padding-top: 2.5rem;
	text-align: center;
}

.thanks__link {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

@media (any-hover: hover) {

.cta:hover {
	filter: brightness(1.1);
}

.form-submit:hover {
	filter: brightness(1.1);
}

}

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

html {
	scroll-padding-top: 80px;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3559322034vw;
}

.card--case .card__inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.card:nth-child(3) .card__content {
	gap: 0;
}

.card__text {
	font-size: 1.25rem;
}

.card__title {
	font-size: 1rem;
}

.card__txt {
	font-size: 1.25rem;
}

.case {
	padding-bottom: 6.875rem;
	padding-top: 6.875rem;
}

.case__title {
	font-size: 2.5rem;
	gap: 0.5625rem;
}

.case__title::after {
	height: 0.3125rem;
}

.case__contents {
	gap: 0 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.case__content {
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
}

.case__content-top {
	max-width: 17.4375rem;
	width: 48.9473684211%;
}

.case__content-top::before {
	width: 2.75rem;
}

.case__list {
	margin-top: 0.6875rem;
}

.comparison {
	background-image: url(../images/bg_comparison.webp);
	padding-bottom: 6.875rem;
	padding-top: 6.875rem;
}

.comparison__title {
	font-size: 2.5rem;
	gap: 0;
}

.comparison__title picture,
.comparison__title img {
	aspect-ratio: 112/92;
	width: 7rem;
}

.comparison__table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 62.5rem;
}

.comparison__table picture,
.comparison__table img {
	aspect-ratio: 980/511;
}

.contact-form {
	padding-bottom: 6.875rem;
	padding-top: 6.875rem;
}

.contact-form__title {
	font-size: 2.5rem;
}

.contact-form__form-wrap {
	margin-top: 3.4375rem;
	padding: 3.125rem;
}

.contact-form__form-text {
	font-size: 1rem;
}

.contact {
	background-image: url(../images/bg_contact.webp);
	padding-bottom: 6.875rem;
	padding-top: 7.9375rem;
}

.contact__inner.inner {
	max-width: 64.375rem;
}

.contact__content {
	padding-bottom: 2.5rem;
	padding-top: 1.5rem;
}

.contact__title {
	font-feature-settings: "palt";
	font-size: 2.5rem;
}

.contact__title span {
	font-size: 3rem;
}

.contact__text {
	font-size: 1rem;
}

.contact__cta-list {
	gap: 4.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 48rem;
}

.cta {
	font-size: 1.25rem;
	gap: 0.3125rem;
	max-width: 22.3125rem;
	padding: 1.4375rem;
}

.cta.cta--header {
	max-width: 15.875rem;
	padding: 0.8125rem;
}

.cta.cta--contact {
	font-size: 1.25rem;
	max-width: 22.3125rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.cta.cta--tel {
	font-size: 1.625rem;
	max-width: 21.5625rem;
}

.cta::before {
	height: 1.875rem;
	width: 1.875rem;
}

.drawer__container {
	height: 100%;
	max-width: 46.875vw;
	padding-bottom: 6.25rem;
	padding-top: 11.25rem;
}

.drawer__inner {
	padding-left: 5rem;
	padding-right: 5rem;
}

.drawer__cta {
	justify-content: left;
}

.flow {
	padding-bottom: 6.875rem;
	padding-top: 6.875rem;
}

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

.flow__title h2 {
	font-size: 2.5rem;
}

.flow__title span::after {
	bottom: -1rem;
	height: 1.375rem;
	width: 10.875rem;
}

.flow__list {
	gap: 0;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.5rem;
}

.flow__list-item {
	gap: 1.5625rem;
	grid-row: unset;
	grid-template-columns: 1fr;
	grid-template-rows: 3.4375rem 1fr;
}

.flow__arrow {
	background-image: url(../images/bg_flow-arrow01.webp);
	background-position: center;
	background-size: 100% 100%;
	text-align: center;
	writing-mode: horizontal-tb;
}

.flow__list-item:last-child .flow__arrow {
	background-image: url(../images/bg_flow-arrow02.webp);
}

.flow__content {
	padding-left: 0.625rem;
	padding-right: 1.25rem;
}

.flow__img img {
	aspect-ratio: 265/180;
}

.flow__text {
	font-size: 1rem;
	padding-bottom: 0;
}

.flow__container {
	gap: 2.8125rem;
	margin-top: 1.6875rem;
}

.flow__container::before {
	height: 4.625rem;
	width: 2.125rem;
}

.flow__content-box {
	text-align: center;
}

.flow__ttl {
	font-size: 1rem;
}

.footer__logo {
	width: 13.75rem;
}

.footer__content {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.form-checkbox label {
	display: inline-block;
}

.form-checkbox label:not(:first-of-type) {
	margin-left: 1.25rem;
	margin-top: 0;
}

.form-input input {
	font-size: 1rem;
}

.form__address {
	grid-gap: min(2.9861111111vw, 2.6875rem);
	display: grid;
	gap: min(2.9861111111vw, 2.6875rem);
	grid-template-columns: auto 1fr;
}

.form__address .form__wrap {
	margin-top: 0;
}

.form__label {
	font-size: 1rem;
}

.form__input #postal,
.form__select {
	width: min(18.0555555556vw, 16.25rem);
}

.form__form-privacy input + span {
	padding-left: 2.5rem;
}

.form__form-privacy-container {
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 0.625rem;
	padding-top: 1.25rem;
}

.form__form-privacy-inner {
	padding-right: 1.875rem;
}

.form__submit {
	margin-top: 3.125rem;
}

.fv {
	background-image: url(../images/bg_fv.webp);
	padding-bottom: 2.5rem;
	padding-top: 5.125rem;
}

.fv__copy-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 44.6875rem;
}

.fv__sub-copy {
	align-items: center;
	gap: 0.625rem;
	grid-template-columns: 1fr 1fr 1fr auto;
}

.fv__sub-copy-text {
	width: 6.75rem;
}

.fv__sub-copy-text:last-child {
	grid-column: unset;
	margin-left: -2px;
	width: 13.125rem;
}

.fv__copy {
	margin-left: -0.6875rem;
	margin-right: -0.6875rem;
	margin-top: 0.125rem;
}

.fv__copy img,
.fv__copy picture {
	aspect-ratio: 745/172;
}

.fv__text {
	border-bottom: 2px solid currentColor;
	border-top: 2px solid currentColor;
	font-size: 1.25rem;
	margin-left: min(4.8611111111vw, 4.375rem);
	margin-right: min(4.8611111111vw, 4.375rem);
	margin-top: 1.6875rem;
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
}

.fv__content {
	align-items: center;
	gap: 0.625rem;
	grid-template-columns: auto 1fr 1fr;
	margin-left: min(6.9444444444vw, 6.25rem);
	margin-right: min(6.9444444444vw, 6.25rem);
	margin-top: 0.875rem;
}

.fv__content::before {
	grid-column: 2/4;
	grid-row: 1/2;
	width: 1.6875rem;
}

.fv__content-text {
	font-size: 1.375rem;
	padding: 0.375rem;
}

.fv__content-text:nth-child(1) {
	grid-column: unset;
	margin-right: -0.3125rem;
}

.fv__applicable {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 36.75rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.fv__applicable-inner {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.fv__applicable-title {
	font-size: 1.125rem;
}

.fv__applicable-title::before,
.fv__applicable-title::after {
	height: 1.0625rem;
	width: 0.5rem;
}

.fv__applicable-list {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	margin-top: 0.25rem;
}

.fv__cta {
	margin-top: 3.125rem;
}

.hamburger {
	height: 2.4375rem;
	width: 2.75rem;
}

.header {
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.header__inner.inner {
	padding-left: 2.5rem;
	padding-right: 3.25rem;
}

.header__logo {
	width: 13.75rem;
}

.header__text {
	font-size: 0.8125rem;
	margin-left: 0.75rem;
}

.header__cta {
	margin-left: auto;
	width: 15.875rem;
}

.header__hambruger {
	margin-left: 2.25rem;
}

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

.intro {
	padding-bottom: 6.1875rem;
	padding-top: 5.375rem;
}

.intro__title {
	font-size: 2.5rem;
}

.intro__list {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.solution {
	background-image: url(../images/bg_solution.webp);
	padding-bottom: 6.875rem;
	padding-top: 6.875rem;
}

.solution__inner.inner {
	max-width: 64.375rem;
}

.solution__title {
	font-size: 2rem;
	line-height: 1.6;
}

.solution__title span {
	padding: 0.1875rem 0.8125rem;
}

.solution__text {
	font-size: 1.125rem;
	margin-top: 1.375rem;
}

.solution__list {
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.solution__list::before {
	grid-column: 1/3;
	grid-row: unset;
	transform: translateY(0);
	width: 5.625rem;
}

.solution__item:nth-child(2)::after {
	right: -1.625rem;
	top: -2.5rem;
	width: 7.9375rem;
}

.solution__item-inner {
	padding: 1.25rem;
}

.solution__item:nth-child(2) .solution__item-inner {
	padding: 1.25rem;
}

.solution__item-img img {
	aspect-ratio: 440/250;
}

.solution__item-title {
	margin-top: 0.75rem;
}

.solution__item-title h3 {
	font-size: 2rem;
}

.solution__item-title p {
	font-size: 1rem;
}

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

.step__contents {
	gap: 2rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.step__content-wrap {
	background-image: url(../images/bg_step01.webp);
	padding-bottom: 6.875rem;
	padding-top: 6.875rem;
}

.step__content-wrap:nth-child(2) {
	background-image: url(../images/bg_step02.webp);
}

.step__num {
	font-size: 6.375rem;
	left: 0.375rem;
	top: 0.375rem;
}

.step__content-wrap:nth-child(2) .step__num {
	right: 0.375rem;
}

.step__inner.inner {
	align-items: end;
	gap: 2.625rem;
	grid-template-columns: 1fr auto;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.step__content-wrap:nth-child(2) .step__inner.inner {
	grid-template-columns: auto 1fr;
}

.step__title h2 {
	font-size: 2.375rem;
}

.step__sub-title {
	padding-left: 1rem;
	padding-right: 1rem;
}

.step__sub-title-text {
	font-size: 2.375rem;
}

.step__sub-title-text span {
	font-size: 1.5rem;
}

.step__text {
	font-size: 1rem;
	margin-top: 0.8125rem;
}

.step__list {
	margin-top: 1.0625rem;
}

.step__list-item {
	font-size: 1rem;
}

.step__image {
	width: 33.375rem;
}

.step__content-wrap:nth-child(2) .step__image {
	grid-column: 1/2;
	grid-row: 1/2;
	width: 32.8125rem;
}

.thanks {
	background-image: url(../images/bg_comparison.webp);
}

.thanks__title {
	font-size: 2rem;
}

.thanks__title::after {
	height: 0.3125rem;
}

}

@media (min-width: 1180px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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