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

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

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

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

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

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

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

/* Reset box-model and set borders */

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

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

/* Document */

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

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

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

/* Sections */

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

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

body {
	margin: 0;
}

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

main {
	display: block;
}

/* Vertical rhythm */

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

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

/* Headings */

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

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

/* Lists (enumeration) */

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

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

/* Lists (definition) */

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

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

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

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

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

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

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

address {
	font-style: inherit;
}

/* Text-level semantics */

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

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

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

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

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

/**
 * Prevent vertical alignment issues.
 */

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

/* Interactive */

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

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

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

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

caption {
	text-align: left;
}

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

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

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

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

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

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

a:hover {
	opacity: 0.7;
}

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

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

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

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

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

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

.l-header__logo {
	width: 24rem;
}

.l-header__inner{
  display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 116.4rem;
    margin: 0 auto;
}

.l-header__nav {
  display: flex;
  gap: 1.6rem;
}

.l-header__nav-link {
  font-size: 1.4rem;
  font-weight: 700;
  width: 15.2rem;
  background: #EC674A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  gap: 0.8rem;
  border: 1px solid #EC674A;
  color: #fff;
}

.l-header__nav-link.--tel{
  background: #fff;
  color: #EC674A;
}

.l-header__nav-link img{
  width: 2rem;
}



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

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

/* inner1100px */

.l-main__inner {
	margin: 0 auto;
	max-width: 102.4rem;
	
	width: 90%;
}

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

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

.l-footer {
	padding: 9rem 0 16rem;
  padding: 4rem 0 16rem;
  margin-top: 11.6rem;
  background: #686868;
  color: #fff;
}

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

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

.l-footer__item {
	/* color: #6D6D6D; */
	font-size: 2.6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-heading {
	font-size: 4rem;
  font-weight: 700;
	position: relative;
	text-align: center;
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
  color: #333;
}

.c-heading::before,
.c-heading::after {
  content: "";
  display: block;
	background-color: #27A58C;
	border-radius: 4rem;
	width: 4rem;
  height: 0.4rem;
}

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

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

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

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

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

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

.c-accordion__title::before{
  content:"";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(../img/svg/faq_q.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 1.6rem;
}

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

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

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

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

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

.c-cta {
	padding: 5.6rem 0;
  background: linear-gradient(-8deg, #27A58C 22%, #1FD8B3 86%);
}

.c-cta--fv{
  padding-bottom:10rem ;
}

.c-cta__inner {
	margin: 0 auto;
	max-width: 102.4rem;
	padding: .6rem 4rem 2.4rem;
	width: 90%;
  background-color: #fff;
}

.c-cta--fv .c-cta__inner{
  padding-bottom: 5rem;
}

.c-cta__wrap {
	max-width: 94.4rem;
	align-items: center;
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
  row-gap: 4.4rem;
}

.c-cta--fv .c-cta__wrap{
  align-items: stretch;
}

.c-cta__heading {
	font-size: 2.4rem;
	text-align: center;
}

.c-cta__heading .--shokai{
  font-size: 4rem;
}

.c-cta__heading .--zero{
  font-size: 7rem;
  padding: 0 0.6rem;
  line-height: 1;
  color: #EC674A;
}

.c-cta__heading .--yen{
  font-size: 3.2rem;
  color: #EC674A;
}

.c-cta__heading .--underline {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-right: 0.8rem;
}

.c-cta__heading .--underline::before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background: #F3F73E;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  z-index: -1;
}

.c-cta__text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #898989;
  margin-top: 1.2rem;
}

.c-cta__button{
  position: relative;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .8rem;
  box-shadow: .6rem .6rem 0 rgba(0, 0, 0, 0.24);
}

.c-cta__button.--tel {
	position: relative;
  border: 2px solid #EC674A;
  width: 100%;
}

.c-cta--fv .c-cta__button.--tel{
  width: 48%;
}

.c-cta__button.--tel .c-cta__button-tel-number {
	font-size: 4rem;
  color: #EC674A;
	font-weight: 700;
}

.c-cta__button-tel-time {
  position: absolute;
  bottom: -3rem;
  font-size: 1.4rem;
}

.c-cta__button.--form{
  width: 48%;
  background-color: #EC674A;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}

.c-cta__button.--line {
  width: 48%;
  background-color: #06C755;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}

.c-cta__button-icon{
  width: 4rem;
  height: 4rem;
  margin-right: 1.2rem;
}

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

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

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

.p-fv__content {
	position: relative;
}

.p-fv__content-inner {
	left: 4.8rem;
	padding: 6.4rem 1rem 0;
	position: absolute;
	width: fit-content;
  top:50%;
  transform: translateY(-50%);
}

.p-fv__content-heading {
	font-size: 4rem;
	line-height: 210%;
}

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

.p-fv__content-heading--point{
  background-color: #27A58C;
  padding: 0 1.4rem 0.4rem 1.4rem;
}

.p-fv__content-heading--lawyer{
  color: #EF6A4B;
}

.p-fv__content-text{
  font-size: 2.2rem;
  color: #EF6A4B;
  border: 1px solid #27A58C;
  width: fit-content;
  padding: .5rem 1rem;
  border-radius: .5rem;
}

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

.p-fv__content-item {
	height: 19rem;
	width: 19rem;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.14));
  background: linear-gradient(90deg, #1FD8B3 0%, #27A58C 80%);
  border:0.3rem solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-fv__content-item-text{
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

.p-fv__content-item-text--02 {
  text-align: right;
}

.p-fv__content-item-text--01 span:nth-of-type(1){
  font-size: 1.8rem;
}

.p-fv__content-item-text--01 span:nth-of-type(2) {
  font-size: 3.2rem;
}

.p-fv__content-item-text--02 span:nth-of-type(1) {
  width: 4.2rem;
  display: inline-block;
  margin-right: .5rem;
  margin-top: 1rem;
}

.p-fv__content-item-text--02 span:nth-of-type(2) {
  font-size: 3.2rem;
}

.p-fv__content-item-text--03 span:nth-of-type(1) {
  width: 6.7rem;
  display: inline-block;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-fv__content-item-text--03 span:nth-of-type(2) {
  font-size: 3.2rem;
}



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

.p-worry {
  position: relative;
}

.p-worry::before{
  content: "";
  display: block;
  width: 25.5rem;
  height: 25.5rem;
  background: #f5f5f5;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.p-worry::after {
  content: "";
  display: block;
  width: 100%;
  height: 10rem;
  background: #f5f5f5;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -9.9rem;
}

.p-worry__heading{
  font-size: 5rem;
  text-align: center;
  line-height: 140%;
  position: relative;
  transform:translateY(-3rem);
}

.p-worry__heading .--point{
  font-size: 3rem;
}

.p-worry__container{
  position: relative;
  max-width: 68.7rem;
  width: 90%;
  margin: 12rem auto 0;
  transform: translateY(6rem);
  z-index: 10;
}

.p-worry__image{
  width: 47.7rem;
  position: absolute;
  top: -20.6rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-worry__icon{
  width: 3.4rem;
}

.p-worry__list{
  position: relative;
  background-color: #ECF9EF;
  box-shadow: 0.8rem 0.8rem 0.8rem 0 rgba(0,0,0,0.08);
  padding: 3.5rem 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-worry__item {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.p-worry__item-text {
  font-size: 2rem;
  font-weight: 500;
}


/* ============================
p-recommend
 ========================= */
.p-recommend {
  padding: 12rem 0 8rem;
}

.p-recommend__heading {
  font-size: 4rem;
  font-weight: 700;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.p-recommend__heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.8rem;
  background: #EF6A4B;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.p-recommend__wrap {
  margin-top: 4.7rem;
  padding-top: 6rem;
  position: relative;
}

.p-recommend__wrap::before {
  content: "";
  display: block;
  width: 97%;
  aspect-ratio: 994 / 398;
  background: #ECF9EF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.p-recommend__copy {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}

.p-recommend__copy .--point{
  color: #27A58C;
  font-size: 5.6rem;
}

.p-recommend__container {
  margin-top: 3.2rem;
}

.p-recommend__list {
  display: flex;
  gap: 4.5rem;
  align-items: stretch;
}

.p-recommend__item {
  border: 0.4rem solid #27A58C;
  background-color: #fff;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0.8rem 0.8rem 0.8rem 0 rgba(0,0,0,0.08);
}

.p-recommend__item-image {
  width: 9.6rem;
}

.p-recommend__content {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}

.p-recommend__content-title {
  font-size: 2.8rem;
}

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

/* ============================
p-merit
 ========================= */

.p-merit {
  padding: 8rem 0;
}

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

.p-merit__list {
  display: flex;
  justify-content: space-between;
}

.p-merit__item{
  width: 32rem;
  background-color: #fff;
  padding: 2.4rem;
  box-shadow: 0.8rem 0.8rem 0.8rem 0 rgba(0,0,0,0.08);
}
.p-merit__content{
  margin-top: 1.6rem;
}

.p-merit__content-title {
  font-size: 2.4rem;
  text-align: center;
  color: #27A58C;
  font-weight: 700;
  height: 6.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

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


/* ============================
p-case
 ========================= */

.p-case {
  padding: 8rem 0;
}

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

.p-case__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.p-case__item {
  position: relative;
  border: 0.2rem solid #27A58C;
  padding: 3rem 2.4rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.p-case__item-image {
  width: 10rem;
  flex-shrink: 0;
}

.p-case__item-title {
  background: #27A58C;
  color: #fff;
  font-size: 2.4rem;
  padding: 1rem 2.5rem;
  position: absolute;
  top: -2.3rem;
  left: -0.2rem;
  min-width: 74.5rem;
}

.p-case__item-text{
  font-size: 1.8rem;
  line-height: 160%;
}

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

.p-reason {
	padding: 7.2rem 0 8rem;
}

.p-reason__heading {
	font-size: 2.4rem;
	text-align: center;
}

.p-reason__heading .--big {
	font-size: 6.4rem;
  line-height: 170%;
}

.p-reason__heading .--point {
  font-size: 4rem;
}

.p-reason__list {
	display: flex;
  justify-content: space-between;
  margin-top: 6.4rem;
}

.p-reason__item {
  border: .4rem solid #27A58C;
  padding: 4rem 2.4rem 2.4rem 2.4rem;
  width: 31.4rem;
  position: relative;
}

img.p-reason__item-num {
  position: absolute;
  width: 4.4rem;
  left: 1.5rem;
  top: -4.6rem;
}

.p-reason__item-image {
  height: 8rem;
}

.p-reason__content {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

.p-reason__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}

.p-reason__text {
  font-size: 1.6rem;
  line-height: 160%;
}

/* ============================
p-service
 ========================= */

.p-service {
  padding: 8rem 0;
}

.p-service__inner{
  max-width:110rem;
  width: 90%;
  margin: 0 auto;
}

.p-service__wrapper{
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

.p-service__container{
  width: 47.3%;
}

.p-service__heading {
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.p-service__heading::after {
  display: block;
  content: "";
  width: 4rem;
  height: 0.4rem;
  border-radius: 4rem;
  background: #27A58C;
}

.p-service__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}

.p-service__item {
  background: #fff;
  border:0.2rem solid #27A58C;
  padding: 3rem 1.6rem 1.6rem 3.4rem;
  min-height: 18rem;
  position: relative;
}

.p-service__item:nth-child(n+2)::after{
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/svg/arrow--green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-service__item-number {
  position: absolute;
  background: #27A58C;
  font-size: 2rem;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5rem;
  top: -2rem;
  left: 1.6rem;
}

.p-service__item-title {
  font-size: 2rem;
  font-weight: 700;
  color: #27A58C;
  line-height: 180%;
}

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

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

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

.p-price__container {
  background: #fff;
  padding: 4rem;
  margin-top: 3.2rem;
}

.p-price__table {
  width: 100%;
  border: 2px solid #b6b6b6;
}

.p-price__table th,
.p-price__table td {
  width: 33.3%;
  text-align: center;
  vertical-align: middle;
}

.p-price__table-item {
  background: #e9e9e9;
  font-size: 2.4rem;
  padding: 0.9rem;
  border: 2px solid #b6b6b6;
  border-bottom: none;
}

.p-price__table-title {
  background: #27A58C;
  color: #fff;
  font-size: 2.4rem;
  padding: 2.4rem 0;
  border-bottom: 2px solid #fff;
}

.p-price__table tr:last-child .p-price__table-title {
  border-bottom: 2px solid #b6b6b6;
}

.p-price__table-price {
  background: #ECF9EF;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 2px solid #b6b6b6;
  border-right: 2px solid #b6b6b6;
  line-height: 100%;
}

.p-price__table-price span {
  font-size: 1.2rem;
  font-weight: 400;
}

.p-price__table-reward {
  font-size: 2.5rem;
  font-weight: 700;
  border-bottom: 2px solid #b6b6b6;
}

.p-price__attention {
  margin-top: 2.4rem;
  font-size: 2rem;
}

.p-price__attention-item {
  font-size: 1.6rem;
  line-height: 160%;
}

.p-price__attention-content {
  margin-top: 0.8rem;
}

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

.p-flow {
	padding: 8rem 0 7.2rem;
}

.p-flow__container{
  margin-top: 5.6rem;
}

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

.p-flow__item {
  width: 22%;
  border: 0.3rem solid #27A58C;
  position: relative;
  padding: 4rem 1.3rem;
}

.p-flow__item:nth-child(n+2)::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/svg/arrow--gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -3.4rem;
  transform: translateY(-50%) rotate(-90deg);
}

.p-flow__item-num {
  position: absolute;
  width: 3rem;
  top: -2.8rem;
  left: 1.6rem;
}

.p-flow__item-title {
  font-size: 2rem;
  text-align: center;
  line-height: 140%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-regain__wrap {
	position: relative;
}

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

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

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

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

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

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

/* .p-faq__inner {
	margin: 0 auto;
	max-width: 102.4rem;
	padding: 0 3rem;
	width: 90%;
} */

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

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

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

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

/* .p-access__inner {
	margin: 0 auto;
	max-width: 107.2rem;
	padding: 0 3rem;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-access__panel-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 #27A58C;
	border-radius: 100rem;
	font-size: 3.2rem;
	line-height: 160%;
	margin: 0 auto;
	max-width: 44rem;
	padding: 1rem 0.8rem 1.1rem;
	position: relative;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.p-access__panel-office-table tr {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 2.4rem 0;
	row-gap: 0.8rem;
}

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

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

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

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

.sec13 {
  padding-top: 6.4rem;
}

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

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

.form {
	margin: 0 auto;
  margin-top: 4rem;
	max-width: 90rem;
  width: 90%;
}

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

.form-desc a {
	display: inline;
}

.form-box__content a {
	display: inline;
}

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

.adlp-floating {
	background: rgba(255, 255, 255, 0.9);
	bottom: 0;
	left: 0;
	padding: 1.2rem 0;
	position: fixed;
	right: 0;
	z-index: 10;
}

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

.adlp-floating_btn_1 {
	position: relative;
	width: 45.7rem;
  border-radius: 4px;
  overflow: hidden;
}

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

.adlp-floating_btn_2 {
	width: 26.6rem;
}

.adlp-floating_btn_3 {
	width: 26.6rem;
}

/* 送信完了 */

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-bg--green {
	background: #32A681;
}

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

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

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

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

.u-bg--Ggreen {
	background: linear-gradient(-8deg, #27A58C 22%, #1FD8B3 86%);
}

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

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

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

html {
	font-size: 0.7320644217vw;
}

}

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

html {
	font-size: 10px;
}

}

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

.p-fv__content-inner {
	left: 8%;
}

}

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

html {
	font-size: 2.6666666667vw;
}

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

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

.l-header {
	padding: 1.6rem;
  border-bottom:1px solid #E5E7EB;
}

.l-header__inner{
  width: 100%;
}

.l-header__logo {
	width: 16rem;
}

.l-footer {
	padding: 1.6rem 0 10rem;
  margin-top: 4rem;
}

.l-footer__list {
	flex-direction: column;
  row-gap: 1.6rem;
}

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

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

.c-heading{
  font-size: 2.8rem;
  line-height: 1.3;
  gap: 1.6rem;
}

.c-heading::before,
.c-heading::after{
  width: 3.2rem;
}

.c-accordion{
  row-gap:1.6rem;
}

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

.c-accordion__title {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	font-size: 1.8rem;
	padding: 1.6rem 0;
  line-height: 1.4;
}

.c-accordion__title::before{
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0;
}

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

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

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

.c-cta--fv{
  padding-bottom: 6.4rem;
}

.c-cta__inner {
	padding: 2.1rem 1.8rem 2rem;
}

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

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

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

.c-cta__heading {
	font-size: 2.1rem;
  line-height: 1.5;
	/* left: 50%;
	margin-bottom: 2.3rem;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 0.5rem 0.8rem 0.7rem;
	position: relative;
	right: 50%;
	width: 100vw; */
}

.c-cta__heading .--underline{
  margin-right: 0;
}

.c-cta__heading .--underline::before{
  bottom:0.7rem;
}

.c-cta__heading .--shokai{
  font-size: 3.5rem;
}

.c-cta__heading .--shokai:nth-child(2){
  display: none;
}

.c-cta__heading .--zero{
  font-size: 5.5rem;
}

.c-cta__text{
  margin-top: 0.6rem;
}

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

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

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

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

.c-cta__button{
  padding: 1.6rem 0;
}

.c-cta__button-icon{
  width: 3.2rem;
  height: 3.2rem;
}

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

.c-cta--fv .c-cta__inner{
  padding-bottom: 2.4rem;
}

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

.c-cta__button.--form,
.c-cta__button.--line{
  width: 100%;
  font-size: 1.8rem;
}

.c-cta__button.--form{
  margin-top: 4rem;
}

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

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

.p-fv__content-inner {
	align-items: center;
	bottom: auto;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
	left: auto;
	top: auto;
	transform: none;
  padding: 1.8rem 2rem 3.2rem;
  width: 100%;
}

.p-fv__content-heading {
	font-size: 2.2rem;
  text-align: center;
  line-height: 1.5;
}

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

.p-fv__content-heading .p-fv__content-heading--point.--big {
  background-color: #27A58C;
  padding: 0 .4rem;
  font-size: 3.7rem;
  line-height: 1.9;
}

.p-fv__content-text{
  font-size: 1.5rem;
  background-color: #fff;
  margin-top: 0.8rem;
}

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

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

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

.p-fv__content-item-text--01 span:nth-of-type(1){
  font-size: 1rem;
}

.p-fv__content-item-text--01 span:nth-of-type(2){
  font-size: 1.8rem;
}

.p-fv__content-item-text--02 span:nth-of-type(1){
  width: 2.4rem;
  margin-top: 0.5rem;
}

.p-fv__content-item-text--02 span:nth-of-type(2) {
  font-size: 1.8rem;
}

.p-fv__content-item-text--03 span:nth-of-type(1){
  width: 3.8rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.p-fv__content-item-text--03 span:nth-of-type(2){
  font-size: 1.8rem;
}

.p-worry::before{
  width: 13.7rem;
  height: 13.7rem;
}

.p-worry::after{
  height: 3rem;
  bottom:-2.9rem;
}

.p-worry__image{
  width: 33rem;
  top:-14rem;
}

.p-worry__heading{
  font-size: 2.8rem;
}
.p-worry__heading .--point {
  font-size: 1.8rem;
}

.p-worry__list{
  padding: 2.4rem 1.6rem;
  gap:1.2rem
}

.p-worry__item-text {
  font-size: 1.8rem;
  line-height: 1.4;
}

.p-worry__item{
  align-items: flex-start;
  gap: 1.2rem;
}

.p-worry__icon {
  width: 2.2rem;
  margin-top: 0.3rem;
}

.p-worry__container{
  transform: none;
}

.p-recommend{
  padding: 4rem 0;
  overflow:hidden;
}

.p-recommend__list{
  flex-direction: column;
  gap: 2rem;
}

.p-recommend__heading{
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: #EF6A4B;
  text-decoration-thickness: 0.5rem;
  text-underline-offset:0;
}

.p-recommend__heading::before{
  display: none;
}

.p-recommend__copy{
  font-size: 1.9rem;
  line-height: 1.4;
}

.p-recommend__copy .--point {
  font-size: 2.6rem;
}

.p-recommend__wrap {
  margin-top: 2.6rem;
  padding-top: 5rem;
}

.p-recommend__wrap::before{
  width: 99.4rem;
  aspect-ratio: 994/694;
}

.p-recommend__item{
  padding: 2.4rem;
}

.p-recommend__content{
  gap: 1.6;
}

.p-recommend__content-title{
  font-size: 2rem;
}

.p-recommend__content-text{
  font-size: 1.5rem;
  line-height: 1.7;
}

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

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

.p-merit__content-title{
  font-size: 2rem;
  height: auto;
  line-height: 1.4;
}

.p-merit__list{
  flex-direction: column;
  gap:3.2rem ;
}

.p-merit__item{
  width: 100%;
}


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

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

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

.p-reason__heading .--point{
  font-size: 2.8rem;
}

.p-reason__list{
  margin-top: 4.6rem;
  flex-direction: column;
  gap: 4.8rem;
}

.p-reason__item{
  width: 100%;
  padding: 3.2rem 2.4rem;
}

.p-reason__title{
  font-size: 2rem;
}

.p-reason__text{
  font-size: 1.5rem;
  line-height: 170%;
}

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

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

.p-case__list{
  gap: 2.4rem;
}

.p-case__item{
  flex-direction: column;
  padding: 0;
  gap: 1.6rem;
}

.p-case__item-title{
  min-width: auto;
  position: relative;
  top: auto;
  left: auto;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 1.2rem 1.6rem;
}

.p-case__item-text {
  padding: 1rem 2.4rem 2.4rem 2.4rem;
  font-size: 1.5rem;
  line-height: 170%;
}

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

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

.p-service__container {
  width: 100%;
}

.p-service__heading{
  font-size: 2rem;
}

.p-service__heading::after{
  width: 3.2rem;
}

.p-service__item{
  padding: 3rem 1.6rem 1.6rem 1.6rem;
  min-height: auto;
}

.p-service__item-number{
  font-size: 1.8rem;
  padding: 0.6rem 1.6rem;
}

.p-service__item-title{
  font-size: 1.8rem;
  line-height: 1.4;
}

.p-service__item-text{
  font-size: 1.5rem;
  line-height: 1.7;
}

.p-service__item:nth-child(n+2)::after{
  top:-3.4rem;
}

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

.p-price__container{
  background: transparent;
  padding: 0;
}

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

.p-price__table th,
.p-price__table td{
  width: auto;
}

th.p-price__table-title{
  font-size: 1.6rem;
  width: 28%;
}

td.p-price__table-price{
  width: 36%;
  font-size: 1.6rem;
}

.p-price__table-price span {
  font-size: 1rem;
  line-height: 1;
}

td.p-price__table-reward{
  width: 36%;
  font-size: 1.6rem;
}

.p-price__attention {
  margin-top: 3.2rem;
}

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



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

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

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

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

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

.p-flow__item {
  padding: 2.4rem 1.6rem;
	width: 100%;
}

.p-flow__item:nth-child(n+2)::after{
  top: -4.4rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-flow__item-text {
	font-size: 1.5rem;
  line-height: 170%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-access .c-heading {
  white-space: nowrap;
}

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

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

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

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

.p-access__tabs-item {
	font-size: 1.4rem;
	padding: 0.8rem 0.9rem 0.7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.p-access__panel-description {
	font-size: 1.5rem;
	line-height: 160%;
  margin-top: 0.8rem;
}

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

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

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

.p-access__panel-office-table tr {
  border-bottom: 0.1rem solid #DFDFDF;
}

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

.p-access__panel-office-table td {
  font-size: 1.5rem;
}

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

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

/* .form {
	margin: 0 auto;
	width: 90vw;
} */

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

.adlp-floating {
	padding: 0.5rem 0;
}

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

.adlp-floating_btn_1 {
	width: 18.7rem;
}

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

.adlp-floating_btn_2 {
	width: 8.4rem;
}

.adlp-floating_btn_3 {
	width: 8.4rem;
}

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

}

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

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

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

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

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

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

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

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

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

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

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

.popup-link {
  max-width: 300px;
  background-color: #fff;
  margin: auto;
  display: flex;
  padding: 11px;
  padding-left: 40px;
  width: 90%;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50px;
  position: absolute;
  bottom: 98px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  color: #000;
  text-decoration: none;
  box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.24);
  gap:8px;
}

.popup-link:nth-child(2){
  bottom:32px;
  font-size: 20px;
  gap:10px;
}


.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;
}

.popup-link::before{
  content:"";
  display: block;
  background-image: url(../img/common/popup_tel.webp);
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.popup-link.--line::before{
  width: 32px;
  height: 31px;
  background-image: url(../img/common/popup_line.webp);
}

@media screen and (max-width: 768px) {
.popup-link{
  width: 238px;
  font-size: 16px;
  padding-left: 37px;
  bottom:80px;
}

.popup-link:nth-child(2){
  font-size: 16px;
  padding: 10px;
  padding-left: 36px;
  bottom:24px;
}

.popup-link::before{
  width: 20px;
  height: 20px;
}

.popup-link.--line::before{
  width: 25px;
  height: 24px;
}

.exit-popup {
  width: 300px;
  height: 328px;
  background-image: url(../img/common/popup-bg_sp.webp);
}
}

