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

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

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

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

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

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

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

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: 1rem 1.6rem;
}

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

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

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

/* inner1100px */

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

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

/* ============================
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-heading_セクションタイトル
 ========================= */

.c-heading {
	color: #6cb32a;
	font-size: clamp(1.4375rem, 0.9533450704rem + 2.0657276995vw, 2.8125rem);
	margin-bottom: clamp(1.0625rem, 0.4022887324rem + 2.8169014085vw, 2.9375rem);
	padding-bottom: clamp(0.9375rem, 0.4533450704rem + 2.0657276995vw, 2.3125rem);
	position: relative;
	text-align: center;
}

.c-heading::after {
	background-color: #6cb32a;
	border-radius: 1rem;
	bottom: 0;
	content: "";
	height: clamp(0.125rem, 0.0589788732rem + 0.2816901408vw, 0.3125rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: clamp(1.9375rem, 1.4093309859rem + 2.2535211268vw, 3.4375rem);
}

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

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

.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: #DEEAB8;
}

.c-cta__inner {
	margin: 0 auto;
	max-width: 110.6rem;
	padding: 4.7rem 1.8rem 4.8rem;
	width: 100%;
}

.c-cta__wrap {
	-moz-column-gap: 5.2rem;
	align-items: center;
	column-gap: 5.2rem;
	display: flex;
	justify-content: center;
}

.c-cta__heading {
	font-size: 2.7rem;
	margin-bottom: 3.2rem;
	padding: 1.2rem 0.8rem 1.2rem;
	text-align: center;
}

.c-cta__item.--left {
	max-width: 60rem;
}

.c-cta__item.--right {
	display: flex;
	flex: 1;
	flex-direction: column;
	row-gap: 1.9rem;
}

.c-cta__item-copy {
	-moz-column-gap: 1rem;
	align-items: center;
	column-gap: 1rem;
	display: flex;
	font-size: 2.2rem;
	justify-content: center;
	line-height: 150%;
	margin-bottom: 1.9rem;
	text-align: center;
}

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

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

.c-cta__button.--tel {
	position: relative;
}

.c-cta__button.--tel .c-cta__button-tel-number {
	color: #fff;
	font-size: 4.6rem;
	font-weight: 700;
	position: absolute;
	position: absolute;
	right: 6rem;
	top: 2.4rem;
}

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

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

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

.p-fv__copy {
	-moz-column-gap: 2.3rem;
	align-items: center;
	column-gap: 2.3rem;
	display: flex;
	font-size: 3.2rem;
	justify-content: center;
	padding-top: 2.8rem;
}

.p-fv__copy .--big {
	font-size: 8.2rem;
}

.p-fv__content {
	position: relative;
}

.p-fv__content-inner {
	bottom: 0;
	left: 4.8rem;
	max-width: 60.5rem;
	padding: 6.4rem 1rem 0;
	position: absolute;
	width: 100%;
}

.p-fv__content-heading {
	font-size: 4.3rem;
	line-height: 150%;
	margin-bottom: 2.5rem;
}

.p-fv__content-heading .--big {
	font-size: 5.9rem;
	margin-right: 0.6rem;
}

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

.p-fv__content-item {
	border: 0.2rem solid #fff;
	border-radius: 999px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
	display: grid;
	height: 19rem;
	place-content: center;
	width: 19rem;
}

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

.p-fv__content-item p .--img {
	margin-top: 0.3rem;
	width: 14rem;
}

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

.p-fv__content-item p .--small {
	display: block;
	font-size: 1.4rem;
	line-height: 110%;
}

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

.p-worry-top {
	background: url(../img/bg/worry-top_pc.webp) no-repeat center top/cover;
	padding-top: 9rem;
}

.p-worry-top__heading {
	font-size: 3.2rem;
	letter-spacing: 0.07em;
	line-height: 210%;
	margin-bottom: 5.6rem;
	text-align: center;
}

.p-worry-top__heading .--big {
	font-size: 5.1rem;
}

.p-worry-top__wrap {
	position: relative;
}

.p-worry-top__list {
	background: #fff;
	display: grid;
	margin: 0 auto;
	max-width: 100.3rem;
	padding: 6.6rem 2.1rem 7.6rem;
	place-content: center;
	row-gap: 2.2rem;
	width: 100%;
}

.p-worry-top__item {
	align-items: flex-start;
	display: flex;
}

.p-worry-top__item img {
	flex-shrink: 0;
	width: 3.6rem;
}

.p-worry-top__item-text {
	font-size: 2.4rem;
	line-height: 140%;
}

.p-worry-top__wrap-connect {
	background-color: #fff;
	border: 1.354px solid #6D6D6D;
	border-radius: 999px;
	bottom: 0;
	display: grid;
	font-size: 2.8rem;
	height: 10rem;
	left: 50%;
	place-content: center;
	position: absolute;
	transform: translate(-50%, 50%);
	width: 10rem;
}

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

.p-worry-problem__top {
	background: linear-gradient(180deg, #F5F5F5 0%, #818181 100%);
	padding-top: 6.1rem;
}

.p-worry-problem__heading {
	color: #6D6D6D;
	font-size: 4.6rem;
	margin-bottom: 5rem;
	text-align: center;
}

.p-worry-problem__top-wrap {
	align-items: flex-end;
	display: flex;
	justify-content: center;
}

.p-worry-problem__top-content {
	display: flex;
	flex-direction: column;
	margin-right: -20rem;
	max-width: 65.2rem;
	position: relative;
	row-gap: 1.4rem;
	width: 100%;
	z-index: 1;
}

.p-worry-problem__top-content-text {
	font-feature-settings: "palt";
	background: rgba(255, 255, 255, 0.8);
	font-size: 2.4rem;
	line-height: 180%;
	max-width: 52.4rem;
	padding: 2.4rem 3.2rem;
	width: 100%;
}

.p-worry-problem__top-content-text:last-of-type {
	margin-left: 12.8rem;
}

.p-worry-problem__top-img {
	margin-bottom: 2.4rem;
	max-width: 65.2rem;
	width: 100%;
}

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

.p-worry-problem__bottom {
	background: url(../img/bg/worry_pc.webp) no-repeat center top/cover;
	padding-bottom: 11.7rem;
	padding-top: 5.4rem;
}

.p-worry-problem__bottom-heading {
	font-size: 3.2rem;
	line-height: 190%;
	margin-bottom: 3.8rem;
	text-align: center;
}

.p-worry-problem__bottom-heading .--big {
	font-size: 5.6rem;
}

.p-worry-problem__bottom-wrap {
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-worry-problem__bottom-content {
	margin: 0 auto 3.2rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-worry-problem__bottom-content-item {
	-moz-column-gap: 1.3rem;
	column-gap: 1.3rem;
	display: flex;
}

.p-worry-problem__bottom-content-item:first-of-type {
	margin-bottom: 2.4rem;
}

.p-worry-problem__bottom-content-item img {
	flex-shrink: 0;
	width: 2.4rem;
}

.p-worry-problem__bottom-content-item-text {
	font-size: 2.6rem;
}

.p-worry-problem__bottom-content-small {
	display: block;
	font-size: 2rem;
	margin-top: 1.6rem;
	text-align: center;
}

.p-worry-problem__bottom-wrap-arrow {
	margin: 0 auto;
	width: 1.3rem;
}

.p-worry-problem__bottom-wrap-text {
	align-items: flex-end;
	display: flex;
	margin-bottom: 3.2rem;
	padding-bottom: 2.8rem;
	position: relative;
}

.p-worry-problem__bottom-wrap-text::before {
	background: url(../img/svg/wave.svg) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 56.3rem;
}

.p-worry-problem__bottom-wrap-text .--first {
	font-size: 3rem;
	margin-right: 1.2rem;
}

.p-worry-problem__bottom-wrap-text .--first .--small {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 0.8rem;
}

.p-worry-problem__bottom-wrap-text .--second {
	font-size: 4.8rem;
	letter-spacing: 0.1em;
}

.p-worry-problem__bottom-wrap-text .--third {
	font-size: 9.8rem;
}

.p-worry-problem__bottom-wrap-text .--third span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #FFF 16.16%, #FFF 58.08%, #9B9B9B 100%);
	background-clip: text;
	display: inline-block;
}

.p-worry-problem__bottom-wrap-text .--third span:first-of-type {
	transform: translateY(-10px) rotate(-10deg);
}

.p-worry-problem__bottom-wrap-text .--third span:nth-of-type(2) {
	transform: rotate(10deg);
}

.p-worry-problem__bottom-wrap-text .--third span:last-of-type {
	transform: rotate(10deg);
}

.p-worry-problem__bottom-wrap-connect {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 3.8rem;
	row-gap: 1.6rem;
}

.p-worry-problem__bottom-wrap-connect .--small {
	font-size: 1.8rem;
}

/* ============================
p-recommend
 ========================= */

/* p-recommend__top */

.p-recommend__top {
	background: url(../img/bg/recommend_pc.webp) no-repeat center top/cover;
}

.p-recommend__top-inner {
	margin: 0 auto;
	max-width: 104.4rem;
	padding: 0 1.6rem;
	width: 100%;
}

.p-recommend__top-wrap {
	padding-bottom: 12.5rem;
	padding-top: 5rem;
	position: relative;
}

.p-recommend__top-bg {
	position: relative;
	z-index: 1;
}

.p-recommend__top-bg::after {
	background: linear-gradient(to right, #D19712, #C38B10, #FAEC93);
	content: "";
	height: calc(100% + 0.6rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 0.6rem);
	z-index: -1;
}

.p-recommend__top-wrap-inner {
	background: #fff;
	display: flex;
	padding: 4.6rem 5.4rem;
	position: relative;
	z-index: 1;
}

.p-recommend__top-wrap-heading {
	font-size: 2.4rem;
	line-height: 240%;
}

.p-recommend__top-wrap-heading .--big {
	display: block;
	font-size: 4rem;
	line-height: 160%;
}

.p-recommend__top-wrap-heading .--big .--big-green {
	font-size: 6.4rem;
}

.p-recommend__top-wrap-img {
	bottom: 0;
	max-width: 40.9rem;
	position: absolute;
	right: 0;
	z-index: 1;
}

/* p-recommend__bottom */

.p-recommend__bottom {
	padding-bottom: 8rem;
	padding-top: 14rem;
	position: relative;
}

.p-recommend__bottom-connect {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 14rem;
	z-index: 1;
}

.p-recommend__bottom-connect .--text {
	bottom: 46%;
	font-size: 4.2rem;
	left: 50%;
	position: absolute;
	position: absolute;
	transform: translateX(-50%);
	white-space: nowrap;
}

.p-recommend__bottom-inner {
	margin: 0 auto;
	max-width: 99.6rem;
	padding: 0 2rem;
	width: 100%;
}

.p-recommend__bottom-top-text,
.p-recommend__bottom-content-heading {
	font-size: 2.8rem;
}

.p-recommend__bottom-top-text .--big,
.p-recommend__bottom-content-heading .--big {
	display: block;
	font-size: 5.5rem;
}

.p-recommend__bottom-top-text .--big .--first,
.p-recommend__bottom-content-heading .--big .--first {
	font-size: 8rem;
}

.p-recommend__bottom-top-text {
	margin-bottom: 5.4rem;
	text-align: center;
}

.p-recommend__bottom-top-text .--bg {
	display: block;
	position: relative;
	z-index: 1;
}

.p-recommend__bottom-top-text .--bg::before {
	background: linear-gradient(90deg, #D7C945 0%, #FEF98C 50%, #D6C950 100%);
	bottom: 0.3rem;
	content: "";
	height: 0.8rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 21.1rem;
	z-index: -1;
}

.p-recommend__bottom-top-text .--big {
	line-height: 150%;
}

.p-recommend__bottom-content-heading {
	margin-bottom: 1.7rem;
	position: relative;
	z-index: 1;
}

.p-recommend__bottom-content-heading::after {
	background: linear-gradient(90deg, #D7C945 0%, #FEF98C 50%, #D6C950 100%);
	bottom: 0;
	content: "";
	height: 1.2rem;
	left: 0;
	position: absolute;
	width: 35.6rem;
	z-index: -1;
}

.p-recommend__bottom-content-heading .--first {
	line-height: 100%;
}

.p-recommend__bottom-wrap {
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
	display: flex;
}

.p-recommend__bottom-img {
	max-width: 25rem;
}

.p-recommend__bottom-img img {
	margin-bottom: 1.9rem;
}

.p-recommend__bottom-img-text {
	font-size: 1.4rem;
	line-height: 100%;
}

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

.p-recommend__bottom-content-text {
	font-size: 2.6rem;
	letter-spacing: 1.56px;
	line-height: 160%;
}

/* ============================
p-achievement
 ========================= */

.p-achievement {
	background: url(../img/bg/achievement-bg_pc.webp) no-repeat center top/cover;
	overflow: hidden;
	padding-top: 8rem;
}

.p-achievement__heading {
	color: #333;
	display: flex;
	flex-direction: column;
	font-size: 3.2rem;
	margin-bottom: 6.3rem;
	row-gap: 1.6rem;
	text-align: center;
}

.p-achievement__heading .--big {
	font-size: 5.1rem;
}

.p-achievement__number {
	margin: 0 auto 3.7rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-achievement__number-inner {
	-moz-column-gap: 1.9rem;
	column-gap: 1.9rem;
	display: flex;
	justify-content: center;
	margin-bottom: 2.3rem;
}

.p-achievement__number-icon {
	width: 6.6rem;
}

.p-achievement__number-icon.--right {
	transform: scale(-1, 1);
}

.p-achievement__number-content {
	color: #B58645;
}

.p-achievement__number-content-title {
	font-size: 3.6rem;
	margin-bottom: 2.4rem;
	text-align: center;
}

.p-achievement__number-content-text {
	align-items: flex-end;
	display: flex;
}

.p-achievement__number-content-text img {
	width: 45.3rem;
}

.p-achievement__number-content-text-small {
	font-size: 3.6rem;
	font-style: italic;
	margin-bottom: 2.4rem;
	margin-left: -0.6rem;
}

.p-achievement__number-content-text-small span {
	display: block;
	font-size: 1.6rem;
}

.p-achievement__number-small {
	display: block;
	font-size: 1.3rem;
	text-align: right;
}

.p-achievement__list {
	-moz-column-gap: 3.1rem;
	column-gap: 3.1rem;
	display: flex;
}

.p-achievement__item {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.04);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.6rem 1.6rem 4rem;
	row-gap: 1rem;
	text-align: center;
	width: calc(50% - 1.55rem);
}

.p-achievement__item-text {
	font-size: 2.1rem;
	line-height: 160%;
}

.p-achievement__item-text-big {
	font-size: 3.8rem;
}

.p-achievement__bottom {
	display: flex;
	justify-content: center;
	margin-top: -1.6rem;
}

.p-achievement__bottom-pic {
	width: 26rem;
}

.p-achievement__bottom-content {
	padding-top: 10.1rem;
}

.p-achievement__bottom-content-text {
	font-size: 2rem;
	margin-bottom: 2.4rem;
	text-align: center;
}

.p-achievement__bottom-content-text-big {
	font-size: 3.8rem;
	margin-bottom: 5.5rem;
	text-align: center;
}

.p-achievement__bottom-content-text-small {
	font-size: 1.4rem;
}

/* ============================
p-present
 ========================= */

.p-present {
	padding: 11.1rem 0 5.3rem;
}

.p-present__inner {
	margin: 0 auto;
	max-width: 105.2rem;
	padding: 0 1.4rem;
	width: 100%;
}

.p-present__wrap {
	padding: 8.7rem 1.7rem 5.6rem;
	position: relative;
}

.p-present__wrap-bg {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-present__wrap-heading {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: -moz-fit-content;
	width: fit-content;
}

.p-present__wrap-heading img {
	width: 50.4rem;
}

.p-present__wrap-heading-text {
	color: #333;
	font-size: 2.2rem;
	left: 50%;
	position: absolute;
	top: 40%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.p-present__wrap-box {
	-moz-column-gap: 8.8rem;
	align-items: flex-end;
	column-gap: 8.8rem;
	display: flex;
	justify-content: center;
	margin-bottom: 3.8rem;
}

.p-present__wrap-box-img {
	max-width: 33rem;
}

.p-present__wrap-box-content {
	position: relative;
}

.p-present__wrap-box-content-bubble {
	left: -2.5rem;
	position: absolute;
	top: -1.6rem;
	transform: translateX(-50%);
	width: 11.9rem;
}

.p-present__wrap-box-top-text {
	font-size: 2.3rem;
	margin-bottom: 2.2rem;
	text-align: center;
}

.p-present__wrap-box-grid {
	background-color: #fff;
	display: grid;
	font-size: 5.6rem;
	gap: 0.2rem;
	grid-template-columns: repeat(5, 1fr);
	margin-bottom: 2.4rem;
	padding: 0.2rem;
}

.p-present__wrap-box-grid span {
	background: #36B087;
	padding: 0.3rem 1.1rem;
}

.p-present__wrap-box-bottom-text {
	font-size: 3.6rem;
	text-align: center;
}

.p-present__wrap-bottom-text {
	font-size: 1.7rem;
	letter-spacing: 0.34px;
	line-height: 160%;
	text-align: center;
}

/* ============================
p-reason
 ========================= */

.p-reason {
	overflow: hidden;
	padding: 6.1rem 0 6.6rem;
}

.p-reason__heading {
	display: flex;
	flex-direction: column;
	font-size: 3.3rem;
	margin-bottom: 7.4rem;
	row-gap: 1.4rem;
	text-align: center;
}

.p-reason__heading .--big {
	font-size: 6.7rem;
}

.p-reason__heading .--big .--number {
	font-size: 11.6rem;
}

.p-reason__list {
	display: flex;
	flex-direction: column;
	row-gap: 10rem;
}

.p-reason__item:nth-of-type(2) {
	padding-bottom: 7.3rem;
	position: relative;
}

.p-reason__item:nth-of-type(2)::before {
	background: #F7FBEC;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.p-reason__item-wrap {
	-moz-column-gap: 4.5rem;
	align-items: center;
	column-gap: 4.5rem;
	display: flex;
}

.p-reason__item-wrap-img {
	max-width: 58rem;
	position: relative;
}

.p-reason__item-wrap-img-number {
	position: absolute;
	top: -1.5rem;
	width: 17.6rem;
}

.p-reason__item-wrap-img-number.--left {
	left: -4.6rem;
}

.p-reason__item-wrap-img-number.--right {
	right: -4.6rem;
}

.p-reason__item-wrap-content-heading {
	font-size: 3.1rem;
	line-height: 180%;
	margin-bottom: 1.7rem;
}

.p-reason__item-wrap-content-heading .--big {
	display: block;
	font-size: 4.2rem;
}

.p-reason__item-wrap-content-text {
	font-size: 2.2rem;
	line-height: 176%;
}

.p-reason__item-wrap-content-text .--small {
	font-size: 1.2rem;
}

.p-reason__item-wrap-content-text-small {
	display: block;
	font-size: 1.2rem;
	margin-top: 1.8rem;
	text-align: right;
}

.p-reason__item-bottom {
	background: linear-gradient(90deg, #F1F6DF 0%, #E3F4EE 100%);
	margin-top: 4.7rem;
}

/* 01の下のアイテム */

.p-reason__item-bottom-heading {
	font-size: 2.7rem;
	padding: 1.5rem 1.6rem 1.2rem;
	text-align: center;
}

.p-reason__item-bottom-lawyer-wrap {
	display: flex;
	padding: 4.8rem 3.1rem 4.4rem;
}

.p-reason__item-bottom-lawyer-list {
	-moz-column-gap: 0.7rem;
	column-gap: 0.7rem;
	display: flex;
}

.p-reason__item-bottom-lawyer-item {
	padding-right: 7.2rem;
	position: relative;
}

.p-reason__item-bottom-lawyer-item img {
	display: block;
	margin-bottom: 1.9rem;
	width: 22.4rem;
}

.p-reason__item-bottom-lawyer-img-point {
	background: #E0EEBB;
	border: 0.2rem solid #FFF;
	border-radius: 999px;
	box-shadow: 0px 0px 7.789px 0px rgba(0, 0, 0, 0.14);
	display: grid;
	font-size: 1.4rem;
	gap: 0.6rem;
	height: 14.8rem;
	line-height: 160%;
	padding-top: 1.6rem;
	place-content: center;
	position: absolute;
	right: 0;
	text-align: center;
	top: -2rem;
	width: 14.8rem;
}

.p-reason__item-bottom-lawyer-img-point .--big {
	font-size: 3.5rem;
}

.p-reason__item-bottom-lawyer-img-point .--big .--small {
	color: #333;
	font-size: 1.9rem;
}

.p-reason__item-bottom-lawyer-img-point small {
	display: block;
	font-size: 1.5rem;
	margin-top: 0.3rem;
}

.p-reason__item-bottom-lawyer-img-name {
	font-size: 1.9rem;
	text-align: center;
}

.p-reason__item-bottom-lawyer-heading {
	font-size: 2.5rem;
	line-height: 160%;
	margin-bottom: 3.5rem;
	text-align: center;
}

.p-reason__item-bottom-lawyer-text {
	font-size: 1.3rem;
	line-height: 154%;
}

/* 01の下のアイテムここまで */

/* 02の下のアイテム */

.p-reason__item-bottom-support {
	-moz-column-gap: 2.9rem;
	column-gap: 2.9rem;
	display: flex;
	margin-top: 6.7rem;
}

.p-reason__item-bottom-support-wrap.--left {
	-moz-column-gap: 3.4rem;
	column-gap: 3.4rem;
	display: flex;
	max-width: 75.4rem;
	width: 100%;
}

.p-reason__item-bottom-support-wrap.--right {
	display: flex;
	flex: 1;
	flex-direction: column;
	row-gap: 1rem;
}

.p-reason__item-bottom-support-item {
	background: linear-gradient(180deg, #E2F0BB 0%, #C8E9DE 100%);
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0.5rem;
}

.p-reason__item-bottom-support-title {
	background: #fff;
	font-size: 2.3rem;
	padding: 1rem;
	text-align: center;
}

.p-reason__item-bottom-support-text {
	align-items: center;
	display: flex;
	flex-grow: 1;
	font-size: 1.6rem;
	justify-content: center;
	line-height: 160%;
	padding: 1.1rem 0 1rem;
	text-align: center;
}

.p-reason__item-bottom-support-bottom-text {
	font-size: 1.6rem;
	line-height: 160%;
	margin-top: 1rem;
	text-align: center;
}

/* 02の下のアイテムここまで */

/* 03の下のアイテム */

.p-reason__item-bottom-access-wrap {
	-moz-column-gap: 2.4rem;
	align-items: center;
	column-gap: 2.4rem;
	display: flex;
	justify-content: center;
	padding: 5.6rem 2.4rem;
}

.p-reason__item-bottom-access-list {
	-moz-column-gap: 0.7rem;
	column-gap: 0.7rem;
	display: flex;
}

.p-reason__item-bottom-access-item {
	background-color: #fff;
	border-radius: 999px;
	display: grid;
	gap: 0.8rem;
	height: 12.9rem;
	place-content: center;
	text-align: center;
	width: 12.9rem;
}

.p-reason__item-bottom-access-item .--row {
	-moz-column-gap: 0.3rem;
	align-items: flex-end;
	column-gap: 0.3rem;
	display: flex;
}

.p-reason__item-bottom-access-item .--20 {
	font-size: 2rem;
}

.p-reason__item-bottom-access-item .--13 {
	font-size: 1.3rem;
}

.p-reason__item-bottom-access-item .--18 {
	font-size: 1.8rem;
}

.p-reason__item-bottom-access-item .--60 {
	font-size: 6rem;
	line-height: 70%;
}

.p-reason__item-bottom-access-content {
	-moz-column-gap: 2.4rem;
	align-items: center;
	column-gap: 2.4rem;
	display: flex;
}

.p-reason__item-bottom-access-content img {
	width: 6.7rem;
}

.p-reason__item-bottom-access-text {
	font-size: 2.7rem;
	line-height: 160%;
}

/* ============================
p-voice
 ========================= */

.p-voice {
	color: #333;
	padding: 8rem 0;
}

.p-voice__inner {
	margin: 0 auto;
	max-width: 109.2rem;
	padding: 0 1.6rem;
	width: 100%;
}

.p-voice__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 3rem;
	margin-bottom: 9rem;
	row-gap: 3.2rem;
}

.p-voice__heading .--big {
	font-size: 6.4rem;
}

.p-voice__list {
	display: flex;
	flex-direction: column;
	row-gap: 4rem;
}

.p-voice__item {
	-moz-column-gap: 3.1rem;
	background: #FFF;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
	column-gap: 3.1rem;
	display: flex;
	padding: 4rem 3.2rem;
}

.p-voice__item-icon {
	flex-shrink: 0;
	width: 20rem;
}

.p-voice__item-icon-text {
	font-size: 1.8rem;
	line-height: 220%;
	text-align: center;
}

.p-voice__item-content-heading {
	margin-bottom: 1.8rem;
}

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

.p-voice__item-content-text {
	font-size: 2.4rem;
	letter-spacing: 0.96px;
	line-height: 180%;
}

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

.p-price {
	background: linear-gradient(180deg, #F8FCFC 0%, #EAF6F2 100%);
	color: #6D6D6D;
	padding-bottom: 6.2rem;
}

.p-price__inner {
	margin: 0 auto;
	max-width: 104.4rem;
	padding: 0 1.5rem;
	width: 100%;
}

.p-price__heading {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.p-price__heading small {
	display: block;
	font-size: 1.3rem;
	margin-top: 2.2rem;
}

.p-price__heading-pic {
	margin-top: -3.7rem;
	max-width: 20.8rem;
	width: 100%;
}

.p-price__heading-text {
	font-size: 2.2rem;
	line-height: 180%;
}

.p-price__heading-text .--big {
	font-size: 3.4rem;
	line-height: 140%;
}

.p-price__info {
	background: #fff;
}

.p-price__info-heading {
	font-size: 2.7rem;
	padding: 1.5rem 0.8rem 1.2rem;
	text-align: center;
}

.p-price__info-list {
	-moz-column-gap: 0.6rem;
	column-gap: 0.6rem;
	display: flex;
	padding: 3.2rem 2.9rem;
}

.p-price__info-item {
	background: linear-gradient(90deg, #F1F6DF 0%, #E3F4EE 100%);
	display: flex;
	padding: 0.6rem;
	width: calc(33.3% - 2.2666666667rem);
}

.p-price__info-item-title {
	background: #fff;
	color: #333;
	font-size: 1.5rem;
	line-height: 120%;
	padding: 2rem 1.8rem;
	text-align: center;
	writing-mode: vertical-rl;
}

.p-price__info-item-text {
	flex: 1;
	font-size: 2.9rem;
	padding: 3rem 0;
	text-align: center;
}

.p-price__info-item-text.--row {
	align-items: center;
	display: flex;
	gap: 0.6rem;
	justify-content: center;
}

.p-price__info-item-text .--small {
	font-size: 1.5rem;
}

.p-price__info-item-arrow {
	display: grid;
	margin-left: 0.3rem;
	place-content: center;
}

.p-price__info-item-arrow .--arrow-shape {
	border-color: transparent transparent transparent #32A681;
	border-style: solid;
	border-width: 1.5rem 0 1.5rem 2.3rem;
	height: 0;
	width: 0;
}

/* タブ */

.p-price__switching-tabs {
	border-radius: 1.4rem 1.4rem 0 0;
	display: flex;
	overflow: hidden;
}

.p-price__switching-tabs button[role=tab][aria-selected=true].--green {
	background: #31A580;
}

.p-price__switching-tabs button[role=tab][aria-selected=true].--green .--arrow-shape {
	border-color: #31A580;
}

.p-price__switching-tabs button[role=tab][aria-selected=true].--blue {
	background: #20a6a6;
}

.p-price__switching-tabs button[role=tab][aria-selected=true].--blue .--arrow-shape {
	border-color: #20a6a6;
}

.p-price__switching-tabs-item {
	align-items: center;
	background: #CFCFCF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.1rem 0.8rem 2.4rem;
	row-gap: 1.2rem;
	text-align: center;
	width: 50%;
}

.p-price__switching-tabs-item .--label {
	-moz-column-gap: 0.4rem;
	align-items: center;
	column-gap: 0.4rem;
	display: flex;
	font-size: 1.7rem;
	line-height: 160%;
}

.p-price__switching-tabs-item .--label .--big {
	font-size: 2.9rem;
}

.p-price__switching-tabs-item .--arrow {
	background: #fff;
	border-radius: 50%;
	display: block;
	height: 3.8rem;
	position: relative;
	width: 3.8rem;
}

.p-price__switching-tabs-item .--arrow .--arrow-shape {
	border: 0.4rem solid #CFCFCF;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	display: inline-block;
	height: 1.2rem;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 46%;
	transform: translate(-50%, -50%) rotate(135deg);
	vertical-align: middle;
	width: 1.2rem;
}

.p-price__switching-item {
	background: #fff;
	padding: 3.8rem 3.2rem 3.9rem;
}

.p-price__switching-item-table {
	border: 0.1rem solid #9C9C9C;
	text-align: center;
	width: 100%;
}

.p-price__switching-item-table.--green th {
	background: #E2F0BF;
}

.p-price__switching-item-table.--blue th {
	background: #c9e9df;
}

.p-price__switching-item-table thead th {
	border: 0.1rem solid #9C9C9C;
	font-size: 2.9rem;
	line-height: 140%;
	padding: 2.3rem 1.6rem 2.4rem;
	text-align: center;
}

.p-price__switching-item-table thead th sub {
	font-size: 1.3rem;
}

.p-price__switching-item-table tbody th {
	border: 0.1rem solid #9C9C9C;
	font-size: 2.8rem;
	padding: 0 4.8rem;
	text-align: center;
	vertical-align: middle;
}

.p-price__switching-item-table tbody td {
	border: 0.1rem solid #9C9C9C;
	font-size: 2.4rem;
	height: 19.3rem;
	line-height: 100%;
	vertical-align: middle;
}

.p-price__switching-item-table tbody td .--small {
	font-size: 2rem;
}

.p-price__switching-item-table tbody td .--row {
	display: block;
	line-height: 130%;
}

.p-price__switching-item-table tbody td .--row.--mt {
	margin-top: 0.8rem;
}

.p-price__switching-item-table tbody td .--row .--small {
	display: block;
}

.p-price__switching-item-table tbody td sub {
	font-size: 1.3rem;
}

.p-price__switching-item-small {
	color: #6D6D6D;
	display: block;
	font-size: 1.2rem;
	line-height: 150%;
	margin-top: 3rem;
}

.p-price__bottom-text {
	color: #6D6D6D;
	display: block;
	font-size: 1.2rem;
	line-height: 154%;
	margin-top: 4.1rem;
}

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

.p-flow {
	color: #6D6D6D;
	padding: 6.4rem 0;
}

.p-flow__inner {
	margin: 0 auto;
	max-width: 106rem;
	padding: 0 2.4rem;
	width: 100%;
}

.p-flow__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 3.1rem;
	margin-bottom: 4rem;
	row-gap: 2.4rem;
}

.p-flow__heading img {
	width: 21.5rem;
}

.p-flow__list {
	-moz-column-gap: 1.8rem;
	column-gap: 1.8rem;
	display: flex;
	justify-content: space-between;
}

.p-flow__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-top: 2.8rem;
	position: relative;
	row-gap: 2.4rem;
	width: calc(25% - 1.35rem);
}

.p-flow__item-number {
	left: 0;
	position: absolute;
	top: 0;
	width: 8.8rem;
}

.p-flow__item-icon {
	width: 15rem;
}

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

.p-flow__item-text {
	font-size: 1.6rem;
	line-height: 160%;
	text-align: center;
}

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

.p-message {
	background: linear-gradient(90deg, #F1F6DF 0%, #E3F4EE 100%);
	padding: 8rem 0;
}

.p-message__inner {
	margin: 0 auto;
	max-width: 106rem;
	padding: 0 2.4rem;
	width: 100%;
}

.p-message__heading {
	font-size: 3.2rem;
	line-height: 160%;
	text-align: center;
}

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

.p-message__wrap {
	background: rgba(255, 255, 255, 0.8);
	margin-top: 3.8rem;
	padding: 9.1rem 5.25rem 7.4rem;
	position: relative;
}

.p-message__text-img {
	left: -5.7rem;
	position: absolute;
	top: -4.1rem;
	width: 37.9rem;
}

.p-message__top-text {
	display: block;
	margin: 0 auto;
	max-width: 46.5rem;
	width: 100%;
}

.p-message__wrap-text {
	margin-top: 6.8rem;
}

.p-message__wrap-text p {
	font-size: 2.4rem;
	letter-spacing: 1.92px;
	line-height: 180%;
}

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

.p-message__wrap-sign {
	-moz-column-gap: 3rem;
	align-items: center;
	column-gap: 3rem;
	display: flex;
	justify-content: flex-end;
	margin-top: 4.8rem;
}

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

.p-message__wrap-sign-name {
	-moz-column-gap: 2rem;
	align-items: center;
	column-gap: 2rem;
	display: flex;
	font-size: 1.8rem;
	letter-spacing: 0.72px;
	line-height: 180%;
}

.p-message__wrap-sign-name .--big {
	font-size: 2.8rem;
	letter-spacing: 1.12px;
	line-height: 180%;
}

/* ============================
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__inner {
	margin: 0 auto;
	max-width: 107.2rem;
	padding: 0 3rem;
	width: 100%;
}

.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 {
	align-items: center;
	background-color: #CFCFCF;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 2.2rem;
	justify-content: center;
	padding: 1.7rem;
	position: relative;
	row-gap: 0.9rem;
	text-align: center;
	width: 25%;
}

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

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

.p-access__tabs-item[aria-selected=true]::after {
	border: 0.6rem solid;
	border-color: #31A580 #31A580 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-map {
	aspect-ratio: 4/2;
	margin-bottom: 32px;
}

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

.p-access__button {
	background: #FFF;
	border: 0.4rem solid #31A580;
	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 #31A580;
	border-style: solid;
	border-width: 0.8rem 0 0.8rem 1.1rem;
	display: block;
	height: 0;
	width: 0;
}

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

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

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

.p-access__panel-office {
	margin-top: 8rem;
}

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

.p-access__panel-office-heading::after {
	background: #31A580;
	bottom: 0;
	content: "";
	height: 0.6rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 7.7rem;
}

.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 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 2.4rem 0;
	row-gap: 0.8rem;
}

.p-access__panel-office-table tr:not(:last-of-type) {
	border-bottom: 0.1rem solid #DFDFDF;
}

.p-access__panel-office-table th,
.p-access__panel-office-table td {
	font-size: 2.4rem;
	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 {
	background: rgba(255, 255, 255, 0.9);
	bottom: 0;
	left: 0;
	padding: 1.2rem 0;
	position: fixed;
	right: 0;
	z-index: 10;
}

.adlp-floating_inner {
	-moz-column-gap: 1rem;
	align-items: center;
	column-gap: 1rem;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 102.2rem;
	padding: 0 0.5rem;
	width: 100%;
}

.adlp-floating_btn_1 {
	position: relative;
	width: 45.7rem;
}

.adlp-floating_btn_1 .txt2 {
	color: #fff;
	font-size: 2.9rem;
	font-weight: 700;
	position: absolute;
	right: 12rem;
	top: 5rem;
	transform: translateY(-50%);
}

.adlp-floating_btn_2 {
	width: 26.6rem;
}

.adlp-floating_btn_3 {
	width: 26.6rem;
}

/* 送信完了 */

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

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

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

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

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

.u-font--green {
	color: #32A681;
}

.u-font--blue {
	color: #20a6a6;
}

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

.u-font--yellow {
	color: #F3F73E;
}

.u-font--Fyellow {
	color: #FF4;
}

.u-font--Lyellow {
	color: #E2EEBC;
}

.u-font--Gorange {
	-webkit-background-clip: text;
	background: linear-gradient(91deg, #FECA52 33.89%, #FF9000 83.27%, #E16900 93%);
	background-clip: text;
	color: transparent;
}

.u-font--Ggreen {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(270deg, #1F997B 39.52%, #41B88E 100%);
	background-clip: text;
}

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

.u-font--marker-gold {
	background: linear-gradient(90deg, #D7C945 0%, #FEF98C 50%, #D6C950 100%);
	display: inline;
}

.u-font--dots {
	background-image: radial-gradient(circle at center, #F3F73E 15%, transparent 15%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
	padding-top: 0.4rem; /* 縦方向の位置調整 */
}

.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--green {
	background: #32A681;
}

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

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

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

.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-bg--white {
	background: #fff;
}

@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__content-inner {
	left: 12%;
}

}

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

html {
	font-size: 2.6666666667vw;
}

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

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

.l-header {
	padding: 0.4rem;
}

.l-header__logo {
	width: 17.1rem;
}

.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__inner {
	padding: 2.1rem 1.8rem 2rem;
}

.c-cta__inner:has(.c-cta__heading) {
	padding-top: 0;
}

.c-cta__inner:has(.c-cta__heading).--sp-pt {
	padding: 2.1rem 1.8rem 2rem;
}

.c-cta__wrap {
	flex-direction: column;
	row-gap: 0.9rem;
}

.c-cta__heading {
	font-size: 1.6rem;
	left: 50%;
	margin-bottom: 2.3rem;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 0.5rem 0.8rem 0.7rem;
	position: relative;
	right: 50%;
	width: 100vw;
}

.c-cta__item.--left {
	max-width: 100%;
}

.c-cta__item.--right {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	flex-direction: row;
}

.c-cta__item-copy {
	-moz-column-gap: 0.06rem;
	align-items: flex-end;
	column-gap: 0.06rem;
	font-size: 1.5rem;
	margin-bottom: 0.6rem;
}

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

.c-cta__button.--tel .c-cta__button-tel-number {
	font-size: 2.8rem;
	right: 2.4rem;
	top: 1.4rem;
}

.p-fv__copy {
	flex-direction: column;
	font-size: 2.2rem;
	padding-top: 2rem;
	row-gap: 0.5rem;
}

.p-fv__copy .--big {
	font-size: 5rem;
}

.p-fv__content-inner {
	align-items: center;
	bottom: auto;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-fv__content-heading {
	font-size: 2.1rem;
	margin-bottom: 0;
	margin-right: auto;
	text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 16px #fff, 0 0 16px #fff, 0 0 18px #fff;
}

.p-fv__content-heading .--big {
	font-size: 3.1rem;
	margin-right: 0.3rem;
}

.p-fv__content-list {
	-moz-column-gap: 0.4rem;
	column-gap: 0.4rem;
}

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

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

.p-fv__content-item p .--img {
	width: 8.7rem;
}

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

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

.p-worry-top {
	background-image: url(../img/bg/worry-top_sp.webp);
	padding-top: 3.5rem;
}

.p-worry-top__heading {
	font-size: 1.8rem;
	margin-bottom: 2.5rem;
}

.p-worry-top__heading .--big {
	font-size: 2.8rem;
}

.p-worry-top__list {
	max-width: 33.5rem;
	padding: 3rem 2.1rem 5rem;
	row-gap: 0.8rem;
}

.p-worry-top__item img {
	width: 2rem;
}

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

.p-worry-top__wrap-connect {
	font-size: 1.7rem;
	height: 6.4rem;
	width: 6.4rem;
}

.p-worry-problem__top {
	padding-top: 3.4rem;
}

.p-worry-problem__heading {
	font-size: 2.4rem;
	line-height: 160%;
	margin-bottom: 1.2rem;
}

.p-worry-problem__top-wrap {
	flex-direction: column-reverse;
}

.p-worry-problem__top-content {
	margin-right: auto;
	margin-top: -4rem;
	max-width: 34.7rem;
	padding-bottom: 1.7rem;
	position: relative;
	row-gap: 1.7rem;
}

.p-worry-problem__top-content-text:last-of-type {
	bottom: 0;
	margin-left: 4.2rem;
	position: absolute;
	transform: translateY(100%);
}

.p-worry-problem__top-content-text {
	background: rgba(255, 255, 255, 0.95);
	font-size: 1.5rem;
	max-width: -moz-fit-content;
	max-width: fit-content;
	padding: 1.5rem 2rem;
}

.p-worry-problem__top-img {
	margin-left: auto;
	max-width: 35.9rem;
}

.p-worry-problem__bottom {
	background-image: url(../img/bg/worry_sp.webp);
	padding-bottom: 4rem;
	padding-top: 15rem;
}

.p-worry-problem__bottom-heading {
	font-size: 1.7rem;
	margin-bottom: 2.4rem;
}

.p-worry-problem__bottom-heading .--big {
	font-size: 3rem;
}

.p-worry-problem__bottom-content {
	margin-bottom: 1.6rem;
}

.p-worry-problem__bottom-content-item {
	-moz-column-gap: 0.7rem;
	column-gap: 0.7rem;
}

.p-worry-problem__bottom-content-item:first-of-type {
	margin-bottom: 1.3rem;
}

.p-worry-problem__bottom-content-item img {
	width: 1.3rem;
}

.p-worry-problem__bottom-content-item-text {
	font-size: 1.4rem;
}

.p-worry-problem__bottom-content-small {
	font-size: 1rem;
	margin-top: 0.8rem;
}

.p-worry-problem__bottom-wrap-arrow {
	width: 0.7rem;
}

.p-worry-problem__bottom-wrap-text {
	margin-bottom: 2.4rem;
	padding-bottom: 2rem;
}

.p-worry-problem__bottom-wrap-text::before {
	height: 0.6rem;
	width: 33.5rem;
}

.p-worry-problem__bottom-wrap-text .--first {
	font-size: 1.6rem;
	margin-right: 0.4rem;
}

.p-worry-problem__bottom-wrap-text .--first .--small {
	font-size: 0.9rem;
	margin-bottom: 0.4rem;
}

.p-worry-problem__bottom-wrap-text .--second {
	font-size: 2.6rem;
	letter-spacing: 0;
}

.p-worry-problem__bottom-wrap-text .--third span:first-of-type {
	transform: translateY(-6px) rotate(-8deg);
}

.p-worry-problem__bottom-wrap-text .--third {
	font-size: 5.8rem;
}

.p-worry-problem__bottom-wrap-connect {
	font-size: 3.1rem;
	row-gap: 1.4rem;
}

.p-worry-problem__bottom-wrap-connect .--small {
	font-size: 1.4rem;
}

.p-recommend__top {
	background-image: url(../img/bg/recommend_sp.webp);
}

.p-recommend__top-wrap {
	padding-bottom: 6.1rem;
	padding-top: 5.5rem;
}

.p-recommend__top-wrap-inner {
	padding: 2.8rem 1.7rem;
}

.p-recommend__top-wrap-heading {
	font-size: 1.7rem;
}

.p-recommend__top-wrap-heading .--big {
	font-size: 2.4rem;
	line-height: 130%;
}

.p-recommend__top-wrap-heading .--big .--big-green {
	font-size: 3.6rem;
}

.p-recommend__top-wrap-img {
	right: -1.6rem;
	width: 18.2rem;
}

.p-recommend__bottom {
	padding-bottom: 3.2rem;
	padding-top: 5.6rem;
}

.p-recommend__bottom-connect {
	width: 7.2rem;
}

.p-recommend__bottom-connect .--text {
	font-size: 2.1rem;
}

.p-recommend__bottom-top-text,
.p-recommend__bottom-content-heading {
	font-size: 1.8rem;
	line-height: 160%;
}

.p-recommend__bottom-top-text .--big,
.p-recommend__bottom-content-heading .--big {
	font-size: 3rem;
}

.p-recommend__bottom-top-text .--big .--first,
.p-recommend__bottom-content-heading .--big .--first {
	font-size: 4.4rem;
}

.p-recommend__bottom-top-text {
	margin-bottom: 2.4rem;
}

.p-recommend__bottom-wrap {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
}

.p-recommend__bottom-img {
	max-width: 14rem;
}

.p-recommend__bottom-img img {
	margin-bottom: 1rem;
}

.p-recommend__bottom-img-text {
	font-size: 1rem;
}

.p-recommend__bottom-content-text {
	font-size: 1.6rem;
	letter-spacing: normal;
}

.p-achievement {
	background-image: url(../img/bg/achievement-bg_sp.webp);
	padding-top: 3.5rem;
}

.p-achievement__heading {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 3rem;
	row-gap: 1.2rem;
}

.p-achievement__heading .--big {
	font-size: 2.8rem;
	line-height: 130%;
}

.p-achievement__number {
	margin-bottom: 1.6rem;
}

.p-achievement__number-inner {
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
	margin-bottom: 1.5rem;
}

.p-achievement__number-icon {
	width: 3rem;
}

.p-achievement__number-content-title {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.p-achievement__number-content-text img {
	width: 20.9rem;
}

.p-achievement__number-content-text-small {
	font-size: 1.6rem;
	margin-bottom: 1rem;
	margin-left: -0.2rem;
}

.p-achievement__number-content-text-small span {
	font-size: 0.7rem;
}

.p-achievement__number-small {
	font-size: 1rem;
}

.p-achievement__list {
	flex-direction: column;
	row-gap: 1.6rem;
}

.p-achievement__item {
	padding: 2.6rem 1.6rem;
	width: 100%;
}

.p-achievement__item-text {
	font-size: 1.2rem;
}

.p-achievement__item-text-big {
	font-size: 2.5rem;
}

.p-achievement__bottom {
	justify-content: flex-end;
	margin-top: -2.4rem;
	padding-bottom: 1.1rem;
	position: relative;
}

.p-achievement__bottom-pic {
	bottom: 0;
	left: -1.6rem;
	position: absolute;
	width: 12.7rem;
}

.p-achievement__bottom-content {
	padding-top: 4.2rem;
}

.p-achievement__bottom-content-text {
	font-size: 1.3rem;
	margin-bottom: 1.1rem;
}

.p-achievement__bottom-content-text-big {
	font-size: 2.6rem;
	line-height: 140%;
	margin-bottom: 2.7rem;
}

.p-achievement__bottom-content-text-small {
	font-size: 1rem;
	padding-left: 3.5rem;
}

.p-present {
	padding: 5.6rem 0 2.9rem;
}

.p-present__wrap {
	padding: 5rem 1rem 1.7rem 1.9rem;
}

.p-present__wrap-heading img {
	width: 29.5rem;
}

.p-present__wrap-heading-text {
	font-size: 1.2rem;
}

.p-present__wrap-box {
	align-items: center;
	flex-direction: column-reverse;
	margin-bottom: 0.3rem;
	row-gap: 1.2rem;
}

.p-present__wrap-box-img {
	max-width: 21.3rem;
}

.p-present__wrap-box-content-bubble {
	left: -1.4rem;
	width: 7.1rem;
}

.p-present__wrap-box-top-text {
	font-size: 1.3rem;
	margin-bottom: 1rem;
	padding-left: 1.2rem;
}

.p-present__wrap-box-grid {
	font-size: 3.1rem;
	gap: 0.1rem;
	margin-bottom: 1rem;
	padding: 0.1rem;
}

.p-present__wrap-box-grid span {
	padding: 0.1rem 0.5rem;
}

.p-present__wrap-box-bottom-text {
	font-size: 2.2rem;
}

.p-present__wrap-bottom-text {
	font-size: 1.3rem;
	text-align: left;
}

.p-reason {
	padding: 3.2rem 0 4.2rem;
}

.p-reason__heading {
	font-size: 1.8rem;
	margin-bottom: 2.7rem;
	row-gap: 0.7rem;
}

.p-reason__heading .--big {
	font-size: 3.4rem;
}

.p-reason__heading .--big .--number {
	font-size: 5.8rem;
}

.p-reason__list {
	row-gap: 3.2rem;
}

.p-reason__item:nth-of-type(2) {
	padding-bottom: 4.2rem;
}

.p-reason__item:nth-of-type(2) .p-reason__item-wrap {
	flex-direction: column-reverse;
}

.p-reason__item:nth-of-type(2) .p-reason__item-wrap-img.--sp-left {
	margin-left: calc(50% - 50vw);
}

.p-reason__item-wrap {
	flex-direction: column;
	padding: 0 1rem;
	row-gap: 2rem;
}

.p-reason__item-wrap-img.--sp-right {
	margin-right: calc(50% - 50vw);
}

.p-reason__item-wrap-img-number {
	top: -1rem;
	width: 11rem;
}

.p-reason__item-wrap-img-number.--left {
	left: -2.6rem;
}

.p-reason__item-wrap-img-number.--right {
	right: -2.6rem;
}

.p-reason__item-wrap-content-heading {
	font-size: 1.7rem;
	margin-bottom: 1rem;
}

.p-reason__item-wrap-content-heading .--big {
	font-size: 2.5rem;
}

.p-reason__item-wrap-content-text {
	font-size: 1.5rem;
	line-height: 180%;
}

.p-reason__item-wrap-content-text .--small {
	font-size: 1rem;
}

.p-reason__item-wrap-content-text-small {
	font-size: 1.1rem;
	margin-top: 2.4rem;
}

.p-reason__item-bottom {
	margin-top: 2.5rem;
}

.p-reason__item-bottom-heading {
	font-size: 1.6rem;
	padding: 0.5rem 1.6rem 0.7rem;
}

.p-reason__item-bottom-lawyer-wrap {
	flex-direction: column;
	padding: 3.7rem 1.4rem 2.1rem;
	row-gap: 2rem;
}

.p-reason__item-bottom-lawyer-list {
	-moz-column-gap: 0;
	column-gap: 0;
}

.p-reason__item-bottom-lawyer-item {
	padding-right: 3.8rem;
}

.p-reason__item-bottom-lawyer-item img {
	margin-bottom: 0.9rem;
	width: 12.1rem;
}

.p-reason__item-bottom-lawyer-img-point {
	border-width: 0.1rem;
	font-size: 0.7rem;
	gap: 0.4rem;
	height: 7.7rem;
	padding-top: 0.8rem;
	width: 7.7rem;
}

.p-reason__item-bottom-lawyer-img-point .--big {
	font-size: 1.8rem;
}

.p-reason__item-bottom-lawyer-img-point .--big .--small {
	font-size: 1rem;
}

.p-reason__item-bottom-lawyer-img-point small {
	font-size: 0.8rem;
	margin-top: 0.2rem;
}

.p-reason__item-bottom-lawyer-img-name {
	font-size: 1.2rem;
}

.p-reason__item-bottom-lawyer-heading {
	font-size: 1.5rem;
	margin-bottom: 1.8rem;
}

.p-reason__item-bottom-lawyer-text {
	font-size: 1rem;
}

.p-reason__item-bottom-support {
	flex-direction: column;
	margin-top: 2.1rem;
	row-gap: 0.4rem;
}

.p-reason__item-bottom-support-wrap.--left {
	-moz-column-gap: 0.9rem;
	column-gap: 0.9rem;
}

.p-reason__item-bottom-support-wrap.--right {
	-moz-column-gap: 0.9rem;
	column-gap: 0.9rem;
	flex-direction: row;
}

.p-reason__item-bottom-support-item {
	padding: 0.2rem;
}

.p-reason__item-bottom-support-title {
	font-size: 1.6rem;
	padding: 0.7rem;
}

.p-reason__item-bottom-support-text {
	font-size: 1.2rem;
	padding: 0.5rem 1.2rem 0.3rem;
}

.p-reason__item-bottom-support-bottom-text {
	font-size: 1.2rem;
}

.p-reason__item-bottom-access-wrap {
	flex-direction: column;
	padding: 2.3rem 1.8rem;
	row-gap: 1.7rem;
}

.p-reason__item-bottom-access-list {
	-moz-column-gap: 0.4rem;
	column-gap: 0.4rem;
}

.p-reason__item-bottom-access-item {
	height: 7.6rem;
	width: 7.6rem;
}

.p-reason__item-bottom-access-item .--20 {
	font-size: 1.1rem;
}

.p-reason__item-bottom-access-item .--13 {
	font-size: 0.7rem;
}

.p-reason__item-bottom-access-item .--18 {
	font-size: 1rem;
}

.p-reason__item-bottom-access-item .--60 {
	font-size: 3.5rem;
}

.p-reason__item-bottom-access-content {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
}

.p-reason__item-bottom-access-content img {
	width: 4.5rem;
}

.p-reason__item-bottom-access-text {
	font-size: 1.7rem;
}

.p-voice {
	padding: 3.8rem 0;
}

.p-voice__heading {
	font-size: 1.7rem;
	letter-spacing: 0.68px;
	letter-spacing: 1.2px;
	margin-bottom: 5rem;
	row-gap: 0.8rem;
}

.p-voice__heading .--big {
	font-size: 3.7rem;
}

.p-voice__list {
	row-gap: 2rem;
}

.p-voice__item {
	padding: 3.2rem 2.4rem;
}

.p-voice__item-icon {
	width: 9rem;
}

.p-voice__item-icon-text {
	font-size: 1.3rem;
	line-height: 150%;
}

.p-voice__item-content-heading {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.2rem;
}

.p-voice__item-content-heading-text {
	font-size: 1.8rem;
}

.p-voice__item-content-text {
	font-size: 1.6rem;
	letter-spacing: 0.64px;
}

.p-price {
	padding: 3.2rem 0 3.5rem;
}

.p-price__heading {
	justify-content: flex-end;
	padding-bottom: 2rem;
}

.p-price__heading small {
	font-size: 1rem;
}

.p-price__heading-pic {
	left: -1.5rem;
	margin-top: -4.5rem;
	max-width: 14.6rem;
	position: absolute;
	top: 0;
}

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

.p-price__heading-text .--big {
	font-size: 1.9rem;
}

.p-price__info-heading {
	font-size: 1.6rem;
	padding: 0.5rem 0.8rem 0.4rem;
}

.p-price__info-list {
	padding: 2.5rem 1.4rem;
}

.p-price__info-item {
	flex-direction: column;
	padding: 0.2rem;
	width: calc(33.3% - 1.0666666667rem);
}

.p-price__info-item-title {
	-ms-writing-mode: lr-tb;
	font-size: 1.2rem;
	padding: 0.5rem 0;
	writing-mode: horizontal-tb;
}

.p-price__info-item-text {
	align-items: center;
	display: flex;
	font-size: 1.8rem;
	justify-content: center;
	padding: 1rem 0.6rem;
}

.p-price__info-item-text.--row {
	flex-direction: column;
	gap: 0.2rem;
}

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

.p-price__info-item-arrow .--arrow-shape {
	border-width: 1rem 0 1rem 1.2rem;
}

.p-price__switching-tabs {
	border-radius: 0.5rem 0.5rem 0 0;
}

.p-price__switching-tabs-item {
	padding: 0.7rem 0.2rem 0.9rem;
	row-gap: 0.7rem;
}

.p-price__switching-tabs-item .--label {
	flex-direction: column;
	font-size: 1.2rem;
}

.p-price__switching-tabs-item .--label .--big {
	font-size: 1.8rem;
}

.p-price__switching-tabs-item .--arrow {
	height: 2rem;
	width: 2rem;
}

.p-price__switching-tabs-item .--arrow .--arrow-shape {
	border-width: 0.2rem;
	height: 0.8rem;
	top: 45%;
	width: 0.8rem;
}

.p-price__switching-item {
	padding: 2.1rem 1.4rem 2.7rem;
}

.p-price__switching-item-table {
	border: 0.07rem solid #9C9C9C;
}

.p-price__switching-item-table.--blue tbody td {
	height: 12rem;
}

.p-price__switching-item-table thead th {
	border: 0.07rem solid #9C9C9C;
	font-size: 1.6rem;
	padding: 1.3rem 0.8rem 1.4rem;
}

.p-price__switching-item-table thead th sub {
	font-size: 1rem;
}

.p-price__switching-item-table tbody th {
	border: 0.07rem solid #9C9C9C;
	font-size: 1.8rem;
	padding: 0 0.8rem;
}

.p-price__switching-item-table tbody td {
	border: 0.07rem solid #9C9C9C;
	font-size: 1.8rem;
	height: 18rem;
}

.p-price__switching-item-table tbody td:has(.--small) {
	font-size: 1.5rem;
}

.p-price__switching-item-table tbody td .--small {
	display: block;
	font-size: 1rem;
	font-weight: 400;
}

.p-price__switching-item-table tbody td .--plus {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 0.6rem;
}

.p-price__switching-item-table tbody td .--row {
	font-size: 1.2rem;
	font-weight: 500;
}

.p-price__switching-item-table tbody td sub {
	font-size: 1rem;
}

.p-price__switching-item-small {
	font-size: 1rem;
	margin-top: 0.9rem;
}

.p-price__bottom-text {
	font-size: 1rem;
	line-height: 140%;
	margin-top: 2.2rem;
}

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

.p-flow__heading {
	font-size: 1.8rem;
	margin-bottom: 2.4rem;
	row-gap: 0.8rem;
}

.p-flow__heading img {
	width: 12.1rem;
}

.p-flow__list {
	flex-direction: column;
	row-gap: 1.2rem;
}

.p-flow__item {
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
	flex-direction: row;
	padding: 1.3rem 1rem 0 1.9rem;
	width: 100%;
}

.p-flow__item-number {
	width: 4.2rem;
}

.p-flow__item-icon {
	width: 7.6rem;
}

.p-flow__item-heading {
	font-size: 1.7rem;
	margin-bottom: 0.6rem;
	text-align: left;
}

.p-flow__item-text {
	font-size: 1.3rem;
	text-align: left;
}

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

.p-message__heading {
	font-size: 1.8rem;
	letter-spacing: 0.72px;
}

.p-message__heading .--big {
	font-size: 3.2rem;
	letter-spacing: 1.36px;
}

.p-message__wrap {
	margin-top: 2.8rem;
	padding: 6.4rem 3.1rem 2.6rem;
}

.p-message__text-img {
	left: -2.3rem;
	top: -2rem;
	width: 18.7rem;
}

.p-message__wrap-text {
	margin-top: 3rem;
}

.p-message__wrap-text p:not(:first-of-type) {
	margin-top: 2.4rem;
}

.p-message__wrap-text p {
	font-size: 1.4rem;
	letter-spacing: 1.12px;
}

.p-message__wrap-sign {
	flex-direction: column;
	margin-top: 2rem;
	row-gap: 0.8rem;
}

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

.p-message__wrap-sign-name {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	font-size: 1.1rem;
	letter-spacing: 0.68px;
}

.p-message__wrap-sign-name .--big {
	font-size: 1.7rem;
	letter-spacing: 0.68px;
}

.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 {
	font-size: 1.4rem;
	padding: 0.8rem 0.9rem 0.7rem;
}

.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-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 {
	margin-top: 5.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 {
	padding: 0.5rem 0;
}

.adlp-floating_inner {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.adlp-floating_btn_1 {
	width: 18.7rem;
}

.adlp-floating_btn_1 .txt2 {
	font-size: 1.6rem;
	right: 2.7rem;
	top: 2.9rem;
}

.adlp-floating_btn_2 {
	width: 8.7rem;
}

.adlp-floating_btn_3 {
	width: 8.7rem;
}

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

}

/* TSL-2749 LINEボタン削除 */
.adlp-floating_btn_1,
.adlp-floating_btn_2 {
  width: min(calc((457 / 1080) * 100vw), 457px);
}

.adlp-fv .btn_area {
  top: min(calc((705 / 1080) * 100vw), 705px);
}

@media screen and (max-width:768px) {
  .adlp-floating_btn_1 {
    width: min(calc((374 / 750) * 100vw), 374px);
  }

  .adlp-floating_btn_2 {
    width: min(calc((346 / 750) * 100vw), 346px);
  }

  .adlp-fv .btn_area {
    top: calc((1294 / 750) * 100vw);
  }

  .adlp-fv .cta--form {
    width: 100%;
  }
}

/* TSL2764 ポップアップ */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  /* 半透明の黒 */
  z-index: 9998;
}

.exit-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: white; */
  background-image: url(../img/common/popup-bg_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 378px;
  height: 342px;
  z-index: 9999;
  /* オーバーレイの上に */
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.24);
  transition: .5s ease;
}

.popup-overlay,
.exit-popup {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.popup-overlay.is-visible,
.exit-popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup-button {
  position: absolute;
  top: -24px;
  right: 0;
  width: 24px;
  height: 24px;
  display: grid;
  padding: 0;
}

.popup-link {
  max-width: 300px;
  background-color: #F5F942;
  margin: auto;
  display: flex;
  padding: 10px;
  width: 90%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

.popup-link:hover {
  opacity: 1;
}

.popup-link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #333;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: 26px;
}

@media screen and (max-width: 768px) {
  .exit-popup {
    width: 300px;
    height: 271px;
    background-image: url(../img/common/popup-bg_sp.webp);
  }
}

.p-fv .c-cta__wrap{
  align-items: flex-end;
}

.p-fv .c-cta__item.--right{
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-fv .c-cta__wrap{
    align-items: center;
  }
  .p-fv .c-cta__item.--right {
      margin-bottom: 0; 
  }
}