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

.u-desktop {
	display: block;
}

.u-mobile {
	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-padding-top: 5.625rem;
}

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

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

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

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 1.75rem;
	z-index: 900;
}

.c-button {
	border-radius: 56.25rem;
	box-shadow: 0.5rem 0.5rem 0 rgb(220, 220, 220);
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	max-width: 22.1875rem;
	padding: 1.46875rem 0;
	text-align: center;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.c-button:hover {
	box-shadow: none;
	transform: translate(4px, 4px);
}

.c-button--blue {
	background-color: #40649a;
}

.c-button--black {
	background-color: #191919;
}

.c-button--gray {
	background-color: #232f34;
}

.c-button--narrow {
	box-shadow: 0.125rem 0.25rem 0 rgb(220, 220, 220);
	font-size: 1rem;
	padding: 0.75rem 1.5rem;
}

.c-title {
	background: linear-gradient(transparent 65%, #f6e176 65%);
	display: inline-block;
	display: flex;
	font-size: 2.5rem;
	font-weight: bold;
	justify-content: center;
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.c-subtitle {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.c-subtitle::before,
.c-subtitle::after {
	background-color: #40649a;
	border-radius: 0.625rem;
	content: "";
	height: 1.0625rem;
	position: absolute;
	top: 50%;
	width: 0.1875rem;
}

.c-subtitle::before {
	left: -1.5625rem;
	transform: translateY(-50%) rotate(-24deg);
}

.c-subtitle::after {
	right: -1.5625rem;
	transform: translateY(-50%) rotate(24deg);
}

.c-text {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 2.625rem;
	text-align: center;
}

.annotation {
	font-size: 0.75rem;
	vertical-align: super;
}

.annotation-small {
	font-size: 0.5rem;
	vertical-align: super;
}

body.is-scroll {
	overflow: hidden;
}

body {
	background-color: #de5451;
}

.inner-narrow {
	margin: 0 auto;
	max-width: 77.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.js-fadeIn {
	opacity: 0;
	transform: translateY(20%);
}

.js-fadeIn.is-active {
	animation: fadeIn 0.4s ease-out forwards;
}

.p-section.p-consult {
	background-color: #fff;
	margin-top: 1.875rem;
	padding: 6.25rem 0 5rem;
}

.consult__text {
	font-size: 1.375rem;
	line-height: 2.3636363636;
	margin-top: 3rem;
	text-align: center;
}

.consult__bottom-text--em {
	color: #de5451;
	font-weight: bold;
}

.p-cta {
	margin-top: 4.9375rem;
}

.cta__inner {
	background-color: #f3f3f3;
	border-radius: 0.625rem;
	box-shadow: 0.3125rem 0.375rem 0.4375rem rgba(103, 103, 103, 0.14);
	padding: 4.3125rem 0 5.3125rem;
	text-align: center;
}

.cta__lead {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4375;
}

.cta__text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6666666667;
	margin-top: 1.25rem;
}

.cta__btn {
	margin-top: 1.375rem;
}

.cta__btn a {
	margin: 0 auto;
}

.cta__tel-box {
	background-color: #f3f3f3;
	border: 0.0625rem solid #bfbfbf;
	border-radius: 0.625rem;
	box-shadow: 0.3125rem 0.375rem 0.4375rem rgba(103, 103, 103, 0.14);
	margin: 2.4375rem auto 0;
	max-width: 36.3125rem;
	padding: 1.625rem 0 1.75rem;
}

.cta__tel-text {
	font-size: 1.25rem;
	font-weight: 700;
}

.cta__tel-number {
	font-family: "Jost", sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	margin-top: 0.4375rem;
}

.cta__tel-number a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

.cta__tel-time {
	font-weight: 500;
}

.p-section.p-faq {
	margin-top: 1.875rem;
	padding: 5.6875rem 0 7.25rem;
}

.faq__list {
	grid-gap: 3.1875rem;
	display: grid;
	gap: 3.1875rem;
	margin: 2.5rem auto 0;
	max-width: 65rem;
	padding: 0 1.25rem;
}

.faq__question {
	background: #efefef;
	border-radius: 1.875rem;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 1.125rem 1.25rem 1.125rem 4.0625rem;
	position: relative;
	width: 100%;
}

.faq__question .faq__question::after {
	transform: translateY(-50%) rotate(180deg);
}

.faq__question::before {
	color: #de5451;
	content: "Q.";
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	left: 1.875rem;
	position: absolute;
	top: 1.25rem;
}

.faq__question::after {
	background: url(../images/arrow-faq.svg) no-repeat center center/contain;
	content: "";
	height: 0.4375rem;
	position: absolute;
	right: 1.4375rem;
	top: 50%;
	transform: translateY(-50%);
	transform: translateY(-50%) rotate(180deg);
	transition: transform 0.3s ease-in-out;
	width: 0.875rem;
}

.faq__question.is-open::after {
	transform: translateY(-50%) rotate(0deg);
}

.faq__answer {
	display: none;
}

.faq__answer.is-open {
	display: block;
}

.faq__a-text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.7777777778;
	padding: 1.25rem 1.875rem 0 3.75rem;
	position: relative;
}

.faq__a-text::before {
	color: #40649a;
	content: "A.";
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	left: 1.875rem;
	position: absolute;
	top: 1.25rem;
}

.faq__link {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.p-feature {
	background-color: #fff;
	overflow: hidden;
	padding: 11.25rem 0 5rem;
	position: relative;
}

.p-feature::after {
	border-bottom: 0;
	border-left: 960px solid transparent;
	border-right: 960px solid transparent;
	border-style: solid;
	border-top: 90px solid #f3f3f3;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 0;
}

.feature__text {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 2.2;
	margin-top: 3.125rem;
	text-align: center;
}

.feature__highlight {
	color: #de5451;
	font-size: 2rem;
	font-weight: 700;
}

.feature__panel {
	background-color: #f9f9f9;
	border: 1px solid rgba(229, 218, 218, 0.5);
	border-radius: 5rem;
	box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(110, 76, 76, 0.1);
	margin-top: 4.625rem;
	padding: 3.3125rem 0 5rem;
	position: relative;
}

.feature__panel::before {
	background: url(../images/triangle-reverse.svg) no-repeat center center/cover;
	content: "";
	height: 3.75rem;
	left: 50%;
	position: absolute;
	top: -3.5rem;
	transform: translateX(-50%);
	width: 4.3125rem;
	z-index: 1;
}

.feature__sub-title {
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
}

.feature__point {
	color: #de5451;
}

.feature__list-wrap {
	display: flex;
	flex-direction: column;
	gap: 3.5625rem;
	margin-top: 4.0625rem;
}

.feature__list {
	display: flex;
	justify-content: center;
	position: relative;
}

.feature__list:not(:first-child)::before {
	background-color: #e5dada;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: -1.75rem;
	transform: translateX(-50%);
	width: 92.5833%;
}

.feature__item {
	flex: 1;
	margin: 0 2.5rem;
	max-width: 18.75rem;
	position: relative;
	text-align: center;
}

.feature__item:not(:nth-child(3n-2))::before {
	background-color: #e5dada;
	content: "";
	height: 100%;
	left: -2.5rem;
	position: absolute;
	top: 0;
	width: 0.0625rem;
}

.feature__img {
	height: auto;
	margin: 0 auto;
	width: 10.625rem;
}

.feature__desc {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.7777777778;
	margin-top: 1rem;
}

.feature__desc--small {
	font-size: 0.9375rem;
}

.feature__desc--em {
	color: #40649a;
	font-weight: 700;
}

.feature__note {
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 1rem;
	text-align: right;
}

.footer {
	background-color: #fff;
	margin-top: 1.875rem;
	padding: 2.5rem 0;
}

.footer__logo {
	margin: 0 auto;
	max-width: 9.6875rem;
	width: 100%;
}

.footer__btn {
	margin: 1.5rem auto 0;
	max-width: 13.0625rem;
}

.header {
	height: 6.5rem;
	transition: height 0.3s ease-in, top 0.3s ease-in;
}

.header.is-scrolled {
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	height: 5.625rem;
	top: 0;
}

.header.is-scrolled .header__inner {
	background-color: #fff;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 120rem;
	padding: 0 3.5rem 0 4.5625rem;
	transition: background-color 0.3s ease-in;
}

.header__logo {
	height: inherit;
	max-width: clamp(7.5rem, -24.458rem + 43.33vw, 9.125rem);
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

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

.header__nav {
	display: flex;
	height: inherit;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item--contact {
	align-items: center;
	display: flex;
	margin-left: 0.5rem;
}

.header__nav-item--contact a {
	background-color: #232f34;
	border-radius: 6.25rem;
	box-shadow: 0.125rem 0.25rem 0 rgb(220, 220, 220);
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	padding: 0.6875rem 3.125rem;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.header__nav-item--contact a:hover {
	box-shadow: none;
	transform: translate(0.25rem, 0.25rem);
}

.header__nav-item a {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	height: inherit;
	padding: 0 1.25rem;
	transition: color 0.3s;
}

.header__nav-item a:hover {
	color: #de5451;
	opacity: 1;
}

.header__drawer-item--contact {
	margin: 1.25rem auto 0;
}

.header__drawer-item--contact a {
	margin: 0 auto;
}

.header__hamburger {
	display: none;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 0.9375rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	display: none;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-item a {
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.625rem 0;
	text-align: center;
}

.p-mv {
	background-color: #fff;
	border-radius: 1.25rem;
	margin: 0 auto;
	margin-top: 1.75rem;
	overflow: hidden;
	padding: 7.5rem 1.25rem 6rem;
	position: relative;
	text-align: center;
	width: 96.875%;
}

.mv__bg img {
	animation: zoomIn 1s ease-in-out forwards;
	opacity: 0;
	position: absolute;
}

.mv__bg img:nth-child(1) {
	animation-delay: 0s;
	right: calc(50% + clamp(23.75rem, -2.25rem + 28.89vw, 30.25rem));
	width: clamp(11.25rem, -26rem + 41.39vw, 20.563rem);
}

.mv__bg img:nth-child(2) {
	animation-delay: 0.2s;
	bottom: 7%;
	right: calc(50% + clamp(23.75rem, -4.5rem + 31.39vw, 30.813rem));
	width: clamp(12.5rem, -28.25rem + 45.28vw, 22.688rem);
}

.mv__bg img:nth-child(3) {
	animation-delay: 0.4s;
	left: calc(50% + clamp(21.875rem, -13.875rem + 39.72vw, 30.813rem));
	top: 19%;
	width: clamp(12.5rem, -30.25rem + 47.5vw, 23.188rem);
}

.mv__bg img:nth-child(4) {
	animation-delay: 0.6s;
	bottom: 9%;
	left: calc(50% + clamp(21.875rem, -6.375rem + 31.39vw, 28.938rem));
	width: clamp(12.5rem, -25rem + 41.67vw, 21.875rem);
}

.mv__bg img:nth-child(5) {
	display: none;
}

.mv__inner {
	margin: 0 auto;
}

.js-text-slideIn {
	transform: translateY(40%);
}

.js-text-slideIn.is-active {
	animation: slideIn 0.4s ease-out forwards;
}

.mv__lead {
	font-size: 4.375rem;
	font-weight: 900;
}

.mv__lead--red {
	color: #de5451;
	font-size: 6.5rem;
	margin-left: -2.5rem;
}

.mv__lead--em {
	font-size: 5.375rem;
}

.mv__sub {
	font-size: 2.125rem;
	font-weight: 700;
	margin-top: 2rem;
}

.mv__sub__em {
	background: linear-gradient(transparent 65%, #f6e176 65%);
	font-weight: 700;
	margin-right: 0.5rem;
}

.mv__support {
	background-color: #40649a;
	border-radius: 0.1875rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	color: #fff;
	display: inline-block;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0.5625rem 0.5rem 0;
	padding: 0 1rem;
}

.mv__btn {
	margin-top: 3.3125rem;
}

.mv__btn a {
	margin: 0 auto;
}

.mv__button-link {
	background-color: #1f2e37;
	border-radius: 3.125rem;
	box-shadow: 0 0.25rem 0rem rgba(0, 0, 0, 0.1);
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.875rem 2rem;
	transition: opacity 0.3s ease;
}

.mv__button-link:hover {
	opacity: 0.8;
}

.p-section.p-reason-block {
	margin-top: 1.875rem;
	padding: 6.25rem 1.25rem 6.875rem;
}

.reason-block__title {
	margin-top: 0.4375rem;
}

.reason-block__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	margin: 2.875rem auto 0;
	max-width: 87.5rem;
}

.reason-block__item {
	align-items: center;
	background-color: #f3f3f3;
	border-radius: 5rem;
	box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.14);
	display: flex;
	max-width: clamp(62.5rem, -300rem + 400vw, 75rem);
	padding: 3.375rem clamp(1.875rem, -97.813rem + 110vw, 5.313rem) 3.375rem clamp(1.875rem, -70.625rem + 80vw, 4.375rem);
}

.reason-block__item:nth-child(even) {
	margin-left: auto;
}

.reason-block__image {
	flex-shrink: 0;
	max-width: clamp(12.5rem, -205rem + 240vw, 20rem);
}

.reason-block__image img {
	-o-object-fit: cover;
	aspect-ratio: 320/239;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.reason-block__content {
	margin-left: 2.4375rem;
}

.reason-block__point {
	background-color: #40649a;
	border-radius: 56.25rem;
	color: #fff;
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	padding: 0.1875rem 0.75rem;
}

.reason-block__heading {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6666666667;
	margin-top: 0.625rem;
}

.reason-block__desc {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.7777777778;
	margin-top: 1.5rem;
}

.reason-block__btn-wrap {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.reason-block__btn-text {
	font-size: 0.875rem;
	font-weight: 500;
}

.p-reason {
	background-color: #f3f3f3;
	margin-top: 1.875rem;
	padding: 5.0625rem 0 5.9375rem;
}

.reason__lead {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.reason__title {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 0.625rem;
	text-align: center;
}

.reason__list {
	grid-gap: 3.125rem 3.75rem;
	display: grid;
	gap: 3.125rem 3.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.75rem;
}

.reason__item {
	align-items: center;
	background-color: #fff;
	border-radius: 1.25rem;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(143, 143, 143, 0.16);
	display: flex;
	justify-content: center;
	min-height: 12.625rem;
	overflow: hidden;
	position: relative;
}

.reason__item::before {
	background: url(../images/arrow.svg) no-repeat center center/contain;
	content: "";
	height: 3.0625rem;
	left: -0.3125rem;
	position: absolute;
	top: -0.3125rem;
	width: 3.1875rem;
	z-index: 1;
}

.reason__text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6666666667;
	text-align: center;
}

.p-section {
	background-color: #fff;
	border-radius: 1.25rem;
	box-shadow: 0.3125rem 0.3125rem 0.375rem rgba(55, 14, 14, 0.16);
	margin: 0 auto;
	width: 96.875%;
}

.p-service {
	margin-top: 1.875rem;
	padding: 6.875rem 0 7.5rem;
}

.service__list {
	margin-top: 4.875rem;
	padding: 0 1.25rem;
}

.service__list-wrap {
	display: flex;
	gap: 6.25rem;
	justify-content: center;
}

.service__list-wrap:not(:first-child) {
	margin-top: 5rem;
}

.service__item {
	max-width: 22.5rem;
}

.service__img img {
	-o-object-fit: cover;
	aspect-ratio: 360/222;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.service__content {
	margin-top: 1.125rem;
}

.service__heading {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.service__desc-list {
	margin-top: 1.125rem;
}

.service__desc-list li {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.2222222222;
	padding-left: 1.25rem;
	position: relative;
}

.service__desc-list li::before {
	background-color: #191919;
	border-radius: 50%;
	content: "";
	height: 0.1875rem;
	left: 0.5rem;
	position: absolute;
	top: 1.25rem;
	width: 0.1875rem;
}

.service__button {
	margin: 1.25rem auto 0;
	max-width: 13.0625rem;
}

.p-troubles-raised {
	margin-top: 3.25rem;
}

.p-troubles-raised__inner {
	margin: 0 auto;
	max-width: 101.875rem;
	padding: 0 1.25rem;
	width: 100%;
}

.troubles-raised__title {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4285714286;
	position: relative;
	text-align: center;
}

.troubles-raised__title::before {
	background: url(../images/dashed.svg) no-repeat center center/cover;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.troubles-raised__title span {
	position: relative;
	z-index: 1;
}

.troubles-raised__title span::after {
	background-color: #de5451;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 160%;
	z-index: -1;
}

.troubles-raised__list {
	display: flex;
	gap: clamp(1.875rem, -43.125rem + 50vw, 3.75rem);
	justify-content: space-between;
	margin-top: 3.125rem;
}

.troubles-raised__item {
	flex: 1;
	position: relative;
}

.troubles-raised__item::after {
	background: url(../images/triangle.png) no-repeat center center/cover;
	bottom: -5.625rem;
	content: "";
	height: 3.375rem;
	left: 51%;
	position: absolute;
	transform: translateX(-50%);
	width: 4.1875rem;
}

.troubles-raised__balloon {
	align-items: center;
	background-color: #fff;
	border-radius: 0.75rem;
	box-shadow: 0.3125rem 0.3125rem 0.375rem rgba(55, 14, 14, 0.16);
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	padding: 2.375rem 0;
}

.troubles-raised__emoji img {
	width: clamp(3.75rem, -17.25rem + 23.33vw, 4.625rem);
}

.troubles-raised__text {
	font-size: clamp(1.25rem, -4.75rem + 6.67vw, 1.5rem);
	font-weight: 700;
	line-height: 1.4166666667;
}

.p-troubles {
	margin-top: 7.5rem;
	padding: 5.5rem 0 6.625rem;
}

.troubles__inner {
	margin: 0 auto;
	max-width: 96.25rem;
	padding: 0 1.25rem;
}

.troubles__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4375;
	text-align: center;
}

.troubles__title--emphasis {
	color: #de5451;
}

.troubles__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 5rem;
}

.troubles__card {
	padding: 0 clamp(0.625rem, -17.5rem + 20vw, 2.5rem);
	text-align: center;
}

.troubles__card:first-child {
	border-right: 0.0625rem solid #e5dada;
}

.troubles__card:not(:first-child) {
	border-left: 0.0625rem solid #e5dada;
}

.troubles__card-label {
	background-color: #40649a;
	border-radius: 56.25rem;
	color: #fff;
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	padding: 0.1875rem 0.75rem;
}

.troubles__card-text {
	font-size: clamp(1.125rem, -7.875rem + 10vw, 1.5rem);
	font-weight: 700;
	line-height: 1.6666666667;
	margin-top: 1.125rem;
}

.troubles__card-image {
	height: auto;
	margin: 1.125rem auto 0;
	max-width: clamp(15.625rem, -59.375rem + 83.33vw, 18.75rem);
	width: 100%;
}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

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

html {
	scroll-padding-top: 4rem;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.inner {
	padding-left: 15px;
	padding-right: 15px;
}

.l-header {
	top: 0;
}

.c-button {
	font-size: 1.25rem;
	max-width: 17.5rem;
	padding: 1rem 0;
}

.c-title {
	background: none;
	display: block;
	font-size: 1.5rem;
	text-align: center;
}

.c-title span {
	background: linear-gradient(transparent 65%, #f6e176 65%);
}

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

.c-text {
	-moz-text-align-last: left;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	text-align-last: left;
}

.inner-narrow {
	max-width: 37.5rem;
	padding: 0 0.9375rem;
}

.p-section.p-consult {
	margin-top: 0.9375rem;
	padding: 3.75rem 0 1.25rem;
}

.consult__text {
	font-size: 1.125rem;
	line-height: 1.8;
	text-align: left;
}

.p-cta {
	margin-top: 3.75rem;
}

.cta__inner {
	padding: 2.5rem 1.25rem;
}

.cta__lead {
	font-size: 1.25rem;
}

.cta__text {
	font-size: 1.125rem;
}

.cta__tel-text {
	font-size: 1.125rem;
}

.cta__tel-time {
	font-size: 0.875rem;
}

.p-section.p-faq {
	margin-top: 0.9375rem;
	padding: 3.75rem 0 1.25rem;
}

.faq__list {
	gap: 1.875rem;
}

.faq__question {
	border-radius: 1.25rem;
	line-height: 1.8;
	padding: 0.625rem 1.875rem 0.625rem 2.1875rem;
}

.faq__question::before {
	font-size: 1.25rem;
	left: 0.625rem;
	top: 0.625rem;
}

.faq__question::after {
	right: 0.625rem;
}

.faq__a-text {
	font-size: 1rem;
	padding: 1.25rem 0 0 2.1875rem;
}

.faq__a-text::before {
	font-size: 1.25rem;
	left: 0.625rem;
}

.p-feature {
	padding: 6.25rem 0 3.75rem;
}

.p-feature::after {
	top: -3.125rem;
}

.feature__text {
	font-size: 1.125rem;
	line-height: 1.8;
	text-align: left;
}

.feature__highlight {
	font-size: 1.75rem;
}

.feature__panel {
	border-radius: 1.25rem;
	padding: 2.5rem 0;
}

.feature__sub-title {
	font-size: 1.25rem;
}

.feature__list-wrap {
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.feature__list {
	flex-direction: column;
	gap: 1.875rem;
}

.feature__list:not(:first-child)::before {
	display: none;
}

.feature__item {
	margin: 0 auto;
}

.feature__item:not(:nth-child(3n-2))::before {
	display: none;
}

.feature__img {
	width: 9.375rem;
}

.feature__desc {
	font-size: 1rem;
	margin-top: 0;
}

.feature__note {
	font-size: 12px;
	text-align: left;
}

.footer {
	margin-top: 0.9375rem;
	padding: 1.25rem 0;
}

.footer__logo {
	max-width: 6.25rem;
}

.header {
	height: 4rem;
}

.header.is-scrolled {
	height: 4rem;
}

.header.is-scrolled .header__hamburger {
	height: 2.5rem;
	right: 0.625rem;
	top: 0.625rem;
	width: 2.5rem;
}

.header__inner {
	padding: 0 0.6875rem 0 1.25rem;
}

.header__logo {
	max-width: 6.25rem;
	z-index: 999;
}

.header__nav {
	display: none;
}

.header__hamburger {
	background-color: #de5451;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 5rem;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	right: -1.25rem;
	top: -1.25rem;
	transition: 0.3s;
	width: 5rem;
	z-index: 999;
}

.header__drawer {
	background-color: #e6908e;
	bottom: 0;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 14.25rem 0;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

.p-mv {
	margin-top: 0.625rem;
	padding: 24vw 1.25rem 20vw;
	width: 95%;
}

.mv__bg img:nth-child(1) {
	right: calc(50% + 3.1875rem);
	top: 3rem;
	width: 7.75rem;
	width: 27vw;
}

.mv__bg img:nth-child(3) {
	display: none;
}

.mv__bg img:nth-child(5) {
	animation-delay: 0.4s;
	bottom: 0;
	display: block;
	left: calc(50% + 3.125rem);
	width: 33vw;
}

.mv__lead {
	font-size: 8vw;
}

.mv__lead--red {
	font-size: 11vw;
	margin-left: -1.25rem;
}

.mv__lead--em {
	font-size: 11vw;
}

.mv__sub {
	font-size: 5vw;
}

.mv__support {
	font-size: 6.5vw;
	margin: 0.5625rem 0.125rem 0;
	padding: 0 0.625rem;
}

.mv__btn {
	margin-top: 1.875rem;
}

.mv__btn a {
	font-size: 5.4vw;
	max-width: 75vw;
}

.p-section.p-reason-block {
	margin-top: 0.9375rem;
	padding: 3.75rem 1.25rem 1.25rem;
}

.reason-block__list {
	gap: 1.25rem;
	margin: 1.25rem auto 0;
}

.reason-block__item {
	border-radius: 1.25rem;
	display: block;
	padding: 1.25rem;
}

.reason-block__image {
	margin: 0 auto 1.25rem;
	max-width: 9.375rem;
}

.reason-block__content {
	margin-left: 0;
}

.reason-block__heading {
	font-size: 1.25rem;
}

.reason-block__desc {
	font-size: 1rem;
}

.reason-block__btn-wrap {
	align-items: normal;
	flex-direction: column;
}

.reason-block__btn {
	margin: 0 auto;
	max-width: 17.5rem;
	width: 100%;
}

.reason-block__btn-text {
	font-size: 12px;
	margin-top: 0.625rem;
	text-align: right;
}

.p-reason {
	margin-top: 0.9375rem;
	padding: 3.75rem 0;
}

.reason__lead {
	font-size: 1.25rem;
}

.reason__title {
	font-size: 1.5rem;
}

.reason__list {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 3.75rem;
}

.reason__item {
	min-height: 10.625rem;
}

.reason__text {
	font-size: 1.125rem;
}

.p-section {
	max-width: 35.625rem;
	width: 93%;
}

.p-service {
	margin-top: 0.9375rem;
	padding: 3.75rem 0 1.25rem;
}

.service__text {
	padding: 0 1.25rem;
}

.service__list {
	margin-top: 3.75rem;
}

.service__list-wrap {
	flex-direction: column;
	gap: 1.875rem;
}

.service__list-wrap:not(:first-child) {
	margin-top: 1.875rem;
}

.service__item {
	max-width: none;
	max-width: initial;
}

.service__heading {
	font-size: 1.25rem;
}

.service__desc-list {
	margin-top: 0.625rem;
}

.service__desc-list li {
	font-size: 1rem;
	line-height: 1.8;
}

.service__desc-list li::before {
	top: 0.8125rem;
}

.service__button {
	max-width: 17.5rem;
}

.p-troubles-raised__inner {
	max-width: 37.5rem;
	padding: 0 0.9375rem;
}

.troubles-raised__title {
	font-size: 1.25rem;
}

.troubles-raised__title span::after {
	width: 110%;
}

.troubles-raised__list {
	flex-direction: column;
	gap: 1.25rem;
}

.troubles-raised__item::after {
	bottom: -3.75rem;
	height: 2.0625rem;
	width: 2.5rem;
}

.troubles-raised__item:not(:last-child)::after {
	display: none;
}

.troubles-raised__balloon {
	display: block;
	padding: 1.25rem;
}

.troubles-raised__emoji img {
	margin: 0 auto;
	width: 4.0625rem;
}

.troubles-raised__text {
	font-size: 1.125rem;
	text-align: center;
}

.p-troubles {
	margin-top: 5rem;
	padding: 3.75rem 0 1.25rem;
}

.troubles__title {
	font-size: 1.25rem;
}

.troubles__cards {
	grid-template-columns: 1fr;
	margin-top: 3.75rem;
}

.troubles__card:first-child {
	border-right: none;
}

.troubles__card:not(:first-child) {
	border-left: none;
	border-top: 0.0625rem solid #e5dada;
	padding-top: 1.25rem;
}

.troubles__card-text {
	font-size: 1.125rem;
}

.troubles__card-image {
	margin: 0.625rem auto 0;
	max-width: 12.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
	transform: translateY(20%);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes zoomIn {

0% {
	opacity: 0;
	transform: scale(0.8);
}

30% {
	opacity: 1;
}

100% {
	opacity: 1;
	transform: scale(1);
}

}

@keyframes slideIn {

0% {
	transform: translateY(40%);
}

100% {
	transform: translateY(0);
}

}


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