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

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

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

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

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

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

/*! 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-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
}

img {
	display: block;
	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: 114rem;
	padding: 0 2rem;
	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-heading {
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
}

.c-heading--line {
	-moz-column-gap: 0.6rem;
	column-gap: 0.6rem;
	display: flex;
	font-size: 1.8rem;
	justify-content: center;
}

.c-heading--line img {
	width: 1rem;
}

.c-heading--line img:first-of-type {
	transform: scale(-1, 1);
}

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

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

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

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

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

.c-accordion__title {
	align-items: center;
	color: #27A58C;
	cursor: pointer;
	display: flex;
	font-size: 1.8rem;
	justify-content: space-between;
	line-height: 160%;
	padding: 2.4rem 0;
}

.c-accordion__title .--arrow {
	background: #27A58C;
	border-radius: 50%;
	display: grid;
	flex-shrink: 0;
	height: 2.8rem;
	place-content: center;
	transition: transform 0.4s 0s ease-in-out;
	width: 2.8rem;
}

.c-accordion__title .--arrow::after {
	border: 0.2rem solid #fff;
	border-bottom: 0;
	border-left: 0;
	content: "";
	height: 1.3rem;
	line-height: 1;
	margin-bottom: 0.5rem;
	transform: rotate(135deg);
	width: 1.3rem;
}

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

.c-accordion__answer-text {
	border-top: 0.1rem solid #27A58C;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 170%;
	padding: 1.6rem 0 2.4rem;
}

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

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

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

.c-cta--01 {
	background: url(../img/cta01-bg_pc.webp) no-repeat center center/cover;
	padding: 9.8rem 0 8rem;
	position: relative;
	z-index: 1;
}

.c-cta--01 .c-cta__top-text p {
	font-weight: 700;
	text-align: center;
}

.c-cta--01 .c-cta__top-text p:nth-of-type(1) {
	background: #27A58C;
	color: #fff;
	font-size: 4.8rem;
	line-height: 1.3;
	margin: 0 auto;
	padding: 0.4rem 0.8rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-cta--01 .c-cta__top-text p:nth-of-type(1) .--24 {
	font-size: 2.4rem;
}

.c-cta--01 .c-cta__top-text p:nth-of-type(2) {
	color: #27A58C;
	font-size: 5rem;
	margin-top: 14.8rem;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 2px 2px #fff, -2px 2px #fff, 2px -2px #fff, -2px -2px #fff, 3px 0 #fff, -3px 0 #fff, 0 3px #fff, 0 -3px #fff, 0 2px 4px rgba(0, 0, 0, 0.16);
}

.c-cta--01 .c-cta__top-text p:nth-of-type(3) {
	font-size: 2rem;
}

.c-cta--01 .c-cta__top-text .--img {
	left: 50%;
	margin: 0 auto;
	max-width: 50rem;
	position: absolute;
	top: 9.8rem;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.c-cta--01 .c-cta__text {
	margin-top: 8.5rem;
}

.c-cta--02 {
	background: url(../img/cta02-bg_pc.webp) no-repeat center center/cover;
	padding: 9.1rem 0 8rem;
}

.c-cta--02 .c-cta__top-text p {
	font-weight: 700;
	text-align: center;
}

.c-cta--02 .c-cta__top-text p:nth-of-type(1) {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(270deg, #2AB08A 5.5%, #4FD0A5 94.34%);
	background-clip: text;
	font-size: 2.4rem;
}

.c-cta--02 .c-cta__top-text p:nth-of-type(2) {
	-webkit-text-decoration-skip: ink;
	color: #27A58C;
	font-size: 4rem;
	text-decoration-line: underline;
	text-decoration-skip-ink: auto;
	text-decoration-style: solid;
	text-decoration-thickness: 2px;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.c-cta--02 .c-cta__top-text p:nth-of-type(2) span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(270deg, #2AB08A 5.5%, #4FD0A5 94.34%);
	background-clip: text;
}

.c-cta--02 .c-cta__top-text p:nth-of-type(3) {
	font-size: 2.4rem;
	margin-top: 1rem;
}

.c-cta--02 .c-cta__text {
	margin-top: 32.1rem;
}

.c-cta__inner {
	margin: 0 auto;
	max-width: 114rem;
	padding: 0 2rem;
	width: 100%;
}

.c-cta__text {
	-moz-column-gap: 0.4rem;
	column-gap: 0.4rem;
	display: flex;
	justify-content: center;
}

.c-cta__text img {
	width: 1.5rem;
}

.c-cta__text img:first-of-type {
	transform: scale(-1, 1);
}

.c-cta__text p {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

.c-cta__links {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: flex;
	justify-content: center;
	margin-top: 1.6rem;
}

.c-cta__button {
	border-radius: 10rem;
	box-shadow: 0 4.8px 4.8px 0 rgba(0, 0, 0, 0.25);
	display: flex;
	font-weight: 700;
	position: relative;
}

.c-cta__button.--tel {
	background: #F6FA43;
	color: #EF6A4B;
	line-height: 1;
	max-width: 53rem;
	overflow: hidden;
	width: 100%;
}

.c-cta__button.--tel .--left {
	background: #EF6A4B;
	color: #fff;
	display: grid;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	max-width: 11.5rem;
	padding: 0.8rem 1.5rem;
	place-content: center;
	white-space: nowrap;
	width: 100%;
}

.c-cta__button.--tel .--left .--38 {
	font-size: 3.8rem;
}

.c-cta__button.--tel .--right {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 0.8rem 1.5rem;
	row-gap: 0.4rem;
}

.c-cta__button.--tel .--right .--number {
	-moz-column-gap: 1.8rem;
	align-items: center;
	column-gap: 1.8rem;
	display: flex;
	font-size: 3.8rem;
	justify-content: center;
}

.c-cta__button.--tel .--right p {
	color: #565656;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}

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

.c-cta__button.--mail,
.c-cta__button.--line {
	align-items: center;
	background: #fff;
	font-size: 2rem;
	justify-content: center;
	justify-content: space-between;
	line-height: 120%;
	max-width: 27rem;
	padding: 1.5rem 0.8rem;
	width: 100%;
}

.c-cta__button.--mail .--icon,
.c-cta__button.--line .--icon {
	width: 5rem;
}

.c-cta__button.--mail .--arrow,
.c-cta__button.--line .--arrow {
	width: 2rem;
}

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

.c-cta__links-bottom {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: flex;
	flex: 1;
}

.p-trust + .c-cta {
	background: linear-gradient(180deg, #2AB08A 0%, #4FD0A5 100%);
}

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

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

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

.p-fv {
	position: relative;
}

.p-fv__content {
	left: 13.3rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-fv__top-box {
	background: #27A58C;
	border: 0.2rem solid #27A58C;
	text-align: center;
}

.p-fv__top-box-lead {
	color: #fff;
	font-size: 3.2rem;
	padding: 1.2rem 1.6rem;
}

.p-fv__top-box-heading {
	background: #fff;
	font-weight: 900;
	padding: 1.6rem 0 2.4rem;
}

.p-fv__top-box-heading span {
	display: block;
}

.p-fv__top-box-heading span:nth-of-type(1) {
	font-size: 4.8rem;
}

.p-fv__top-box-heading span:nth-of-type(2) {
	font-size: 4rem;
	margin: 0.8rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-fv__list {
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}

.p-fv__list-item {
	background: linear-gradient(295deg, #2AB08A 0%, #4FD0A5 100%);
	border-radius: 50%;
	color: #27A58C;
	display: grid;
	font-size: 3.2rem;
	font-weight: 900;
	height: 15rem;
	line-height: 1.2;
	place-content: center;
	position: relative;
	text-align: center;
	width: 15rem;
	z-index: 1;
}

.p-fv__list-item::after {
	background: #FFF;
	border-radius: 50%;
	content: "";
	height: 13.4rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 13.4rem;
	z-index: -1;
}

.p-fv__note {
	color: #fff;
	display: block;
	font-size: 1.6rem;
	margin-top: 4rem;
}

/* ============================
p-choice
 ========================= */

.p-choice {
	background: url(../img/choice-bg_pc.webp) no-repeat center top/cover;
	padding: 2.4rem 0 10.4rem;
}

.p-choice .c-cta {
	padding: 0;
}

.p-choice__top-img {
	margin: 4.8rem auto 0;
	max-width: 40.7rem;
	width: 100%;
}

.p-choice__wrap {
	-moz-column-gap: 4.8rem;
	align-items: flex-start;
	column-gap: 4.8rem;
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
}

.p-choice__item {
	border-radius: 3rem;
	flex: 1;
	padding: 2.4rem 3.2rem;
	position: relative;
}

.p-choice__item:nth-of-type(1) {
	background: #fff;
}

.p-choice__item:nth-of-type(2) {
	background: #666;
	color: #fff;
	margin-top: 4rem;
}

.p-choice__item-heading {
	font-size: 2.4rem;
	font-weight: 700;
}

.p-choice__item-list {
	margin-top: 2.4rem;
}

.p-choice__item-list li {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	font-size: 1.6rem;
}

.p-choice__item-list li:not(:first-of-type) {
	margin-top: 0.8rem;
}

.p-choice__item-list li img {
	width: 2.4rem;
}

.p-choice__item-illustration {
	bottom: 4.2rem;
	position: absolute;
	right: 1.4rem;
	width: 14.3rem;
}

/* ============================
p-trust
 ========================= */

.p-trust {
	background: #F5F5F5;
	padding-bottom: 8rem;
	position: relative;
	z-index: 1;
}

.p-trust::after {
	background: #DDD;
	content: "";
	height: 6.3rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

/* タブ */

.p-trust__switching-tabs {
	display: flex;
}

.p-trust__switching-tabs button[role=tab][aria-selected=true] .--arrow-shape {
	border-color: #27A58C;
}

.p-trust__switching-tabs-item {
	-moz-column-gap: 0.8rem;
	align-items: center;
	background: #CFCFCF;
	box-shadow: 0 -4px 3px 0 rgba(255, 255, 255, 0.5), 0 4px 4px 0 rgba(138, 138, 138, 0.25);
	column-gap: 0.8rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 2.1rem 0.8rem 2.4rem;
	position: relative;
	position: relative;
	text-align: center;
	width: 50%;
}

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

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

.p-trust__switching-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-trust__switching-tabs-item:nth-of-type(1) {
	border-radius: 2.4rem 0 0 0;
}

.p-trust__switching-tabs-item:nth-of-type(2) {
	border-radius: 0 2.4rem 0 0;
}

.p-trust__switching-tabs-item .--label {
	-moz-column-gap: 0.4rem;
	align-items: center;
	color: #fff;
	column-gap: 0.4rem;
	display: flex;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 130%;
}

.p-trust__switching-tabs-item .--label .--big {
	font-size: 2.4rem;
}

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

.p-trust__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-trust__switching-item {
	margin-top: 2.4rem;
}

.p-trust__switching-item-heading {
	text-align: center;
}

.p-trust__switching-item-heading-top p {
	font-size: 1.8rem;
	font-weight: 700;
}

.p-trust__switching-item-heading-bottom {
	color: #27A58C;
	font-size: 3.2rem;
	font-weight: 700;
}

.p-trust__switching-item-content {
	margin-top: 1rem;
	position: relative;
}

.p-trust__switching-item-content-text {
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	border: 0.3rem solid #38C17D;
	border-radius: 2rem;
	display: flex;
	flex-direction: column;
	left: 50%;
	max-width: 41rem;
	padding: 2.4rem;
	position: absolute;
	row-gap: 0.8rem;
	top: 23.3rem;
	transform: translateX(-50%);
	width: 100%;
}

.p-trust__switching-item-content-text h3 {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.p-trust__switching-item-content-text h3 .--big {
	color: #27A58C;
	font-size: 3.2rem;
}

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

.p-trust__switching-item-content-img {
	margin: 0 auto;
	max-width: 37rem;
	width: 100%;
}

.p-trust__switching-item-connect {
	margin: 3.2rem auto 0;
	width: 10.3rem;
}

.p-trust__switching-item-more {
	-moz-column-gap: 1.6rem;
	align-items: center;
	column-gap: 1.6rem;
	display: flex;
	justify-content: center;
	margin: 4rem auto 0;
	max-width: 87.3rem;
	width: 100%;
}

.p-trust__switching-item-more-img {
	max-width: 54.2rem;
	width: 100%;
}

.p-trust__switching-item-more-content {
	flex: 1;
}

.p-trust__switching-item-more-content h4 {
	color: #27A58C;
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 0.4rem;
	text-align: center;
}

.p-trust__switching-item-more-content-lead p {
	color: #27A58C;
	font-size: 1.8rem;
	font-weight: 700;
}

.p-trust__switching-item-more-content-text {
	line-height: 160%;
	margin-top: 1.6rem;
}

.p-trust__bottom {
	margin: 4rem auto 0;
	max-width: 80rem;
	position: relative;
	width: 100%;
}

.p-trust__bottom-text {
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	position: absolute;
	right: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
}

.p-trust__bottom-text span {
	background: #27A58C;
	display: block;
	padding: 0.2rem 0.8rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-trust__bottom-text span:not(:first-of-type) {
	margin-top: 0.8rem;
}

.p-trust__bottom-bg {
	border-radius: 3rem;
	overflow: hidden;
}

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

.p-features {
	padding: 8rem 0 4rem;
}

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

.p-features__heading .--14 {
	display: block;
	font-size: 1.6rem;
	text-align: center;
}

.p-features__heading .--gradation {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #59D9AD 0%, #38C17D 44.23%, #13A67C 100%);
	background-clip: text;
	display: block;
	font-size: 6rem;
	line-height: 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:nth-of-type(odd) .p-features__item-img .--number {
	left: 0;
}

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

.p-features__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.p-features__item:nth-of-type(even) .p-features__item-img .--number {
	right: 0;
}

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

.p-features__item-img {
	border-radius: 4rem;
	max-width: 59.5rem;
	position: relative;
	width: 100%;
}

.p-features__item-img .--number {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #59D9AD 0%, #38C17D 44.23%, #13A67C 100%);
	background-clip: text;
	font-size: 10rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0;
}

.p-features__item-img-inner {
	overflow: hidden;
}

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

.p-features__item-content small {
	font-size: 1.2rem;
}

.p-features__item-heading {
	color: #27A58C;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 160%;
}

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

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

.p-features__access {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.6rem;
	max-width: 38rem;
	width: 100%;
}

.p-features__access-row {
	-moz-column-gap: 0.8rem;
	align-items: center;
	background: #ECF9EF;
	border-radius: 0.8rem;
	color: #27A58C;
	column-gap: 0.8rem;
	display: flex;
	justify-content: center;
	padding: 0.4rem 1.6rem;
	width: calc(50% - 0.4rem);
}

.p-features__access-row img {
	width: 2.4rem;
}

.p-features__access-row p {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.1;
}

.p-features__access-row p .--12 {
	font-size: 1.2rem;
}

.p-features__access-row p .--18 {
	font-size: 1.8rem;
}

.p-features__more {
	margin-top: 6.4rem;
	padding: 2.4rem 5.7rem;
	position: relative;
}

.p-features__more-lead {
	background: #27A58C;
	border-radius: 0.6rem;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 auto;
	padding: 0.4rem 1.2rem 0.5rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-features__more-lead::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-features__more-list {
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
	display: flex;
	justify-content: center;
	margin-top: 1.2rem;
}

.p-features__more-item {
	align-items: center;
	color: #27A58C;
	display: flex;
	flex-direction: column;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.p-features__more-item .--24 {
	font-size: 2.4rem;
}

.p-features__more-item img {
	width: 6.4rem;
}

.p-features__more-symbol {
	height: 3.8rem;
	position: absolute;
	width: 3.8rem;
}

.p-features__more-symbol:nth-of-type(1) {
	border-left: 0.2rem solid #27A58C;
	border-top: 0.2rem solid #27A58C;
	left: 0;
	top: 0;
}

.p-features__more-symbol:nth-of-type(2) {
	border-right: 0.2rem solid #27A58C;
	border-top: 0.2rem solid #27A58C;
	right: 0;
	top: 0;
}

.p-features__more-symbol:nth-of-type(3) {
	border-bottom: 0.2rem solid #27A58C;
	border-right: 0.2rem solid #27A58C;
	bottom: 0;
	right: 0;
}

.p-features__more-symbol:nth-of-type(4) {
	border-bottom: 0.2rem solid #27A58C;
	border-left: 0.2rem solid #27A58C;
	bottom: 0;
	left: 0;
}

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

.p-worry {
	background: #ECF9EF;
	padding: 8rem 0;
}

.p-worry__list {
	-moz-column-gap: 3rem;
	column-gap: 3rem;
	display: flex;
	justify-content: space-between;
	margin-top: 8.8rem;
}

.p-worry__item {
	background: #fff;
	border-radius: 3rem;
	position: relative;
	width: calc(33.3% - 2rem);
}

.p-worry__item-icon {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 7.2rem;
}

.p-worry__item-title {
	background: url(../img/solution-item_heading-bg.webp) no-repeat center bottom/cover;
	border-radius: 3rem 3rem 0 0;
	color: #FFF;
	font-size: 1.6rem;
	overflow: hidden;
	padding: 4rem 0.8rem 4.4rem;
	text-align: center;
}

.p-worry__item-text {
	color: #27A58C;
	display: grid;
	font-size: 2rem;
	font-weight: 700;
	padding: 1.2rem 0 2.4rem;
	place-content: center;
	text-decoration-line: underline;
}

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

.p-flow {
	background: #F5F5F5;
}

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

.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 {
	background: #fff;
	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 {
	position: relative;
	z-index: 1;
}

.p-message::after {
	background: #ECF9EF;
	content: "";
	height: 70.7rem;
	left: 0;
	position: absolute;
	top: 8rem;
	width: 34.9rem;
	z-index: -1;
}

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

.p-message__img {
	margin-left: calc(50% - 50vw);
	max-width: 46rem;
	width: 100%;
}

.p-message__content {
	flex: 1;
	max-width: 69rem;
}

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

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

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

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

.p-message__text p {
	color: #757575;
	font-weight: 500;
}

.p-message__text p.--mt-40 {
	margin-top: 4rem;
}

.p-message__text p.p-message__text-sub-title {
	color: #333;
	font-weight: 700;
}

.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 {
	margin-left: auto;
	width: 25.1rem;
}

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

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

.p-faq__heading {
	color: #27A58C;
	font-size: 3.2rem;
	font-weight: 700;
	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 {
	color: #27A58C;
	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: #27A58C;
	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 th {
	color: #27A58C;
}

.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;
	box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.1);
	color: #333;
	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 {
	background: #ECF9EF;
	width: 100%;
}

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

.adlp-btn {
	font-weight: 700;
	line-height: 1.3;
}

.adlp-btn .--tel {
	display: flex;
	flex-direction: column;
	padding: 0.8rem;
}

.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;
	flex-direction: column;
	justify-content: center;
}

.adlp-btn .--mail,
.adlp-btn .--line {
	align-items: center;
	border-top: 0.1rem solid #dedede;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.1;
	padding: 1.2rem 1.6rem;
	row-gap: 0.3rem;
}

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

.adlp-btn .--18 {
	font-size: 1.8rem;
}

.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--black {
	color: #333;
}

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

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

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

.u-font--marker {
	background: linear-gradient(transparent 70%, #F6FA43 70%);
	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-message::after {
	margin-left: calc((1366px - 100%) / -2);
}

.p-message__img {
	margin-left: calc((1366px - 100%) / -2);
}

}

@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-heading {
	font-size: 2.8rem;
}

.c-heading--line {
	font-size: 1.6rem;
}

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

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

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

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

.c-cta--01 {
	background: url(../img/cta01-bg_sp.webp) no-repeat center center/cover;
	padding: 7rem 0 4rem;
}

.c-cta--01 .c-cta__top-text p:nth-of-type(1) {
	padding: 0.3rem 0.6rem;
}

.c-cta--01 .c-cta__top-text p:nth-of-type(1) {
	font-size: 3.5rem;
}

.c-cta--01 .c-cta__top-text p:nth-of-type(1) .--24 {
	font-size: 1.9rem;
}

.c-cta--01 .c-cta__top-text p:nth-of-type(2) {
	font-size: 3.2rem;
	margin-top: 13.2rem;
}

.c-cta--01 .c-cta__top-text p:nth-of-type(3) {
	font-size: 1.6rem;
}

.c-cta--01 .c-cta__top-text .--img {
	max-width: 100%;
	top: 7.2rem;
}

.c-cta--01 .c-cta__text {
	margin-top: 4.8rem;
}

.c-cta--02 {
	background: url(../img/cta02-bg_sp.webp) no-repeat center center/cover;
	padding: 8rem 0 4rem;
}

.c-cta--02 .c-cta__top-text p:nth-of-type(1) {
	font-size: 2rem;
}

.c-cta--02 .c-cta__top-text p:nth-of-type(2) {
	font-size: 3.2rem;
}

.c-cta--02 .c-cta__top-text p:nth-of-type(3) {
	font-size: 2rem;
	margin-top: 0.8rem;
}

.c-cta--02 .c-cta__text {
	margin-top: 22.7rem;
}

.c-cta__text img {
	width: 0.9rem;
}

.c-cta__text p {
	font-size: 1.4rem;
}

.c-cta__links {
	flex-direction: column;
	row-gap: 1.6rem;
}

.c-cta__button.--tel {
	max-width: 100%;
}

.c-cta__button.--tel .--left {
	font-size: 1.2rem;
	max-width: 6.9rem;
}

.c-cta__button.--tel .--left .--38 {
	font-size: 2rem;
}

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

.c-cta__button.--tel .--right p {
	font-size: 1rem;
}

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

.c-cta__button.--mail,
.c-cta__button.--line {
	font-size: 1.4rem;
	max-width: 16.2rem;
	padding: 0.6rem 0.4rem;
}

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

.c-cta__links-bottom {
	justify-content: space-between;
}

.p-fv__content {
	left: 50%;
	max-width: 35.3rem;
	top: 1.4rem;
	transform: translateX(-50%);
	width: 100%;
}

.p-fv__top-box-lead {
	font-size: 2rem;
	padding: 0.4rem;
}

.p-fv__top-box-heading {
	line-height: 1.3;
	padding: 0.6rem 0 1.4rem;
}

.p-fv__top-box-heading span:nth-of-type(1) {
	font-size: 3.2rem;
}

.p-fv__top-box-heading span:nth-of-type(2) {
	font-size: 2.6rem;
	margin-top: 0;
}

.p-fv__list {
	margin-top: 26.8rem;
}

.p-fv__list-item {
	font-size: 2rem;
	height: 9.8rem;
	width: 9.8rem;
}

.p-fv__list-item::after {
	height: 9rem;
	width: 9rem;
}

.p-fv__note {
	font-size: 1rem;
	margin-top: 1.4rem;
	text-align: center;
}

.p-choice {
	background: url(../img/choice-bg_sp.webp) no-repeat center top/cover;
	padding: 2.4rem 0 5.2rem;
}

.p-choice__top-img {
	margin-top: 1.8rem;
	max-width: 32.5rem;
}

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

.p-choice__item {
	max-width: 35rem;
	width: 100vw;
}

.p-choice__item:nth-of-type(1) {
	border-radius: 0 3rem 3rem 0;
	margin-left: calc(50% - 50vw);
}

.p-choice__item:nth-of-type(2) {
	border-radius: 3rem 0 0 3rem;
	margin-right: calc(50% - 50vw);
	margin-top: 0;
}

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

.p-choice__item-list li {
	-moz-column-gap: 0.6rem;
	column-gap: 0.6rem;
}

.p-choice__item-list li:not(:first-of-type) {
	margin-top: 0.6rem;
}

.p-choice__item-list li img {
	width: 1.9rem;
}

.p-choice__item-illustration {
	bottom: auto;
	top: -2.5rem;
	width: 6.6rem;
}

.p-trust__switching-tabs {
	border-radius: 1.6rem 1.6rem 0 0;
}

.p-trust__switching-tabs-item {
	flex-direction: column;
	padding: 1rem 0.2rem 0.9rem;
	row-gap: 0.8rem;
}

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

.p-trust__switching-tabs-item:nth-of-type(1) {
	border-radius: 1.8rem 0 0 0;
}

.p-trust__switching-tabs-item:nth-of-type(2) {
	border-radius: 0 1.8rem 0 0;
}

.p-trust__switching-tabs-item .--label {
	flex-direction: column;
	font-size: 1.4rem;
	line-height: 1.3;
}

.p-trust__switching-tabs-item .--label .--big {
	display: block;
	font-size: 2rem;
}

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

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

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

.p-trust__switching-item-heading-bottom {
	font-size: 2.2rem;
}

.p-trust__switching-item-content-text {
	top: 18rem;
}

.p-trust__switching-item-content-text h3 {
	font-size: 1.4rem;
}

.p-trust__switching-item-content-text h3 .--big {
	font-size: 2.4rem;
}

.p-trust__switching-item-more {
	flex-direction: column;
	row-gap: 1.6rem;
}

.p-trust__switching-item-more-img {
	max-width: 100%;
}

.p-trust__switching-item-more-content-text {
	font-size: 1.5rem;
}

.p-trust__bottom-text {
	bottom: 5rem;
	font-size: 2rem;
	left: 0;
	right: auto;
	top: auto;
	transform: none;
}

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

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

.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-reverse;
	row-gap: 2.4rem;
}

.p-features__item:nth-of-type(odd) .p-features__item-img .--number {
	left: auto;
	right: 0;
}

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

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

.p-features__item:nth-of-type(even) .p-features__item-img .--number {
	left: 0;
	right: auto;
}

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

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

.p-features__item-img .--number {
	font-size: 6rem;
}

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

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

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

.p-features__access-row {
	padding: 0.6rem 1.6rem;
}

.p-features__access-row img {
	width: 1.9rem;
}

.p-features__more {
	margin-top: 4rem;
	padding: 2.4rem 4.4rem;
}

.p-features__more-lead::after {
	border-width: 0.4rem;
}

.p-features__more-list {
	align-items: flex-start;
	flex-direction: column;
	row-gap: 0.8rem;
}

.p-features__more-item {
	flex-direction: row;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: left;
}

.p-features__more-item .--24 {
	font-size: 2rem;
}

.p-features__more-item img {
	width: 3.8rem;
}

.p-features__more-symbol {
	height: 3rem;
	width: 3rem;
}

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

.p-worry__list {
	flex-direction: column;
	margin-top: 6.4rem;
	row-gap: 6.4rem;
}

.p-worry__item {
	width: 100%;
}

.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::after {
	height: 39.3rem;
	top: 4rem;
	width: 31.4rem;
}

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

.p-message__img {
	max-width: 35.5rem;
}

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

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

.p-message__text p.--mt-40 {
	margin-top: 2.4rem;
}

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

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

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

.p-faq__heading {
	font-size: 2.8rem;
	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;
	box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.15);
	left: 0;
	line-height: 120%;
	width: 100%;
}

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

.adlp-floating__bottom {
	display: flex;
}

.adlp-btn .--tel {
	height: 100%;
	justify-content: center;
	line-height: 1;
	padding: 0.6rem 1.6rem;
	row-gap: 0.3rem;
}

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

.adlp-btn .--mail,
.adlp-btn .--line {
	border-left: 0.1rem solid #dedede;
	border-top: none;
	height: 100%;
	line-height: 1;
	padding: 0.6rem 0.2rem;
}

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

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

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

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

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

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

.adlp-floating_btn_1 {
	flex-shrink: 0;
}

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

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

}

