/* stylelint-disable */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

.pc {
	display: block;
}

.sp {
	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;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
}

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

/* ホバー */

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

.case {
	background-color: #ffe6d4;
	padding-bottom: 2.75rem;
	padding-top: 4.375rem;
}

.case__title {
	color: #ea5a39;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.case__list {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 17.5rem);
	justify-content: center;
	margin-top: 1.875rem;
}

.case__image {
	aspect-ratio: 280/200;
	border: 4px solid #ea5a39;
}

.case__name {
	color: #ea5a39;
	font-size: 1.3125rem;
	font-weight: 700;
	margin-top: 0.625rem;
	text-align: center;
}

.case__text {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
	margin-top: 0.875rem;
	text-align: center;
}

.case__action {
	display: flex;
	justify-content: center;
	margin-top: 2.125rem;
}

.case__button {
	filter: drop-shadow(0.25rem 0.25rem 0.125rem rgba(0, 0, 0, 0.3));
	max-width: 31.25rem;
	transition: opacity 0.3s;
}

.charm {
	background-image: linear-gradient(to bottom, #ff8228 0%, #ff8228 25%, #fbb03b 100%);
	padding-bottom: 5rem;
	padding-top: 2.1875rem;
}

.charm__title {
	text-align: center;
}

.charm__title-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.1875rem;
}

.charm__title-text {
	color: #ffff00;
	font-size: 5.25rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.charm__title--strong {
	font-size: 9.75rem;
	line-height: 0.6;
}

.charm__items {
	display: flex;
	flex-direction: column;
	gap: 7.5rem;
	margin-top: 6.25rem;
}

.charm__item {
	background-color: #fff;
	border-radius: 1.25rem;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	padding-top: 3.75rem;
	position: relative;
}

.charm__item-header {
	grid-gap: 0.625rem;
	align-content: center;
	align-items: center;
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	display: grid;
	gap: 0.625rem;
	justify-content: center;
	justify-items: center;
	left: 50%;
	place-content: center;
	position: absolute;
	top: -4.6875rem;
	transform: translateX(-50%);
	width: 9.375rem;
	z-index: 1;
}

.charm__item-header-text {
	color: #ea5a39;
	font-size: 1.25rem;
	font-weight: 700;
}

.charm__item-header-number--01 {
	margin-right: 0.625rem;
	width: 4.0625rem;
}

.charm__item-header-number--02 {
	width: 4.4375rem;
}

.charm__item-header-number--03 {
	width: 4.5rem;
}

.charm__item-header-number--04 {
	width: 4.5625rem;
}

.charm__item-title {
	color: #ea5a39;
	font-size: 1.875rem;
	font-weight: 700;
	position: relative;
	text-align: center;
	z-index: 2;
}

.charm__item-list {
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
	margin-top: 1.25rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.charm__item-list-item {
	display: flex;
	font-size: 1.125rem;
	font-weight: 400;
	gap: 0.875rem;
	letter-spacing: 0;
	line-height: 1.3888888889;
}

.charm__item-list-icon {
	aspect-ratio: 1;
	margin-top: 0.125rem;
	max-width: 1.25rem;
	width: 100%;
}

.charm__middle {
	background-color: #ffe6d4;
	margin-top: 2.25rem;
	padding-bottom: 2.375rem;
	padding-top: 2.25rem;
}

.charm__middle-text {
	color: #ea5a39;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.charm__scenes {
	margin-top: 1.875rem;
}

.charm__scenes-list {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 50.625rem;
	width: 100%;
}

.charm__scenes-list--top {
	grid-template-columns: repeat(8, 5.625rem);
}

.charm__scenes-list--bottom {
	grid-template-columns: repeat(6, 5.625rem);
	margin-top: 1.25rem;
}

.charm__scene-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.charm__scene-image {
	max-width: 4.5625rem;
	width: 100%;
}

.charm__scene-text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0;
	white-space: nowrap;
}

.charm__scenes-list--top .charm__scene-text {
	color: #284b66;
}

.charm__scenes-list--bottom .charm__scene-text {
	color: #f15a24;
}

.charm__comment {
	padding-top: 0.25rem;
}

.charm__comment-inner {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.charm__speech-bubble {
	flex-shrink: 0;
	position: relative;
	width: 28.125rem;
}

.charm__comment-text {
	font-size: 0.9375rem;
	left: 49%;
	letter-spacing: 0;
	line-height: 1.7333333333;
	max-width: 25rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.charm__shima--01 {
	width: 12.5rem;
}

.charm__shima--02 {
	width: 12.5rem;
}

.charm__shima--03 {
	width: 15.625rem;
}

.charm__shima--04 {
	width: 12.5rem;
}

.charm__report-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 32.5rem;
	width: 100%;
}

.charm__function-list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 13.625rem);
	justify-content: center;
}

.charm__function-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.charm__function-item img {
	border: 1px solid #ea5a39;
}

.charm__function-item p {
	color: #ea5a39;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.charm__cases {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 25rem);
	justify-content: center;
	margin-top: 1.25rem;
}

.charm__buttons-wrapper {
	height: 5rem;
	max-width: 24.375rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.charm__buttons-wrapper::before {
	background-color: #fff;
	border-radius: 0.9375rem;
	bottom: -1rem;
	content: "";
	left: -0.375rem;
	position: absolute;
	right: -0.375rem;
	top: -0.375rem;
	z-index: -1;
}

.charm__buttons {
	margin-top: 4.125rem;
}

.comics {
	background-image: url(../images/comics-bg.webp);
	background-position: center;
	background-size: cover;
	padding-bottom: 3.75rem;
	padding-top: 3.125rem;
}

.comics__title {
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 1.3333333333;
	text-align: center;
}

.comics__title--strong {
	color: #ea5a39;
}

.comics__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 50rem;
	width: 100%;
}

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

.customer__title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.customer__title--strong {
	color: #ea5a39;
}

.customer__logos {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.875rem;
	max-width: 54.875rem;
	width: 100%;
}

.fv {
	background-image: url(../images/fv-bg.webp);
	background-position: center top;
	background-size: cover;
	position: relative;
}

.fv::before {
	display: none;
}

.fv__visual {
	margin-left: auto;
	margin-right: auto;
	max-width: 74.875rem;
	position: relative;
	width: 100%;
}

.fv__buttons {
	margin-top: 1.625rem;
	padding-bottom: 2.75rem;
}

.message {
	background-image: url(../images/message-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.message__bubble {
	aspect-ratio: 450/120;
	height: 7.5rem;
	position: relative;
	width: 28.125rem;
}

.message__text {
	font-size: 1.1875rem;
	left: 2.125rem;
	letter-spacing: 0;
	line-height: 1.7368421053;
	position: absolute;
	text-align: center;
	top: 1.75rem;
	width: 22.5rem;
}

.message__shima {
	width: 11.25rem;
}

.solution {
	background-image: url(../images/solution-bg.webp);
	background-position: center;
	background-size: cover;
	padding-bottom: 5rem;
	padding-top: 2.75rem;
}

.solution__title {
	text-align: center;
}

.solution__title-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 26.4375rem;
}

.solution__title-text {
	display: inline-block;
	font-size: 2.4375rem;
	font-weight: 700;
	position: relative;
	text-align: center;
}

.solution__title-text::before {
	background-color: #ffffcc;
	bottom: -0.625rem;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
}

.solution__title--strong {
	color: #ff8228;
	font-size: 3.16875rem;
}

.solution__content {
	background-color: #fff;
	border: 3px solid #ff8228;
	border-radius: 1.25rem;
	margin-top: 1.875rem;
	padding-bottom: 1.875rem;
	padding-left: 1.875rem;
	padding-top: 1.875rem;
	width: 100%;
}

.solution__points-container {
	display: grid;
	grid-template-columns: 1fr 20.625rem;
}

.solution__points {
	display: flex;
	flex-direction: column;
}

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

.solution__point:not(:first-of-type) {
	border-top: 3px dotted #e6e6e6;
	padding-top: 1.5rem;
}

.solution__point:not(:last-of-type) {
	padding-bottom: 1.5rem;
}

.solution__icon {
	align-content: center;
	aspect-ratio: 1;
	background-color: #ff8228;
	border-radius: 50%;
	display: grid;
	flex-shrink: 0;
	justify-content: center;
	place-content: center;
	width: 4.375rem;
}

.solution__point:nth-of-type(1) .solution__icon img {
	width: 2.8125rem;
}

.solution__point:nth-of-type(2) .solution__icon img {
	width: 3.125rem;
}

.solution__point:nth-of-type(3) .solution__icon img {
	width: 3.8125rem;
}

.solution__text {
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.5454545455;
	text-align: left;
}

.solution__text--strong {
	color: #ff8228;
	font-weight: 700;
}

.solution__visual {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 3.75rem;
	padding-left: 0.625rem;
	padding-right: 2.5rem;
}

.solution__visual-images {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr 1fr;
}

.solution__image {
	border: 3px solid #ff8228;
}

.solution__buttons {
	margin-top: 3.125rem;
}

.worries {
	background-color: #e6e6e6;
	padding-bottom: 4.375rem;
	padding-top: 2.625rem;
	position: relative;
}

.worries::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #e6e6e6;
	bottom: -1.8125rem;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 1.875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 6.25rem;
}

.worries__title {
	color: #284b66;
	font-size: 1.9375rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

.worries__list {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.0625rem;
	max-width: 55.625rem;
	width: 100%;
}

.worries__item {
	position: relative;
}

.button {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 0.625rem;
	display: flex;
	font-size: 1.4375rem;
	font-weight: 700;
	height: 5rem;
	justify-content: center;
	max-width: 24.375rem;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 100%;
}

.button::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 1.25rem;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
}

.button--orange::before {
	background-image: url(../images/document-icon@2x.webp);
	height: 2.875rem;
	width: 2.5rem;
}

.button--blue::before {
	background-image: url(../images/invoice-icon@2x.webp);
	height: 3.75rem;
	width: 2.875rem;
}

.button::after {
	background-image: url(../images/arrow-icon@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.4375rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.button--orange {
	background-color: #ff8228;
	box-shadow: 0 0.625rem 0 0 #ea5a39;
	color: #fff;
}

.button--blue {
	background-color: #347bb3;
	box-shadow: 0 0.625rem 0 0 #284b66;
	color: #fff;
}

.button__text {
	line-height: 1;
}

.buttons {
	display: flex;
	gap: 3.125rem;
	justify-content: center;
}

.footer {
	background-color: #000;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	position: relative;
	text-align: center;
}

.footer__copy {
	color: #fff;
	font-size: 1.3125rem;
}

.header {
	background-color: #fff;
	height: 5rem;
	width: 100%;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	padding-left: 0.75rem;
	padding-right: 3.625rem;
	width: 100%;
}

.header__logo {
	width: 21.25rem;
}

.header__contact {
	filter: drop-shadow(0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.3));
	width: 15rem;
}

.header__contact a {
	display: block;
	transition: opacity 0.3s;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

@media (hover: hover) {

.case__button:hover {
	opacity: 0.7;
}

.button:hover {
	opacity: 0.8;
}

.header__contact a:hover {
	opacity: 0.8;
}

}

@media (min-width: 1800px) {

.fv::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 3rem;
	position: absolute;
	right: 0;
	width: 100%;
}

}

@media (max-width: 1025px) {

html {
	font-size: 1.5609756098vw;
}

}

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

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	font-size: 16px;
}

.case {
	padding-bottom: 3.125rem;
	padding-top: 1.875rem;
}

.case__title {
	font-size: 3.125rem;
}

.case__list {
	align-items: center;
	grid-template-columns: repeat(1, 37.5rem);
	margin-top: 2.75rem;
}

.case__image {
	aspect-ratio: 600/420;
}

.case__name {
	font-size: 2.875rem;
	margin-top: 1rem;
}

.case__text {
	font-size: 1.75rem;
}

.case__action {
	margin-top: 1.5625rem;
}

.case__button {
	filter: drop-shadow(0.3125rem 0.3125rem 0.125rem rgba(0, 0, 0, 0.3));
	max-width: 37.5rem;
}

.charm {
	padding-bottom: 3.625rem;
	padding-top: 0rem;
}

.charm__title-image {
	max-width: 28.25rem;
}

.charm__title-text {
	display: inline-block;
	font-size: 7rem;
	margin-top: -1rem;
}

.charm__title--strong {
	font-size: 13rem;
}

.charm__items {
	gap: 7.75rem;
	margin-top: 7.5rem;
}

.charm__item {
	padding-top: 4.625rem;
}

.charm__item-header {
	top: -6.25rem;
	width: 12.5rem;
}

.charm__item-header-text {
	font-size: 1.75rem;
}

.charm__item-header-number {
	margin-bottom: 0.625rem;
}

.charm__item-header-number--01 {
	width: 5.25rem;
}

.charm__item-header-number--02 {
	width: 6.0625rem;
}

.charm__item-header-number--03 {
	width: 5.875rem;
}

.charm__item-title {
	font-size: 3.125rem;
}

.charm__item-list {
	gap: 1rem;
	margin-top: 1.875rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.charm__item-list-item {
	font-size: 1.75rem;
}

.charm__item-list-icon {
	margin-top: 0.625rem;
	max-width: 2.5rem;
}

.charm__middle {
	margin-top: 3.125rem;
	padding-bottom: 2.75rem;
	padding-top: 2.625rem;
}

.charm__middle-text {
	font-size: 2.5rem;
}

.charm__scenes {
	margin-top: 2.875rem;
}

.charm__scenes-list {
	gap: 1rem 2.5rem;
}

.charm__scenes-list--top {
	grid-template-columns: repeat(4, 6.75rem);
}

.charm__scenes-list--bottom {
	grid-template-columns: repeat(3, 6.75rem);
}

.charm__scene-image {
	max-width: 8.625rem;
}

.charm__scene-text {
	font-size: 1.625rem;
}

.charm__comment {
	padding-top: 1.25rem;
}

.charm__comment-inner {
	align-items: flex-start;
	gap: 0;
	justify-content: flex-end;
	padding-left: 1.125rem;
	padding-right: 0;
}

.charm__comment-text {
	font-size: 1.5rem;
	left: 1.25rem;
	line-height: 1.5;
	top: 1.25rem;
	transform: none;
}

.charm__shima--01 {
	margin-top: 0.625rem;
	width: 15.625rem;
}

.charm__shima--02 {
	width: 15.625rem;
}

.charm__shima--04 {
	width: 13.625rem;
}

.charm__report-image {
	max-width: 39.5rem;
}

.charm__function-list {
	gap: 1.5rem;
	grid-template-columns: repeat(2, 17rem);
}

.charm__function-item {
	gap: 0.5rem;
}

.charm__function-item img {
	aspect-ratio: 272/159;
}

.charm__function-item p {
	font-size: 1.375rem;
}

.charm__cases {
	grid-template-columns: repeat(1, 31.25rem);
}

.charm__buttons-wrapper {
	height: 7.5rem;
	max-width: 37.5rem;
}

.charm__buttons {
	margin-top: 2.625rem;
}

.comics {
	padding-bottom: 2.5rem;
	padding-top: 1.625rem;
}

.comics__inner.inner {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.comics__content {
	margin-top: 1.875rem;
}

.customer {
	background-image: none;
	padding-bottom: 1.875rem;
	padding-top: 1.5rem;
}

.customer__inner.inner {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.customer__title {
	font-size: 3.75rem;
	line-height: 1.5;
}

.customer__logos {
	margin-top: 0.625rem;
}

.fv {
	background-image: url(../images/fv-bg-sp.webp);
}

.fv__inner {
	padding-left: 1rem;
	padding-right: 1rem;
}

.fv__buttons {
	margin-top: 2.125rem;
	padding-bottom: 3.125rem;
}

.message {
	padding-top: 0.875rem;
}

.message__inner {
	gap: 2.25rem;
}

.message__bubble {
	aspect-ratio: 450/140;
	height: 8.75rem;
	width: 24.375rem;
}

.message__text {
	font-size: 1.5rem;
	left: 2.1875rem;
	line-height: 1.5;
	top: 1rem;
	width: 19rem;
}

.message__shima {
	width: 14.375rem;
}

.solution {
	background-image: url(../images/solution-bg-sp.webp);
	padding-bottom: 3.75rem;
	padding-top: 1.25rem;
}

.solution__title-image {
	max-width: 25.875rem;
}

.solution__title-text {
	margin-top: -0.9375rem;
}

.solution__content {
	display: flex;
	flex-direction: column;
	margin-top: 2.875rem;
	padding-bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
}

.solution__points-container {
	display: contents;
	grid-template-columns: 1fr;
}

.solution__points {
	order: 1;
}

.solution__point {
	align-items: flex-start;
	gap: 1.25rem;
}

.solution__point:not(:first-of-type) {
	padding-top: 1.375rem;
}

.solution__point:not(:last-of-type) {
	padding-bottom: 1.375rem;
}

.solution__icon {
	width: 5.625rem;
}

.solution__point:nth-of-type(1) .solution__icon img {
	width: 3.5625rem;
}

.solution__point:nth-of-type(2) .solution__icon img {
	width: 4rem;
}

.solution__point:nth-of-type(3) .solution__icon img {
	width: 4.875rem;
}

.solution__text {
	font-size: 1.625rem;
	line-height: 1.3846153846;
}

.solution__shima {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	order: 3;
	width: 25rem;
}

.solution__visual {
	gap: 0.75rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
	order: 2;
	padding-left: 0;
	padding-right: 0;
}

.solution__visual-images {
	gap: 1rem;
}

.solution__buttons {
	margin-top: 2.5rem;
}

.worries {
	padding-bottom: 4.75rem;
	padding-top: 3.75rem;
}

.worries__title {
	font-size: 3.125rem;
}

.worries__list {
	gap: 2.875rem 2.375rem;
	grid-template-columns: repeat(2, 16.75rem);
	margin-top: 3.625rem;
}

.button {
	font-size: 2.1875rem;
	height: 7.5rem;
	max-width: 37.5rem;
}

.button::before {
	left: 1.875rem;
}

.button--orange::before {
	height: 4.4375rem;
	width: 3.875rem;
}

.button--blue::before {
	height: 5.625rem;
	width: 4.5rem;
}

.button::after {
	height: 2.125rem;
	right: 1.75rem;
	width: 1.875rem;
}

.buttons {
	align-items: center;
	flex-direction: column;
	gap: 2.5rem;
}

.header__inner {
	padding-left: 0;
	padding-right: 2.375rem;
}

.header__contact {
	width: 21rem;
}

.inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

}

@media (max-width: 750px) {

html {
	font-size: 2.1333333333vw;
}

}


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