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

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

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

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

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

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

/*! 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: #333;
	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 {
	left: 0;
	padding: 2.2rem 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

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

.l-header__logo {
	width: 27.6rem;
}

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

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

/* inner1100px */

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

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

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

.l-footer {
	background: #333;
	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: #fff;
	font-size: 2.4rem;
}

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

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

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

/* ============================
c-present
 ========================= */

.c-present {
	padding-top: 6.1rem;
}

.c-present .--arrow {
	border-color: #2CA86D transparent transparent transparent;
	border-style: solid;
	border-width: 5rem 8rem 0 8rem;
	height: 0;
	margin: 0 auto;
	width: 0;
}

.c-present__inner {
	margin: 0 auto;
	max-width: 95.4rem;
	padding: 0 1.2rem;
	width: 100%;
}

.c-present__top-text {
	-moz-column-gap: 1.4rem;
	align-items: center;
	column-gap: 1.4rem;
	display: flex;
	justify-content: center;
}

.c-present__top-text .--line {
	width: 2.1rem;
}

.c-present__top-text .--line.--right {
	transform: scale(-1, 1);
}

.c-present__top-text .--text {
	font-size: 2.8rem;
	letter-spacing: 2.24px;
}

.c-present__wrap {
	background: #FFF;
	border: 0.3rem solid #2CA86D;
	border-radius: 4.4rem;
	margin-top: 3.3rem;
	padding: 4.4rem 2.4rem 3.8rem;
}

.c-present__wrap-inner {
	-moz-column-gap: 3rem;
	align-items: center;
	column-gap: 3rem;
	display: flex;
	justify-content: center;
}

.c-present__content-heading {
	border-radius: 100rem;
	font-size: 2.8rem;
	letter-spacing: 2.24px;
	padding: 0.7rem 3rem;
	text-align: center;
}

.c-present__content-text {
	font-size: 3rem;
	letter-spacing: 1.2px;
	line-height: 140%;
	margin-top: 2.1rem;
	text-align: center;
}

.c-present__content-text .--big {
	display: block;
	font-size: 5.6rem;
	letter-spacing: 2.24px;
	line-height: 140%;
}

.c-present__wrap-img {
	max-width: 34.4rem;
}

.c-present__wrap-bottom-text {
	font-size: 2rem;
	line-height: 140%;
	margin-top: 1.9rem;
	text-align: center;
}

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

/* ============================
c-heading-line
 ========================= */

.c-heading-line {
	-moz-column-gap: 1.6rem;
	align-items: center;
	column-gap: 1.6rem;
	display: flex;
	justify-content: center;
}

.c-heading-line__shape {
	background: currentColor;
	height: 0.2rem;
	position: relative;
	width: 9rem;
}

.c-heading-line__shape .--square {
	background: currentColor;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.6rem;
}

.c-heading-line__shape .--square.--left {
	right: 0;
}

.c-heading-line__shape .--square.--right {
	left: 0;
}

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

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

.c-cta {
	background: #F3FBD6;
}

.c-cta__inner {
	margin: 0 auto;
	max-width: 111.2rem;
	padding: 6.5rem 1.6rem 6.9rem;
	width: 100%;
}

.c-cta__wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 4rem;
}

.c-cta__item.--bottom {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: flex;
}

.c-cta__item-copy {
	-moz-column-gap: 1rem;
	align-items: center;
	column-gap: 1rem;
	display: flex;
	font-size: 2.8rem;
	justify-content: center;
	line-height: 150%;
	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 {
	margin-top: 2rem;
	position: relative;
}

.c-cta__button.--tel .c-cta__button-tel-number {
	color: #ED684B;
	font-size: 6.1rem;
	font-weight: 700;
	position: absolute;
	right: 25.9rem;
	top: 1.6rem;
}

.c-cta__button.--form,
.c-cta__button.--line {
	border-radius: 0.9rem;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}

.c-cta__item-small {
	font-size: 1.6rem;
	letter-spacing: 0.64px;
	margin-top: 1.2rem;
	text-align: center;
}

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

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

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

.p-fv {
	background: linear-gradient(to bottom, #f5faed, #ffffff, #f5faed);
}

.p-fv__inner {
	margin: 0 auto;
	max-width: 136.6rem;
	position: relative;
	width: 100%;
}

.p-fv__content-inner {
	bottom: 4.1rem;
	max-width: 57.6rem;
	position: absolute;
	right: 15.9rem;
	width: 100%;
}

.p-fv__content-heading {
	font-size: 4.8rem;
	line-height: 150%;
}

.p-fv__content-heading .--small {
	font-size: 3.4rem;
}

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

.p-fv__content-heading .--big .--small {
	font-size: 4.2rem;
}

.p-fv__content-list {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	display: flex;
	margin-top: 2.5rem;
}

.p-fv__content-item {
	border-radius: 999px;
	display: grid;
	height: 18.4rem;
	place-content: center;
	width: 18.4rem;
}

.p-fv__content-item p {
	font-size: 3rem;
	letter-spacing: 2.4px;
	text-align: center;
}

.p-fv__content-item p span {
	display: inline-block;
}

.p-fv__content-item p .--32 {
	font-size: 3.2rem;
	line-height: 120%;
}

.p-fv__content-item p .--22 {
	font-size: 2.2rem;
	letter-spacing: 2.2px;
	line-height: 110%;
}

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

.p-fv__content-item p .--img01 {
	margin-top: 0.7rem;
	width: 15.6rem;
}

.p-fv__content-item p .--img02 {
	margin-top: 1.1rem;
	width: 7.9rem;
}

.p-fv__content-small {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.56px;
	margin-top: 2.3rem;
}

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

.p-worry-top__copy {
	background: url(../img/bg/worry-bg_pc.webp) no-repeat center center/cover;
	padding: 13rem 1.6rem 11.3rem;
	position: relative;
}

.p-worry-top__copy-text {
	font-size: 3.2rem;
	line-height: 220%;
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-worry-top__copy-text .--36 {
	display: inline-block;
	font-size: 3.6rem;
	letter-spacing: 1.44px;
	line-height: 120%;
	margin: 0 0.8rem;
	padding: 0.5rem 2.4rem 0.7rem;
}

.p-worry-top__copy-text .--30 {
	font-size: 3rem;
}

.p-worry-top__connect {
	background: #F5F5F5;
	border-radius: 50%;
	bottom: -3.8rem;
	font-size: 3rem;
	height: 22.5rem;
	left: 50%;
	letter-spacing: 1.2px;
	padding-top: 3.5rem;
	position: absolute;
	text-align: center;
	transform: translate(-50%, 50%);
	width: 22.5rem;
}

.p-worry-top__wrap {
	background: linear-gradient(to bottom, #f5f5f5 0px, #f5f5f5 41.2rem, #ffffff 41.2rem, #ffffff 54.1rem);
	padding-top: 2rem;
	position: relative;
	z-index: 2;
}

.p-worry-top__heading {
	font-size: 5rem;
	letter-spacing: 0.2rem;
	text-align: center;
}

.p-worry-top__wrap-icon {
	display: block;
	margin: 3rem auto 0;
	width: 51.5rem;
}

.p-worry-top__list {
	box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.08);
	display: grid;
	margin: 0 auto;
	max-width: 68.7rem;
	padding: 3.5rem 3.7rem 3.5rem 6.4rem;
	place-content: center;
	row-gap: 2.3rem;
	width: 100%;
}

.p-worry-top__item {
	-moz-column-gap: 2rem;
	align-items: center;
	column-gap: 2rem;
	display: flex;
}

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

.p-worry-top__item-text {
	font-size: 2rem;
	letter-spacing: -0.04rem;
}

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

.p-worry-trouble-top {
	margin: 7.1rem auto 0;
	max-width: 111.2rem;
	padding: 3.5rem 1.6rem 7rem;
	position: relative;
	width: 100%;
}

.p-worry-trouble-top__text {
	font-size: 2.8rem;
}

.p-worry-trouble-top__heading {
	font-size: 3rem;
	letter-spacing: 1.2px;
	line-height: 240%;
	margin-top: 1.7rem;
	text-align: center;
}

.p-worry-trouble-top__heading .--56 {
	font-size: 5.6rem;
	letter-spacing: 4.48px;
}

.p-worry-trouble-top__heading .--48 {
	font-size: 4.8rem;
	letter-spacing: 3.84px;
}

.p-worry-trouble__connect {
	background: #333;
	border-radius: 50%;
	bottom: 0;
	display: grid;
	height: 12.3rem;
	left: 50%;
	place-content: center;
	position: absolute;
	transform: translate(-50%, 50%);
	width: 18.3rem;
}

.p-worry-trouble__connect-inner .--text {
	font-size: 2.8rem;
	letter-spacing: 0.56px;
}

.p-worry-trouble__connect-inner .--arrow {
	border-color: #333333 transparent transparent transparent;
	border-style: solid;
	border-width: 4rem 3.1rem 0 3.1rem;
	bottom: 0.2rem;
	height: 0;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 50%);
	width: 0;
}

/* p-worry-trouble__list */

.p-worry-trouble__list-inner {
	-moz-column-gap: 3.6rem;
	column-gap: 3.6rem;
	display: flex;
	margin: 0 auto;
	margin-top: 11.4rem;
	max-width: 104rem;
	padding: 0 2rem;
	width: 100%;
}

.p-worry-trouble__item {
	border: 0.4rem solid #2CA86D;
	border-radius: 2.4rem;
	display: flex;
	flex-direction: column;
	position: relative;
	width: calc(50% - 1.8rem);
}

.p-worry-trouble__item-heading {
	border-radius: 1rem;
	font-size: 3rem;
	left: 50%;
	padding: 1rem 1.8rem;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.p-worry-trouble__item-list {
	border-radius: 2.4rem 2.4rem 0 0;
}

.p-worry-trouble__item-list-wrap {
	margin: 0 auto;
	padding: 5.4rem 0.8rem 3.2rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-worry-trouble__item-list-row {
	-moz-column-gap: 1.4rem;
	align-items: center;
	column-gap: 1.4rem;
	display: flex;
}

.p-worry-trouble__item-list-row:not(:first-of-type) {
	margin-top: 2.2rem;
}

.p-worry-trouble__item-list-row .--img {
	width: 2rem;
}

.p-worry-trouble__item-list-row .--text {
	font-size: 2rem;
}

.p-worry-trouble__item-bottom {
	-moz-column-gap: 2.3rem;
	align-items: center;
	column-gap: 2.3rem;
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	margin-right: -3.6rem;
}

.p-worry-trouble__item-bottom.--first {
	margin-bottom: 2.2rem;
	margin-top: -1.6rem;
}

.p-worry-trouble__item-bottom-text {
	font-size: 3.5rem;
	line-height: 180%;
	text-align: center;
}

.p-worry-trouble__item-bottom-text .--46 {
	border-bottom: 0.3rem solid #ED684B;
	display: inline-block;
	font-size: 4.6rem;
	line-height: 100%;
	padding-bottom: 0.3rem;
}

.p-worry-trouble__item-bottom-text .--37 {
	font-size: 3.7rem;
}

.p-worry-trouble__item-bottom-text .--33 {
	font-size: 3.3rem;
}

.p-worry-trouble__item-bottom-icon {
	width: 16.6rem;
}

.p-worry-trouble__item-top-img {
	position: absolute;
	top: 7%;
	width: 10.6rem;
}

.p-worry-trouble__item-top-img.--left {
	left: 0;
	transform: translate(-50%, -50%);
}

.p-worry-trouble__item-top-img.--right {
	right: 0;
	transform: translate(50%, -50%);
}

/* p-worry-trouble__more */

.p-worry-trouble__more {
	margin-top: 6rem;
}

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

.p-worry-trouble__more__top-text {
	font-size: 2.8rem;
}

.p-worry-trouble__more-item.--first {
	margin-top: 6.3rem;
}

.p-worry-trouble__more-item.--second {
	margin-top: 6.7rem;
}

.p-worry-trouble__more-item-heading {
	padding: 2.6rem 1.6rem 3rem;
	text-align: center;
}

.p-worry-trouble__more-item-heading .--30 {
	font-size: 3rem;
}

.p-worry-trouble__more-item-heading .--44 {
	font-size: 4.4rem;
}

.p-worry-trouble__more-item-heading .--36 {
	font-size: 3.6rem;
}

.p-worry-trouble__more-item-heading .--32 {
	font-size: 3.2rem;
}

.p-worry-trouble__more-item-content {
	background: #F5F5F5;
	padding: 3.4rem 3.8rem 3.2rem;
}

.p-worry-trouble__more-item-content p {
	font-size: 2rem;
	line-height: 180%;
	margin-top: 2.2rem;
}

.p-worry-trouble__more-item-content-heading {
	-moz-column-gap: 2rem;
	align-items: center;
	column-gap: 2rem;
	display: flex;
	justify-content: center;
	text-align: center;
}

.p-worry-trouble__more-item-content-heading .--line {
	background: #818181;
	height: 0.4rem;
	width: 5.3rem;
}

.p-worry-trouble__more-item-content-heading .--text {
	font-size: 2rem;
}

.p-worry-trouble__more-text {
	font-size: 2rem;
	margin-top: 2.5rem;
	text-align: center;
}

.p-worry-trouble__more-bottom {
	border-radius: 1.6rem;
	font-size: 2.9rem;
	line-height: 160%;
	margin-top: 6.2rem;
	padding: 3.1rem 1.6rem;
	text-align: center;
}

/* ============================
p-recommendation
 ========================= */

.p-recommendation {
	margin-top: 6.7rem;
}

.p-recommendation-top {
	overflow: hidden;
	position: relative;
}

.p-recommendation-top::after {
	background: #F4FBD6;
	border-radius: 50%;
	content: "";
	height: 66.6rem;
	left: 50%;
	position: absolute;
	top: 41%;
	transform: translate(-50%, -50%);
	width: 118.2rem;
	z-index: -1;
}

.p-recommendation-top__text-heading {
	-moz-column-gap: 1.3rem;
	align-items: center;
	column-gap: 1.3rem;
	display: flex;
	justify-content: center;
}

.p-recommendation-top__text-heading .--line {
	width: 4.7rem;
}

.p-recommendation-top__text-heading .--line.--right {
	transform: scale(-1, 1);
}

.p-recommendation-top__text-heading .--text {
	font-size: 3.6rem;
}

.p-recommendation-top__content-icon {
	display: block;
	margin: 2.4rem auto 0;
	width: 18.2rem;
}

.p-recommendation-top__heading {
	font-size: 3.6rem;
	line-height: 220%;
	margin-top: 6.2rem;
	text-align: center;
}

.p-recommendation-top__heading .--64 {
	font-size: 6.4rem;
}

.p-recommendation-top__heading .--50 {
	font-size: 5rem;
}

.p-recommendation-top__img {
	margin: 5.6rem auto 0;
	max-width: 108rem;
	width: 100%;
}

.p-recommendation-bottom {
	background: linear-gradient(180deg, #F3F9EC 0%, #FFF 50%, #F3F9EC 100%);
	overflow: hidden;
	padding: 9.6rem 0 9.9rem;
}

.p-recommendation-bottom__wrap {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-recommendation-bottom__wrap-title {
	border-radius: 50%;
	display: grid;
	font-size: 3rem;
	height: 19.2rem;
	margin-right: -6rem;
	place-content: center;
	position: relative;
	width: 19.2rem;
	z-index: 1;
}

.p-recommendation-bottom__wrap-list {
	background: #FFF;
	box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.08);
	padding: 3.8rem 3.8rem 4.3rem 10.3rem;
}

.p-recommendation-bottom__wrap-item {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
}

.p-recommendation-bottom__wrap-item:not(:first-of-type) {
	margin-top: 1.8rem;
}

.p-recommendation-bottom__wrap-item img {
	width: 3.4rem;
}

.p-recommendation-bottom__wrap-item .--text {
	font-size: 1.9rem;
}

.p-recommendation-bottom__connect {
	margin: 3.5rem auto 0;
	width: 19.9rem;
}

.p-recommendation-bottom__list-heading {
	font-size: 3.4rem;
	margin-top: 2.9rem;
	text-align: center;
}

.p-recommendation-bottom__list-heading .--big {
	font-size: 5.7rem;
}

.p-recommendation-bottom__list-wrap {
	-moz-column-gap: 4.7rem;
	column-gap: 4.7rem;
	display: flex;
	justify-content: center;
	margin: 2.9rem auto 0;
	max-width: 108rem;
	width: 100%;
}

.p-recommendation-bottom__list-wrap-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: calc(50% - 2.35rem);
}

.p-recommendation-bottom__list-wrap-item-content {
	align-items: center;
	background: #FFF;
	border-radius: 4.8rem;
	box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin-top: -7rem;
	padding: 4rem 2.9rem 3.4rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-recommendation-bottom__list-wrap-item-content .--text {
	font-size: 2.9rem;
	line-height: 128%;
}

.p-recommendation-bottom__list-wrap-item-content .--text .--52 {
	font-size: 5.2rem;
}

.p-recommendation-bottom__list-wrap-item-content .--text .--25 {
	font-size: 2.5rem;
}

.p-recommendation-bottom__list-wrap-item-content .--text .--20 {
	font-size: 2rem;
}

.p-recommendation-bottom__list-wrap-item-content .--bottom {
	border-top: 0.3rem solid #70C045;
	margin-top: 4rem;
	padding-top: 1.5rem;
}

.p-recommendation-bottom__list-wrap-item-content .--bottom p {
	font-size: 4.8rem;
}

.p-recommendation-bottom__list-wrap-item-content .--bottom small {
	display: block;
	font-size: 1.4rem;
	margin-top: 1.4rem;
	text-align: center;
}

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

.p-reason {
	background: linear-gradient(180deg, #F3F9EC 0%, #FFF 50%);
	padding-top: 6.2rem;
}

.p-reason__inner {
	margin: 0 auto;
	max-width: 108.1rem;
	width: 100%;
}

.p-reason__heading {
	font-size: 3.8rem;
	letter-spacing: 0.96px;
	text-align: center;
}

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

.p-reason__heading .--56 {
	font-size: 5.6rem;
}

.p-reason__list {
	display: flex;
	flex-direction: column;
	margin-top: 7.8rem;
	row-gap: 9.5rem;
}

.p-reason__item {
	-moz-column-gap: 3.7rem;
	column-gap: 3.7rem;
	display: flex;
	position: relative;
}

.p-reason__item-pic {
	border-radius: 0 4rem 4rem 4rem;
	max-width: 54rem;
}

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

.p-reason__item-heading {
	border-bottom: 0.3rem solid #70C045;
	font-size: 3.6rem;
	line-height: 140%;
	padding-bottom: 2.8rem;
	text-align: center;
}

.p-reason__item-text {
	font-size: 2rem;
	letter-spacing: 0.8px;
	line-height: 180%;
	margin-top: 2.8rem;
}

.p-reason__item-text-small {
	display: block;
	font-size: 1.4rem;
	margin-top: 0.9rem;
	text-align: right;
}

.p-reason__item-number {
	left: 2rem;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	width: 6.3rem;
}

.p-reason__bottom-text {
	font-size: 1.4rem;
	letter-spacing: 0.28px;
	line-height: 180%;
	margin-top: 1.6rem;
	text-align: center;
}

.p-reason__access {
	background: url(../img/bg/reason-bottom-bg_pc.webp) no-repeat center center/cover;
	margin-top: 1.6rem;
	position: relative;
}

.p-reason__access-inner {
	margin: 0 auto;
	max-width: 106.2rem;
	padding: 12rem 1.6rem 10.2rem;
	width: 100%;
}

.p-reason__access-wrap {
	-moz-column-gap: 1.9rem;
	align-items: center;
	column-gap: 1.9rem;
	display: flex;
	justify-content: center;
}

.p-reason__access-list {
	-moz-column-gap: 0.7rem;
	column-gap: 0.7rem;
	display: flex;
}

.p-reason__access-item {
	border-radius: 50%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
	display: grid;
	height: 13.2rem;
	place-content: center;
	width: 13.2rem;
}

.p-reason__access-item-text {
	font-size: 2rem;
	text-align: center;
}

.p-reason__access-item-text .--36 {
	font-size: 3.6rem;
}

.p-reason__access-wrap-text {
	font-size: 3.6rem;
	letter-spacing: 1.44px;
	line-height: 140%;
	text-align: center;
	text-shadow: 0px 0px 24px #FFF, 0px 0px 24px #FFF, 0px 0px 24px #FFF, 0px 0px 24px #FFF, 0px 0px 24px #FFF, 0px 0px 24px #FFF, 0px 0px 24px #FFF, 0px 0px 24px #FFF;
}

.p-reason__access-connect {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 19.9rem;
}

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

.p-voice {
	padding: 7rem 0 10.1rem;
	position: relative;
}

.p-voice__inner {
	margin: 0 auto;
	max-width: 111rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-voice__heading {
	align-items: center;
	border-radius: 1.6rem;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 1.4rem 7rem 1.5rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-voice__heading .--line {
	background: #FFF;
	height: 6.8rem;
	margin: 0 4rem;
	width: 0.4rem;
}

.p-voice__heading-sub {
	font-size: 2.8rem;
	line-height: 130%;
}

.p-voice__heading-main {
	font-size: 5rem;
}

.p-voice__list {
	-moz-column-gap: 4.6rem;
	column-gap: 4.6rem;
	display: flex;
	margin-top: 13.2rem;
}

.p-voice__item {
	background: #fff;
	border-radius: 2.4rem;
	box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.08);
	padding: 3.3rem 0 7rem 4rem;
	position: relative;
}

.p-voice__item-age {
	background: #333;
	border-radius: 10rem;
	font-size: 2rem;
	margin: 0 auto;
	padding: 0.6rem 6.2rem 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-voice__item-age .--big {
	font-size: 3.2rem;
}

.p-voice__item-title {
	font-size: 2.7rem;
	line-height: 146%;
	margin-top: 2.4rem;
}

.p-voice__item-content {
	border-top: 0.4rem solid #B6B6B6;
	margin-top: 3.1rem;
	padding-top: 3.1rem;
}

.p-voice__item-text {
	font-size: 1.9rem;
	line-height: 180%;
	padding-right: 1.7rem;
}

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

.p-voice-bg {
	background: #F0F2AD;
	position: absolute;
}

.p-voice-bg.--top {
	height: 36.2rem;
	left: 0;
	top: 13.1rem;
	width: 128.3rem;
}

.p-voice-bg.--bottom {
	bottom: 0;
	height: 17.5rem;
	right: 0;
	width: 128.3rem;
}

/* ============================
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 {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: -1.6rem;
}

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

.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-price
 ========================= */

.p-price {
	padding: 6.3rem 0 10.2rem;
}

.p-price__heading-inner {
	-moz-column-gap: 4rem;
	align-items: flex-end;
	column-gap: 4rem;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 110rem;
	width: 100%;
}

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

.p-price__heading-content-text {
	font-size: 3.2rem;
	line-height: 200%;
}

.p-price__heading-content-text .--52 {
	font-size: 5.1rem;
}

.p-price__heading-content-text .--36 {
	font-size: 3.6rem;
}

.p-price__heading-pic {
	max-width: 55.8rem;
}

.p-price__heading-content-bottom-text {
	-moz-column-gap: 3.1rem;
	align-items: flex-end;
	column-gap: 3.1rem;
	display: flex;
	justify-content: center;
	margin-top: 5.8rem;
	padding: 0.6rem 0.8rem 1.6rem;
}

.p-price__heading-content-bottom-text .--84 {
	font-size: 8.4rem;
	line-height: 100%;
}

.p-price__heading-content-bottom-text .--56 {
	display: inline-block;
	font-size: 5.6rem;
	margin-left: 0.7rem;
	vertical-align: super;
}

.p-price__heading-content-bottom-text .--44 {
	font-size: 4.4rem;
	line-height: 140%;
}

/* タブ */

.p-price__switching {
	margin-top: 6rem;
}

.p-price__switching-tabs {
	-moz-column-gap: 1.2rem;
	border-bottom: 0.8rem solid #2CA86D;
	column-gap: 1.2rem;
	display: flex;
	margin: 0 auto;
	max-width: 100rem;
	padding: 0 4rem;
	width: 100%;
}

.p-price__switching-tabs button[role=tab][aria-selected=true] {
	background: #2CA86D;
	color: #fff;
}

.p-price__switching-tabs-item {
	border-radius: 1.4rem 1.4rem 0 0;
	color: #333;
	cursor: pointer;
	padding: 2.6rem 0.8rem 3rem;
	text-align: center;
	width: calc(25% - 0.9rem);
}

.p-price__switching-tabs-item .--label {
	font-size: 2.5rem;
	line-height: 160%;
}

.p-price__switching-item {
	background: #fff;
	margin: 5.2rem auto 0;
	max-width: 95.2rem;
	padding: 0 1.4rem;
	width: 100%;
}

.p-price__switching-item-wrap + .p-price__switching-item-wrap {
	margin-top: 2.3rem;
}

.p-price__switching-item-heading {
	-moz-column-gap: 1.3rem;
	align-items: center;
	column-gap: 1.3rem;
	display: flex;
	font-size: 2.9rem;
}

.p-price__switching-item-heading .--square {
	background: #2CA86D;
	height: 2.1rem;
	width: 2.1rem;
}

.p-price__switching-item-heading + .p-price__switching-item-table {
	margin-top: 1rem;
}

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

.p-price__switching-item-table thead th {
	background-color: #E9E9E9;
	border-right: 0.1rem solid #B6B6B6;
	font-size: 2.9rem;
	line-height: 140%;
	padding: 0.8rem 1.6rem 0.9rem;
	text-align: center;
}

.p-price__switching-item-table thead th:nth-of-type(2) {
	width: 24rem;
}

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

.p-price__switching-item-table tbody th {
	border-bottom: 0.1rem solid #fff;
	font-size: 2.4rem;
	padding: 1rem 0.8rem 1.2rem;
	text-align: center;
	vertical-align: middle;
	width: 32.2rem;
}

.p-price__switching-item-table tbody th.u-bg--green {
	border-bottom: 0.1rem solid #fff;
}

.p-price__switching-item-table tbody th.u-bg--Lgreen {
	border-bottom: 0.1rem solid #B6B6B6;
}

.p-price__switching-item-table tbody td {
	border-bottom: 0.1rem solid #B6B6B6;
	border-left: 0.1rem solid #B6B6B6;
	font-size: 2.4rem;
	height: 8rem;
	line-height: 100%;
	padding: 1rem 0.8rem 1.1rem;
	vertical-align: middle;
}

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

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

.p-price__switching-item-table tbody td.--text-left {
	text-align: left;
}

.p-price__switching-item-table tbody td.--text-left .--center {
	display: block;
	line-height: 130%;
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

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

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

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

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

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

.p-flow__heading {
	-moz-column-gap: 1.9rem;
	align-items: flex-end;
	column-gap: 1.9rem;
	display: flex;
	font-size: 3.4rem;
	justify-content: center;
}

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

.p-flow__list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
	justify-content: space-between;
	margin-top: 6rem;
}

.p-flow__item {
	align-items: center;
	background: #fff;
	border: 0.3rem solid #2CA86D;
	border-radius: 0 2rem 2rem 2rem;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	position: relative;
	width: calc(50% - 1.6rem);
}

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

.p-flow__item-pic {
	width: 15.6rem;
}

.p-flow__item-content {
	margin: 0 auto;
	padding: 0 3.8rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-flow__item-heading {
	color: #146941;
	font-size: 3.2rem;
	text-align: center;
}

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

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

.p-message {
	padding-bottom: 11.9rem;
}

.p-message__top-bg {
	position: relative;
}

.p-message__heading {
	bottom: 10%;
	left: 18.3rem;
	position: absolute;
	transform: translateY(50%);
}

.p-message__heading-bg {
	width: 54.6rem;
}

.p-message__heading-text {
	font-size: 3rem;
	left: 50%;
	line-height: 140%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

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

.p-message__wrap {
	padding: 6.4rem 0 7.4rem;
	position: relative;
}

.p-message__text-img {
	display: block;
	margin: 0 auto;
	width: 60.7rem;
}

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

.p-message__wrap-text p {
	font-size: 2rem;
	letter-spacing: 0.4px;
	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-right: 12.5rem;
	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%;
}

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

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

.p-access__inner {
	margin: 0 auto;
	max-width: 102.4rem;
	padding: 0 1.2rem;
	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 {
	border-bottom: 0.8rem solid #31A580;
	margin-top: 8.5rem;
}

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

.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: #2DA86D;
	color: #fff;
}

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

.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;
	margin-bottom: 0.4rem;
	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: 3.2rem auto 0;
	max-width: 92rem;
}

.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-content {
	padding: 0 1.2rem;
}

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

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

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

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

.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.2rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 4rem;
}

.p-access__panel-office-table {
	margin-top: 7.2rem;
	width: 100%;
}

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

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

.p-access__panel-office-table th {
	font-size: 2rem;
	width: 13%;
}

.p-access__panel-office-table td {
	flex: 1;
	font-size: 1.9rem;
}

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

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

.p-access__panel-office-table td .--add .--office {
	margin-right: 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
 ========================= */

.form a {
	display: inline;
}

.sec-header p {
	color: #000;
	font-size: 2.8rem;
	margin-bottom: 12px;
	text-align: center;
}

.sectionTtl {
	color: #000;
	font-size: 3.6rem;
	font-weight: bold;
	margin: 0 0 64px;
	position: relative;
	text-align: center;
}

.sectionTtl::after {
	background: #ECF2C8;
	content: "";
	display: block;
	height: 3px;
	margin: 20px auto;
	width: 1000px;
}

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

/* TSL-2688 追従CTAの追加対応 */

.c-fixed-cta {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 20;
}

.js-fixed-cta {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
}

.js-fixed-cta.show {
	opacity: 1;
	pointer-events: auto;
}

.c-fixed-cta__inner {
	-moz-column-gap: 10px;
	column-gap: 10px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 924px;
	padding: 12px 6px 10px;
	width: 100%;
}

.c-fixed-cta__button {
	border-radius: 5px;
	display: block;
	line-height: 210%;
	padding: 11px 14px;
	text-align: center;
}

/* 電話 */

.c-fixed-cta__tel {
	align-items: center;
	background-color: #EE694B;
	color: #fff;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}

.c-fixed-cta__tel-copy {
	font-size: 15px;
	margin-bottom: 4px;
}

.c-fixed-cta__tel-number {
	display: flex;
	font-size: 26px;
	font-weight: 900;
}

.c-fixed-cta__tel-number img {
	width: 43px;
}

.c-fixed-cta__tel-under {
	font-size: 12px;
	line-height: 140%;
}

.c-fixed-cta__tel-under br {
	display: none;
}

/* メール */

.c-fixed-cta__mail {
	-moz-column-gap: 10px;
	background-color: #3CB58A;
	color: #fff;
	column-gap: 10px;
}

.c-fixed-cta__mail img {
	width: 40px;
}

/* LINE */

.c-fixed-cta__line {
	background-color: #E2EFBF;
	color: #040404;
}

.c-fixed-cta__line img {
	width: 48px;
}

/* メール・LINE共通 */

.c-fixed-cta__mail,
.c-fixed-cta__line {
	-moz-column-gap: 10px;
	align-items: center;
	column-gap: 10px;
	display: flex;
	justify-content: center;
	max-width: 241px;
	width: 100%;
}

.c-fixed-cta__mail .c-fixed-cta__text,
.c-fixed-cta__line .c-fixed-cta__text {
	font-size: 13px;
	font-weight: 500;
}

.c-fixed-cta__mail .c-fixed-cta__text .--big,
.c-fixed-cta__line .c-fixed-cta__text .--big {
	display: block;
	font-size: 20px;
	font-weight: 700;
}

/* 送信完了 */

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

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

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

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

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

.u-font--green {
	color: #2CA86D;
}

.u-font--Dgreen {
	color: #146941;
}

.u-font--Lgreen {
	color: #70C045;
}

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

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

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

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

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

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

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

.u-bg--green02 {
	background: #46A73D;
}

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

.u-bg--orange {
	background: #ED684B;
}

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

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

.u-bg--Ggreen {
	background: linear-gradient(90deg, #6DC51B 0%, #49A93A 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 (max-width: 768px) {

html {
	font-size: 2.6666666667vw;
}

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

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

.l-header {
	padding: 1.3rem 0;
}

.l-header__logo {
	width: 17.6rem;
}

.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-present {
	padding-top: 4.4rem;
}

.c-present .--arrow {
	border-width: 2rem 3rem 0 3rem;
}

.c-present__top-text {
	-moz-column-gap: 0.9rem;
	column-gap: 0.9rem;
}

.c-present__top-text .--line {
	width: 1.4rem;
}

.c-present__top-text .--text {
	font-size: 1.8rem;
	letter-spacing: 1.51px;
}

.c-present__wrap {
	border-radius: 3.2rem;
	border-width: 0.2rem;
	margin-top: 1rem;
	padding: 1.9rem 3rem 2.2rem;
}

.c-present__wrap-inner {
	flex-direction: column;
}

.c-present__content-heading {
	font-size: 1.8rem;
	letter-spacing: 0.72px;
	padding: 0.4rem 2.1rem 0.5rem;
}

.c-present__content-text {
	font-size: 1.9rem;
	letter-spacing: 0.78px;
	margin-top: 1.4rem;
}

.c-present__content-text .--big {
	font-size: 3.6rem;
	letter-spacing: 1.455px;
}

.c-present__wrap-bottom-text {
	font-size: 1.6rem;
	letter-spacing: 0.32px;
	line-height: 180%;
	margin-top: 1.3rem;
}

.c-heading-line {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}

.c-heading-line__shape {
	height: 0.15rem;
	width: 5.7rem;
}

.c-heading-line__shape .--square {
	height: 0.4rem;
	width: 0.4rem;
}

.c-cta__inner {
	padding: 4rem 0.6rem 4.6rem;
}

.c-cta__wrap {
	row-gap: 2.6rem;
}

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

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

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

.c-cta__button.--tel {
	border-radius: 0.4rem;
	box-shadow: 4.144px 4.144px 4.144px 0px rgba(0, 0, 0, 0.16);
	margin-top: 1.2rem;
	overflow: hidden;
}

.c-cta__button.--tel .c-cta__button-tel-number {
	color: #FFF;
	font-size: 3.2rem;
	right: 3.7rem;
}

.c-cta__button.--form,
.c-cta__button.--line {
	border-radius: 0.4rem;
	row-gap: 2.6rem;
}

.p-fv__content-inner {
	bottom: 1.1rem;
	left: 50%;
	padding: 0 0.8rem;
	transform: translateX(-50%);
}

.p-fv__content-heading {
	font-size: 3rem;
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-fv__content-heading .--small {
	font-size: 2.3rem;
}

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

.p-fv__content-heading .--big .--small {
	font-size: 2.9rem;
}

.p-fv__content-list {
	-moz-column-gap: 0.7rem;
	column-gap: 0.7rem;
	justify-content: center;
	margin-top: 1.4rem;
}

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

.p-fv__content-item p {
	font-size: 1.8rem;
	letter-spacing: 1.495px;
}

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

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

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

.p-fv__content-item p .--img01 {
	width: 10.1rem;
}

.p-fv__content-item p .--img02 {
	width: 5.4rem;
}

.p-fv__content-small {
	font-size: 1.2rem;
	letter-spacing: 0.48px;
	margin-top: 0.95rem;
}

.p-worry-top__copy {
	background-image: url(../img/bg/worry-bg_pc.webp);
	padding: 6.7rem 2.5rem 6.6rem;
}

.p-worry-top__copy-text {
	font-size: 2rem;
	margin: 0;
}

.p-worry-top__copy-text .--36 {
	font-size: 2.2rem;
	margin: 0 0.5rem;
	padding: 0.4rem 1.1rem 0.6rem;
}

.p-worry-top__copy-text .--30 {
	font-size: 2rem;
}

.p-worry-top__connect {
	bottom: -2.3rem;
	font-size: 1.8rem;
	height: 13.7rem;
	letter-spacing: 0.731px;
	padding-top: 2.2rem;
	width: 13.7rem;
}

.p-worry-top__wrap {
	background: linear-gradient(to bottom, #f5f5f5 0px, #f5f5f5 288px, #ffffff 288px, #ffffff 481px);
	padding-top: 1.5rem;
}

.p-worry-top__heading {
	font-size: 3.2rem;
	letter-spacing: normal;
}

.p-worry-top__wrap-icon {
	margin: 3.4rem auto 0;
	width: 33.5rem;
}

.p-worry-top__list {
	margin: 0 2rem;
	max-width: 33.5rem;
	padding: 2.2rem 2.1rem 2.9rem;
	row-gap: 1.2rem;
}

.p-worry-top__item {
	-moz-column-gap: 1.2rem;
	align-items: baseline;
	column-gap: 1.2rem;
}

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

.p-worry-top__item-text {
	font-size: 1.8rem;
	letter-spacing: normal;
	line-height: 140%;
}

.p-worry-trouble-top {
	margin-top: 6.2rem;
	padding: 3rem 0.8rem 5rem;
}

.p-worry-trouble-top__text {
	font-size: 1.7rem;
}

.p-worry-trouble-top__heading {
	font-size: 2rem;
	letter-spacing: 0.4px;
	line-height: 200%;
}

.p-worry-trouble-top__heading .--56 {
	font-size: 3.7rem;
	letter-spacing: 3.012px;
	line-height: 140%;
}

.p-worry-trouble-top__heading .--48 {
	font-size: 3.2rem;
	letter-spacing: 2.582px;
}

.p-worry-trouble__connect {
	height: 6rem;
	width: 9rem;
}

.p-worry-trouble__connect-inner .--text {
	font-size: 1.3rem;
	letter-spacing: 0.276px;
}

.p-worry-trouble__connect-inner .--arrow {
	border-width: 2rem 1.6rem 0 1.6rem;
}

.p-worry-trouble__list-inner {
	flex-direction: column;
	margin-top: 7.8rem;
	row-gap: 6rem;
}

.p-worry-trouble__item {
	border: 0.2rem solid #2CA86D;
	border-radius: 0.8rem;
	width: 100%;
}

.p-worry-trouble__item-heading {
	font-size: 2rem;
	line-height: 140%;
	padding: 0.5rem 5.1rem 0.5rem 6.8rem;
}

.p-worry-trouble__item-list {
	border-radius: 0.8rem 0.8rem 0 0;
}

.p-worry-trouble__item-list-wrap {
	padding: 5.2rem 0.8rem 2.8rem;
}

.p-worry-trouble__item-list-row:not(:first-of-type) {
	margin-top: 0.8rem;
}

.p-worry-trouble__item-list-row {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
}

.p-worry-trouble__item-list-row .--img {
	width: 1.7rem;
}

.p-worry-trouble__item-list-row .--text {
	font-size: 1.7rem;
}

.p-worry-trouble__item-bottom {
	margin-right: -2rem;
}

.p-worry-trouble__item-bottom.--first {
	margin-bottom: -1.9rem;
	margin-top: -1rem;
	padding-bottom: 0.4rem;
}

.p-worry-trouble__item-bottom.--second {
	margin-bottom: 2.6rem;
	margin-top: 2rem;
}

.p-worry-trouble__item-bottom-text {
	font-size: 2.3rem;
}

.p-worry-trouble__item-bottom-text .--46 {
	border-bottom: 0.2rem solid #ED684B;
	font-size: 3rem;
	padding-bottom: 0.1rem;
}

.p-worry-trouble__item-bottom-text .--37 {
	font-size: 2.3rem;
}

.p-worry-trouble__item-bottom-text .--33 {
	font-size: 2.2rem;
}

.p-worry-trouble__item-bottom-icon {
	width: 11.4rem;
}

.p-worry-trouble__item-top-img {
	top: -0.3rem;
	width: 8.9rem;
}

.p-worry-trouble__item-top-img.--left {
	left: -1rem;
	transform: translateY(-50%);
}

.p-worry-trouble__item-top-img.--right {
	left: -1rem;
	right: auto;
	transform: translateY(-50%);
}

.p-worry-trouble__more {
	margin-top: 4rem 48;
}

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

.p-worry-trouble__more-item.--first {
	margin-top: 2.7rem;
}

.p-worry-trouble__more-item.--second {
	margin-top: 4.5rem;
}

.p-worry-trouble__more-item-heading {
	line-height: 260%;
	padding: 1.8rem 0.5rem 1.7rem;
}

.p-worry-trouble__more-item-heading .--30 {
	font-size: 2.2rem;
}

.p-worry-trouble__more-item-heading .--44 {
	font-size: 2.8rem;
}

.p-worry-trouble__more-item-heading .--36 {
	font-size: 2rem;
}

.p-worry-trouble__more-item-heading .--32 {
	font-size: 2rem;
}

.p-worry-trouble__more-item-heading .--sp24 {
	font-size: 2.4rem;
}

.p-worry-trouble__more-item-content {
	padding: 2rem 2.3rem 1.9rem;
}

.p-worry-trouble__more-item-content p {
	font-size: 1.6rem;
	margin-top: 1.3rem;
}

.p-worry-trouble__more-item-content-heading {
	-moz-column-gap: 0.6rem;
	column-gap: 0.6rem;
}

.p-worry-trouble__more-item-content-heading .--line {
	height: 0.1rem;
	width: 3rem;
}

.p-worry-trouble__more-item-content-heading .--text {
	font-size: 1.8rem;
}

.p-worry-trouble__more-text {
	font-size: 1.8rem;
	letter-spacing: 0.72px;
	line-height: 160%;
	margin-top: 2.2rem;
	padding: 0 2.5rem;
	text-align: left;
}

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

.p-worry-trouble__more-bottom {
	border-radius: 0.8rem;
	font-size: 2rem;
	margin: 0 auto;
	margin-top: 2.2rem;
	max-width: 32.5rem;
	padding: 1.1rem 3.2rem;
	width: 100%;
}

.p-recommendation {
	margin-top: 4.8rem;
}

.p-recommendation-top::after {
	border-radius: 50% 50% 0 0;
	height: 35.8rem;
	top: 48%;
	width: 56.5rem;
}

.p-recommendation-top__text-heading {
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
}

.p-recommendation-top__text-heading .--line {
	width: 3rem;
}

.p-recommendation-top__text-heading .--text {
	font-size: 2.3rem;
}

.p-recommendation-top__content-icon {
	margin-top: 0.4rem;
}

.p-recommendation-top__heading {
	font-size: 2.4rem;
	line-height: 180%;
	margin-top: 2.7rem;
}

.p-recommendation-top__heading .--64 {
	font-size: 4.2rem;
}

.p-recommendation-top__heading .--50 {
	font-size: 3.4rem;
}

.p-recommendation-top__img {
	margin-top: 4.4rem;
}

.p-recommendation-bottom {
	padding: 5.9rem 0 5.6rem;
}

.p-recommendation-bottom__wrap {
	flex-direction: column;
	position: relative;
}

.p-recommendation-bottom__wrap-title {
	border-radius: 0.8rem;
	font-size: 2rem;
	height: auto;
	left: 50%;
	line-height: 180%;
	padding: 0.4rem 1.9rem 0.5rem;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: -moz-fit-content;
	width: fit-content;
}

.p-recommendation-bottom__wrap-list {
	margin: 0 2rem;
	padding: 3.5rem 2.3rem 2.8rem 2.1rem;
}

.p-recommendation-bottom__wrap-item:not(:first-of-type) {
	margin-top: 1.2rem;
}

.p-recommendation-bottom__wrap-item {
	-moz-column-gap: 1.2rem;
	align-items: baseline;
	column-gap: 1.2rem;
}

.p-recommendation-bottom__wrap-item img {
	width: 2.2rem;
}

.p-recommendation-bottom__wrap-item .--text {
	font-size: 1.8rem;
	line-height: 140%;
}

.p-recommendation-bottom__connect {
	margin-top: 2.9rem;
	width: 11.8rem;
}

.p-recommendation-bottom__list-heading {
	font-size: 2.4rem;
	line-height: 160%;
	margin-top: 1.9rem;
}

.p-recommendation-bottom__list-heading .--big {
	font-size: 3.8rem;
}

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

.p-recommendation-bottom__list-wrap-item {
	width: 100%;
}

.p-recommendation-bottom__list-wrap-item.--left img {
	margin-left: 4.5rem;
}

.p-recommendation-bottom__list-wrap-item.--left .p-recommendation-bottom__list-wrap-item-content {
	border-radius: 0 3.2rem 2.9rem 0;
	margin-right: 1.7rem;
	padding: 2.8rem 1.9rem 2.3rem 5rem;
}

.p-recommendation-bottom__list-wrap-item.--right img {
	margin-right: 4.5rem;
}

.p-recommendation-bottom__list-wrap-item.--right .p-recommendation-bottom__list-wrap-item-content {
	border-radius: 3.2rem 0 0 2.9rem;
	margin-left: 1.7rem;
	padding: 4.2rem 4.5rem 1.4rem 3.2rem;
}

.p-recommendation-bottom__list-wrap-item-content {
	margin-top: -4.5rem;
	width: 100%;
}

.p-recommendation-bottom__list-wrap-item-content .--text {
	font-size: 1.7rem;
	letter-spacing: 1.431px;
	line-height: 140%;
}

.p-recommendation-bottom__list-wrap-item-content .--text .--52 {
	font-size: 3.8rem;
	letter-spacing: -0.1528rem;
}

.p-recommendation-bottom__list-wrap-item-content .--text .--25 {
	font-size: 1.8rem;
}

.p-recommendation-bottom__list-wrap-item-content .--bottom {
	border-top: 0.1rem solid #70C045;
	margin-top: 1.8rem;
	padding-top: 0.8rem;
	width: 100%;
}

.p-recommendation-bottom__list-wrap-item-content .--bottom p {
	font-size: 2.8rem;
	line-height: 140%;
}

.p-recommendation-bottom__list-wrap-item-content .--bottom small {
	font-size: 1.2rem;
	margin-top: 0.8rem;
}

.p-reason {
	padding-top: 4.7rem;
}

.p-reason__heading {
	font-size: 2.6rem;
	letter-spacing: 0.52px;
}

.p-reason__heading .--96 {
	font-size: 6.1rem;
}

.p-reason__heading .--56 {
	font-size: 3.6rem;
}

.p-reason__list {
	margin-top: 5rem;
	padding-right: 2.5rem;
	row-gap: 5.2rem;
}

.p-reason__item {
	flex-direction: column;
	row-gap: 2.2rem;
}

.p-reason__item-pic {
	border-radius: 0 2.4rem 2.4rem 2.4rem;
	max-width: 100%;
}

.p-reason__item-content {
	padding-left: 2.5rem;
}

.p-reason__item-heading {
	border-bottom: 0.1rem solid #70C045;
	font-size: 2.3rem;
	padding-bottom: 1.8rem;
}

.p-reason__item-text {
	font-size: 1.7rem;
	letter-spacing: 0.8px;
	margin-top: 1.5rem;
	padding-left: 1.8rem;
}

.p-reason__item-text-small {
	font-size: 1.3rem;
	margin-top: 0.6rem;
}

.p-reason__item-number {
	width: 4rem;
}

.p-reason__bottom-text {
	font-size: 1.2rem;
	margin-top: 1rem;
}

.p-reason__access {
	background-image: url(../img/bg/reason-bottom-bg_sp.webp);
	margin-top: 3.2rem;
}

.p-reason__access-inner {
	padding: 5.3rem 1.6rem 2.5rem;
}

.p-reason__access-wrap {
	flex-direction: column;
	row-gap: 1.4rem;
}

.p-reason__access-list {
	flex-wrap: wrap;
	gap: 0.6rem;
	justify-content: center;
}

.p-reason__access-item {
	height: 11.6rem;
	width: 11.6rem;
}

.p-reason__access-item-text {
	font-size: 1.7rem;
}

.p-reason__access-item-text .--36 {
	font-size: 3.1rem;
}

.p-reason__access-wrap-text {
	font-size: 2.3rem;
	letter-spacing: 0.947px;
	text-shadow: 0px 0px 15.784px #FFF, 0px 0px 15.784px #FFF, 0px 0px 15.784px #FFF, 0px 0px 15.784px #FFF, 0px 0px 15.784px #FFF, 0px 0px 15.784px #FFF, 0px 0px 15.784px #FFF, 0px 0px 15.784px #FFF;
}

.p-reason__access-connect {
	width: 12.5rem;
}

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

.p-voice__inner {
	padding-left: 3.2rem;
}

.p-voice__heading {
	border-radius: 0.8rem 0 0 0.8rem;
	flex-direction: column;
	margin: 0;
	margin-left: auto;
	padding: 1.8rem 1.4rem 1.3rem;
	width: 100%;
}

.p-voice__heading .--line {
	height: 0.2rem;
	margin: 0.6rem 0;
	width: 100%;
}

.p-voice__heading-sub {
	font-size: 2rem;
	letter-spacing: 0.4px;
}

.p-voice__heading-main {
	font-size: 3.4rem;
}

.p-voice__heading-main .--small {
	font-size: 2.8rem;
}

.p-voice__list {
	flex-direction: column;
	margin-top: 6.6rem;
	row-gap: 6.7rem;
}

.p-voice__item {
	border-radius: 1.6rem 0 0 1.6rem;
	box-shadow: 5.193px 5.193px 5.193px 0px rgba(0, 0, 0, 0.08);
	padding: 2.1rem 0 2.5rem 2.4rem;
}

.p-voice__item-age {
	font-size: 1.6rem;
	padding: 0.2rem 2.8rem 0.5rem;
}

.p-voice__item-age .--big {
	font-size: 2.2rem;
}

.p-voice__item-title {
	font-size: 2rem;
	line-height: 140%;
	margin-top: 1.7rem;
	padding-right: 3.2rem;
}

.p-voice__item-content {
	border-top: 0.1rem solid #B6B6B6;
	margin-top: 1.7rem;
	padding-top: 1.7rem;
}

.p-voice__item-text {
	font-size: 1.7rem;
	letter-spacing: 0.34px;
	padding-right: 1.9rem;
}

.p-voice__item-icon {
	left: 3.8rem;
	width: 10.8rem;
}

.p-voice-bg.--top {
	height: 23.2rem;
	width: 37.5rem;
}

.p-voice-bg.--bottom {
	height: 36.5rem;
	width: 37.5rem;
}

.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: 3.4rem;
}

.p-achievement__heading .--big {
	font-size: 2.1rem;
	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.6rem;
	padding-bottom: 1.1rem;
	position: relative;
}

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

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

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

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

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

.p-price__heading-inner {
	align-items: center;
	flex-direction: column-reverse;
	row-gap: 2.3rem;
}

.p-price__heading-content {
	width: 100%;
}

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

.p-price__heading-content-text .--52 {
	font-size: 3.3rem;
}

.p-price__heading-content-text .--36 {
	font-size: 2.3rem;
}

.p-price__heading-content-bottom-text {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	margin-top: 2.5rem;
	padding: 0 0.8rem 0.9rem;
}

.p-price__heading-content-bottom-text .--84 {
	font-size: 5.2rem;
}

.p-price__heading-content-bottom-text .--56 {
	font-size: 3.4rem;
}

.p-price__heading-content-bottom-text .--44 {
	font-size: 2.8rem;
}

.p-price__switching {
	margin-top: 3.1rem;
}

.p-price__switching-tabs {
	-moz-column-gap: 0.3rem;
	column-gap: 0.3rem;
	padding: 0 0.5rem;
}

.p-price__switching-tabs-item {
	border-radius: 0.8rem 0.8rem 0 0;
	padding: 0.7rem 0.2rem 0.9rem;
	width: calc(25% - 0.225rem);
}

.p-price__switching-tabs-item .--label {
	font-size: 1.6rem;
	line-height: 140%;
}

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

.p-price__switching-item-wrap + .p-price__switching-item-wrap {
	margin-top: 2rem;
}

.p-price__switching-item-heading {
	font-size: 1.9rem;
}

.p-price__switching-item-heading .--square {
	height: 1.3rem;
	width: 1.3rem;
}

.p-price__switching-item-heading + .p-price__switching-item-table {
	margin-top: 1.6rem;
}

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

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

.p-price__switching-item-table thead th:nth-of-type(2) {
	width: 8.5rem;
}

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

.p-price__switching-item-table tbody th {
	border-bottom: 0.07rem solid #fff;
	font-size: 1.4rem;
	line-height: 140%;
	padding: 0 0.2rem;
	width: 12.1rem;
}

.p-price__switching-item-table tbody th.u-bg--green {
	border-bottom: 0.07rem solid #fff;
}

.p-price__switching-item-table tbody th.u-bg--Lgreen {
	border-bottom: 0.07rem solid #B6B6B6;
}

.p-price__switching-item-table tbody td {
	border-bottom: 0.07rem solid #B6B6B6;
	font-size: 1.6rem;
	height: 7.2rem;
	line-height: 140%;
	padding: 0.8rem 0.2rem;
}

.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 sub {
	font-size: 1rem;
}

.p-price__switching-item-table tbody td.--sp-small {
	padding: 0.8rem;
	width: 10rem;
}

.p-price__switching-item-table tbody td.--text-left {
	padding: 0.8rem 2rem;
}

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

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

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

.p-flow__heading {
	align-items: center;
	flex-direction: column;
	font-size: 2.4rem;
	row-gap: 0.8rem;
}

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

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

.p-flow__item {
	border: 0.2rem solid #2CA86D;
	border-radius: 0 1.4rem 1.4rem 1.4rem;
	width: 100%;
}

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

.p-flow__item-pic {
	width: 11.2rem;
}

.p-flow__item-content {
	padding: 1.3rem;
}

.p-flow__item-heading {
	font-size: 2.1rem;
	margin-bottom: 0.6rem;
}

.p-flow__item-text {
	font-size: 1.6rem;
	margin-top: 1.7rem;
}

.p-message {
	padding-bottom: 5.2rem;
}

.p-message__heading {
	bottom: 0;
	left: 0;
}

.p-message__heading-bg {
	width: 34.4rem;
}

.p-message__heading-text {
	font-size: 1.8rem;
}

.p-message__wrap {
	padding: 8.8rem 0 0;
}

.p-message__text-img {
	left: -2.3rem;
	width: 29.2rem;
}

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

.p-message__wrap-text p {
	font-size: 1.8rem;
}

.p-message__wrap-sign {
	margin-right: 0;
	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-access {
	padding: 5.5rem 0 4.6rem;
}

.p-access__inner {
	padding: 0;
}

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

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

.p-access__tabs {
	border-bottom: 0.4rem solid #31A580;
	margin-top: 3.5rem;
}

.p-access__tabs-inner {
	padding: 0 1.5rem;
	width: 100%;
}

.p-access__tabs-item {
	border-radius: 0.8rem 0.8rem 0 0;
	font-size: 1.4rem;
	padding: 1.8rem 0.9rem 1.7rem;
}

.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.8rem 0 0;
}

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

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

.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: 7.5rem;
	padding: 0 3rem;
}

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

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

.p-access__panel-office-table tr {
	flex-direction: column;
	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 th {
	width: 100%;
}

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

.p-access__panel-office-table td .--add .--office {
	display: block;
	margin: 0;
}

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

.sec-header p {
	font-size: 1.8rem;
}

.sectionTtl {
	font-size: 2rem;
	margin-bottom: 0;
}

.sectionTtl::after {
	width: 310px;
}

.c-fixed-cta__inner {
	-moz-column-gap: 6px;
	column-gap: 6px;
	padding: 6px;
}

.c-fixed-cta__button {
	line-height: 140%;
	padding: 5px 6px 4px;
}

.c-fixed-cta__tel-copy {
	font-size: 11px;
	margin-bottom: 2px;
}

.c-fixed-cta__tel-number {
	font-size: 16px;
}

.c-fixed-cta__tel-number img {
	width: 26px;
}

.c-fixed-cta__tel-under {
	font-size: 11px;
}

.c-fixed-cta__tel-under br {
	display: block;
}

.c-fixed-cta__mail {
	padding: 13px 14px 8px;
}

.c-fixed-cta__mail img {
	width: 21px;
}

.c-fixed-cta__line {
	padding: 9px 14px 8px;
}

.c-fixed-cta__line img {
	width: 25px;
}

.c-fixed-cta__mail,
.c-fixed-cta__line {
	flex-direction: column;
	justify-content: space-between;
	max-width: 100px;
	row-gap: 4px;
}

.c-fixed-cta__mail .c-fixed-cta__text,
.c-fixed-cta__line .c-fixed-cta__text {
	font-size: 11px;
}

.c-fixed-cta__mail .c-fixed-cta__text .--big,
.c-fixed-cta__line .c-fixed-cta__text .--big {
	font-size: 13px;
}

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

}

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

.p-access__tabs-item .--arrow {
	display: none;
}

}

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

.c-fixed-cta__mail,
.c-fixed-cta__line {
	max-width: 87px;
}

}

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

.c-fixed-cta__button {
	line-height: normal;
}

.c-fixed-cta__tel-copy {
	font-size: 9px;
	margin-bottom: 0;
}

.c-fixed-cta__tel-number {
	font-size: 13px;
}

.c-fixed-cta__tel-number img {
	width: 16px;
}

.c-fixed-cta__tel-under {
	font-size: 8px;
}

.c-fixed-cta__mail .c-fixed-cta__text,
.c-fixed-cta__line .c-fixed-cta__text {
	font-size: 8px;
}

.c-fixed-cta__mail .c-fixed-cta__text .--big,
.c-fixed-cta__line .c-fixed-cta__text .--big {
	font-size: 10px;
}

}

