/* ============================ */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* ============================ */

body {
	color: #323230;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

img {
	height: auto;
	width: 100%;
}

a {
	display: block;
	transition: all 0.3s 0s ease-in-out;
}

a:hover {
	opacity: 0.7;
}

button {
	font-family: "Noto Sans JP", sans-serif;
}

.--sp-only {
	display: none;
}

/* ============================ */

/* ============================ */

/* ============================
header
 ========================= */

.l-header {
	background: #fff;
	padding: 2.4rem 1.6rem;
}

.l-header__logo {
	display: block;
	margin: 0 auto;
	width: 29.8rem;
}

/* ============================ */

/* ============================
main
 ========================= */

/* inner1100px */

.l-main__inner {
	margin: 0 auto;
	max-width: 113rem;
	padding: 0 1.5rem;
	width: 100%;
}

/* ============================ */

/* ============================
section
 ========================= */

.l-section {
	padding: 8rem 0;
}

/* ============================ */

/* ============================
footer
 ========================= */

.l-footer {
	padding: 9rem 0 16rem;
}

.l-footer__inner {
	margin: 0 auto;
	max-width: 113.2rem;
	padding: 0 1.6rem;
	width: 100%;
}

.l-footer__list {
	-moz-column-gap: 9rem;
	align-items: center;
	column-gap: 9rem;
	display: flex;
	justify-content: center;
	row-gap: 3.2rem;
}

.l-footer__item {
	color: #6D6D6D;
	font-size: 2.4rem;
}

.l-footer__small {
	color: #6D6D6D;
	display: block;
	font-size: 1.6rem;
	margin-top: 5.6rem;
	text-align: center;
}

/*/* ============================ */

/* ============================ */

/* ============================
ボタン
 ========================= */

.c-button {
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
	flex: 1;
	position: relative;
	z-index: 0;
}

.c-button.--orange .c-button__inner {
	background: linear-gradient(341deg, #E16900 15.07%, #F09A29 53.34%, #FECA52 89.42%);
	border-radius: 1rem;
	position: relative;
	z-index: 1;
}

.c-button.--orange::after {
	background: linear-gradient(341deg, #E16900 15.07%, #F09A29 53.34%, #FECA52 89.42%);
	border-radius: 1rem;
	content: "";
	height: calc(100% + 0.1875rem + 0.1875rem);
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 0.1875rem + 0.1875rem);
	z-index: -1;
}

.c-button.--orange:hover {
	border-color: transparent;
}

.c-button.--orange:hover::after {
	opacity: 1;
}

.c-button.--orange:hover .c-button__inner {
	background: #fff;
}

.c-button.--orange:hover .c-button__link {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(91deg, #FECA52 -5.71%, #FF9000 57.82%, #E16900 104.89%);
	background-clip: text;
}

.c-button.--orange .c-button__copy {
	color: #ED811A;
}

.c-button.--blue .c-button__inner {
	background: linear-gradient(340deg, #0E72C6 23.76%, #359EE3 57.86%, #5BCAFF 104.44%);
	border-radius: 1rem;
	position: relative;
	z-index: 1;
}

.c-button.--blue .c-button__copy {
	color: #0E72C6;
}

.c-button.--blue::after {
	background: linear-gradient(340deg, #0E72C6 23.76%, #359EE3 57.86%, #5BCAFF 104.44%);
	border-radius: 1rem;
	content: "";
	height: calc(100% + 0.1875rem + 0.1875rem);
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 0.1875rem + 0.1875rem);
	z-index: -1;
}

.c-button.--blue:hover {
	border-color: transparent;
}

.c-button.--blue:hover::after {
	opacity: 1;
}

.c-button.--blue:hover .c-button__inner {
	background: #fff;
}

.c-button.--blue:hover .c-button__link {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #5BCAFF 0%, #359EE3 35.58%, #0E72C6 100%);
	background-clip: text;
}

.c-button__inner {
	border: 0.3rem solid #fff;
	border-radius: 1rem;
	transition: all 0.3s 0s ease-in-out;
}

.c-button__copy {
	background-color: #fff;
	border-radius: 3rem;
	font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
	left: 50%;
	letter-spacing: 0.6px;
	line-height: 160%;
	padding: 0.4rem 2rem;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translate(-50%, -80%);
	white-space: nowrap;
}

.c-button__link {
	font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
	letter-spacing: 0.72px;
	line-height: 120%;
	padding: 2.4rem 8rem;
}

.c-button__link:hover {
	opacity: 1;
}

/* ============================ */

/* ============================ */

/* ============================
アコーディオン
 ========================= */

.c-accordion {
	display: flex;
	flex-direction: column;
	row-gap: 3.2rem;
}

.c-accordion__item {
	background: #fff;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
	padding: 0 4rem;
}

.c-accordion__item[open] .c-accordion__title .--arrow {
	transform: rotate(-45deg);
}

.c-accordion__title {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 2.5rem;
	justify-content: space-between;
	letter-spacing: 0.5px;
	line-height: 160%;
	padding: 4.8rem 0;
}

.c-accordion__title .--arrow {
	border: 0.4rem solid currentColor;
	border-bottom: 0;
	border-left: 0;
	flex-shrink: 0;
	height: 1.5rem;
	line-height: 1;
	margin-bottom: 1rem;
	transform: rotate(135deg);
	transition: transform 0.4s 0s ease-in-out;
	width: 1.5rem;
}

.c-accordion__text {
	transform: translateY(-90%);
	transition: max-height 0.4s ease, opacity 0.4s ease;
}

.c-accordion__answer-text {
	border-top: 0.2rem solid #C8E9DE;
	font-size: 2.4rem;
	line-height: 170%;
	padding: 2.4rem 0 4.8rem;
}

/* ============================ */

/* ============================
c-cta
 ========================= */

.c-cta {
	background: linear-gradient(358deg, #27A58C 21.89%, #1FD8B3 86.23%);
	padding: 2.4rem 0 8rem;
}

.c-cta.--top {
	padding: 9rem 0 8rem;
}

.c-cta__top {
	-moz-column-gap: 1.6rem;
	align-items: center;
	column-gap: 1.6rem;
	display: flex;
	margin: 0 auto;
	padding: 2.4rem 4rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-cta__top-icon {
	width: 6.4rem;
}

.c-cta__top-content {
	font-size: 1.8rem;
}

.c-cta__top-content .--big {
	display: block;
	font-size: 3.2rem;
}

.c-cta__wrap {
	margin: 4rem auto 0;
	max-width: 83.8rem;
	padding: 0 2rem;
}

.c-cta__item {
	display: flex;
	flex-direction: column;
	row-gap: 0.8rem;
}

.c-cta__item-copy {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	justify-content: center;
}

.c-cta__item-copy-img {
	width: 1.7rem;
}

.c-cta__item-copy-img:nth-of-type(2) {
	transform: scale(-1, 1);
}

.c-cta__item-copy-text {
	font-size: 2rem;
}

.c-cta__button {
	-moz-column-gap: 1.6rem;
	align-items: center;
	background: #F6FA43;
	border-radius: 7.2rem;
	box-shadow: 0 4.8px 4.8px 0 rgba(0, 0, 0, 0.25);
	column-gap: 1.6rem;
	display: flex;
	justify-content: center;
	position: relative;
}

.c-cta__button.--tel {
	font-size: 3.2rem;
	margin: 0 auto;
	max-width: 39.6rem;
	padding: 1.4rem;
	width: 100%;
}

.c-cta__button.--tel .--icon {
	width: 5.1rem;
}

.c-cta__button.--mail,
.c-cta__button.--line {
	font-size: 1.8rem;
	max-width: 38rem;
	padding: 1.2rem;
	width: 100%;
}

.c-cta__button.--mail .--arrow {
	transform: translateY(-50%) rotate(90deg);
}

.c-cta__button .--icon {
	width: 3rem;
}

.c-cta__button .--arrow {
	position: absolute;
	right: 2.3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.8rem;
}

.c-cta__button-bottom-text {
	font-size: 1.4rem;
	text-align: center;
}

.c-cta__item-wrap {
	-moz-column-gap: 4rem;
	align-items: center;
	column-gap: 4rem;
	display: flex;
	justify-content: center;
	margin-top: 2.4rem;
}

/* ============================ */

/* ============================ */

/* ============================
p-fv
 ========================= */

.p-fv {
	position: relative;
}

.p-fv__top-text {
	left: 50%;
	position: absolute;
	top: 8rem;
	transform: translateX(-50%);
}

.p-fv__assist {
	position: relative;
}

.p-fv__assist-heading {
	font-size: 2.2rem;
	margin: 0 auto;
	padding: 0.5rem 1.2rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-fv__assist-text {
	color: #fff;
	font-size: 2rem;
	line-height: 200%;
	margin-top: 1.6rem;
	text-align: center;
}

.p-fv__assist-text .--wrap {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
	justify-content: center;
}

.p-fv__assist-text .--wrap span {
	font-size: 3.2rem;
	text-shadow: 1.6px 3.2px 3.2px rgba(0, 0, 0, 0.25);
}

.p-fv__assist-bg {
	left: 50%;
	position: absolute;
	top: 55%;
	transform: translate(-50%, -50%);
	width: 62.6rem;
	z-index: -1;
}

.p-fv__copy {
	margin: 7.2rem auto 0;
	width: 54.9rem;
}

.p-fv__content {
	bottom: -5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 10;
}

.p-fv__content-list {
	-moz-column-gap: 3.2rem;
	-moz-column-gap: 0.8rem;
	column-gap: 3.2rem;
	column-gap: 0.8rem;
	display: flex;
	justify-content: center;
}

.p-fv__content-item {
	background: linear-gradient(298deg, #27A58C 7.2%, #6DEDD4 100.83%);
	border-radius: 50%;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
	display: grid;
	height: 16rem;
	place-content: center;
	position: relative;
	width: 16rem;
	z-index: 1;
}

.p-fv__content-item::before {
	background: #fff;
	border-radius: 50%;
	content: "";
	height: 15rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 15rem;
	z-index: -1;
}

.p-fv__content-item p {
	font-size: 2.4rem;
	line-height: 150%;
	text-align: center;
}

.p-fv__content-item p .--big .--96 {
	font-size: 9.6rem;
	line-height: 65%;
}

.p-fv__content-item p .--big .--32 {
	font-size: 3.2rem;
}

.p-fv__content-small {
	color: #FFF;
	display: block;
	font-size: 1.8rem;
	margin-top: 4.8rem;
	text-align: center;
}

.p-fv__bg img {
	height: 100%;
}

.p-fv__lawyer {
	left: 50%;
	max-width: 136.6rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.p-fv__bottom-bg {
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

/* ============================
p-worry
 ========================= */

.p-worry__inner {
	margin: 0 auto;
	max-width: 112rem;
	padding: 0 1rem;
	width: 100%;
}

.p-worry__top {
	-moz-column-gap: 4.8rem;
	align-items: center;
	border: 1.6rem solid #fff;
	column-gap: 4.8rem;
	display: flex;
	justify-content: center;
	padding: 3.2rem;
}

.p-worry__top-heading {
	text-align: center;
}

.p-worry__top-heading span {
	display: block;
}

.p-worry__top-heading .--29 {
	font-size: 2.9rem;
}

.p-worry__top-heading .--72 {
	font-size: 7.2rem;
}

.p-worry__top-heading .--39 {
	font-size: 3.9rem;
}

.p-worry__top-content {
	margin-bottom: -9rem;
}

.p-worry__top-list {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	display: flex;
	justify-content: center;
}

.p-worry__top-item {
	padding: 1.6rem 1.3rem;
	position: relative;
	z-index: 1;
}

.p-worry__top-item:nth-of-type(2) {
	margin-top: -1.6rem;
}

.p-worry__top-item p {
	font-size: 1.6rem;
	text-align: center;
}

.p-worry__top-item .--bg {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
}

.p-worry__top-content-img {
	margin: 1.6rem auto 0;
	max-width: 30.2rem;
	width: 100%;
}

.p-worry__bottom {
	margin-top: 8rem;
}

.p-worry__bottom-heading {
	font-size: 2.4rem;
	line-height: 160%;
	text-align: center;
}

.p-worry__bottom-list {
	-moz-column-gap: 2.4rem;
	align-items: center;
	column-gap: 2.4rem;
	display: flex;
	justify-content: center;
	margin-top: 2.4rem;
}

.p-worry__bottom-item {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
}

.p-worry__bottom-item-icon {
	width: 1.8rem;
}

.p-worry__bottom-item-text {
	font-size: 1.6rem;
}

.p-worry__bottom-big {
	margin-top: 2.4rem;
	text-align: center;
}

.p-worry__bottom-big span {
	display: block;
	line-height: 150%;
	margin: 0 auto;
	text-decoration-line: underline;
	width: -moz-fit-content;
	width: fit-content;
}

.p-worry__bottom-big .--32 {
	font-size: 3.2rem;
}

.p-worry__bottom-big .--26 {
	font-size: 2.6rem;
}

.p-worry__bottom-connect {
	display: block;
	margin: 2.4rem auto 0;
	width: 9.6rem;
}

.p-worry__bottom-small {
	font-size: 1.8rem;
	margin-top: 0.8rem;
	text-align: center;
}

.p-worry__bottom-backlash {
	margin: 0 auto;
	max-width: 55.6rem;
	position: relative;
	width: 100%;
}

.p-worry__bottom-backlash-list {
	-moz-column-gap: 15.5rem;
	align-items: flex-start;
	column-gap: 15.5rem;
	display: flex;
	justify-content: center;
	margin-top: 2.4rem;
}

.p-worry__bottom-backlash-item {
	padding-bottom: 3.3rem;
	position: relative;
	z-index: 1;
}

.p-worry__bottom-backlash-item:nth-of-type(1) .p-worry__bottom-backlash-item-bg {
	width: 21.7rem;
}

.p-worry__bottom-backlash-item:nth-of-type(2) .p-worry__bottom-backlash-item-bg {
	width: 25.5rem;
}

.p-worry__bottom-backlash-item-icon {
	margin: 0 auto;
	width: 7rem;
}

.p-worry__bottom-backlash-item-text {
	color: #7B7B7B;
	font-size: 1.6rem;
	line-height: 160%;
	margin-top: 0.8rem;
	text-align: center;
}

.p-worry__bottom-backlash-item-bg {
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: -1;
}

.p-worry__bottom-backlash-img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 14.2rem;
	z-index: 2;
}

.p-worry__bottom-backlash-content {
	font-size: 3.2rem;
	line-height: 160%;
	margin-top: 2.4rem;
	text-align: center;
}

/* ============================
p-support
 ========================= */

.p-support__heading {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	justify-content: center;
}

.p-support__heading span {
	font-size: 1.6rem;
}

.p-support__heading-img {
	width: 29.8rem;
}

.p-support__point {
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
	display: flex;
	justify-content: center;
	margin: 4rem auto 0;
	max-width: 89.2rem;
	width: 100%;
}

.p-support__point-item {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	row-gap: 2rem;
}

.p-support__point-item-top {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	justify-content: center;
}

.p-support__point-item-top-icon {
	flex-shrink: 0;
	width: 3rem;
}

.p-support__point-item-top-text {
	font-size: 1.6rem;
	text-align: center;
}

.p-support__point-item-bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-support__point-item-bottom-quotation {
	border: 0.2rem solid #2497EB;
	height: 100%;
	width: 2.6rem;
}

.p-support__point-item-bottom-quotation:first-of-type {
	border-right: none;
}

.p-support__point-item-bottom-quotation:last-of-type {
	border-left: none;
}

.p-support__point-item-bottom-text {
	font-size: 3.6rem;
	line-height: 140%;
	text-align: center;
}

.p-support__connect {
	margin-top: 4rem;
}

.p-support__connect span {
	display: block;
	line-height: 160%;
	margin: 0 auto;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-support__connect .--40 {
	border-bottom: 0.5rem double #2B698C;
	font-size: 4rem;
}

.p-support__connect .--20 {
	font-size: 2rem;
	padding-top: 0.8rem;
}

.p-support__catalog {
	background: #E8F5FF;
	border-radius: 4rem;
	box-shadow: 4px 4px 4px 0 rgba(156, 156, 156, 0.25);
	margin-top: 6.4rem;
	padding: 3.2rem 1.6rem;
}

.p-support__catalog-heading {
	font-size: 2.4rem;
	padding-bottom: 1.1rem;
	position: relative;
	text-align: center;
}

.p-support__catalog-heading::after {
	background: #2B698C;
	bottom: 0;
	content: "";
	display: block;
	height: 0.3rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 6.4rem;
}

.p-support__catalog-list {
	display: flex;
	margin-top: 3.2rem;
}

.p-support__catalog-item {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	row-gap: 0.8rem;
}

.p-support__catalog-item-icon {
	width: 3.8rem;
}

.p-support__catalog-item-heading {
	font-size: 1.8rem;
}

.p-support__catalog-item-text {
	font-size: 1.4rem;
}

/* ============================
p-solution
 ========================= */

.p-solution {
	padding-bottom: 8rem;
}

.p-solution__top {
	padding: 7.4rem 0;
}

.p-solution__top-inner {
	-moz-column-gap: 8rem;
	align-items: center;
	column-gap: 8rem;
	display: flex;
	margin: 0 auto;
	max-width: 144rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-solution__top-inner::after {
	background: #ECF9EF;
	border-radius: 5rem 0 0 5rem;
	bottom: 0;
	content: "";
	display: block;
	height: 46.3rem;
	max-width: 114.4rem;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
}

.p-solution__top-img {
	max-width: 72.4rem;
	width: 100%;
}

.p-solution__top-content {
	margin-top: 8rem;
}

.p-solution__top-content-text {
	-moz-column-gap: 0.2rem;
	align-items: center;
	column-gap: 0.2rem;
	display: flex;
	font-size: 1.8rem;
	text-align: center;
}

.p-solution__top-content-text .--line {
	background: #333;
	display: block;
	height: 0.2rem;
	width: 9.4rem;
}

.p-solution__top-content-heading {
	margin-top: 1.6rem;
	text-align: center;
}

.p-solution__top-content-heading span {
	display: block;
	line-height: 140%;
}

.p-solution__top-content-heading .--32 {
	font-size: 3.2rem;
}

.p-solution__top-content-heading .--40 {
	font-size: 4rem;
}

.p-solution__list {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	display: flex;
	justify-content: space-between;
	margin: 6.4rem auto 0;
	max-width: 101.3rem;
	padding: 0 1.5rem;
	width: 100%;
}

.p-solution__item {
	flex: 1;
}

.p-solution__item-img {
	border-radius: 3rem;
	overflow: hidden;
}

.p-solution__item-heading {
	font-size: 2.2rem;
	margin-top: 1rem;
}

.p-solution__item-text {
	font-size: 1.6rem;
	line-height: 160%;
	margin-top: 1rem;
}

/* ============================
p-assist
 ========================= */

.p-assist {
	position: relative;
}

.p-assist__content {
	background: #fff;
	border-radius: 4rem;
	left: 24.5rem;
	padding: 4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-assist__content-text {
	font-size: 4.8rem;
	text-align: center;
}

.p-assist__content-img {
	margin: 2.4rem auto 0;
	width: 38.4rem;
}

/* ============================
p-features
 ========================= */

.p-features__heading {
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-features__heading .--14 {
	font-size: 1.4rem;
	position: absolute;
	right: 0;
	top: 0.8rem;
}

.p-features__heading .--gradation {
	text-stroke: 6px transparent;
	-webkit-background-clip: text;
	-webkit-text-stroke: 6px transparent;
	background: linear-gradient(358deg, #27A58C 21.89%, #1FD8B3 86.23%);
	background-clip: text;
	color: #fff;
	display: block;
	font-size: 6rem;
	padding: 0 0.4rem;
	position: relative;
}

.p-features__heading .--gradation::before {
	background: #F6FA43;
	bottom: 0;
	content: "";
	height: 2.3rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.p-features__heading .--gradation .--96 {
	font-size: 9.6rem;
}

.p-features__list {
	display: flex;
	flex-direction: column;
	margin: 6.4rem auto 0;
	max-width: 110rem;
	row-gap: 6.4rem;
	width: 100%;
}

.p-features__item {
	-moz-column-gap: 4rem;
	align-items: center;
	column-gap: 4rem;
	display: flex;
	justify-content: space-between;
}

.p-features__item-img {
	border-radius: 4rem;
	max-width: 53.6rem;
	overflow: hidden;
	width: 100%;
}

.p-features__item-content {
	flex: 1;
}

.p-features__item-heading {
	font-size: 3.2rem;
	line-height: 160%;
}

.p-features__item-text {
	font-size: 1.8rem;
	line-height: 170%;
	margin-top: 1.6rem;
}

.p-features__access {
	-moz-column-gap: 2.4rem;
	align-items: center;
	background: #ECF9EF;
	border-radius: 4rem;
	column-gap: 2.4rem;
	display: flex;
	justify-content: center;
	margin-top: 4.8rem;
	padding: 6.4rem 1.6rem;
}

.p-features__access-heading {
	font-size: 2.4rem;
	line-height: 140%;
	text-align: center;
}

.p-features__access-list {
	align-items: center;
	display: flex;
}

.p-features__access-item {
	border: 0.2rem solid #27A58C;
	border-radius: 50%;
	display: grid;
	font-size: 2.4rem;
	height: 16rem;
	place-content: center;
	text-align: center;
	width: 16rem;
}

.p-features__access-item:not(:first-of-type) {
	margin-left: -1.6rem;
}

.p-features__access-item .--16 {
	font-size: 1.6rem;
}

.p-features__access-item .--40 {
	font-size: 4rem;
}

/* ============================
p-price
 ========================= */

.p-price {
	padding: 12rem 0;
	position: relative;
	z-index: 1;
}

.p-price::before {
	background: linear-gradient(270deg, #27A58C -33.14%, #00C8A0 100%);
	content: "";
	height: 49.8rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-price__heading {
	font-size: 4.8rem;
	text-align: center;
}

.p-price__top {
	background: #fff;
	border-radius: 4rem;
	border-top: 1.3rem solid #2B698C;
	box-shadow: 4px 4px 4px 0 rgba(113, 113, 113, 0.25);
	margin-top: 8rem;
	padding: 4.8rem 1.6rem;
	text-align: center;
}

.p-price__top-inner {
	margin: 0 auto;
	max-width: 65.3rem;
	width: 100%;
}

.p-price__top-heading {
	font-size: 1.6rem;
}

.p-price__top-lead {
	border-bottom: 0.2rem solid #27A58C;
	border-top: 0.2rem solid #27A58C;
	font-size: 4.8rem;
	margin: 2.4rem auto 0;
	padding: 1.6rem 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-price__top-content {
	-moz-column-gap: 2.4rem;
	align-items: center;
	column-gap: 2.4rem;
	display: flex;
	justify-content: space-between;
	margin-top: 2.4rem;
}

.p-price__top-content-item {
	border-radius: 50%;
	display: grid;
	flex-shrink: 0;
	height: 20rem;
	place-content: center;
	width: 20rem;
}

.p-price__top-content-item.--first {
	border: 0.2rem solid #27A58C;
}

.p-price__top-content-item span {
	display: block;
	line-height: 120%;
}

.p-price__top-content-item .--20 {
	font-size: 2rem;
}

.p-price__top-content-item .--30 {
	font-size: 3rem;
	margin-top: 1rem;
}

.p-price__top-content-list {
	-moz-column-gap: 1.2rem;
	align-items: center;
	column-gap: 1.2rem;
	display: flex;
	position: relative;
}

.p-price__top-content-plus {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 4.8rem;
}

.p-price__table-wrap {
	margin-top: 6.4rem;
}

.p-price__table-item:not(:first-of-type) {
	margin-top: 4.8rem;
}

.p-price__table-item + .p-price__table-item-small {
	margin-top: 4.8rem;
}

.p-price__table-item-heading {
	font-size: 3.2rem;
}

.p-price__table {
	border: 0.1rem solid #888;
	border-collapse: collapse;
	margin-top: 1.6rem;
	text-align: center;
	width: 100%;
}

.p-price__table thead th {
	border: 0.1rem solid #888;
	color: #FFF;
	font-size: 1.8rem;
	height: 8rem;
	line-height: 140%;
	text-align: center;
	vertical-align: middle;
}

.p-price__table thead th:nth-of-type(2) {
	background: #02C295;
}

.p-price__table thead th:nth-of-type(3) {
	background: #27A58C;
}

.p-price__table tbody th {
	background: #F5F5F5;
	border: 0.1rem solid #9C9C9C;
	color: #888;
	font-size: 1.6rem;
	line-height: 140%;
	text-align: center;
	vertical-align: middle;
	width: 33%;
}

.p-price__table tbody td {
	background: #fff;
	border: 0.1rem solid #9C9C9C;
	font-size: 2.4rem;
	height: 8rem;
	line-height: 100%;
	vertical-align: middle;
	width: 33%;
}

.p-price__table tbody td:nth-of-type(1) {
	color: #02C295;
}

.p-price__table tbody td:nth-of-type(2) {
	color: #27A58C;
}

.p-price__table tbody td .--18 {
	font-size: 1.8rem;
}

.p-price__table tbody td sub {
	font-size: 1.2rem;
}

.p-price__table-item-small {
	display: block;
	font-size: 1.4rem;
	line-height: 140%;
	margin-top: 0.8rem;
}

/* ============================
p-flow
 ========================= */

.p-flow__heading {
	text-align: center;
}

.p-flow__heading span {
	display: block;
	margin: 0 auto;
}

.p-flow__heading .--22 {
	font-size: 2.2rem;
}

.p-flow__heading .--48 {
	font-size: 4.8rem;
	line-height: 190%;
}

.p-flow__list {
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
	display: flex;
	justify-content: space-between;
	margin-top: 4.8rem;
	position: relative;
}

.p-flow__list::before {
	background: #27A58C;
	content: "";
	height: 0.6rem;
	left: 50%;
	position: absolute;
	top: 8.9rem;
	transform: translateX(-50%);
	width: calc(100% - 9rem);
	z-index: -1;
}

.p-flow__item {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0 2rem;
	row-gap: 1.6rem;
}

.p-flow__item-icon {
	border-radius: 50%;
	flex-shrink: 0;
	height: 17.6rem;
	width: 17.6rem;
}

.p-flow__item-icon-inner {
	display: grid;
	gap: 1rem;
	height: 100%;
	justify-items: center;
	place-content: center;
	width: 100%;
}

.p-flow__item-icon-number {
	font-size: 1.6rem;
	text-align: center;
}

.p-flow__item-icon-img {
	width: 6rem;
}

.p-flow__item-heading {
	font-size: 1.8rem;
	margin-bottom: 1.6rem;
	text-align: center;
}

.p-flow__item-text {
	font-size: 1.6rem;
	line-height: 160%;
	margin-top: 0.8rem;
}

/* ============================
p-message
 ========================= */

.p-message__wrap {
	-moz-column-gap: 6rem;
	column-gap: 6rem;
	display: flex;
	position: relative;
}

.p-message__img {
	max-width: 44.8rem;
	width: 100%;
}

.p-message__content {
	flex: 1;
}

.p-message__heading {
	font-size: 1.6rem;
}

.p-message__heading .--48 {
	display: block;
	font-size: 4.8rem;
	line-height: 160%;
}

.p-message__text {
	font-size: 1.8rem;
	line-height: 170%;
	margin-top: 2.4rem;
}

.p-message__text > *:not(:first-child) {
	margin-top: 1.6rem;
}

.p-message__text ul li {
	padding-left: 1.6rem;
	position: relative;
}

.p-message__text ul li::before {
	background: #333;
	border-radius: 50%;
	content: "";
	height: 0.4rem;
	left: 0.5rem;
	position: absolute;
	top: 1.3rem;
	width: 0.4rem;
}

.p-message__text-top-img {
	width: 36rem;
}

.p-message__wrap-sign {
	font-size: 1.4rem;
	margin-top: 2.4rem;
	text-align: right;
}

.p-message__wrap-sign img {
	width: 35.1rem;
}

.p-message__text-img {
	left: 3.7rem;
	position: absolute;
	top: 40rem;
	width: 47.1rem;
}

/* ============================
p-regain
 ========================= */

.p-regain {
	background: #fff;
	padding-bottom: 8rem;
	padding-top: 8rem;
}

.p-regain__wrap {
	position: relative;
}

.p-regain__bg {
	margin: 0 auto;
	max-width: 110rem;
	width: 100%;
}

.p-regain__heading {
	bottom: 0;
	display: flex;
	flex-direction: column;
	font-size: 5.2rem;
	left: 8.9rem;
	position: absolute;
	row-gap: 1rem;
	transform: translateY(12%);
}

.p-regain__heading span {
	display: block;
	padding: 1.9rem 1.9rem 1.9rem 6.2rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-regain__heading span.--sp-only {
	display: none;
}

/* ============================
p-faq
 ========================= */

.p-faq {
	background: #EAF6F2;
	padding: 8rem 0;
}

.p-faq__inner {
	margin: 0 auto;
	max-width: 98rem;
	padding: 0 3rem;
	width: 100%;
}

.p-faq__heading {
	font-size: 3.2rem;
	line-height: 160%;
	margin-bottom: 5rem;
	text-align: center;
}

.p-faq__heading .--big {
	font-size: 5.8rem;
	letter-spacing: 2.32px;
	line-height: 160%;
}

/* ============================
access
 ========================= */

.p-access {
	padding: 11.7rem 0 8rem;
}

.p-access__heading img {
	display: block;
	margin: 0 auto;
	width: 37.2rem;
}

.p-access__heading .--text {
	display: block;
	font-size: 6.4rem;
	margin-top: 2.8rem;
	text-align: center;
}

.p-access__tabs {
	margin-top: 8.5rem;
}

.p-access__tabs-inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.p-access__tabs-item {
	-moz-column-gap: 0.8rem;
	align-items: center;
	background-color: #CFCFCF;
	color: #fff;
	column-gap: 0.8rem;
	cursor: pointer;
	display: flex;
	font-size: 2.2rem;
	justify-content: center;
	padding: 1.7rem;
	position: relative;
	text-align: center;
	width: 25%;
}

.p-access__tabs-item[aria-selected=true] {
	background-color: #27A58C;
	color: #fff;
}

.p-access__tabs-item[aria-selected=true] .--arrow::after {
	border-color: #27A58C;
}

.p-access__tabs-item[aria-selected=true]::after {
	border: 0.6rem solid;
	border-color: #27A58C #27A58C transparent transparent;
	bottom: 0;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 100%);
	width: 0;
}

.p-access__tabs-item .--arrow {
	background-color: #fff;
	border-radius: 50%;
	display: grid;
	height: 2.8rem;
	place-content: center;
	position: relative;
	width: 2.8rem;
}

.p-access__tabs-item .--arrow::after {
	border: 0.2rem solid #CFCFCF;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 1.1rem;
	line-height: 1;
	transform: rotate(135deg);
	vertical-align: middle;
	width: 1.1rem;
}

.p-access__tabs-item:first-of-type {
	border-radius: 2.4rem 0 0 0;
}

.p-access__tabs-item:last-of-type {
	border-radius: 0 2.4rem 0 0;
}

.p-access__panel {
	margin: 4rem auto 0;
}

.p-access__panel[aria-hidden=false] {
	display: block;
}

.p-access__panel-inner {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	display: flex;
}

.p-access__panel-left {
	max-width: 53.9rem;
	width: 100%;
}

.p-access__panel-map {
	aspect-ratio: 4/3;
	margin-bottom: 32px;
}

.p-access__panel-map iframe {
	height: 100%;
	width: 100%;
}

.p-access__button {
	background: #FFF;
	border: 0.4rem solid #27A58C;
	border-radius: 100rem;
	font-size: 3.2rem;
	line-height: 160%;
	margin: 0 auto;
	max-width: 44rem;
	padding: 1rem 0.8rem 1.1rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-access__button .--arrow {
	position: absolute;
	right: 2.8rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.8rem;
}

.p-access__button .--arrow .--arrow-shape {
	border-color: transparent transparent transparent #27A58C;
	border-style: solid;
	border-width: 0.8rem 0 0.8rem 1.1rem;
	display: block;
	height: 0;
	width: 0;
}

.p-access__panel-right {
	flex: 1;
}

.p-access__panel-way {
	list-style: disc;
	padding-left: 2rem;
}

.p-access__panel-way-item {
	font-size: 1.8rem;
	line-height: 230%;
}

.p-access__panel-description {
	font-size: 1.8rem;
	line-height: 230%;
	padding-left: 1.6rem;
}

.p-access__panel-office {
	-moz-column-gap: 8rem;
	align-items: flex-start;
	column-gap: 8rem;
	display: flex;
	margin-top: 8rem;
}

.p-access__panel-office-heading {
	flex-shrink: 0;
	font-size: 4.8rem;
	line-height: 160%;
	padding-bottom: 2rem;
	position: relative;
	text-align: center;
}

.p-access__panel-office-heading::after {
	background: #2B698C;
	bottom: 0;
	content: "";
	height: 0.4rem;
	left: 0;
	position: absolute;
	width: 6.9rem;
}

.p-access__panel-office-table {
	width: 100%;
}

.p-access__panel-office-table.--mb {
	margin-bottom: clamp(1rem, 0.6478873239rem + 1.5023474178vw, 2rem);
}

.p-access__panel-office-table tr {
	border-bottom: 0.1rem solid #DFDFDF;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 2.4rem 0;
	row-gap: 0.8rem;
}

.p-access__panel-office-table th,
.p-access__panel-office-table td {
	font-size: 1.8rem;
	letter-spacing: 1.44px;
	line-height: 160%;
}

.p-access__panel-office-table td .--add {
	line-height: 160%;
}

.p-access__panel-office-table td .--add:not(:first-of-type) {
	margin-top: 2.4rem;
}

/* 2025/05 TVCM放送中バナー追加 */

.tv-banner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 88.2rem;
	padding: 4.6rem 1.6rem;
	width: 100%;
}

.form {
	margin: 0 auto;
	width: 90rem;
}

.form--cap {
	margin: 0 auto 5rem auto;
	width: 36.2rem;
}

.form-desc a {
	display: inline;
}

.form-box__content a {
	display: inline;
}

/* ============================
固定ボタン
 ========================= */

.adlp-floating {
	border-radius: 3rem 0 0 3rem;
	bottom: 20rem;
	line-height: 160%;
	overflow: hidden;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 30;
}

.adlp-floating_inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.adlp-floating__bottom {
	border-top: 0.1rem solid #27A58C;
	display: flex;
	width: 100%;
}

.adlp-floating__bottom .adlp-btn {
	flex: 1;
}

.adlp-btn .--tel {
	display: flex;
	flex-direction: column;
	padding: 1.6rem;
	row-gap: 0.6rem;
}

.adlp-btn .--tel img {
	width: 3.6rem;
}

.adlp-btn .--tel .--number {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	justify-content: center;
}

.adlp-btn .--mail,
.adlp-btn .--line {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.2rem 1.6rem;
	row-gap: 0.3rem;
}

.adlp-btn .--mail img,
.adlp-btn .--line img {
	width: 3rem;
}

.adlp-btn .--mail {
	border-right: 0.1rem solid #27A58C;
}

.adlp-btn .--22 {
	font-size: 2.2rem;
}

.adlp-btn .--16 {
	font-size: 1.6rem;
}

.adlp-btn .--15 {
	font-size: 1.5rem;
}

.adlp-btn .--14 {
	font-size: 1.4rem;
}

.adlp-btn .--12 {
	font-size: 1.2rem;
}

.adlp-btn .--11 {
	font-size: 1.1rem;
}

/* 送信完了 */

.form-notice-content__tel img {
	display: block;
}

/* ============================ */

/* ============================ */

/* ============================
u-font
 ========================= */

.u-font { /* color */ /* あしらい */ /* font-weight */ /* /font-weight */
}

.u-font--green {
	color: #27A58C;
}

.u-font--gray {
	color: #888;
}

.u-font--orange {
	color: #EF6A4B;
}

.u-font--blue {
	color: #2B698C;
}

.u-font--Lblue {
	color: #2497EB;
}

.u-font--red {
	color: #EF6A4B;
}

.u-font--white {
	color: #fff;
}

.u-font--marker {
	background: linear-gradient(transparent 60%, #F6FA43 60%);
	display: inline;
	font-weight: 700;
}

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

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

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

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

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

.u-font--48 {
	font-size: 4.8rem;
}

/* ============================ */

/* ============================
u-font
 ========================= */

.u-bg { /* ここまで新規追加下は前の */
}

.u-bg--yellow {
	background: #F6FA43;
}

.u-bg--white {
	background: #fff;
}

.u-bg--gray {
	background: #F5F5F5;
}

.u-bg--green {
	background: #02C295;
}

.u-bg--Lgreen {
	background: #ECF9EF;
}

.u-bg--Dgreen {
	background: #27A58C;
}

.u-bg--green02 {
	background: #36B087;
}

.u-bg--gray {
	background: #F5F5F5;
}

.u-bg--Lgreen02 {
	background: #F7FBEC;
}

.u-bg--Ggreen {
	background: linear-gradient(90deg, #3CB58A 0%, #29937C 100%);
}

.u-bg--G-Lgreen {
	background: linear-gradient(90deg, rgba(241, 246, 223, 0.9) 0%, rgba(227, 244, 238, 0.9) 100%);
}

/* ============================ */

/* ============================
u-spacer
 ========================= */

.u-spacer--section {
	padding: 8rem 0;
}

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

html {
	font-size: 0.7320644217vw;
}

}

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

html {
	font-size: 10px;
}

}

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

.p-fv__bg {
	height: 65rem;
}

}

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

html {
	font-size: 2.6666666667vw;
}

.--pc-only {
	display: none;
}

.--sp-only {
	display: block;
}

.l-header__logo {
	width: 17.1rem;
}

.l-section {
	padding: 4rem 0;
}

.l-footer {
	padding: 5rem 0 8rem;
}

.l-footer__list {
	flex-direction: column;
}

.l-footer__item {
	font-size: 1.8rem;
}

.l-footer__small {
	font-size: 1.2rem;
	margin-top: 4rem;
}

.c-accordion__item {
	padding: 0 1.2rem;
}

.c-accordion__title {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	font-size: 1.6rem;
	padding: 1.6rem 2.8rem 1.6rem 0;
}

.c-accordion__title .--arrow {
	border-width: 0.15rem;
	height: 1rem;
	width: 1rem;
}

.c-accordion__answer-text {
	font-size: 1.5rem;
	letter-spacing: 0.6px;
	padding: 1.6rem 0;
}

.c-cta {
	padding: 2.4rem 0 4rem;
}

.c-cta.--top {
	padding: 2.4rem 0 4rem;
}

.c-cta__top {
	padding: 1.6rem 2.4rem;
}

.c-cta__top-icon {
	width: 3.8rem;
}

.c-cta__top-content {
	font-size: 1.4rem;
}

.c-cta__top-content .--big {
	font-size: 1.8rem;
}

.c-cta__wrap {
	margin-top: 2.4rem;
	max-width: 32.7rem;
}

.c-cta__item-copy-text {
	font-size: 1.4rem;
}

.c-cta__button {
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
}

.c-cta__button.--tel {
	font-size: 2rem;
	padding: 1.1rem 1.4rem 1.4rem;
}

.c-cta__button.--tel .--icon {
	width: 3rem;
}

.c-cta__button.--mail,
.c-cta__button.--line {
	font-size: 1.4rem;
}

.c-cta__button .--arrow {
	right: 1.3rem;
}

.c-cta__button-bottom-text {
	font-size: 1.3rem;
}

.c-cta__item-wrap {
	flex-direction: column;
	margin-top: 1.6rem;
	row-gap: 1.6rem;
}

.p-fv__top-text {
	top: 6rem;
	width: 100%;
}

.p-fv__assist-heading {
	font-size: 1.8rem;
	padding: 0.2rem 0.6rem;
}

.p-fv__assist-text {
	line-height: 150%;
	margin-top: 0.5rem;
}

.p-fv__assist-text .--wrap {
	display: inline;
}

.p-fv__assist-text .--wrap span:nth-of-type(2) {
	margin-left: 0.9rem;
}

.p-fv__assist-text .--wrap span {
	font-size: 2.4rem;
}

.p-fv__assist-bg {
	width: 31.2rem;
}

.p-fv__copy {
	margin-top: 3.2rem;
	width: 19rem;
}

.p-fv__content {
	bottom: 3.4rem;
}

.p-fv__content-item:nth-of-type(1),
.p-fv__content-item:nth-of-type(3) {
	margin-top: 4.8rem;
}

.p-fv__content-item::before {
	height: 8.6rem;
	width: 8.6rem;
}

.p-fv__content-item {
	height: 9.2rem;
	width: 9.2rem;
}

.p-fv__content-item p {
	font-size: 1.4rem;
}

.p-fv__content-item p .--big .--96 {
	font-size: 5.5rem;
	line-height: 70%;
}

.p-fv__content-item p .--big .--32 {
	font-size: 1.8rem;
}

.p-fv__content-small {
	font-size: 0.8rem;
	margin-top: -1.4rem;
}

.p-fv__lawyer {
	display: none;
}

.p-fv__bottom-bg {
	display: none;
}

.p-worry__top {
	border: 0.7rem solid #fff;
	flex-direction: column;
	padding: 5.2rem 2.8rem;
	row-gap: 1.3rem;
}

.p-worry__top-heading .--29 {
	font-size: 1.8rem;
}

.p-worry__top-heading .--72 {
	font-size: 4.5rem;
}

.p-worry__top-heading .--39 {
	font-size: 2.5rem;
}

.p-worry__top-content {
	margin-bottom: -7.2rem;
}

.p-worry__top-list {
	flex-wrap: wrap;
	row-gap: 2.4rem;
}

.p-worry__top-item:nth-of-type(1) {
	width: 16.5rem;
}

.p-worry__top-item:nth-of-type(2) {
	margin-top: 0;
	width: 12.2rem;
}

.p-worry__top-item:nth-of-type(3) {
	width: 14.4rem;
}

.p-worry__top-item {
	padding: 1rem 0.7rem;
}

.p-worry__top-item p {
	font-size: 1.4rem;
}

.p-worry__top-content-img {
	width: 15.1rem;
}

.p-worry__bottom {
	margin-top: 6.4rem;
}

.p-worry__bottom-heading {
	font-size: 1.8rem;
}

.p-worry__bottom-list {
	align-items: flex-start;
	flex-direction: column;
	margin: 2.4rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-worry__bottom-item-text {
	font-size: 1.4rem;
}

.p-worry__bottom-big .--32 {
	font-size: 2.4rem;
}

.p-worry__bottom-big .--26 {
	font-size: 1.8rem;
}

.p-worry__bottom-connect {
	width: 7.7rem;
}

.p-worry__bottom-backlash-list {
	-moz-column-gap: 2.2rem;
	column-gap: 2.2rem;
}

.p-worry__bottom-backlash-item:nth-of-type(1) {
	margin-top: 2.8rem;
}

.p-worry__bottom-backlash-item:nth-of-type(1) .p-worry__bottom-backlash-item-bg {
	width: 17.3rem;
}

.p-worry__bottom-backlash-item:nth-of-type(2) .p-worry__bottom-backlash-item-bg {
	width: 20.4rem;
}

.p-worry__bottom-backlash-item-icon {
	width: 5.6rem;
}

.p-worry__bottom-backlash-item-text {
	font-size: 1.2rem;
}

.p-worry__bottom-backlash-img {
	position: static;
	transform: none;
	width: 7.1rem;
}

.p-worry__bottom-backlash-content {
	-moz-column-gap: 2.1rem;
	align-items: center;
	column-gap: 2.1rem;
	display: flex;
	font-size: 2.4rem;
	justify-content: center;
}

.p-support__point {
	flex-wrap: wrap;
	gap: 1.6rem;
	margin-top: 2.4rem;
}

.p-support__point-item {
	row-gap: 1rem;
}

.p-support__point-item:nth-child(1) {
	flex: 1 1 100%;
}

.p-support__point-item:nth-child(2),
.p-support__point-item:nth-child(3) {
	flex: auto;
}

.p-support__point-item-top {
	-moz-column-gap: 0.3rem;
	column-gap: 0.3rem;
}

.p-support__point-item-top-icon {
	width: 2.4rem;
}

.p-support__point-item-top-text {
	font-size: 1.4rem;
}

.p-support__point-item-bottom {
	-moz-column-gap: 0.3rem;
	column-gap: 0.3rem;
	width: auto;
}

.p-support__point-item-bottom-quotation {
	width: 1rem;
}

.p-support__point-item-bottom-text {
	font-size: 2.4rem;
}

.p-support__connect {
	margin-top: 2.4rem;
}

.p-support__connect .--40 {
	font-size: 2.4rem;
}

.p-support__connect .--20 {
	font-size: 1.8rem;
}

.p-support__catalog {
	border-radius: 3rem;
	margin-top: 4rem;
}

.p-support__catalog-heading {
	font-size: 2rem;
}

.p-support__catalog-list {
	flex-wrap: wrap;
	gap: 3.2rem;
	justify-content: center;
	margin-top: 1.6rem;
}

.p-support__catalog-item {
	flex: 0 1 auto;
}

.p-support__catalog-item-heading {
	font-size: 1.6rem;
}

.p-support__catalog-item-text {
	font-size: 1rem;
}

.p-solution {
	padding-bottom: 4rem;
}

.p-solution__top {
	padding: 0 0 2.4rem;
}

.p-solution__top-inner::after {
	border-radius: 1rem 0 0 1rem;
	height: 27.9rem;
	width: calc(100% - 1.5rem);
}

.p-solution__top-inner {
	flex-direction: column;
}

.p-solution__top-img {
	margin-right: 1.5rem;
	max-width: 100%;
}

.p-solution__top-content {
	margin-top: 2.4rem;
}

.p-solution__top-content-text .--line {
	width: 6.6rem;
}

.p-solution__top-content-heading span {
	line-height: 130%;
}

.p-solution__top-content-heading .--32 {
	font-size: 2.4rem;
}

.p-solution__top-content-heading .--40 {
	font-size: 3rem;
}

.p-solution__list {
	flex-direction: column;
	margin-top: 2.4rem;
	row-gap: 3.2rem;
}

.p-assist__content {
	border-radius: 2rem;
	left: 50%;
	padding: 1.6rem 2.4rem;
	top: 3.6rem;
	transform: translateX(-50%);
}

.p-assist__content-text {
	font-size: 3.2rem;
}

.p-assist__content-img {
	margin-top: 1.6rem;
	width: 25.6rem;
}

.p-features__heading .--14 {
	font-size: 1.3rem;
}

.p-features__heading .--gradation::before {
	height: 1.6rem;
}

.p-features__heading .--gradation {
	font-size: 4.8rem;
}

.p-features__heading .--gradation .--96 {
	font-size: 8rem;
}

.p-features__list {
	margin-top: 4rem;
}

.p-features__item {
	flex-direction: column;
	row-gap: 2.4rem;
}

.p-features__item:nth-of-type(odd) {
	padding-left: 1.5rem;
}

.p-features__item:nth-of-type(odd) .p-features__item-img {
	border-radius: 2rem 0 0 2rem;
}

.p-features__item:nth-of-type(odd) .p-features__item-content {
	padding-right: 1.5rem;
}

.p-features__item:nth-of-type(even) {
	flex-direction: column-reverse;
	padding-right: 1.5rem;
}

.p-features__item:nth-of-type(even) .p-features__item-img {
	border-radius: 0 2rem 2rem 0;
}

.p-features__item:nth-of-type(even) .p-features__item-content {
	padding-left: 1.5rem;
}

.p-features__item-img {
	max-width: 100%;
}

.p-features__item-heading {
	font-size: 2.4rem;
}

.p-features__item-text {
	font-size: 1.6rem;
}

.p-features__access {
	flex-direction: column;
	padding: 3.2rem 1.6rem;
	row-gap: 2.4rem;
}

.p-features__access-list {
	flex-wrap: wrap;
	justify-content: center;
}

.p-features__access-item {
	border: 0.16rem solid #27A58C;
	font-size: 1.9rem;
	height: 12.8rem;
	width: 12.8rem;
}

.p-features__access-item:not(:first-of-type) {
	margin: 0;
}

.p-features__access-item:nth-of-type(even) {
	margin-left: -0.8rem;
}

.p-features__access-item:nth-of-type(n+3) {
	margin-top: -0.8rem;
}

.p-features__access-item .--16 {
	font-size: 1.2rem;
}

.p-features__access-item .--40 {
	font-size: 3.2rem;
}

.p-price::before {
	height: 21.8rem;
}

.p-price {
	padding: 4rem 0;
}

.p-price__heading {
	font-size: 3.2rem;
}

.p-price__top {
	border-radius: 1.5rem;
	border-top: 0.7rem solid #2B698C;
	margin-top: 3.2rem;
	padding: 3.2rem 1.2rem;
}

.p-price__top-heading {
	font-size: 1.4rem;
}

.p-price__top-lead {
	font-size: 2.4rem;
	width: 100%;
}

.p-price__top-content {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	margin-top: 1.6rem;
}

.p-price__top-content-item {
	height: 10rem;
	width: 10rem;
}

.p-price__top-content-item .--20 {
	font-size: 1.4rem;
}

.p-price__top-content-item .--30 {
	font-size: 2rem;
	margin-top: 0.4rem;
}

.p-price__top-content-list {
	-moz-column-gap: 0.6rem;
	column-gap: 0.6rem;
}

.p-price__top-content-plus {
	width: 2.3rem;
}

.p-price__table-wrap {
	margin-top: 4rem;
}

.p-price__table-item:not(:first-of-type) {
	margin-top: 3.2rem;
}

.p-price__table-item + .p-price__table-item-small {
	margin-top: 3.2rem;
}

.p-price__table-item-heading {
	font-size: 1.8rem;
}

.p-price__table {
	border: 0.07rem solid #888;
}

.p-price__table thead th {
	border: 0.07rem solid #888;
	font-size: 1.6rem;
	height: auto;
	padding: 1.3rem 0.8rem 1.4rem;
	padding: 0.8rem 0;
}

.p-price__table tbody th {
	border: 0.07rem solid #9C9C9C;
	font-size: 1.4rem;
	height: auto;
	padding: 0.8rem 0;
}

.p-price__table tbody td {
	border: 0.07rem solid #9C9C9C;
	font-size: 1.8rem;
	height: auto;
	padding: 0.8rem 0;
}

.p-price__table tbody td .--18 {
	font-size: 1.5rem;
}

.p-price__table tbody td sub {
	font-size: 1.1rem;
}

.p-price__table-item-small {
	font-size: 1.1rem;
}

.p-flow__heading .--22 {
	font-size: 2rem;
}

.p-flow__heading .--48 {
	font-size: 4rem;
	line-height: 160%;
}

.p-flow__list {
	flex-direction: column;
	margin-top: 2.4rem;
	row-gap: 3.2rem;
}

.p-flow__list::before {
	height: 100%;
	left: 5.6rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4rem;
}

.p-flow__item {
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
	flex-direction: row;
	padding: 0;
}

.p-flow__item-icon {
	height: 12rem;
	width: 12rem;
}

.p-flow__item-icon-inner {
	gap: 0;
}

.p-flow__item-icon-img {
	width: 4rem;
}

.p-flow__item-heading {
	text-align: left;
}

.p-flow__item-text {
	font-size: 1.5rem;
}

.p-message__wrap {
	flex-direction: column;
	row-gap: 2.4rem;
}

.p-message__img {
	max-width: 100%;
}

.p-message__heading {
	text-align: center;
}

.p-message__heading .--48 {
	font-size: 3.2rem;
}

.p-message__text {
	font-size: 1.6rem;
	margin-top: 6rem;
}

.p-message__text-top-img {
	width: 100%;
}

.p-message__wrap-sign {
	margin-top: 1.6rem;
}

.p-message__wrap-sign img {
	width: 28.3rem;
}

.p-message__text-img {
	left: 0;
	top: 54rem;
	width: 24.9rem;
}

.p-regain {
	padding-bottom: 11.8rem;
	padding-top: 3.7rem;
}

.p-regain__bg {
	margin-left: auto;
	max-width: 33.3rem;
}

.p-regain__heading {
	font-size: 2.7rem;
	left: 0;
	row-gap: 0.6rem;
	transform: translateY(50%);
}

.p-regain__heading span {
	padding: 1rem 2rem 1rem 3.2rem;
}

.p-regain__heading span.--pc-only {
	display: none;
}

.p-regain__heading span.--sp-only {
	display: block;
}

.p-faq {
	padding: 4.2rem 0;
}

.p-faq__heading {
	font-size: 1.6rem;
	margin-bottom: 3.4rem;
}

.p-faq__heading .--big {
	font-size: 3.6rem;
	letter-spacing: 1.2px;
}

.p-access {
	padding: 5.5rem 0 4.6rem;
}

.p-access__heading img {
	width: 18.4rem;
}

.p-access__heading .--text {
	font-size: 3.2rem;
	margin-top: 1.6rem;
}

.p-access__tabs {
	margin-top: 3.5rem;
}

.p-access__tabs-inner {
	width: 100%;
}

.p-access__tabs-item {
	flex-direction: column;
	font-size: 1.4rem;
	padding: 0.8rem 0.9rem 0.7rem;
	row-gap: 0.9rem;
}

.p-access__tabs-item[aria-selected=true]::after {
	border-width: 0.4rem;
}

.p-access__tabs-item .--arrow {
	height: 2.2rem;
	width: 2.2rem;
}

.p-access__tabs-item .--arrow::after {
	height: 0.8rem;
	margin-bottom: 0.3rem;
	width: 0.8rem;
}

.p-access__tabs-item:first-of-type {
	border-radius: 0.8rem 0 0 0;
}

.p-access__tabs-item:last-of-type {
	border-radius: 0 0.8rem 0 0;
}

.p-access__panel {
	margin-top: 3.3rem;
}

.p-access__panel-inner {
	flex-direction: column;
	row-gap: 2rem;
}

.p-access__panel-map {
	aspect-ratio: 4/3;
}

.p-access__button {
	border-width: 0.2rem;
	font-size: 1.6rem;
	max-width: 20rem;
	padding: 0.9rem 0.8rem;
}

.p-access__button .--arrow {
	right: 1.2rem;
	width: 1rem;
}

.p-access__button .--arrow .--arrow-shape {
	border-width: 0.4rem 0 0.4rem 0.7rem;
}

.p-access__panel-way {
	margin-top: 2rem;
}

.p-access__panel-way-item {
	font-size: 1.6rem;
	line-height: 150%;
}

.p-access__panel-description {
	font-size: 1.6rem;
	line-height: 150%;
}

.p-access__panel-office {
	align-items: center;
	flex-direction: column;
	margin-top: 5.4rem;
}

.p-access__panel-office-heading::after {
	height: 0.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 4rem;
}

.p-access__panel-office-heading {
	font-size: 2.6rem;
}

.p-access__panel-office-table tr {
	padding: 1.2rem 0;
}

.p-access__panel-office-table th,
.p-access__panel-office-table td {
	font-size: 1.6rem;
	letter-spacing: 0.96px;
}

.p-access__panel-office-table td .--add:not(:first-of-type) {
	margin-top: 0.8rem;
}

.tv-banner {
	padding: 2.4rem 1.6rem;
}

.form {
	margin: 0 auto;
	width: 84vw;
}

.form--cap {
	margin: 0 auto 1rem auto;
	width: 45%;
}

.adlp-floating {
	border-radius: 2rem 2rem 0 0;
	bottom: 0;
	left: 0;
	line-height: 120%;
	width: 100%;
}

.adlp-floating_inner {
	align-items: normal;
	flex-direction: row;
}

.adlp-floating__bottom {
	border-left: 0.1rem solid #27A58C;
	border-top: none;
	flex-direction: row;
}

.adlp-btn .--tel {
	padding: 0.6rem 1rem;
	row-gap: 0.5rem;
}

.adlp-btn .--tel img {
	width: 2rem;
}

.adlp-btn .--mail,
.adlp-btn .--line {
	height: 100%;
	padding: 0.6rem 1rem;
}

.adlp-btn .--mail img,
.adlp-btn .--line img {
	width: 2rem;
}

.adlp-btn .--22 {
	font-size: 1.6rem;
}

.adlp-btn .--16 {
	font-size: 1.2rem;
}

.adlp-btn .--15 {
	font-size: 1.3rem;
}

.adlp-btn .--14 {
	font-size: 1rem;
}

.adlp-floating_btn_1 {
	flex-shrink: 0;
	width: 18.7rem;
}

.u-font--48 {
	font-size: 3.2rem;
}

.u-spacer--section {
	padding: 4rem 0;
}

}

