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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: default;
}

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

/* ============================ */
.u-fw-b{
	font-weight: bold;
}
a.u-text-link{
	color: #EC694A;
	display: inline;
	text-decoration: underline;
}
a.u-text-link:hover{
	text-decoration: none;
}
html {
	scroll-behavior: smooth;
}

body {
	color: #333;
	font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400;
	line-height: 1.8;
}

body.is-fixed {
	height: 100%;
	overflow: hidden;
}

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

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

a:hover {
	opacity: 0.7;
}

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

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

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

.l-header {
	height: 64px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.l-header__inner {
	margin: 0 auto;
	max-width: 1250px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-header__logo {
	margin-top: 20px;
	width: clamp(6.25rem, 3.8849646821rem + 10.0908173562vw, 12.5rem);
}

.l-header__drawer {
	display: none;
	height: 19px;
	position: relative;
	width: 23px;
}

.l-header__drawer-bar {
	background-color: #003554;
	height: 3px;
	left: 0;
	position: absolute;
	transition: transform 0.5s ease 0s;
	width: 100%;
}

.l-header__drawer-bar.--top {
	top: 0;
}

.l-header__drawer-bar.--middle {
	display: block;
	top: 50%;
	transform: translateY(-50%);
}

.l-header__drawer-bar.--bottom {
	bottom: 0;
}

.l-header__drawer-bar.is-active.--top {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.l-header__drawer-bar.is-active.--middle {
	display: none;
}

.l-header__drawer-bar.is-active.--bottom {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.l-header__content {
	align-items: center;
	display: flex;
	gap: 55px clamp(1.563rem, -1.225rem + 5.8vw, 3.125rem);
}

.l-header__content.is-visible {
	transform: translateX(0);
}

.l-header__nav {
	flex-shrink: 0;
}

.l-header__nav-list {
	align-items: center;
	display: flex;
	gap: 21px 20px;
	justify-content: space-between;
}

.l-header__nav-item.--home {
	display: none;
}

.l-header__nav-link {
	color: red;
	font-size: clamp(1rem, 0.777rem + 0.46vw, 1.125rem);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.04em;
	transition: opacity 0.3s 0s ease-in-out;
}

.l-header__nav-link:hover {
	opacity: 0.7;
}

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

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

.l-main__inner {
	margin: 0 auto;
	max-width: 1120px;
	padding-bottom: clamp(3rem, 1.8647830474rem + 4.843592331vw, 6rem);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: clamp(3rem, 1.8647830474rem + 4.843592331vw, 6rem);
	width: 100%;
}

.l-main__pb {
	padding-bottom: clamp(4.5rem, 3.175580222rem + 5.6508577195vw, 8rem);
}

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

.l-footer {
	background-color: #2CA86D;
}

.l-footer__inner {
	padding: 16px;
}

.l-footer__inner small {
	color: #fff;
	display: block;
	font-size: 12px;
	text-align: center;
}

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

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

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

.c-button {
	background-color: #2CA86D;
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

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

/* ============================
c-heading_セクションタイトル
 ========================= */

/*上下線*/

.c-heading-line {
	border-bottom: 2px solid;
	border-top: 2px solid;
	font-size: clamp(1.75rem, 1.4661957619rem + 1.2108980827vw, 2.5rem);
	font-weight: 700;
	line-height: 1;
	margin: 0 auto;
	padding: clamp(0.5rem, 0.3817482341rem + 0.5045408678vw, 0.8125rem) clamp(0.78125rem, 0.6984737639rem + 0.3531786075vw, 1rem) clamp(0.625rem, 0.5067482341rem + 0.5045408678vw, 0.9375rem);
	width: -moz-fit-content;
	width: fit-content;
}

.c-heading-line.--orange {
	border-color: #FFC067;
}

.c-heading-line.--green {
	border-color: #2CA86D;
}

/* マーカー */

.c-heading-marker {
	font-size: clamp(1.5rem, 1.1215943491rem + 1.614530777vw, 2.5rem);
	font-weight: 700;
	line-height: 140%;
	margin: 0 auto;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.c-heading-marker br {
	display: none;
}

.c-heading-marker__big {
	font-size: clamp(2rem, 1.6215943491rem + 1.614530777vw, 3rem);
	line-height: 125%;
	position: relative;
	z-index: 1;
}

.c-heading-marker__big::after {
	background: #F5F942;
	bottom: 5px;
	content: "";
	height: clamp(0.625rem, 0.4830978809rem + 0.6054490414vw, 1rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

/* 文字下丸 */

.c-heading__circle {
	font-size: clamp(1.375rem, 0.9492936428rem + 1.8163471241vw, 2.5rem);
	font-weight: 700;
	line-height: 140%;
	text-align: center;
}

.c-heading__circle span {
	color: #fff;
	font-size: clamp(1.625rem, 1.1046922301rem + 2.2199798184vw, 3rem);
	position: relative;
	z-index: 1;
}

.c-heading__circle span::after {
	border-radius: 50%;
	content: "";
	height: clamp(2.5rem, 1.7431886983rem + 3.229061554vw, 4.5rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: clamp(2.5rem, 1.7431886983rem + 3.229061554vw, 4.5rem);
	z-index: -1;
}

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

/* ============================
cta
 ========================= */

.c-cta {
	background: url(../img/bg/cta-bg_pc.webp) no-repeat center center/cover;
	padding-bottom: clamp(3.0625rem, 2.0455348133rem + 4.3390514632vw, 5.75rem);
	padding-top: clamp(3.0625rem, 2.1164858729rem + 4.0363269425vw, 5.5625rem);
}

.c-cta__inner {
	margin: 0 auto;
	max-width: 1120px;
	padding-bottom: clamp(2rem, 1.6215943491rem + 1.614530777vw, 3rem);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 48px;
	width: 100%;
}

.c-cta__heading {
	align-items: flex-end;
	color: #333;
	display: flex;
	font-size: clamp(1.375rem, 1.1384964682rem + 1.0090817356vw, 2rem);
	font-weight: 700;
	justify-content: center;
	line-height: 140%;
	margin-bottom: clamp(1.25rem, 1.1553985873rem + 0.4036326942vw, 1.5rem);
}

/* 電話ボタン */

.c-cta__tel-link {
	-moz-column-gap: clamp(1.125rem, -0.1631072027rem + 2.6800670017vw, 2.125rem);
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	column-gap: clamp(1.125rem, -0.1631072027rem + 2.6800670017vw, 2.125rem);
	display: flex;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	margin-bottom: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
}

/*初回相談0円*/

.c-cta__tel-link-first {
	-moz-column-gap: 8px;
	align-items: center;
	background: #F5F942;
	column-gap: 8px;
	display: flex;
	flex-shrink: 0;
	font-size: clamp(0.75rem, 0.4661957619rem + 1.2108980827vw, 1.5rem);
	padding: 15px 40px;
}

.c-cta__tel-link-first span {
	font-size: clamp(0.9375rem, 0.7246468214rem + 0.9081735621vw, 1.5rem);
	line-height: 0.7;
}

.c-cta__tel-link-first span span {
	font-size: clamp(2.625rem, -0.4342546064rem + 6.365159129vw, 5rem);
}

.c-cta__tel-link-contents {
	-moz-column-gap: 24px;
	align-items: center;
	column-gap: 24px;
	display: flex;
}

.c-cta__tel-link-number {
	align-items: center;
	color: #EC694A;
	display: flex;
	font-size: clamp(1.75rem, -0.5041876047rem + 4.6901172529vw, 3.5rem);
	justify-content: center;
}

.c-cta__tel-link-icon {
	filter: invert(54%) sepia(20%) saturate(1500%) hue-rotate(332deg) brightness(90%) contrast(95%);
	width: clamp(1.75rem, 1.087790111rem + 2.8254288597vw, 3.5rem);
}

.c-cta__tel-link-text {
	font-size: clamp(0.875rem, 0.7330978809rem + 0.6054490414vw, 1.25rem);
}

.c-cta__links {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-bottom: clamp(1.25rem, 1.1553985873rem + 0.4036326942vw, 1.5rem);
}

/* mail,lineボタン */

.c-cta__links-item {
	-moz-column-gap: clamp(0.75rem, 0.6553985873rem + 0.4036326942vw, 1rem);
	align-items: center;
	border: 3px solid;
	border-radius: 8px;
	column-gap: clamp(0.75rem, 0.6553985873rem + 0.4036326942vw, 1rem);
	display: flex;
	font-size: clamp(1.25rem, 1.1553985873rem + 0.4036326942vw, 1.5rem);
	font-weight: 700;
	justify-content: center;
	padding: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem) 16px;
	width: 100%;
}

.c-cta__links-item.--mail {
	background-color: #2CA86D;
	border-color: #2CA86D;
	color: #fff;
}

.c-cta__links-item.--mail img {
	filter: invert(84%) sepia(100%) saturate(14%) hue-rotate(193deg) brightness(107%) contrast(105%);
}

.c-cta__links-item.--line {
	background-color: #fff;
	border-color: #06C755;
	color: #06C755;
	text-transform: uppercase;
}

.c-cta__links-item-icon {
	height: clamp(1.75rem, 1.4661957619rem + 1.2108980827vw, 2.5rem);
	width: clamp(1.75rem, 1.4661957619rem + 1.2108980827vw, 2.5rem);
}

.c-cta__links-item-arrow {
	height: clamp(1.75rem, 1.6553985873rem + 0.4036326942vw, 2rem);
	position: relative;
	width: clamp(1.75rem, 1.6553985873rem + 0.4036326942vw, 2rem);
}

.c-cta__links-item-arrow::after {
	border: 1.5px solid currentColor;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 8px;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	vertical-align: middle;
	width: 8px;
}

.c-cta__links-item-arrow.--mail {
	border-color: #fff;
}

.c-cta__links-item-arrow.--line {
	border-color: #06C755;
}

.c-cta__more-text {
	font-size: clamp(0.9375rem, 0.8192482341rem + 0.5045408678vw, 1.25rem);
	font-weight: 700;
	text-align: center;
}

.c-cta__more-text-link {
	-webkit-text-decoration: underline #EC694A;
	color: #EC694A;
	display: inline-block;
	text-decoration: underline #EC694A;
}

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

/* ============================
page-top
 ========================= */

.c-page-top {
	bottom: 24px;
	display: none;
	opacity: 0;
	position: fixed;
	right: 24px;
	transition: opacity 0.5s 0s ease-in-out;
	z-index: 1000;
}

.c-page-top.is-visible {
	display: block;
	opacity: 1;
}

.c-page-top__link {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
	display: grid;
	height: 48px;
	justify-content: center;
	place-content: center;
	width: 48px;
}

.c-page-top__link img {
	height: 24px;
	width: 24px;
}

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

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

/* ============================
fv
 ========================= */

.p-fv__inner {
	margin: 0 auto;
	max-width: 1250px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
}

.p-fv__bg {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.p-fv__contents {
	left: 20px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	transform-origin: left center;
}

.p-fv__contents-text {
	font-weight: 700;
	padding-left: clamp(0.3125rem, 0.2415489405rem + 0.3027245207vw, 0.5rem);
}

.p-fv__contents-micro {
	background-color: #2CA86D;
	border-radius: 1000px;
	color: #fff;
	font-size: clamp(1.875rem, 1.4965943491rem + 1.614530777vw, 2.875rem);
	letter-spacing: 0.92px;
	line-height: 1;
	margin-bottom: clamp(0.625rem, 0.3884964682rem + 1.0090817356vw, 1.25rem);
	padding: clamp(0.3125rem, 0.1942482341rem + 0.5045408678vw, 0.625rem) clamp(1.0625rem, 0.7077447023rem + 1.5136226034vw, 2rem) clamp(0.5rem, 0.3580978809rem + 0.6054490414vw, 0.875rem) clamp(1.125rem, 0.9121468214rem + 0.9081735621vw, 1.6875rem);
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-fv__contents-micro span {
	font-size: clamp(1.5625rem, 1.2550454087rem + 1.3118062563vw, 2.375rem);
}

.p-fv__contents-copy {
	font-size: clamp(1.875rem, 1.4492936428rem + 1.8163471241vw, 3rem);
	line-height: 1.3;
	margin-bottom: clamp(0.6875rem, 0.5928985873rem + 0.4036326942vw, 0.9375rem);
}

.p-fv__contents-copy .--green {
	color: #2CA86D;
}

.p-fv__contents-copy .--small {
	font-size: clamp(1.5625rem, 1.2077447023rem + 1.5136226034vw, 2.5rem);
}

.p-fv__contents-copy .--underline {
	font-size: clamp(2.5rem, 1.9560418769rem + 2.3208879919vw, 3.9375rem);
	position: relative;
}

.p-fv__contents-copy .--underline::after {
	background: #F5F942;
	bottom: 8px;
	content: "";
	height: clamp(0.625rem, 0.4830978809rem + 0.6054490414vw, 1rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: calc(100% + 16px);
	z-index: -1;
}

.p-fv__contents-small-text {
	font-size: clamp(0.8125rem, 0.7415489405rem + 0.3027245207vw, 1rem);
	line-height: 1;
	margin-bottom: clamp(0.75rem, 0.5607971746rem + 0.8072653885vw, 1.25rem);
}

.p-fv__contents-point {
	-moz-column-gap: clamp(0.625rem, 0.4830978809rem + 0.6054490414vw, 1rem);
	align-items: center;
	column-gap: clamp(0.625rem, 0.4830978809rem + 0.6054490414vw, 1rem);
	display: flex;
}

.p-fv__contents-item {
	width: clamp(6.5rem, 5.175580222rem + 5.6508577195vw, 10rem);
}

/* ============================
worry
 ========================= */

.p-worry {
	background: #F5F5F5;
}

.p-worry__inner {
	margin: 0 auto;
	max-width: 1060px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-worry__heading {
	margin-bottom: clamp(1.875rem, 1.4019929364rem + 2.0181634712vw, 3.125rem);
}

.p-worry__heading span:first-of-type {
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.p-worry__heading span:last-of-type {
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.p-worry__heading span::after {
	background-color: #2CA86D;
}

.p-worry__contents {
	align-items: center;
	display: grid;
	gap: clamp(2.25rem, 1.6536259542rem + 2.5445292621vw, 2.875rem) clamp(0.625rem, -2.9172948074rem + 7.3701842546vw, 3.375rem);
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 140px 1fr;
	position: relative;
}

.p-worry__contents-text {
	background: #FFF;
	border: 2px solid #2CA86D;
	border-radius: clamp(0.5rem, 0.1215943491rem + 1.614530777vw, 1.5rem);
	font-size: clamp(0.9375rem, 0.7246468214rem + 0.9081735621vw, 1.5rem);
	font-weight: 700;
	line-height: 160%;
	padding: clamp(0.75rem, 0.2769929364rem + 2.0181634712vw, 2rem) clamp(0.5rem, -0.2568113017rem + 3.229061554vw, 2.5rem);
	position: relative;
	text-align: center;
}

.p-worry__contents-text::after {
	content: "";
	position: absolute;
}

.p-worry__contents-text:nth-of-type(1) {
	margin-left: auto;
	margin-top: 152px;
}

.p-worry__contents-text:nth-of-type(1)::after {
	background: url(../img/svg/bubble01.svg) no-repeat center center/cover;
	bottom: -43px;
	height: 36px;
	position: absolute;
	right: 55px;
	transform: scale(-1, 1);
	width: 41px;
}

.p-worry__contents-text:nth-of-type(2)::after {
	background: url(../img/svg/bubble02.svg) no-repeat center center/cover;
	bottom: -43px;
	height: 36px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 28px;
}

.p-worry__contents-text:nth-of-type(3) {
	margin-right: auto;
	margin-top: 162px;
}

.p-worry__contents-text:nth-of-type(3)::after {
	background: url(../img/svg/bubble01.svg) no-repeat center center/cover;
	bottom: -36px;
	height: 36px;
	left: -38px;
	position: absolute;
	width: 41px;
}

.p-worry__contents-img {
	grid-column: 2;
	grid-row: 2;
	margin: 0 auto;
	width: clamp(12.1875rem, 9.7042129162rem + 10.595358224vw, 18.75rem);
}

/* ============================
merit
 ========================= */

.p-merit {
	background-color: #F4FBD6;
}

.p-merit__heading {
	margin-bottom: clamp(2.5rem, 1.5539858729rem + 4.0363269425vw, 5rem);
}

.p-merit__heading span:first-of-type {
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.p-merit__heading span:nth-of-type(2) {
	margin-left: 0.1em;
	margin-right: 0.1em;
}

.p-merit__heading span:nth-of-type(3) {
	margin-left: 0.1em;
	margin-right: 0.1em;
}

.p-merit__heading span:last-of-type {
	margin-left: 0.3em;
}

.p-merit__heading span::after {
	background-color: #EC694A;
}

.p-merit__list {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: clamp(2.5rem, 2.1215943491rem + 1.614530777vw, 3.5rem);
}

.p-merit__list-item {
	align-items: center;
	background-color: #fff;
	border: 3px solid #2CA86D;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	padding: 32px 24px 24px;
	position: relative;
	width: calc(50% - 16px);
}

.p-merit__list-number {
	background-color: #fff;
	border-radius: 50%;
	color: #2CA86D;
	display: grid;
	font-size: clamp(3rem, 2.6215943491rem + 1.614530777vw, 4rem);
	font-weight: 700;
	height: clamp(4rem, 3.3850908174rem + 2.6236125126vw, 5.625rem);
	left: 24px;
	place-content: center;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	width: clamp(4rem, 3.3850908174rem + 2.6236125126vw, 5.625rem);
}

.p-merit__list-img {
	margin-bottom: 16px;
	width: clamp(7.5rem, 6.5539858729rem + 4.0363269425vw, 10rem);
}

.p-merit__list-heading {
	font-size: clamp(1.25rem, 1.1553985873rem + 0.4036326942vw, 1.5rem);
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 8px;
	text-align: center;
}

.p-merit__list-heading br {
	display: none;
}

.p-merit__list-text {
	font-size: clamp(1rem, 0.9526992936rem + 0.2018163471vw, 1.125rem);
	line-height: 180%;
}

/* ============================
services
 ========================= */

.p-services__inner {
	margin: 0 auto;
	max-width: 940px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-services__heading {
	margin-bottom: clamp(0.5rem, 0.2161957619rem + 1.2108980827vw, 1.25rem);
}

.p-services__explanation {
	text-align: center;
	margin-bottom: clamp(2.5rem,2.1215943491rem + 1.614530777vw,3.5rem);
}

.p-services__explanation br {
	display: none;
}

.p-services__accordion-title {
	background-color: #2CA86D;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 160%;
	padding: 12px 8px;
	text-align: center;
}

.p-services__accordion__list {
	border: 1px solid #ccc;
}

.p-services__accordion-item {
	-moz-column-gap: clamp(0.5rem, -0.2095105954rem + 3.0272452069vw, 2.375rem);
	align-items: center;
	border-bottom: 1px solid #ccc;
	column-gap: clamp(0.5rem, -0.2095105954rem + 3.0272452069vw, 2.375rem);
	display: flex;
	padding: 12px 12px 12px 30px;
}

.p-services__accordion-item:last-of-type {
	border-bottom: none;
}

.p-services__accordion-item-icon {
	flex-shrink: 0;
	width: 80px;
}

.p-services__accordion-item-title {
	align-items: center;
	display: flex;
	font-size: clamp(1.125rem, 0.9830978809rem + 0.6054490414vw, 1.5rem);
	font-weight: 700;
	justify-content: space-between;
	line-height: 180%;
}

.p-services__accordion-item-title br {
	display: none;
}

.p-services__accordion-item-title span {
	display: none;
	height: 32px;
	margin-left: auto;
	position: relative;
	width: 32px;
}

.p-services__accordion-item-title span::after {
	border: 2.5px solid #06C755;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 12px;
	line-height: 1;
	position: absolute;
	right: 12px;
	top: 35%;
	transform: translateY(-25%) rotate(135deg);
	transition: transform 0.3s ease-in-out;
	vertical-align: middle;
	width: 12px;
}

.p-services__accordion-item-title.open span::after {
	transform: translateY(-25%) rotate(-45deg);
}

.p-services__accordion-item-text {
	font-size: clamp(1rem, 0.9526992936rem + 0.2018163471vw, 1.125rem);
	line-height: 160%;
}

/* ============================
payment
 ========================= */

.p-payment {
	background-color: #FFF7E9;
}

.p-payment__heading {
	margin-bottom: clamp(1.5rem, 1.1215943491rem + 1.614530777vw, 2.5rem);
}

.p-payment__explanation {
	line-height: 180%;
	margin-bottom: 24px;
	margin-bottom: clamp(0.5rem, 0.2161957619rem + 1.2108980827vw, 1.25rem);
	text-align: center;
}

.p-payment__detail-main {
	background-color: #FFC067;
	border-radius: 8px;
	margin-bottom: 80px;
	padding: clamp(0.5rem, -0.0203077699rem + 2.2199798184vw, 1.875rem) 24px;
	position: relative;
}

.p-payment__detail-main::after {
	bottom: -60px;
	content: "+";
	font-size: clamp(2.25rem, 2.1553985873rem + 0.4036326942vw, 2.5rem);
	font-weight: 700;
	left: 50%;
	line-height: 1;
	position: absolute;
	transform: translate(-50%);
}

.p-payment__detail-main-text {
	font-size: clamp(1.125rem, 0.7938950555rem + 1.4127144299vw, 2rem);
	font-weight: 700;
	line-height: 160%;
	text-align: center;
}

.p-payment__detail-main-text span {
	display: inline-block;
}

.p-payment__detail-list {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 40px;
}

.p-payment__detail-list-item {
	background-color: #fff;
	border: 3px solid #2CA86D;
	border-radius: 8px;
	padding: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem) 24px;
	position: relative;
	width: calc(33.3% - 42px);
}

.p-payment__detail-list-item:last-of-type::after {
	display: none;
}

.p-payment__detail-list-item::after {
	content: "or";
	font-size: clamp(1.5rem, 1.4763496468rem + 0.1009081736vw, 1.5625rem);
	font-weight: 700;
	position: absolute;
	right: -45px;
	top: 50%;
	transform: translateY(-50%);
}

.p-payment__detail-list-heading {
	color: #2CA86D;
	font-size: clamp(1.125rem, 1.0776992936rem + 0.2018163471vw, 1.25rem);
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 8px;
	text-align: center;
}

.p-payment__detail-list-text {
	line-height: 180%;
}

/* ============================
reason
 ========================= */

.p-reason {
	background-color: #F4FBD6;
}

.p-reason__heading {
	font-size: clamp(1.375rem, 0.9492936428rem + 1.8163471241vw, 2.5rem);
	font-weight: 700;
	line-height: 140%;
	margin-bottom: clamp(2.5rem, 1.9323915237rem + 2.4217961655vw, 4rem);
	text-align: center;
}

.p-reason__heading--bg {
	background-color: #EC694A;
	border-radius: clamp(0.25rem, 0.1553985873rem + 0.4036326942vw, 0.5rem);
	color: #fff;
	display: block;
	font-size: clamp(2.125rem, 1.6046922301rem + 2.2199798184vw, 3.5rem);
	line-height: 1;
	margin: clamp(0.5rem, 0.4053985873rem + 0.4036326942vw, 0.75rem) auto 0;
	padding: clamp(0.375rem, 0.2803985873rem + 0.4036326942vw, 0.625rem) clamp(1rem, 0.7634964682rem + 1.0090817356vw, 1.625rem) clamp(0.5rem, 0.4053985873rem + 0.4036326942vw, 0.75rem);
	width: -moz-fit-content;
	width: fit-content;
}

.p-reason__heading--bg span:first-of-type {
	font-size: clamp(1.1875rem, 0.8800454087rem + 1.3118062563vw, 2rem);
}

.p-reason__heading--bg span:last-of-type {
	font-size: clamp(1.8125rem, 1.3631432896rem + 1.9172552977vw, 3rem);
}

.p-reason___list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 40px;
}

.p-reason__list-item {
	background-color: #fff;
	border: clamp(0.125rem, 0.1013496468rem + 0.1009081736vw, 0.1875rem) solid #2CA86D;
	border-radius: 16px;
	padding: 32px 24px 24px;
	position: relative;
	width: calc(33.3% - 21.3333333333px);
}

.p-reason__list-item-number {
	height: clamp(4rem, 3.8107971746rem + 0.8072653885vw, 4.5rem);
	left: 24px;
	position: absolute;
	top: 0;
	transform: translateY(-60%);
	width: clamp(4rem, 3.8107971746rem + 0.8072653885vw, 4.5rem);
}

.p-reason__list-item-pic {
	margin-bottom: 16px;
}

.p-reason__list-item-heading {
	font-size: clamp(1.125rem, 0.9830978809rem + 0.6054490414vw, 1.5rem);
	font-weight: 700;
	line-height: 160%;
	text-align: center;
}

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

.p-reason__list-item-text {
	font-size: clamp(1rem, 0.9526992936rem + 0.2018163471vw, 1.125rem);
	line-height: 180%;
}

.p-reason__list-item-text span {
	display: block;
	font-size: 14px;
	line-height: 1.4;
}

/* ============================
price
 ========================= */

.p-price__inner {
	margin: 0 auto;
	max-width: 1120px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-price__heading {
	margin-bottom: clamp(0.5rem, 0.1215943491rem + 1.614530777vw, 1.5rem);
}

.p-price__explanation {
	line-height: 180%;
	margin-bottom: clamp(2.5rem, 2.1215943491rem + 1.614530777vw, 3.5rem);
	text-align: center;
}

.p-price__explanation br {
	display: none;
}

.p-price__list-header {
	border-bottom: 8px solid #2CA86D;
	display: flex;
	justify-content: space-between;
	padding-left: 40px;
	padding-right: 40px;
}

.p-price__list-tab {
	background-color: #F4FBD6;
	border-radius: 16px 16px 0px 0px;
	cursor: pointer;
	font-size: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
	font-weight: 700;
	line-height: 180%;
	padding: clamp(0.5rem, 0.3107971746rem + 0.8072653885vw, 1rem) 10px;
	text-align: center;
	width: calc(25% - 6px);
}

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

.p-price__list-panel {
	display: none;
	padding: 32px 40px 0;
}

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

/* テーブル共通 */

.p-price__list-panel-table {
	border: 1px solid #ccc;
	margin-bottom: 16px;
	text-align: center;
	width: 100%;
}

.p-price__list-panel-table thead th {
	font-size: clamp(1.125rem, 0.9830978809rem + 0.6054490414vw, 1.5rem);
	font-weight: 700;
	line-height: 160%;
	padding: 12px 8px;
	text-align: center !important;
}

.p-price__list-panel-table tbody tr td {
	border: 1px solid #ccc;
	font-size: clamp(1.125rem, 1.0776992936rem + 0.2018163471vw, 1.25rem);
	font-weight: 700;
	padding: clamp(0.5rem, 0.4053985873rem + 0.4036326942vw, 0.75rem) 8px;
	vertical-align: middle;
}

.p-price__list-panel-table tbody tr td.--small {
	font-size: 16px;
	font-weight: 400;
}

.p-price__list-panel-table tbody tr td:first-of-type {
	font-size: clamp(1rem, 0.9053985873rem + 0.4036326942vw, 1.25rem);
	font-weight: 400;
}

.p-price__list-panel-table tbody tr td:first-of-type span {
	display: inline;
}

.p-price__list-panel-table tbody tr td span {
	display: block;
	font-size: clamp(0.6875rem, 0.6165489405rem + 0.3027245207vw, 0.875rem);
}

.p-price__list-panel-explanation {
	line-height: 180%;
	margin-bottom: 16px;
	text-align: center;
}

/* テーブル０１ */

.p-price__list-panel-table01 .p-price__list-panel-table thead {
	background-color: #e9e9e9;
}

.p-price__list-panel-table01 .p-price__list-panel-table thead tr th:not(:last-of-type) {
	border-right: 1px solid #ccc;
}

.p-price__list-panel-table01 .p-price__list-panel-table tbody tr td:first-of-type {
	background-color: #2CA86D;
	color: #fff;
	width: 35%;
}

.p-price__list-panel-table01 .p-price__list-panel-table tbody tr td:nth-of-type(2) {
	background-color: #F4FBD6;
	width: 20%;
}

.p-price__list-panel-table01 .p-price__list-panel-table tbody tr td:last-of-type {
	width: 45%;
}

.p-price__list-panel-table01 .p-price__list-panel-table tbody tr td.hidden-cell {
	display: none;
}

/* テーブル０２ */

.p-price__list-panel-table02 .p-price__list-panel-table thead {
	background-color: #2CA86D;
}

.p-price__list-panel-table02 .p-price__list-panel-table thead tr th {
	color: #fff;
}

.p-price__list-panel-table02 .p-price__list-panel-table thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}

.p-price__list-panel-table02 .p-price__list-panel-table tbody tr td:first-of-type {
	background-color: #F4FBD6;
}

.p-price__list-panel-title {
	font-size: clamp(1.125rem, 0.8884964682rem + 1.0090817356vw, 1.75rem);
	font-weight: 700;
	margin-bottom: 16px;
	padding-left: 1.3em;
	position: relative;
}

.p-price__list-panel-title.--second {
	margin-top: 24px;
}

.p-price__list-panel-title::before {
	background-color: #2CA86D;
	content: "";
	height: 0.8em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8em;
}

.p-price__list-panel-small {
	line-height: 180%;
}

/* ============================
flow
 ========================= */

.p-flow {
	background-color: #FFF7E9;
}

.p-flow__inner {
	margin: 0 auto;
	max-width: 896px;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

.p-flow__heading {
	margin-bottom: clamp(2rem, 1.4323915237rem + 2.4217961655vw, 3.5rem);
}

.p-flow__list {
	background-color: #fff;
	border-radius: 8px;
	padding: clamp(1rem, 0.6215943491rem + 1.614530777vw, 2rem);
}

.p-flow__list-item {
	-moz-column-gap: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
	column-gap: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
	display: flex;
	margin-bottom: clamp(2rem, 1.8107971746rem + 0.8072653885vw, 2.5rem);
	position: relative;
	z-index: 1;
}

.p-flow__list-item:last-of-type {
	margin-bottom: 0;
}

.p-flow__list-item:last-of-type::after {
	display: none;
}

.p-flow__list-item::after {
	background-color: #ccc;
	content: "";
	height: calc(100% + 40px);
	left: 40px;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 4px;
	z-index: -1;
}

.p-flow__list-item-number {
	background-color: #2CA86D;
	border-radius: 50%;
	color: #fff;
	display: grid;
	flex-shrink: 0;
	font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
	font-weight: 700;
	height: 80px;
	justify-items: center;
	line-height: 150%;
	place-content: center;
	text-transform: uppercase;
	width: 80px;
}

.p-flow__list-item-number span {
	display: block;
	font-size: clamp(1.75rem, 1.6553985873rem + 0.4036326942vw, 2rem);
	line-height: 1;
}

.p-flow__list-item-contents {
	flex: 1;
}

.p-flow__list-item-title {
	border-bottom: 1px solid #2CA86D;
	font-size: clamp(1.125rem, 1.0776992936rem + 0.2018163471vw, 1.25rem);
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.p-flow__list-item-text {
	font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
	line-height: 160%;
}

/* ============================
faq
 ========================= */

.p-faq {
	background-color: #F4FBD6;
}

.p-faq__inner {
	margin: 0 auto;
	max-width: 840px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-faq__heading {
	margin-bottom: clamp(2rem, 1.8107971746rem + 0.8072653885vw, 2.5rem);
}

.p-faq__list-item {
	background: #fff;
	border: 2px solid #2CA86D;
	border-radius: 8px;
	box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.16);
	padding: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
}

.p-faq__list-item:not(last-of-type) {
	margin-bottom: 24px;
}

.p-faq__item-question,
.p-faq__item-answer {
	-moz-column-gap: clamp(0.5rem, 0.3107971746rem + 0.8072653885vw, 1rem);
	column-gap: clamp(0.5rem, 0.3107971746rem + 0.8072653885vw, 1rem);
	display: flex;
	line-height: 160%;
	position: relative;
}

.p-faq__item-question::before,
.p-faq__item-answer::before {
	border-radius: 50%;
	content: "";
	display: block;
	display: grid;
	flex-shrink: 0;
	font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
	font-weight: 700;
	height: clamp(1.625rem, 1.5303985873rem + 0.4036326942vw, 1.875rem);
	justify-content: center;
	line-height: 1;
	place-content: center;
	width: clamp(1.625rem, 1.5303985873rem + 0.4036326942vw, 1.875rem);
}

.p-faq__item-question {
	font-size: clamp(1rem, 0.9526992936rem + 0.2018163471vw, 1.125rem);
	font-weight: 700;
	margin-bottom: 12px;
}

.p-faq__item-question::before {
	background-color: #2CA86D;
	color: #fff;
	content: "Q";
}

.p-faq__item-answer {
	font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
}

.p-faq__item-answer::before {
	background-color: #f3f3f3;
	content: "A";
}

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

.p-access {
	font-weight: 700;
}

.p-access__heading {
	border-bottom: 1px solid #B9CD26;
	font-size: clamp(0.75rem, 0.5607971746rem + 0.8072653885vw, 1.25rem);
	line-height: 1;
	margin-bottom: 40px;
	padding-bottom: 15px;
	text-align: center;
}

.p-access__heading span {
	background-color: #FCEEC4;
	display: block;
	font-size: clamp(1.4375rem, 1.035443996rem + 1.7154389506vw, 2.5rem);
	margin: 10px auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-access__tabs {
	border: 1px solid #d9d9d9;
	display: flex;
	justify-content: space-between;
	margin-bottom: clamp(1.5rem, 1.2634964682rem + 1.0090817356vw, 2.125rem);
}

.p-access__tabs-item {
	background-color: #d9d9d9;
	color: #fff;
	cursor: pointer;
	font-size: clamp(1rem, 0.8817482341rem + 0.5045408678vw, 1.3125rem);
	font-weight: 700;
	padding: 16px;
	text-align: center;
	width: 25%;
}

.p-access__tabs-item:not(:last-of-type) {
	border-right: 1px solid #fff;
}

.p-access__tabs-item[aria-selected=true] {
	background-color: #fff;
	border-bottom: 2px solid #EC694A;
	color: #EC694A;
	position: relative;
}

.p-access__tabs-item[aria-selected=true]::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #EC694A;
	bottom: -11px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-access__panel {
	display: none;
}

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

.p-access__panel-heading {
	font-size: clamp(1rem, 0.8817482341rem + 0.5045408678vw, 1.3125rem);
	font-weight: 700;
	margin-bottom: clamp(1rem, 0.6215943491rem + 1.614530777vw, 2rem);
	text-align: center;
}

.p-access__panel-heading span {
	color: #EC694A;
}

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

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

.p-access__panel-address {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: clamp(1.25rem, 0.9661957619rem + 1.2108980827vw, 2rem);
	padding-bottom: 24px;
	padding-top: clamp(1rem, 0.6215943491rem + 1.614530777vw, 2rem);
}

.p-access__panel-address-contents {
	-moz-column-gap: 24px;
	column-gap: 24px;
	display: flex;
	font-size: clamp(0.9375rem, 0.9138496468rem + 0.1009081736vw, 1rem);
	margin-bottom: 24px;
}

.p-access__panel-address-contents dt:first-of-type {
	flex-shrink: 0;
}

.p-access__panel-access-button {
	margin: 0 auto;
	max-width: 300px;
	padding: clamp(0.5rem, 0.3580978809rem + 0.6054490414vw, 0.875rem) clamp(1rem, 0.6215943491rem + 1.614530777vw, 2rem);
	width: 100%;
}

.p-access__panel-way {
	list-style: disc;
	margin-bottom: clamp(1.5rem, 0.837790111rem + 2.8254288597vw, 3.25rem);
	padding-left: 20px;
}

.p-access__panel-way-item {
	font-size: clamp(0.9375rem, 0.9138496468rem + 0.1009081736vw, 1rem);
}

.p-access__panel-office-heading {
	border-bottom: 1px solid #B9CD26;
	font-size: clamp(1.4375rem, 1.035443996rem + 1.7154389506vw, 2.5rem);
	margin-bottom: clamp(1.25rem, 0.7769929364rem + 2.0181634712vw, 2.5rem);
	padding: 0 0 15px;
	text-align: center;
}

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

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

.p-access__panel-office-table tr {
	display: flex;
	flex-wrap: wrap;
}

.p-access__panel-office-table th,
.p-access__panel-office-table td {
	border: 1px solid #d9d9d9;
	font-size: clamp(0.9375rem, 0.9138496468rem + 0.1009081736vw, 1rem);
	padding: clamp(0.5rem, 0.3107971746rem + 0.8072653885vw, 1rem) 16px;
}

.p-access__panel-office-table th {
	background: #eef2f6;
	text-align: center;
	width: 30%;
}

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

/* ============================
contact
 ========================= */

.p-contact {
	background-color: #F4FBD6;
}

.p-contact__inner {
	margin: 0 auto;
	max-width: 1040px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-contact__heading {
	margin-bottom: clamp(0.5rem, 0.1215943491rem + 1.614530777vw, 1.5rem);
}

.p-payment__explanation {
	margin-bottom: clamp(2rem, 1.8107971746rem + 0.8072653885vw, 2.5rem);
	text-align: center;
}

.p-contact__contents {
	background-color: #fff;
	border-radius: 8px;
	padding: clamp(1rem, 0.4323915237rem + 2.4217961655vw, 2.5rem);
}

.p-contact__contents-text {
	font-size: clamp(0.9375rem, 0.9138496468rem + 0.1009081736vw, 1rem);
	margin-bottom: 40px;
}

.p-contact__contents-text-link {
	color: #EC694A;
	display: inline;
	text-decoration: underline;
}

/* フォーム */

.p-form {
	line-height: 1.8;
}

.p-form__field {
	margin-bottom: 2rem;
}

.p-form__field:last-of-type {
	margin-bottom: 0;
}

.p-form__label {
	margin-bottom: 8px;
}

.p-form__label label {
	-moz-column-gap: 8px;
	align-items: center;
	column-gap: 8px;
	display: flex;
}

.p-form__enter.--flex {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.p-form__enter.--name input,
.p-form__enter.--kana input,
.p-form__enter.--tel input {
	width: 340px;
}

@media screen and (max-width: 768px) {
	.p-form__enter.--name input,
	.p-form__enter.--kana input,
	.p-form__enter.--tel input {
		width: 100%;
		max-width: 340px;
	}
}
input,
textarea {
	caret-color: #2CA86D;
}

.p-form__required,
.p-form__free {
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	flex-shrink: 0;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	vertical-align: text-bottom;
}

.p-form__required {
	background-color: #EC694A;
}

.p-form__free {
	background-color: #888;
}

::-moz-placeholder {
	color: #888;
	font-weight: 500;
}

::placeholder {
	color: #888;
	font-weight: 500;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fafafa;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 1em;
	padding: clamp(0.75rem, 0.6553985873rem + 0.4036326942vw, 1rem) clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
	width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
	border: 1px solid #2CA86D;
	outline: none;
}

textarea {
	height: 132px;
	resize: none;
	width: 100%;
}

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

/* セレクトボックス */

.p-form__select-wrap {
	position: relative;
	width: 340px;
}

.p-form__select-wrap::after {
	border: 1.5px solid #2CA86D;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 10px;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 24px;
	top: 35%;
	transform: translateY(-25%) rotate(135deg);
	vertical-align: middle;
	width: 10px;
}

.mw_wp_form_confirm .p-form__select-wrap::after {
	border: none;
}

.p-form__select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 100%;
}

.p-form__select::-ms-expand {
	display: none;
}

.p-form__select:focus {
	border: 1px solid #2CA86D;
	box-shadow: none;
	outline: none;
}

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

/* チェックボックス */

.p-form__checkbox {
	-moz-column-gap: 16px;
	column-gap: 16px;
	display: flex;
}

.p-form__checkbox-label {
	cursor: pointer;
}

.p-form__checkbox-label.--privacypolicy {
	display: block;
	text-align: center;
}

.p-form__checkbox-span {
	display: inline-block;
	padding-left: 25px;
	position: relative;
}

input[type=checkbox] {
	opacity: 0;
	position: absolute;
}

input[type=checkbox] + .p-form__checkbox-span::before {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	margin-right: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
}

input[type=checkbox] + .p-form__checkbox-span::after {
	border-bottom: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	content: "";
	height: 11px;
	left: 2px;
	opacity: 0;
	position: absolute;
	top: 39%;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.3s;
	width: 6px;
	z-index: 1;
}

input[type=checkbox]:focus + .p-form__checkbox-span::before {
	box-shadow: 0 0 2px 2px rgba(44, 168, 109, 0.4);
}

input[type=checkbox]:checked + .p-form__checkbox-span::before {
	background-color: #2CA86D;
	border-color: #2CA86D;
}

input[type=checkbox]:checked + .p-form__checkbox-span::after {
	opacity: 1;
}

/* 入力ボックス下テキスト */

.p-form__enter-attention {
	font-size: clamp(0.75rem, 0.7026992936rem + 0.2018163471vw, 0.875rem);
	margin-top: 8px;
}

.p-form__privacy {
	margin-bottom: 40px;
	margin-top: 40px;
}

.p-form__privacy-text {
	font-weight: 700;
	margin-bottom: 16px;
	text-align: center;
}

.p-form__privacy-link {
	color: #EC694A;
	display: inline;
	font-weight: 400;
	text-decoration: underline;
}

.p-form__submit {
	display: block;
	font-size: 20px;
	line-height: 160%;
	margin: 0 auto;
	max-width: 268px;
	padding: 16px 8px;
	width: 100%;
}
.c-button.p-form__submit[name="submitBack"]{
	background:#fff;
	border: 1px solid #2CA86D;
	color: #2CA86D;
}
.p-form__submit + .p-form__submit{
	margin-top: 25px;
}
/* ============================ */

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

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

.u-dn--sp {
	display: block;
}

.u-db--sp {
	display: none;
}

.u-db--md {
	display: none;
}

.u-dn--md {
	display: inline;
}

.u-dn--pc {
	display: none;
}

.u-db--pc {
	display: none;
}

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

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

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

.u-font--style-min {
	font-family: "Zen Old Mincho";
}

.u-font--color-orange {
	-webkit-background-clip: text;
	background: linear-gradient(90deg, #D66A2C 0%, #F7BA07 100%);
	background-clip: text;
	color: transparent;
}

.u-font--16 {
	font-size: 16px;
}

.u-font--16.--super {
	vertical-align: super;
}

.u-font--upp-first {
	text-transform: capitalize;
}

.u-font--upp {
	text-transform: uppercase;
}

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

.p-fv__contents {
	transform: translateY(-50%) scale(0.85);
}

}

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

.p-fv__contents {
	top: 57%;
	transform: translateY(-50%) scale(0.8);
}

.p-worry__contents-text:nth-of-type(3)::after {
	bottom: -42px;
	left: -20px;
}

.p-reason__list-item {
	width: 100%;
}

.p-reason__list-item-heading span {
	display: block;
}

.u-dn--pc {
	display: block;
}

.u-db--pc {
	display: block;
}

}

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

.l-header__logo {
	margin-top: 20px;
	width: 180px;
}

.l-header__drawer {
	display: block;
}

.l-header__content {
	background: url(../img/bg/drawer-bg.webp) no-repeat center center/cover;
	flex-direction: column;
	height: 100svh;
	left: 0;
	padding-top: 109px;
	position: fixed;
	top: 0;
	transform: translateX(105%);
	transition: transform 0.5s ease 0s;
	width: 100%;
	z-index: -1;
}

.l-header__nav-list {
	flex-direction: column;
}

.l-header__nav-item.--home {
	display: block;
}

.c-heading-marker {
	line-height: 160%;
}

.c-heading-marker br {
	display: block;
}

.c-cta {
	background-image: url(../img/bg/cta-bg_sp.webp);
}

.c-cta__tel-link {
	justify-content: center;
}

.c-cta__tel-link-first {
	border-radius: 50%;
	box-shadow: 0px 3.758px 3.758px 0px rgba(0, 0, 0, 0.25);
	display: grid;
	font-size: clamp(0.75rem, 0.5844475277rem + 0.7063572149vw, 1.1875rem);
	height: 80px;
	justify-items: center;
	padding: 0;
	place-content: center;
	row-gap: 8px;
	width: 80px;
}

.c-cta__tel-link-contents {
	flex-direction: column;
}

.c-cta__tel-link-number {
	font-size: clamp(1.625rem, 1.5057251908rem + 0.5089058524vw, 1.75rem);
	margin-bottom: 11px;
}

.c-cta__links {
	flex-direction: column;
}

.p-fv__contents {
	bottom: auto;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	width: calc(100% - 40px);
	transform: translateY(0) scale(1);
	/* transform-origin: bottom; */
}

.p-worry__contents {
	gap: 36px 15px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto 1fr;
}

.p-worry__contents-text {
	width: 100%;
}

.p-worry__contents-text:nth-of-type(1) {
	grid-column: 1/3;
	grid-row: 1/2;
	margin: 0;
}

.p-worry__contents-text:nth-of-type(1)::after {
	bottom: -34px;
	height: 29px;
	width: 33px;
}

.p-worry__contents-text:nth-of-type(2) {
	grid-column: 3/5;
	grid-row: 1/2;
}

.p-worry__contents-text:nth-of-type(2)::after {
	background-image: url(../img/svg/bubble01.svg);
	bottom: -34px;
	height: 29px;
	left: 55px;
	transform: none;
	width: 33px;
}

.p-worry__contents-text:nth-of-type(3) {
	grid-column: 1/5;
	grid-row: 2/3;
	margin: 0;
}

.p-worry__contents-text:nth-of-type(3)::after {
	background-image: url(../img/svg/bubble02.svg);
	bottom: -38px;
	height: 29px;
	left: 50%;
	transform: translateX(-50%);
	width: 22px;
}

.p-worry__contents-img {
	grid-column: 2/4;
	grid-row: 3/4;
}

.p-merit__list-item {
	width: 100%;
}

.p-payment__explanation {
	text-align: left;
}

.p-payment__detail-main::after {
	bottom: -45px;
}

.p-payment__detail-main {
	margin-bottom: 52px;
}

.p-payment__detail-list-item::after {
	bottom: -40px;
	left: 50%;
	position: absolute;
	right: auto;
	top: auto;
	transform: translateX(-50%);
}

.p-payment__detail-list-item {
	width: 100%;
}

.p-price__list-header {
	padding-left: 0;
	padding-right: 0;
}

.p-price__list-tab {
	line-height: 140%;
}

.p-price__list-panel {
	padding-left: 0;
	padding-right: 0;
}

.p-flow__list-item::after {
	left: 36px;
}

.p-flow__list-item-number {
	height: 72px;
	width: 72px;
}

.p-flow__list-item-title {
	border-color: #ccc;
}

.p-flow__list-item-text {
	line-height: 180%;
}

.p-access__tabs-item[aria-selected=true]::after {
	border-left-width: 7px;
	border-right-width: 7px;
	border-top-width: 7px;
	bottom: -8px;
}

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

.p-access__panel-access-button {
	max-width: 100%;
}

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

.p-form__enter.--name,
.p-form__enter.--kana,
.p-form__enter.--tel {
	width: 100%;
}

.p-form__select-wrap {
	width: 100%;
}

.p-form__privacy-text {
	text-align: left;
}

.p-form__submit {
	line-height: 140%;
	max-width: 303px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.u-db--md {
	display: block;
}

.u-dn--md {
	display: none;
}

}

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

.c-cta {
	padding-top: 0;
}
.c-cta__tel-link {
	-moz-column-gap: 10px;
	align-items: center;
	column-gap: 10px;
	display: flex;
	justify-content: center;
	padding-bottom: 22px;
	padding-top: 22px;
}

.c-cta__links-item {
	border-width: 2px;
}

.c-page-top {
	bottom: 12px;
	right: 8px;
}

.p-worry__heading span:first-of-type {
	margin-left: 0.3em;
}

.p-worry__heading span:last-of-type {
	margin-right: 0.3em;
}

.p-worry__contents-text {
	border-width: 1px;
}

.p-worry__contents-text:nth-of-type(1)::after {
	bottom: -22px;
	height: 17px;
	width: 19px;
}

.p-worry__contents-text:nth-of-type(2)::after {
	bottom: -22px;
	height: 17px;
	width: 19px;
}

.p-worry__contents-text:nth-of-type(3)::after {
	bottom: -24px;
	height: 19px;
	width: 15px;
}

.p-merit__heading span:first-of-type {
	margin-left: 0.3em;
}

.p-merit__heading span:nth-of-type(2) {
	margin-left: 0;
}

.p-merit__heading span:nth-of-type(3) {
	margin-left: 0.3em;
}

.p-merit__heading span:last-of-type {
	margin-right: 0.3em;
}

.p-merit__list-item {
	border-width: 2px;
}

.p-merit__list-heading br {
	display: block;
}

.p-services__explanation br {
	display: block;
}

.p-services__accordion-item {
	cursor: pointer;
	flex-wrap: wrap;
	padding: 24px 16px;
	row-gap: 16px;
}

.p-services__accordion-item-contents {
	display: contents;
}

.p-services__accordion-item-title {
	flex: 1;
}

.p-services__accordion-item-title br {
	display: block;
}

.p-services__accordion-item-title span {
	cursor: pointer;
	display: block;
}

.p-services__accordion-item-text {
	display: none;
	line-height: 180%;
}

.p-payment__detail-main-text span {
	font-size: 16px;
}

.p-payment__detail-list-item {
	border-width: 2px;
}

.p-price__explanation br {
	display: block;
}

.p-price__list-panel-table01 .p-price__list-panel-table tbody tr td:first-of-type {
	width: 25%;
}

.p-faq__list-item {
	box-shadow: none;
}

.p-faq__item-question,
.p-faq__item-answer {
	line-height: 180%;
}

.u-dn--sp {
	display: none;
}

.u-db--sp {
	display: block;
}

}

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

.c-cta__tel-link-first {
	height: 70px;
	width: 70px;
}

.c-cta__tel-link-icon {
	width: 22px;
}

.c-cta__tel-link-text {
	font-size: 11px;
}

.c-cta__links-item {
	-moz-column-gap: 8px;
	column-gap: 8px;
}

.c-cta__links-item-arrow {
	height: 24px;
	width: 24px;
}

.c-cta__more-text {
	font-size: 14px;
}

.p-worry__contents-text {
	font-size: 12px;
}

.p-form__label label {
	-moz-column-gap: 2px;
	column-gap: 2px;
	font-size: 13px;
}

.p-form__privacy .p-form__checkbox-span {
	font-size: 14px;
}

.p-form__privacy-text {
	font-size: 14px;
}

}

/* 2025/05 TVCM放送中バナー追加 */
.tv-banner {
    max-width: 882px;
    width: 100%;
    margin: 0 auto;
    padding: 46px 16px;
    box-sizing: border-box;
}
@media screen and (max-width:768px){
    .tv-banner {
        padding: 24px 16px;
    }
}

/* TSL-2688 追従CTAの追加対応 */
.c-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #fff;
}

.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 {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    max-width: 924px;
    padding: 12px 6px 10px;
    width: 100%;
    margin: 0 auto;
}

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

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

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

.c-fixed-cta__tel-number {
    display: flex;
    font-weight: 900;
    font-size: 26px;
}
.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 {
    background-color: #3CB58A;
    color: #fff;
    column-gap: 10px;
}
.c-fixed-cta__mail img {
    width: 40px;
}


/* LINE */
.c-fixed-cta__line {
    background-color: #F6FADA;
    color: #040404;
}
.c-fixed-cta__line img {
    width: 48px;
}

/* メール・LINE共通 */
.c-fixed-cta__mail,
.c-fixed-cta__line {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 241px;
    width: 100%;
    column-gap: 10px;
}

.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-weight: 700;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .c-fixed-cta__inner {
        padding: 6px;
        column-gap: 6px;
    }

    .c-fixed-cta__button {
        line-height: 107%;
        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;
        row-gap: 4px;
        max-width: 100px;
        justify-content: space-between;
    }
    .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;
    }
}
@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;
    }
}


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

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

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

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

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

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

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

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

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

/* TSL-2749 LINEボタン削除 */
.c-cta__links-first .c-cta__links-item.--mail {
  font-size: 32px;
  padding: 16px;
}

.c-cta__links-first .c-cta__links-item.--mail img{
  width: 50px;
  height: auto;
}

.c-cta__links-first .c-cta__links-item-arrow::after{
  border-width:3px;
  width: 14px;
  height: 14px;
}

.c-fixed-cta__inner{
  justify-content: space-between;
}

.c-fixed-cta__tel{
  width: 50%;
}

.c-fixed-cta__tel-copy{
  font-size: 17px;
}

.c-fixed-cta__mail{
  max-width: none;
  width: 50%;
  flex-wrap: wrap;
}

.c-fixed-cta__mail-copy{
  font-size: 17px;
  width: 100%;
}

.c-fixed-cta__mail .c-fixed-cta__text{
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
  font-size: 17px;
}

.c-fixed-cta__mail .c-fixed-cta__text .--big{
  font-size: 24px;
}

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

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

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

  .c-fixed-cta__mail{
    flex-direction: column-reverse;
    justify-content: center;
  }

  .c-fixed-cta__mail img{
    order:1;
  }

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

  .c-fixed-cta__mail-copy{
    font-size: 10px;
    line-height: 1;
  }

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

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

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

        .c-fixed-cta__button{
          padding: 5px 6px 4px;
        }

  .c-cta__links-first .c-cta__links-item.--mail{
    font-size: 20px;
  }

  .c-cta__links-first .c-cta__links-item.--mail img{
    width: 28px;
    height: auto; 
  }

  .c-cta__links-first .c-cta__links-item-arrow::after{
    border-width: 2px;
    width: 10px;
    height: 10px;
  }
}