/*================================================================
Chrome/Firefox/Edge/Safariなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/

/* アウトラインチェッカー */

/*
* {
  outline: 2px solid blue;
}
*/

*,
::before,
::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

img {
	height: auto;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none !important;
}

button {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

html {
	font-size: 1px;
}

body {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif; /* プロポーショナルメトリクスを有効にする指定 */
	font-feature-settings: "palt" 1;
	font-size: 18rem;
	font-weight: 600;
}

.spbr {
	display: none;
}

.tabbr {
	display: none;
}

.pcbr {
	display: block;
}

.l-inner {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 160rem;
}

.l-header {
	background: rgba(255, 248, 238, 0.7);
	height: 80rem;
	width: 100%;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	left: 0;
	position: fixed;
	top: 0;
	z-index: 29;
}

.l-header__inner {
	padding: 0 40rem;
}

.l-fv {
	background: #fff8ee;
	height: auto;
	margin-top: 80rem;
	overflow: hidden;
	position: relative;
	z-index: -1;
}

.l-fv__inner {
	max-width: 100%;
	padding: 0;
}

.l-top {
	background: #fff8ee;
	height: auto;
	overflow: hidden;
	padding-top: 48rem;
	position: relative;
	width: 100%;
}

.l-top__solution-inner {
	max-width: 100%;
	padding: 0;
}

.l-service {
	background-color: #fff;
	position: relative;
	z-index: 4;
}

.l-service__inner {
	padding-bottom: 36rem;
}

.l-service__bottom-inner {
	max-width: 100%;
	padding: 0;
}

.l-consul {
	background: #fff8ee;
	height: auto;
	overflow: hidden;
	padding-bottom: calc(2.2708333333vw + 80rem);
	position: relative;
}

.l-consul__inner {
	padding: 0 160rem;
}

.l-consul__kaizen-inner {
	max-width: 100%;
	padding: 0;
}

.l-faq {
	background: #fff8ee;
	overflow: hidden;
	padding-bottom: 100rem;
	padding-top: calc(2.2708333333vw + 124rem);
	position: relative;
}

.l-wave-cta {
	height: auto;
	margin-bottom: -2.2708333333vw;
	margin-top: -2.2708333333vw;
	width: 100%;
}

.l-wave-cta__inner {
	max-width: 100%;
	padding: 0;
}

.l-support__inner {
	max-width: 100%;
	padding: 0;
}

.l-contact {
	margin-top: -100rem;
	padding-bottom: 62rem;
}

.l-contact__inner {
	padding: 0 350rem;
}

.l-contact__top-wave {
	height: 100rem;
	max-width: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}

.l-footer {
	background: #222;
}

.l-footer__inner {
	max-width: 100%;
	padding: 24rem 40rem;
}

.l-toptop-wrap.-n2 {
	display: flex;
}

.l-toptop-wrap.-n1 {
	display: none;
}

.c-button__online {
	align-items: center;
	background: linear-gradient(90deg, #f4ab9a 0%, #f44444 49.5%);
	background-position: 100% 0;
	background-size: 200% 100%;
	border-radius: 100rem;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	color: #ffffff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.4rem;
	line-height: 18rem;
	padding: 21rem 15.5rem;
	transition: background-position 200ms linear;
}

.c-button__online:hover {
	background-position: 0 0;
}

.c-button__online.-l { /* btn-shadow */
	box-shadow: 3rem 3rem 6rem 0rem rgba(179, 132, 94, 0.6);
	flex-direction: column;
	height: 126rem;
	padding: 0;
	row-gap: 5rem;
	width: 736rem;
}

.c-button__online.-l::after {
	background: url("/assets/lp-consultation/img/right-arrow.svg") no-repeat center center/contain;
	content: "";
	height: 23rem;
	position: absolute;
	right: 22rem;
	top: 50%;
	transform: translateY(-50%);
	width: 23rem;
}

.c-title__body {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32rem;
	font-weight: 600;
	line-height: 52.6rem;
	text-align: center;
}

.c-title__top {
	background: linear-gradient(90deg, #f38c38 0%, #ccdc34 100%);
	background-clip: text;
	font-family: "Montserrat", sans-serif;
	font-size: 80rem;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 1.6rem;
	line-height: 80rem;
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 4;
}

.c-button__title-l {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40rem;
	font-weight: 600;
	letter-spacing: 1.2rem;
	line-height: 1.35;
	text-align: center;
}

.c-button__title-s {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	letter-spacing: 0.54rem;
	line-height: 1.5;
	padding-left: 17rem;
	padding-right: 17rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button__title-s::before {
	background: transparent url("/assets/lp-consultation/img/left_hand.svg") no-repeat bottom center;
	bottom: 4rem;
	content: "";
	display: block;
	height: 18rem;
	left: 0;
	position: absolute;
	width: 12rem;
}

.c-button__title-s::after {
	background: transparent url("/assets/lp-consultation/img/right_hand.svg") no-repeat bottom center;
	bottom: 4rem;
	content: "";
	display: block;
	height: 18rem;
	position: absolute;
	right: 0;
	width: 12rem;
}

/* .wpcf7-form-control-wrap {
	display: block;
	height: auto;
	margin: 0 auto;
	text-align: center;
	width: calc(100% - 192rem);
} */

.wpcf7-list-item-label {
	color: #222222;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	line-height: 1.3;
	padding-left: 39rem;
	position: relative;
}

.wpcf7-list-item-label::before {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	content: "";
	display: block;
	height: 29rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 29rem;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
	border-radius: 6rem;
}

.wpcf7-acceptance .wpcf7-list-item input:checked + span::after {
	background: transparent url("/assets/lp-consultation/img/contact_check.svg") center center/contain no-repeat;
	height: 29rem;
	left: 0;
	width: 29rem;
}

.wpcf7-list-item input:checked + span::after {
	background: #828282;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	content: "";
	display: block;
	height: 19rem;
	left: 5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 19rem;
}

.wpcf7-not-valid-tip {
	color: #f44444 !important;
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 18rem !important;
	font-weight: 600 !important;
	height: auto;
	line-height: 1.3;
	margin-top: 16rem;
	text-align: left;
	width: 100%;
}

.wpcf7-response-output {
	border: none !important;
	color: #f44444 !important;
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 18rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.18rem !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

.p-header__button {
	font-weight: 700;
	letter-spacing: 0.54rem;
}

.p-header__logo img {
	height: 61rem;
	width: 80rem;
}

.p-header__nav {
	display: flex;
}

.p-header__nav-link {
	color: #222222;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14rem;
	font-weight: 600;
	height: 36rem;
	letter-spacing: 0.42rem;
	line-height: 36rem;
	padding: 0 16rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-header__nav-link:not(:last-child) {
	border-right: solid 1rem #f4ab9a;
}

.p-header__nav-wrap {
	display: flex;
	height: 100%;
	-moz-column-gap: 24rem;
	align-items: center;
	column-gap: 24rem;
}

.p-header__wrap {
	align-items: start;
	display: flex;
	height: 80rem;
	justify-content: space-between;
}

.p-fv__dummy {
	background-color: lightgray;
	height: 547rem;
	width: 100%;
}

.p-top__problem-heading {
	align-items: center;
	background-color: #ffffff;
	border-radius: 50rem;
	box-shadow: 0px 0px 8rem 0px rgba(0, 0, 0, 0.15);
	color: #222222;
	color: #222222;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1.5;
	padding: 10rem 0;
	text-align: center;
}

.p-top__problem-heading.-fv {
	display: none;
}

.p-top__problem-heading.-top {
	display: flex;
}

.p-top__problem-item.-fv {
	display: none;
}

.p-top__problem-item.-top {
	display: block;
}

.p-top__problem-list {
	display: flex;
	flex-direction: column;
}

.p-top__problem-list.-fv {
	display: none;
}

.p-top__problem-text {
	border-bottom: #4f4f4f 1rem solid;
	color: #222222;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	letter-spacing: 0.8rem;
	line-height: 1.3;
	padding-bottom: 14.5rem;
	padding-left: 40rem;
	padding-top: 22.5rem;
	position: relative;
}

.p-top__problem-text::before {
	background-color: #4f4f4f;
	background-image: url("/assets/lp-consultation/img/check.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	content: "";
	height: 30rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30rem;
}

.p-top__problem-wrap {
	display: flex;
	flex-direction: column;
	position: relative;
	row-gap: 26rem;
	width: 100%;
	z-index: 1;
}

.p-top__solution-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	left: 50%;
	position: absolute;
	row-gap: 44rem;
	top: 334rem;
	transform: translateX(-50%);
}

.p-top__solution-wrap {
	height: 918rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-top__solution-img {
	display: block;
	height: 30rem;
}

.p-top__solution-img.-l1 {
	width: 515rem;
}

.p-top__solution-img.-l2 {
	width: 415rem;
}

.p-top__solution-img.-l3 {
	width: 452rem;
}

.p-top__circle {
	border-radius: 50%;
	display: block;
	left: 50%;
	opacity: 0.2;
	position: absolute;
	z-index: 1;
}

.p-top__circle.-n1 {
	background-color: #f4ab9a;
}

.p-top__circle.-n2 {
	background-color: #e2b93b;
}

.p-top__circle.-n3 {
	background-color: #f44444;
}

.p-top__circle.-sp {
	display: none;
}

.p-top__circle.-tab {
	display: none;
}

.p-top__circle.-pc.-n1 {
	height: 260rem;
	top: 82rem;
	transform: translateX(236rem);
	width: 260rem;
}

.p-top__circle.-pc.-n2 {
	height: 200rem;
	top: 175rem;
	transform: translateX(-473rem);
	width: 200rem;
}

.p-top__circle.-pc.-n3 {
	height: 140rem;
	top: 430rem;
	transform: translateX(-554rem);
	width: 140rem;
}

.p-top__circle.-sp.-n1 {
	bottom: auto;
	height: 130rem;
	top: 89rem;
	transform: translateX(119rem);
	width: 130rem;
}

.p-top__circle.-sp.-n2 {
	bottom: auto;
	height: 100rem;
	top: 376rem;
	transform: translateX(-221rem);
	width: 100rem;
}

.p-top__circle.-sp.-n3 {
	bottom: auto;
	height: 70rem;
	top: 476rem;
	transform: translateX(-113rem);
	width: 70rem;
	z-index: 100;
}

.p-top__circle.-tab.-n1 {
	height: 170rem;
	top: 108rem;
	transform: translateX(170rem);
	width: 170rem;
}

.p-top__circle.-tab.-n2 {
	height: 100rem;
	top: 397rem;
	transform: translateX(-360rem);
	width: 100rem;
}

.p-top__circle.-tab.-n3 {
	height: 47rem;
	top: 487rem;
	transform: translateX(-250rem);
	width: 47rem;
}

.p-top__img {
	position: absolute;
	z-index: 3;
}

.p-top__img.-left {
	height: 357rem;
	right: 50%;
	top: 51rem;
	transform: translateX(-320rem);
	width: 400rem;
}

.p-top__img.-left img {
	border-radius: 0 300rem 300rem 0;
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	object-position: right center;
}

.p-top__img.-right {
	height: 468rem;
	left: 50%;
	top: 222rem;
	transform: translateX(304rem);
	width: 416rem;
}

.p-top__img.-right img {
	border-radius: 300rem 0 0 300rem;
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	object-position: right center;
}

.p-top__img.-bottom {
	height: 256rem;
	left: 50%;
	top: 592rem;
	transform: translateX(-368rem);
	width: 387rem;
}

.p-top__img.-bottom img {
	border-radius: 187.5rem;
	display: block;
	height: 100%;
	width: 100%;
}

.p-top__img.-left-sp {
	display: none;
	height: 177rem;
	left: 0;
	top: 21rem;
	transform: translateX(-177rem);
	width: 214rem;
}

.p-top__img.-left-sp img {
	border-radius: 0 250rem 250rem 0;
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	object-position: right center;
}

.p-top__img.-right-sp {
	display: none;
	height: 232rem;
	right: 0;
	top: 413rem;
	transform: translateX(200rem);
	width: 200rem;
}

.p-top__img.-right-sp img {
	border-radius: 250rem 0 0 250rem;
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	object-position: right center;
}

.p-top__img.-bottom-sp {
	display: none;
	height: 128rem;
	left: -61rem;
	top: 588rem;
	transform: translateX(-133rem);
	width: 194rem;
}

.p-top__img.-bottom-sp img {
	border-radius: 94rem;
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	object-position: right center;
}

.p-top__img.-left-tab {
	display: none;
}

.p-top__img.-right-tab {
	display: none;
	height: 221rem;
	right: 0;
	top: 447rem;
	transform: translateX(308rem);
	width: 248rem;
}

.p-top__img.-right-tab img {
	border-radius: 0 330rem 330rem 0;
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	border-radius: 325.916px 0px 0px 325.916px;
	object-position: right center;
}

.p-top__img.-bottom-tab {
	bottom: 0;
	display: none;
	height: 167rem;
	left: 40rem;
	width: 253rem;
}

.p-top__img.-bottom-tab img {
	border-radius: 0 330rem 330rem 0;
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	border-radius: 122.219px;
	object-position: center center;
}

.p-top__solution-bottom {
	height: 100rem;
	left: 0;
	position: absolute;
	top: 820rem;
	width: 100%;
}

.p-top__solution-bottom img {
	display: block;
	-o-object-fit: fill;
	background-color: transparent;
	height: 100%;
	object-fit: fill;
	position: relative;
	width: 100%;
	z-index: 4;
}

.p-service__bottom {
	background-color: #fff8ee;
	height: 100rem;
}

.p-service__bottom img {
	-o-object-fit: fill;
	height: 100%;
	object-fit: fill;
	position: relative;
	width: 100%;
	z-index: 4;
}

.p-service__card {
	display: flex;
	flex-direction: column;
	row-gap: 17.5rem;
	width: calc((100% - 64rem) / 3);
}

.p-service__card img {
	display: block;
	height: 223rem;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 12rem;
	object-fit: cover;
}

.p-service__card-text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	letter-spacing: 0.18rem;
	line-height: 27rem;
	text-align: center;
}

.p-service__cards-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 32rem;
	padding-top: 36rem;
}

.p-service__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24rem;
	font-weight: 600;
	line-height: 24rem;
	text-align: center;
}

.p-service__title-body {
	margin-top: -15rem;
}

.p-service__title-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-top: 32rem;
	row-gap: 10rem;
}

.p-consul__content-item {
	width: calc((100% - 32rem) / 2);
}

.p-consul__content-list {
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 32rem;
	column-gap: 32rem;
}

.p-consul__content-text {
	border-bottom: #4f4f4f 1rem solid;
	color: #222222;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	line-height: 23.4rem;
	padding-bottom: 16rem;
	padding-left: 40rem;
	padding-top: 22.5rem;
	position: relative;
}

.p-consul__content-text::before {
	background-color: #4f4f4f;
	background-image: url("/assets/lp-consultation/img/check.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	content: "";
	height: 30rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30rem;
}

.p-consul__content-wrap {
	display: flex;
	flex-direction: column;
	padding-top: 36.25rem;
	row-gap: 40.25rem;
	width: 100%;
}

.p-consul__title-wrap {
	padding-top: 120rem;
}

.p-consul__card {
	position: relative;
	width: calc((100% - 26rem) / 2);
}

.p-consul__card-text {
	align-items: center;
	background: linear-gradient(90deg, rgba(243, 140, 56, 0.3) 0%, rgba(244, 68, 68, 0.3) 100%);
	border-radius: 120rem;
	color: #222222;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24rem;
	font-weight: 600;
	height: auto;
	height: 295rem;
	left: 0;
	line-height: 36rem;
	margin-bottom: auto;
	margin-top: 0;
	padding: 95rem 48rem;
	position: absolute;
	top: 0;
	width: 295rem;
}

.p-consul__cards-wrap {
	display: flex;
	height: 343rem;
	width: 100%;
	-moz-column-gap: 26rem;
	column-gap: 26rem;
	justify-content: center;
	position: relative;
}

.p-consul__card-img {
	border-radius: 120rem;
	display: block;
	height: 295rem;
	position: absolute;
	right: 0;
	top: 24rem;
	width: 295rem;
}

.p-fv__button {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 26rem;
	font-weight: 600;
	height: 70rem;
	letter-spacing: 0.78rem;
	line-height: 22rem;
	position: absolute;
	right: 922rem;
	top: 554rem;
	transform: translateX(0);
	width: 356rem;
	z-index: 5;
}

.p-fv__button::after {
	background: url("/assets/lp-consultation/img/right-arrow.svg") no-repeat center center/contain;
	content: "";
	height: 14rem;
	position: absolute;
	right: 20rem;
	top: 50%;
	transform: translateY(-696rem);
	width: 16rem;
}

.p-fv__heading {
	display: block;
	height: 48rem;
	position: relative;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-fv__heading.-l1 {
	width: 539rem;
}

.p-fv__heading.-l2 {
	width: 309rem;
}

.p-fv__heading.-l3 {
	width: 402rem;
}

.p-fv__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16rem;
	font-weight: 600;
	letter-spacing: 0.48rem;
	line-height: 1.8;
	position: absolute;
	right: 74rem;
	top: 332rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-fv_wrap {
	display: flex;
	height: 546rem;
	justify-content: center;
	width: 100%;
}

.p-fv__heading-wrap {
	align-items: center;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50rem;
	display: flex;
	height: 76rem;
	justify-content: center;
	padding: 14rem 24rem;
	position: absolute;
}

.p-fv__heading-wrap.-l1 {
	right: -76rem;
	top: 59rem;
}

.p-fv__heading-wrap.-l2 {
	right: 188rem;
	top: 135rem;
}

.p-fv__heading-wrap.-l3 {
	right: 28rem;
	top: 211rem;
}

.p-fv__img {
	border-radius: 80rem;
	display: block;
	height: 545rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	position: relative;
	z-index: 3;
}

.p-fv__left-part {
	position: relative;
	width: 44.44%;
	z-index: 4;
}

.p-fv__right-part {
	width: 55.56%;
}

.p-fv__mix-blend {
	background: radial-gradient(46.41% 46.41% at 49.88% 49.47%, #fbcc83 0%, #fff 100%);
	height: 498rem;
	left: 50%;
	mix-blend-mode: multiply;
	position: absolute;
	top: 38rem;
	transform: translateX(-973rem);
	width: 498rem;
	z-index: 0;
}

.p-top__mix-blend {
	left: 50%;
	position: absolute;
	z-index: 0;
}

.p-top__mix-blend.-pc1 {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 171, 154, 0.25) 0%, rgba(255, 248, 238, 0.25) 100%);
	height: 755rem;
	left: 50%;
	top: -218rem;
	transform: translateX(-56rem);
	width: 755rem;
	z-index: 0;
}

.p-top__mix-blend.-pc2 {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 68, 68, 0.25) 0%, rgba(255, 248, 238, 0.25) 100%);
	height: 1042rem;
	left: 50%;
	top: 801rem;
	transform: translateX(-4rem);
	width: 1042rem;
	z-index: 0;
}

.p-consul__mix-blend {
	left: 50%;
	mix-blend-mode: multiply;
	position: absolute;
	z-index: 0;
}

.p-consul__mix-blend.-pc {
	background: radial-gradient(50% 50% at 50% 50%, rgba(227, 144, 144, 0.4) 0%, rgba(255, 248, 238, 0.4) 100%);
	height: 1042rem;
	mix-blend-mode: normal;
	top: 120rem;
	transform: translateX(56rem);
	width: 1042rem;
}

.p-consul__kaizen-title {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32rem;
	font-weight: 600;
	line-height: 1.3;
}

.p-consul__kaizen-title.-teian {
	background-color: #fff;
	border-radius: 50rem;
	color: #222222;
	height: 44rem;
	line-height: 1;
	margin-top: 4rem;
	padding: 0 14rem 2rem;
}

.p-consul__kaizen-title-wrap {
	align-items: center;
	background: linear-gradient(90deg, #f4ab9a 0%, #f38c38 100%);
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	height: 84rem;
	justify-content: center;
	margin-top: 40.25rem;
	position: relative;
	z-index: 1;
	-moz-column-gap: 6rem;
	column-gap: 6rem;
}

.p-consul__kaizen-title-wrap.-sp {
	display: none;
}

.p-consul__kaizen {
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	width: calc((100% - 18rem) / 3);
	z-index: 3;
}

.p-consul__kaizen img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-consul__kaizens {
	display: flex;
	flex-wrap: wrap;
	gap: 9rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40rem;
	width: 828rem;
}

.p-consul__kaizen-comment {
	margin-left: auto;
	margin-right: auto;
	margin-top: 31rem;
	width: 618rem;
}

.p-consul__kaizen-comment-text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 400;
	letter-spacing: 0.18rem;
	line-height: 1.7;
	text-align: center;
}

.p-consul__kaizen-button {
	align-items: center;
	background: #ccdc34;
	border-radius: 16rem;
	box-shadow: 3px 5px 12px 0px #7ba353;
	color: #222222;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24rem;
	font-weight: 600;
	height: 80rem;
	line-height: 36rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	padding: 0 32rem 0 81rem;
	position: relative;
	transition: all 200ms linear;
	width: -moz-fit-content;
	width: fit-content;
}

.p-consul__kaizen-button::before {
	background: url("/assets/lp-consultation/img/download.svg") no-repeat center center/contain;
	content: "";
	height: 33rem;
	left: 32rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 33rem;
}

.p-consul__kaizen-button:hover {
	background: #e2b93b;
	box-shadow: 3px 5px 12px 0px #a38353;
}

.p-faq__content {
	background-color: #fff;
	border-radius: 30rem;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 14rem 20rem;
	position: relative;
	row-gap: 8rem;
}

.p-faq__content::before {
	background: #222222;
	content: "";
	display: block;
	height: 3rem;
	position: absolute;
	right: 20rem;
	top: 24rem;
	width: 20rem;
}

.p-faq__content::after {
	background: #222222;
	content: "";
	display: block;
	height: 3rem;
	position: absolute;
	right: 20rem;
	top: 24rem;
	transition: all 200ms linear;
	width: 20rem;
}

.p-faq__content.hide::after {
	transform: rotate(90deg);
}

.p-faq__content-heading {
	color: #222222;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	line-height: 1.3;
	padding-left: 35rem;
	position: relative;
}

.p-faq__content-heading::before {
	background: #fff url("/assets/lp-consultation/img/Q.svg") no-repeat center center/contain;
	content: "";
	display: block;
	height: 27rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 19rem;
}

.p-faq__content-text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 400;
	letter-spacing: 0.18rem;
	line-height: 1.7;
	padding-left: 35rem;
}

.p-faq__content-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 22rem;
	row-gap: 16rem;
}

.p-faq__title-body {
	margin-top: 12rem;
}

.p-faq__title-top {
	height: 86rem;
	margin-top: 16rem;
}

.p-wave-cta__bottom-wrap {
	background: transparent url("/assets/lp-consultation/img/online_wave_lower.svg") bottom center/cover no-repeat;
	height: 2.2708333333vw;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-wave-cta__button {
	bottom: 6rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 5;
}

.p-wave-cta__middle-wrap {
	background: #fff url("/assets/lp-consultation/img/online_wave.jpg") center center/cover no-repeat;
	height: 39.8611111111vw;
	width: 100%;
}

.p-wave-cta__top-wrap {
	background: transparent url("/assets/lp-consultation/img/online_wave_upper.svg") bottom center/cover no-repeat;
	height: 2.2708333333vw;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-wave-cta__wrap {
	position: relative;
}

.p-faq__coment {
	font-size: 18rem;
	font-weight: 400;
	letter-spacing: 0.18rem;
	line-height: 1.7;
	margin-top: 3rem;
	text-align: center;
}

.p-faq__coment-text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 400;
	letter-spacing: 0.18rem;
	line-height: 1.7;
}

.p-flow__box {
	padding-top: 104rem;
}

.p-flow__content {
	align-items: center;
	border-radius: 100rem;
	display: flex;
	flex-direction: column;
	height: 115rem;
	justify-content: center;
	margin: 0 auto;
	padding: 8rem 32rem;
	position: relative;
	width: 736rem;
}

.p-flow__content::before {
	bottom: -33rem;
	content: "";
	height: 48.8rem;
	left: 50%;
	position: absolute;
	transform: rotate(45deg) translateX(-50%);
	width: 48.8rem;
	z-index: 0;
}

.p-flow__content.-n1 {
	background: #ffd6b4;
}

.p-flow__content.-n1::before {
	background: #ffd6b4;
}

.p-flow__content.-n2 {
	background: #ffbf8b;
}

.p-flow__content.-n2::before {
	background: #ffbf8b;
}

.p-flow__content.-n3 {
	background: #f8a562;
}

.p-flow__content.-n3::before {
	background: #f8a562;
}

.p-flow__content.-n4 {
	background: #f8a562;
}

.p-flow__content.-n4::before {
	display: none;
}

.p-flow__content-heading {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24rem;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	text-align: center;
	z-index: 3;
}

.p-flow__content-heading.-teian {
	align-items: center;
	background: #fff;
	border-radius: 50rem;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 3rem;
	padding: 0rem 14rem 2rem 14rem;
}

.p-flow__content-text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	line-height: 1.3;
	position: relative;
	z-index: 3;
}

.p-flow__content-text-wrap {
	align-items: center;
	display: flex;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.p-flow__content-text-wrap.-n4 {
	display: block;
}

.p-flow__content-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-top: 32rem;
	row-gap: 41rem;
}

.p-flow__title-body {
	margin-top: 9rem;
}

.p-flow__title-top {
	margin-top: 18rem;
	text-align: center;
	width: 100%;
}

.p-case__box {
	padding-top: 123rem;
}

.p-case__title-body {
	margin-top: 2rem;
}

.p-case__title-top {
	height: 86rem;
}

.p-case__card {
	display: flex;
	flex-direction: column;
	position: relative;
	row-gap: 16rem;
	width: calc((100% - 96rem) / 4);
	z-index: 1;
}

.p-case__card img {
	display: block;
	height: 169rem;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 12rem;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	object-fit: cover;
}

.p-case__card-text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16rem;
	font-weight: 400;
	letter-spacing: 0.16rem;
	line-height: 1.7;
}

.p-case__card-text-wrap {
	display: flex;
	flex-direction: column;
	row-gap: 11rem;
}

.p-case__card-title {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	line-height: 1.3;
}

.p-case__cards-wrap {
	display: flex;
	margin-top: 28rem;
	-moz-column-gap: 32rem;
	column-gap: 32rem;
}

.p-cta2__box {
	height: 569rem;
	margin-top: 118rem;
	padding: 0;
	position: relative;
	width: 1117rem;
}

.p-cta2__img {
	height: 525rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	border-radius: 262.5rem;
	object-position: top;
}

.p-cta2__img.-pc {
	display: block;
}

.p-cta2__img.-sp {
	display: none;
}

.p-cta2__button {
	bottom: -24rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-support__box {
	overflow: hidden;
	padding-bottom: 120rem;
	padding-top: 140rem;
	position: relative;
}

.p-support__title-body {
	line-height: 1.3;
	margin-top: 14rem;
	text-align: left;
}

.p-support__title-top {
	margin-left: 0;
	margin-top: 4rem;
}

.p-support__text-wrap {
	margin-top: 9rem;
}

.p-support__text-box {
	margin: 0 auto;
	max-width: 1440rem;
	padding: 0 160rem;
}

.p-support__text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16rem;
	font-weight: 400;
	letter-spacing: 0.16rem;
	line-height: 1.7;
	margin-top: 30rem;
}

.p-support__button-wrap {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 40rem;
	-moz-column-gap: 16rem;
	column-gap: 16rem;
}

.p-support__button {
	background: url(/assets/lp-consultation/img/support_arrow.svg), linear-gradient(90deg, #f4ab9a 0%, #f38c38 50%, #ccdc34 100%);
	background-position: center center, 0 0;
	background-repeat: no-repeat;
	background-size: 23rem 23rem, 200% 100%;
	border-radius: 100rem;
	height: 110rem;
	position: relative;
	transition: background-position 200ms linear;
	width: 110rem;
	z-index: 10;
}

.p-support__button:hover {
	background-position: center center, 100% 0;
}

.p-support__button-text {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24rem;
	font-weight: 600;
	line-height: 1.5;
}

.p-support__img-box {
	align-items: center;
	background: rgba(204, 220, 52, 0.3);
	border-radius: 129rem;
	display: flex;
	height: 295rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 247rem;
	width: 225rem;
}

.p-support__img-box img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 128rem;
	object-fit: cover;
}

.p-support__img-box.-n0 {
	transform: translateX(-817rem);
}

.p-support__img-box.-n1 {
	background: none;
	opacity: 1;
	transform: translateX(-83rem);
}

.p-support__img-box.-n2 {
	background: none;
	opacity: 1;
	top: 292rem;
	transform: translateX(142rem);
}

.p-support__img-box.-n3 {
	background: none;
	opacity: 1;
	transform: translateX(367rem);
}

.p-support__img-box.-n4 {
	top: 292rem;
	transform: translateX(592rem);
}

.p-contact__content-wrap {
	margin-top: 28rem;
}

.p-contact__form-button {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24rem;
	font-weight: 600;
	height: 60rem;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40rem;
	padding: 8rem 32rem;
	text-align: center;
	width: 100%;
}

.p-contact__form-item > .wpcf7-form-control-wrap > .p-contact__form-input {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6px; /* shadow */
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	color: #4f4f4f;
	font-size: 18rem;
	font-weight: 600;
	height: 55rem;
	padding: 0 16rem;
	width: 100%;
	/* width: calc(100% - 192rem); */
}

/* 変更前 */
/* .p-contact__form-input {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	color: #4f4f4f;
	font-size: 18rem;
	font-weight: 600;
	height: 55rem;
	padding: 0 16rem;
	width: calc(100% - 192rem);
} */

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

.p-contact__form-item > .wpcf7-form-control-wrap > .p-contact__form-input-textarea {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6px; /* shadow */
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	color: #4f4f4f;
	font-size: 18rem;
	font-weight: 600;
	height: 173rem;
	margin-bottom: 10rem;
	padding: 16rem;
	width: 100%;
}

/* 変更前 */
/* .p-contact__form-input.-textarea {
	height: 173rem;
	margin-bottom: 10rem;
	padding: 16rem;
} */

.visually-hidden { /* 要素サイズを変更しうるプロパティのリセット */
	border: 0;
	height: 1px; /* オーバーフローしているコンテンツを隠す */
	overflow: hidden;
	padding: 0; /* コンテンツの流れから切り離す */
	position: absolute; /* 誤ったコードに対処するための回避策 */
	white-space: nowrap; /* 可能な限り文字サイズを小さくするための処理
   * (スクリーンリーダー中には height と width が 0 のものを無視するため)
   */
	width: 1px; /* 要素のどの部分が表示されるかを定義するもの */ /* 古いブラウザでは使用できない */
	clip: rect(0 0 0 0); /* 最近のブラウザ用
   * コンテンツを非表示にする設定  */
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%); /* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
   * それに加えていくつか問題もあるそうです 
   * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
   */
	margin: -1px;
}

.p-contact__form-item {
	align-items: flex-start;
	display: flex;
	height: auto;
}

.p-contact__form-item:not(:first-child) {
	margin-top: 0;
}

.p-contact__form-item.textarea {
	height: 213rem;
}

.p-contact__form-item.-privacy {
	justify-content: center;
}

.p-contact__form-label {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	line-height: 1.3;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-contact__form-label.required::after {
	align-items: center;
	background: #eb5757;
	border-radius: 8px;
	color: #fff;
	content: "必須";
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14rem;
	font-weight: 600;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.14rem;
	line-height: 1.4;
	padding: 4rem 6rem 5rem 6rem;
	position: absolute;
	right: -14rem;
	top: 50%;
	transform: translateY(-50%) translateX(100%);
}

.p-contact__form-label.-privacy {
	margin-left: 49rem;
}

.p-contact__form-label.-privacy::before {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6rem; /* shadow */
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	content: "";
	display: block;
	height: 29rem;
	left: -49rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 29rem;
}

.p-contact__form-label.-privacy:after {
	background: transparent url("/assets/lp-consultation/img/contact_check.svg") center center/contain no-repeat;
	content: "";
	display: block;
	height: 12.5rem;
	left: -45rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 19rem;
}

.p-contact__form-label-wrap.-privacy input:checked + label::after {
	opacity: 1;
}

.p-contact__form-list {
	display: flex;
	flex-direction: column;
	margin-top: 42rem;
	row-gap: 0rem;
}

.p-contact__title-body {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 46rem;
	font-weight: 600;
	line-height: 1.35;
	margin-top: -11rem;
	text-align: center;
}

.p-contact__title-wrap {
	margin-top: 60rem;
}

.p-contact__top-wave {
	height: 100rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-contact__top-wave img {
	display: block;
	-o-object-fit: fill;
	background-color: transparent;
	height: 100%;
	object-fit: fill;
	position: relative;
	width: 100%;
	z-index: 4;
}

.p-faq__mix-blend {
	height: 1042rem;
	left: 50%;
	mix-blend-mode: normal;
	position: absolute;
	top: 0;
	width: 1042rem;
	z-index: 0;
}

.p-faq__mix-blend.-pc1 {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 171, 154, 0.5) 0%, rgba(255, 248, 238, 0.5) 100%);
	top: -50rem;
	transform: translateX(126rem);
}

.p-faq__mix-blend.-pc2 {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 68, 68, 0.3) 0%, rgba(255, 248, 238, 0.3) 100%);
	top: 990rem;
	transform: translateX(-1241rem);
}

.p-faq__mix-blend.-pc3 {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 68, 68, 0.3) 0%, rgba(255, 248, 238, 0.3) 100%);
	top: 2533rem;
	transform: translateX(-94rem);
}

.p-contact__comment {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	letter-spacing: 0.18rem;
	line-height: 1.5;
	margin-top: 16rem;
	text-align: center;
}

.p-contact__form-radio-wrap {
	display: flex;
	height: 55rem;
	width: calc(100% - 192rem);
	-moz-column-gap: 16rem;
	align-items: center;
	column-gap: 16rem;
	justify-content: flex-start;
}

.p-contact__form-radio-input {
	color: #222222;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	line-height: 1.3;
	padding-left: 39rem;
	position: relative;
}

.p-contact__form-radio-input::before {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 50%; /* shadow */
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	content: "";
	display: block;
	height: 29rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 29rem;
}

.p-contact__form-label-wrap {
	padding-top: 16rem;
	width: 192rem;
}

.p-contact__form-label-wrap.-privacy {
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__address {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16rem;
	font-weight: 400;
	letter-spacing: 0.16rem;
	line-height: 1.7;
}

.p-footer__copyright {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14rem;
	font-weight: 400;
	letter-spacing: 0.14rem;
	line-height: 1.5;
}

.p-footer__left-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 8rem;
}

.p-footer__link {
	letter-spacing: 1.2rem;
}

.p-footer__logo-wrap {
	margin-bottom: 6rem;
	margin-top: -8rem;
	width: 260rem;
}

.p-footer__logo-wrap img {
	height: auto;
	width: 100%;
}

.p-footer__policy-wrap {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	line-height: 1.7;
	row-gap: 8rem;
}

.p-footer__right-wrap {
	display: flex;
	flex-direction: column;
	row-gap: 34rem;
	width: 356rem;
}

.p-footer__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	letter-spacing: 0.027rem;
	line-height: 1.7;
}

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

.p-footer__address-wrap {
	display: flex;
	flex-direction: column;
}

.p-fixed__button {
	border-radius: 50%;
	bottom: -228rem; /* btn-shadow */
	box-shadow: 3px 3px 6px 0px rgba(179, 132, 94, 0.6);
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 26rem;
	font-weight: 600;
	height: 200rem;
	letter-spacing: 1.3rem;
	line-height: 1.35;
	opacity: 1;
	position: fixed;
	right: 31rem;
	text-align: center;
	transform: translateY(0);
	transition: transform 300ms ease-in-out, opacity 500ms linear;
	width: 200rem;
	z-index: 20;
}

.p-fixed__button::before {
	background: transparent url("/assets/lp-consultation/img/down_arrow.svg") center center/contain no-repeat;
	bottom: 15rem;
	content: "";
	display: block;
	height: 20rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 23rem;
	z-index: 21;
}

.p-modal__close {
	background: rgb(50, 50, 50);
	cursor: pointer;
	height: 7.0680628272vh;
	position: absolute;
	right: -10rem;
	top: 0;
	transform: translateX(100%);
	transition: opacity 0.6s;
	width: 7.0680628272vh;
}

.p-modal__close:hover {
	opacity: 0.6;
}

.p-modal__close::before,
.p-modal__close::after {
	background: #fff;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 3.5340314136vh;
}

.p-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__container {
	background: #fff;
	height: 80vh;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56.5445026178vh;
}

.p-modal__content {
	width: 100%; /*
  width: 540rem;
  height: 764rem;
  @include global.mq("sp") {
    width: 320rem;
    height: 453rem;
  }
  @include global.mq("w1000") {
    width: 438rem;
    height: 620rem;
  }
  */
}

.p-modal__content img {
	display: block;
	height: auto;
	width: 100%;
}

.p-modal__inner {
	position: relative;
}

.p-modal__layer {
	background: rgba(50, 50, 50, 0.85);
	cursor: pointer;
	height: 100%;
}

.p-modal__triger {
	cursor: pointer;
}

.p-modal__wrap {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 30;
}

.p-hunberger__btn {
	display: none;
	-moz-column-gap: 12rem;
	align-items: center;
	background: #f44444;
	border-radius: 30rem 0 0 30rem;
	column-gap: 12rem;
	cursor: pointer;
	height: 47rem;
	justify-content: flex-end;
	padding: 8rem 16rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 118rem;
	z-index: 20;
}

.burger.is-active {
	display: none;
}

.p-hunberger__btn-icon {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 8rem;
	width: 20rem;
}

.p-hunberger__btn-icon span {
	background: #fff;
	height: 2rem;
	width: 20rem;
}

.p-hunberger__btn-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 700;
	letter-spacing: 0.027rem;
	line-height: 1.7;
}

.p-hunberger__btn-wrap {
	display: flex;
	-moz-column-gap: 12rem;
	column-gap: 12rem;
}

.p-menu__button {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	height: 60px;
	letter-spacing: 0.6px;
	padding: 0;
	position: relative;
	width: 100%;
}

.p-menu__button::after {
	background: url("/assets/lp-consultation/img/right-arrow.svg") no-repeat center center/contain;
	content: "";
	height: 14px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.p-menu__close-btn {
	align-items: center;
	border: 1px solid #222;
	border-radius: 100px;
	color: #222222;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 60px;
	justify-content: center;
	letter-spacing: 0.027px;
	line-height: 170%; /* 30.6px */
	padding: 8px 32px;
}

.p-menu__close-icon {
	height: 20px;
	position: absolute;
	right: 16px;
	top: 13.5px;
	width: 20px;
}

.p-menu__logo {
	left: 16px;
	position: absolute;
	top: 0;
	width: 52.8px;
}

.p-menu__logo img {
	height: auto;
	width: 100%;
}

.p-menu__nav {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	width: 100%;
}

.p-menu__nav-wrap {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	width: 100%;
}

.p-menu__nav__item {
	align-items: center;
	color: #222222;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px !important;
	font-weight: 700 !important;
	justify-content: center;
	letter-spacing: 0.027px;
	line-height: 1.7;
	padding-bottom: 16px;
	text-align: center;
	width: 100%;
}

.p-menu__nav__item:not(:last-child) {
	border-bottom: 1px solid #222;
}

.p-menu__overlay {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	width: 100vw;
	width: 100%;
	z-index: 30;
}

.menu-bg.is-active {
	display: block;
	opacity: 1;
	transform: translateX(0);
	transition: transform 0.3s ease-in;
	visibility: visible;
}

.p-menu__wrap {
	align-items: center;
	background: #ffe0c8;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	height: 669px;
	justify-content: flex-start;
	padding: 60px 32px 32px 32px;
	position: fixed;
	right: 0;
	row-gap: 0;
	top: 0;
	transform: translateX(100vw);
	transition: transform 200ms ease;
	width: 390px;
	z-index: 25;
}

.menu.is-active {
	transform: translateX(0);
}

.p-menu__logo-top {
	display: none;
	left: 16px;
	position: fixed;
	top: 0;
	width: 52.8rem;
	z-index: 20;
}

.p-menu__logo-top img {
	height: auto;
	width: 100%;
}

.p-fv_wrap-sp {
	display: none;
	padding-top: 19rem;
	position: relative;
}

.p-fv__mix-blend-sp { /*
   @include global.mq("sp") {
     position: absolute;
     width: 250rem;
     height: 250rem;
     top: 0;
     left: 0;
     z-index: 0;
     background: red;
   }
  */
}

.p-form__message-error {
	border: none;
	color: #f44444;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	letter-spacing: 0.18rem;
	line-height: 1.5;
	margin: 16rem 0;
	padding: 0;
	padding-left: 192rem;
	text-align: left;
}

.p-form__message-error.is-active {
	display: block;
}

.p-form__message-success {
	color: #f44444;
	display: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	height: auto;
	line-height: 1.3;
	margin-top: 16rem;
	text-align: center;
	width: 100%;
}

.p-form__message-success.is-active {
	display: block;
}

.p-contact__form-radio-label {
	align-items: center;
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	line-height: 1.3;
	padding-left: 39rem;
	position: relative;
}

.p-contact__form-radio-label::before {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 50%; /* shadow */
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	content: "";
	display: block;
	height: 29rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 29rem;
}

.p-contact__form-radio-label::after {
	background: #828282;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	content: "";
	display: block;
	height: 19rem;
	left: 5rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 19rem;
}

input:checked + label::after {
	opacity: 1;
}

.u-animation {
	opacity: 0;
}

.u-animation.-heading {
	transition: opacity 1s linear 300ms;
}

.u-animation.-left {
	transform: translateX(-720rem);
	transition: transform 200ms ease-out 300ms, opacity 1s linear 200ms;
}

.u-animation.-right {
	transform: translateX(730rem);
	transition: transform 200ms ease-out 300ms, opacity 1s linear 600ms;
}

.u-animation.-bottom {
	transform: translateY(256rem) translateX(-368rem);
	transition: transform 200ms ease-out 100ms, opacity 1s linear 100ms;
}

.u-animation.-card.-n1 {
	transition: opacity 1s linear 0.3s;
}

.u-animation.-card.-n2 {
	transition: opacity 1s linear 0.5s;
}

.u-animation.-card.-n3 {
	transition: opacity 1s linear 0.7s;
}

.u-animation.-card.-n4 {
	transition: opacity 1s linear 0.7s;
}

.u-animation.-card.-n5 {
	transition: opacity 1s linear 0.9s;
}

.u-animation.-card.-n6 {
	transition: opacity 1s linear 1.1s;
}

.u-animation.-flow.-n1 {
	transition: opacity 1s linear 0.3s;
}

.u-animation.-flow.-n2 {
	transition: opacity 1s linear 0.6s;
}

.u-animation.-flow.-n3 {
	transition: opacity 1s linear 0.9s;
}

.u-animation.-flow.-n4 {
	transition: opacity 1s linear 1.2s;
}

.u-animation.-pagetop {
	transition: transform 300ms ease-out;
}

.u-animation.-left-sp {
	transform: translateX(-214rem);
	transition: transform 200ms ease-out 300ms, opacity 1s linear 200ms;
}

.u-animation.-left-tab {
	transition: transform 200ms ease-out 300ms, opacity 1s linear 200ms;
}

.u-animation.-right-sp {
	transform: translateX(200rem);
	transition: transform 200ms ease-out 300ms, opacity 1s linear 200ms;
}

.u-animation.-right-tab {
	transform: translateX(248rem);
	transition: transform 200ms ease-out 300ms, opacity 1s linear 200ms;
}

.u-animation.-bottom-sp {
	transform: translateX(-133rem);
	transition: transform 200ms ease-out 300ms, opacity 1s linear 200ms;
}

.u-animation.-bottom-tab {
	transform: translateY(190rem);
	transition: transform 200ms ease-out 300ms, opacity 1s linear 200ms;
}

.u-animation.-support {
	transition: opacity 1s linear 300ms;
}

.u-underbar {
	border-bottom: 1px solid #222222;
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18rem;
	font-weight: 600;
	line-height: 1.3;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

@media (min-width: 1441px) {

.p-top__img.-left {
	width: calc(400px + (100vw - 1440px) / 2);
}

.p-top__img.-right {
	width: calc(416px + (100vw - 1440px) / 2);
}

.p-fv__button {
	left: 50%;
	right: auto;
	top: 554rem;
	transform: translateX(-698rem);
}

.p-fv__text {
	right: 142rem;
}

.p-fv__left-part {
	width: 42.6%;
}

.p-fv__right-part {
	width: 57.4%;
}

.p-support__img-box {
	border-radius: 150rem;
	height: 346rem;
	width: 264rem;
}

.p-support__img-box.-n0 {
	left: 50%;
	top: 247rem;
	transform: translateX(-959rem);
}

.p-support__img-box.-n1 {
	left: 50%;
	right: auto;
	top: 247rem;
	transform: translateX(-98rem);
}

.p-support__img-box.-n2 {
	left: 50%;
	right: auto;
	top: 272rem;
	transform: translateX(166rem);
}

.p-support__img-box.-n3 {
	left: 50%;
	right: auto;
	top: 247rem;
	transform: translateX(430rem);
}

.p-support__img-box.-n4 {
	left: 50%;
	right: auto;
	top: 247rem;
	transform: translateX(694rem);
}

}

@media (max-width: 1440px) {

html {
	font-size: max(0.688px, 0.0694444444vw); /* フォントサイズ16px指定のものを11pxより小さくしない */
}

}

@media (max-width: 1000px) {

html {
	font-size: 0.1300390117vw;
}

.tabbr {
	display: block;
}

.pcbr {
	display: none;
}

.l-header {
	height: 47rem;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background: #fff8ee;
	position: static;
}

.l-fv {
	margin-top: -47rem;
	padding-top: 47rem;
}

.l-top {
	margin-top: -1rem;
	padding-top: 0;
}

.l-top__inner {
	padding: 0 45rem;
}

.l-service__inner {
	padding: 0 44rem 26rem;
}

.l-consul {
	padding-bottom: calc(2.2135416667vw + 56rem);
	padding-top: 53rem;
}

.l-consul__inner {
	padding: 0 44rem;
}

.l-faq {
	padding-bottom: 55rem;
	padding-top: calc(2.2135416667vw + 60rem);
}

.l-faq__inner {
	padding: 0 44rem;
}

.l-wave-cta {
	margin-top: -2.2135416667vw;
}

.l-wave-cta__inner {
	padding: 0;
}

.l-support__inner {
	padding: 0;
}

.l-contact {
	margin-top: -35rem;
}

.l-contact__inner {
	padding: 0 44rem;
}

.l-contact__top-wave {
	height: 55rem;
}

.l-toptop-wrap.-n2 {
	display: none;
}

.l-toptop-wrap.-n1 {
	display: flex;
}

.c-button__online.-l {
	height: 80rem;
	row-gap: 2rem;
	width: 340rem;
}

.c-button__online.-l::after {
	height: 14rem;
	right: 12rem;
	width: 16rem;
}

.c-title__body {
	font-size: 22rem;
	font-weight: 600;
	line-height: 1.4;
}

.c-title__top {
	font-size: 46rem;
	letter-spacing: 0.92rem;
	line-height: 46rem;
}

.c-button__title-l {
	font-size: 24rem;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.4;
}

.c-button__title-s {
	font-size: 14rem;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 14rem;
	padding-right: 14rem;
}

.c-button__title-s::before {
	bottom: 0;
	height: 14rem;
	width: 9rem;
}

.c-button__title-s::after {
	bottom: 0;
	height: 14rem;
	width: 9rem;
}

.p-header__wrap {
	display: none;
	height: 47rem;
}

.p-top__problem-heading.-fv {
	display: flex;
	font-size: 22rem;
	height: 51rem;
	line-height: 1.4;
	margin: 0 auto;
	margin-top: 450rem;
	position: relative;
	width: 100%;
	z-index: 3;
}

.p-top__problem-heading.-top {
	display: none;
}

.p-top__problem-item.-fv {
	display: block;
	margin-bottom: 5rem;
}

.p-top__problem-item.-top {
	display: none;
}

.p-top__problem-list {
	padding-top: 8rem;
	row-gap: 0;
}

.p-top__problem-list.-top {
	margin-top: -8rem;
	padding-top: 0;
}

.p-top__problem-list.-fv {
	display: flex;
}

.p-top__problem-text {
	font-size: 16rem;
	line-height: 1.5;
	padding: 16rem 0 16rem 30rem;
}

.p-top__problem-text::before {
	height: 20rem;
	top: 14rem;
	transform: translateY(0);
	width: 20rem;
}

.p-top__problem-wrap {
	row-gap: 0;
}

.p-top__solution-heading {
	row-gap: 36rem;
	top: 280rem;
}

.p-top__solution-wrap {
	height: 719rem;
}

.p-top__solution-img {
	height: auto;
}

.p-top__solution-img.-l1 {
	width: 455rem;
}

.p-top__solution-img.-l2 {
	width: 368rem;
}

.p-top__solution-img.-l3 {
	width: 398rem;
}

.p-top__circle.-pc {
	display: none;
}

.p-top__circle.-tab {
	display: block;
}

.p-top__img.-left {
	display: none;
}

.p-top__img.-right {
	display: none;
}

.p-top__img.-bottom {
	display: none;
}

.p-top__img.-left-tab {
	display: block;
	height: 231rem;
	left: 0;
	top: 30rem;
	transform: translateX(-280rem);
	width: 280rem;
}

.p-top__img.-left-tab img {
	border-radius: 0 330rem 330rem 0;
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	object-position: right center;
}

.p-top__img.-right-tab {
	display: block;
}

.p-top__img.-bottom-tab {
	display: block;
}

.p-top__solution-bottom {
	height: 53rem;
	top: 690rem;
}

.p-service__bottom img {
	background-color: transparent;
	bottom: -53rem;
	height: 53rem;
	left: 0;
	position: absolute;
}

.p-service__bottom {
	height: 0;
	z-index: 0;
}

.p-service__card {
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 16rem;
	width: calc((100% - 24rem) / 2);
}

.p-service__card img {
	height: 200rem;
	width: 100%;
}

.p-service__card-text {
	font-size: 18rem;
	font-weight: 600;
	letter-spacing: 0.18rem;
	line-height: 1.5;
}

.p-service__cards-wrap {
	padding-top: 32rem;
	-moz-column-gap: 24rem;
	column-gap: 24rem;
	row-gap: 36rem;
}

.p-service__text {
	font-size: 16rem;
	font-weight: 600;
	line-height: 1.5;
}

.p-service__title-body {
	font-size: 22rem;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0;
}

.p-service__title-top {
	font-size: 46rem;
	font-weight: 800;
	letter-spacing: 0.92rem;
	line-height: 46rem;
}

.p-service__title-wrap {
	padding-top: 50rem;
	row-gap: 8rem;
}

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

.p-consul__content-list {
	flex-direction: column;
	margin-top: 8rem;
	row-gap: 0;
}

.p-consul__content-text {
	font-size: 16rem;
	padding: 16rem 0 16rem 30rem;
}

.p-consul__content-text::before {
	height: 20rem;
	width: 20rem;
}

.p-consul__content-wrap {
	padding-top: 6rem;
	row-gap: 0;
}

.p-consul__title-body {
	margin-top: 10rem;
}

.p-consul__title-wrap {
	padding-top: 60rem;
}

.p-consul__card {
	width: calc((100% - 19rem) / 2);
}

.p-consul__card-text {
	border-radius: 60rem;
	bottom: 0;
	font-size: 20rem;
	font-weight: 600;
	height: 185rem;
	left: 0;
	line-height: 1.5;
	padding: 0 24rem;
	top: auto;
	width: 185rem;
}

.p-consul__cards-wrap {
	height: 205rem;
	-moz-column-gap: 19rem;
	column-gap: 19rem;
	margin-top: 34rem;
}

.p-consul__card-img {
	border-radius: 60rem;
	height: 185rem;
	right: 0;
	top: 0;
	width: 185rem;
}

.p-fv__button {
	bottom: auto;
	font-size: 20rem;
	font-weight: 600;
	height: 60rem;
	left: 50%;
	letter-spacing: 0.6rem;
	line-height: 20rem;
	position: absolute;
	right: auto;
	text-align: center;
	top: 412rem;
	transform: translateX(-50%);
	width: 326rem;
}

.p-fv__heading {
	height: auto;
}

.p-fv__heading.-l1 {
	width: 339rem;
}

.p-fv__heading.-l2 {
	width: 195rem;
}

.p-fv__heading.-l3 {
	width: 253rem;
}

.p-fv__text {
	font-size: 14rem;
	font-weight: 600;
	letter-spacing: 0.42rem;
	line-height: 1.8;
	margin-top: 12rem;
	position: static;
}

.p-fv_wrap {
	flex-direction: column;
	height: auto;
	overflow: hidden;
	padding: 0 44rem;
	position: relative;
	row-gap: 8rem;
}

.p-fv__heading-wrap {
	border-radius: 28.3rem;
	height: 48rem;
	padding: 0 13.5rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 4;
}

.p-fv__heading-wrap.-l1 {
	left: auto;
	margin-left: 29rem;
	right: auto;
	top: auto;
}

.p-fv__heading-wrap.-l2 {
	left: auto;
	margin-left: 0;
	right: auto;
	top: auto;
}

.p-fv__heading-wrap.-l3 {
	left: auto;
	margin-left: 63rem;
	right: auto;
	top: auto;
}

.p-fv__img {
	border-radius: 50rem;
	height: 328rem;
	width: 100%;
}

.p-fv__left-part {
	height: 281rem;
	left: 50%;
	position: absolute;
	top: 43rem;
	transform: translateX(-339rem);
	width: 51.4%;
}

.p-fv__right-part {
	position: absolute;
	right: 0;
	top: 20rem;
	width: 51.6%;
	z-index: 2;
}

.p-fv__mix-blend {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 68, 68, 0.25) 0%, rgba(255, 248, 238, 0.25) 100%);
	bottom: auto;
	height: 270rem;
	left: 50%;
	mix-blend-mode: normal;
	right: auto;
	top: 274rem;
	transform: translateX(173rem);
	width: 270rem;
}

.p-top__mix-blend.-pc1 {
	display: none;
}

.p-top__mix-blend.-pc2 {
	display: none;
}

.p-top__mix-blend.-tab1 {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 68, 68, 0.25) 0%, rgba(255, 248, 238, 0.25) 100%);
	bottom: auto;
	height: 486rem;
	left: 50%;
	right: auto;
	top: 768rem;
	transform: translateX(-14rem);
	width: 486rem;
}

.p-consul__mix-blend.-pc {
	display: none;
}

.p-consul__mix-blend.-tab {
	background: radial-gradient(50% 50% at 50% 50%, rgba(227, 144, 144, 0.4) 0%, rgba(255, 248, 238, 0.4) 100%);
	bottom: auto;
	height: 412rem;
	left: 50%;
	mix-blend-mode: normal;
	right: auto;
	top: 1164rem;
	transform: translateX(-148rem);
	width: 412rem;
}

.p-consul__kaizen-title {
	font-size: 16rem;
	line-height: 1.5;
}

.p-consul__kaizen-title.-teian {
	font-size: 16rem;
	height: 26rem;
	line-height: 1.5;
	margin-top: 3rem;
	padding: 0 14rem 1rem;
}

.p-consul__kaizen-title-wrap {
	height: 46rem;
	padding: 10rem 24rem;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	margin-top: 22rem;
}

.p-consul__kaizen {
	width: calc((100% - 24rem) / 3);
}

.p-consul__kaizens {
	align-items: center;
	gap: 12rem;
	justify-content: center;
	margin-top: 32rem;
	padding: 0 44rem;
	width: 100%;
}

.p-consul__kaizen-comment {
	margin-top: 34rem;
	width: 100%;
}

.p-consul__kaizen-comment-text {
	font-size: 14rem;
	letter-spacing: 0.14rem;
	line-height: 1.5;
}

.p-consul__kaizen-button {
	font-size: 16rem;
	font-weight: 600;
	height: 60rem;
	justify-content: center;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	padding: 8rem 32rem 8rem 68rem;
	width: 340rem;
}

.p-consul__kaizen-button::before {
	height: 20rem;
	left: 56rem;
	width: 20rem;
}

.p-faq__content {
	border-radius: 16rem;
	padding: 57rem 20rem 14rem;
}

.p-faq__content-heading {
	font-size: 16rem;
	line-height: 1.5;
	padding-left: 0;
}

.p-faq__content-heading::before {
	left: 8rem;
	top: -30rem;
}

.p-faq__content-text {
	font-size: 16rem;
	font-weight: 400;
	letter-spacing: 0.16rem;
	line-height: 1.7;
	padding-left: 0;
}

.p-faq__content-wrap {
	margin-top: 30rem;
}

.p-faq__title-body {
	margin-top: 6rem;
}

.p-faq__title-top {
	height: 50rem;
	margin-top: 0;
}

.p-wave-cta__bottom-wrap {
	height: 2.2135416667vw;
}

.p-wave-cta__button {
	bottom: 0;
	height: 80rem;
	width: 340rem;
}

.p-wave-cta__middle-wrap {
	height: 39.84375vw;
}

.p-wave-cta__top-wrap {
	height: 2.2135416667vw;
}

.p-flow__box {
	padding-top: 55rem;
}

.p-flow__content {
	border-radius: 24rem;
	height: 80rem;
	padding: 8rem;
	width: 100%;
}

.p-flow__content-heading {
	font-size: 16rem;
}

.p-flow__content-text {
	font-size: 14rem;
	font-weight: 400;
	letter-spacing: 0.14rem;
	line-height: 1.5;
	text-align: center;
}

.p-flow__content-text-wrap.-n4 {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-flow__content-wrap {
	row-gap: 28rem;
}

.p-flow__title-top {
	margin-top: 2rem;
}

.p-case__box {
	padding: 60rem 0;
}

.p-case__title-body {
	margin-top: 6rem;
}

.p-case__title-top {
	height: 50rem;
}

.p-case__card {
	align-items: center;
	row-gap: 8rem;
	width: calc((100% - 28rem) / 2);
}

.p-case__card img {
	display: block;
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.p-case__card-text {
	font-size: 14rem;
	letter-spacing: 0.14rem;
	line-height: 1.5;
}

.p-case__card-text-wrap {
	align-items: center;
	row-gap: 6rem;
}

.p-case__card-title {
	font-size: 16rem;
	line-height: 1.5;
	text-align: center;
}

.p-case__cards-wrap {
	margin-top: 32rem;
	row-gap: 32rem;
	-moz-column-gap: 28rem;
	column-gap: 28rem;
	flex-wrap: wrap;
}

.p-cta2__box {
	height: 320rem;
	margin-top: 0;
	padding: 0 44rem;
	width: 100%;
}

.p-cta2__img {
	border-radius: 200px;
	height: 320rem;
	width: 100%;
}

.p-cta2__button {
	bottom: -40rem;
}

.p-support__box {
	height: 628rem;
	padding-top: 100rem;
	width: 100%;
}

.p-support__title-top {
	margin: 0 auto;
}

.p-support__text-wrap {
	margin-top: 16rem;
}

.p-support__text-box {
	padding: 0 44rem;
	width: 100%;
}

.p-support__text {
	width: 327rem;
}

.p-support__button-wrap {
	margin-top: 16rem;
	-moz-column-gap: 8rem;
	column-gap: 8rem;
	padding-left: 16rem;
}

.p-support__button {
	border-radius: 50%;
	height: 60rem;
	width: 60rem;
}

.p-support__button-text {
	font-size: 16rem;
}

.p-support__img-box {
	border-radius: 128rem;
	height: 162rem;
	width: 124rem;
}

.p-support__img-box.-n0 {
	left: -99rem;
	top: 247rem;
	transform: translateX(0);
}

.p-support__img-box.-n1 {
	left: auto;
	right: 248rem;
	top: 247rem;
	transform: translateX(0);
}

.p-support__img-box.-n2 {
	left: auto;
	right: 124rem;
	top: 272rem;
	transform: translateX(0);
}

.p-support__img-box.-n3 {
	left: auto;
	right: 0;
	top: 247rem;
	transform: translateX(0);
}

.p-contact__form-input {
	width: calc(100% - 192rem);
}

.p-contact__form-list {
	margin-top: -2rem;
}

.p-contact__title-body {
	font-size: 22rem;
	line-height: 1.4;
	margin-top: 1rem;
}

.p-contact__title-wrap {
	margin-top: 40rem;
}

.p-contact__top-wave {
	height: 55rem;
}

.p-faq__mix-blend.-pc1 {
	display: none;
}

.p-faq__mix-blend.-pc2 {
	display: none;
}

.p-faq__mix-blend.-pc3 {
	display: none;
}

.p-faq__mix-blend.-tab1 {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 171, 154, 0.5) 0%, rgba(255, 248, 238, 0.5) 100%);
	height: 555rem;
	top: -60rem;
	transform: translateX(75rem);
	width: 555rem;
}

.p-faq__mix-blend.-tab2 {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 68, 68, 0.3) 0%, rgba(255, 248, 238, 0.3) 100%);
	height: 430rem;
	left: auto;
	right: 50%;
	top: 1896rem;
	transform: translateX(-173rem);
	width: 430rem;
}

.p-contact__comment {
	font-size: 16rem;
	font-weight: 400;
	letter-spacing: 0.16rem;
	line-height: 1.7;
	margin-top: 12rem;
}

.p-footer__address {
	font-size: 14rem;
	font-weight: 400;
	letter-spacing: 0.14rem;
	line-height: 1.5;
}

.p-footer__left-wrap {
	row-gap: 27rem;
}

.p-footer__policy-wrap {
	align-items: flex-start;
	font-size: 16rem;
	font-weight: 600;
	line-height: 1.7;
}

.p-footer__right-wrap {
	width: auto;
}

.p-footer__title {
	font-size: 16rem;
	font-weight: 600;
	letter-spacing: 0.024rem;
	line-height: 1.5;
	margin-top: 2rem;
}

.p-fixed__button {
	display: none !important;
}

.p-hunberger__btn {
	display: flex;
}

.p-menu__overlay {
	opacity: 0;
	visibility: hidden;
}

.p-menu__logo-top {
	display: block;
}

}

@media (max-width: 1000px) and (max-width: 599px) {

.p-top__problem-list.-top {
	margin-top: 0;
	padding-top: 28rem;
}

.p-top__circle.-tab {
	display: none;
}

.p-top__img.-left-tab {
	display: none;
}

.p-top__img.-right-tab {
	display: none;
}

.p-top__img.-bottom-tab {
	display: none;
}

.p-fv__heading-wrap.-l1 {
	margin-left: 41rem;
}

.p-fv__heading-wrap.-l2 {
	margin-left: 24rem;
}

.p-fv__heading-wrap.-l3 {
	margin-left: 80rem;
}

.p-fv__mix-blend {
	display: none;
}

.p-consul__mix-blend.-tab {
	display: none;
}

}

@media (max-width: 599px) {

html {
	font-size: 0.2564102564vw;
}

.spbr {
	display: block;
}

.tabbr {
	display: none;
}

.l-inner {
	padding: 0 16rem;
}

.l-fv__inner {
	padding: 0;
}

.l-top {
	margin-top: 0;
	padding-top: 40rem;
}

.l-top__solution-inner {
	padding: 0;
}

.l-service__bottom-inner {
	padding: 0;
}

.l-consul {
	padding-bottom: calc(2.1794871795vw + 60rem);
	padding-top: 0;
}

.l-faq {
	padding-bottom: 27rem;
	padding-top: calc(2.2692307692vw + 80rem);
}

.l-faq__inner {
	padding: 0 25rem;
}

.l-wave-cta {
	margin-top: -2.2692307692vw;
}

.l-wave-cta__inner {
	padding: 0;
}

.l-support__inner {
	padding: 0;
}

.l-contact {
	margin-top: -27rem;
}

.l-contact__top-wave {
	height: 27rem;
}

.l-toptop-wrap.-n2 {
	display: flex;
}

.l-toptop-wrap.-n1 {
	display: none;
}

/* .wpcf7-form-control-wrap {
	margin-top: 9.5rem;
	width: 100%;
} */

.wpcf7-list-item {
	margin-left: 10rem !important;
}

.wpcf7-list-item-label {
	font-size: 14rem;
	font-weight: 700;
	padding-left: 26rem;
}

.wpcf7-list-item-label::before {
	height: 20rem;
	width: 20rem;
}

.wpcf7-list-item input:checked + span::after {
	height: 16rem;
	left: 2rem;
	width: 16rem;
}

.p-top__problem-heading {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20rem;
	font-weight: 600;
	line-height: 1.4;
}

.p-top__problem-heading.-fv {
	display: none;
}

.p-top__problem-heading.-top {
	display: flex;
}

.p-top__problem-item.-fv {
	display: none;
}

.p-top__problem-item.-top {
	display: block;
}

.p-top__problem-list {
	padding-top: 24rem;
	row-gap: 16rem;
}

.p-top__problem-list.-fv {
	display: none;
}

.p-top__problem-text {
	border-bottom: 1px solid #4f4f4f;
	font-size: 16rem;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.5;
	padding: 0 0 14rem 30rem;
}

.p-top__problem-text::before {
	height: 20rem;
	top: 14rem;
	transform: translateY(0);
	width: 20rem;
}

.p-top__solution-heading {
	row-gap: 28rem;
	top: 242rem;
}

.p-top__solution-wrap {
	height: 770rem;
}

.p-top__solution-img.-l1 {
	width: 341rem;
}

.p-top__solution-img.-l2 {
	width: 276rem;
}

.p-top__solution-img.-l3 {
	width: 299rem;
}

.p-top__circle.-sp {
	display: block;
}

.p-top__img.-left-sp {
	display: block;
}

.p-top__img.-right-sp {
	display: block;
}

.p-top__img.-bottom-sp {
	display: block;
}

.p-top__solution-bottom {
	height: 27rem;
	top: 744rem;
}

.p-service__bottom img {
	bottom: -26rem;
}

.p-service__bottom {
	height: 27rem;
}

.p-service__card {
	flex-direction: row;
	-moz-column-gap: 16rem;
	column-gap: 16rem;
	width: 100%;
}

.p-service__card img {
	border-radius: 6rem;
	height: 86rem;
	width: 125rem;
}

.p-service__card-text {
	align-items: center;
	display: flex;
	font-size: 14rem;
	justify-content: flex-start;
	letter-spacing: 0.14rem;
	line-height: 1.4;
	text-align: left;
	width: calc(100% - 16rem - 125rem);
}

.p-service__cards-wrap {
	flex-direction: column;
	padding-bottom: 20rem;
	padding-top: 36rem;
	row-gap: 16rem;
}

.p-service__title-wrap {
	padding-top: 32rem;
	row-gap: 5rem;
}

.p-consul__title-wrap {
	padding-top: 60rem;
}

.p-consul__card {
	height: 220rem;
	width: 100%;
}

.p-consul__card-text {
	border-radius: 80rem;
	font-size: 20rem;
	height: 200rem;
	padding: 0 24rem;
	top: 20rem;
	width: 200rem;
}

.p-consul__card-text.-n2 {
	left: auto;
	right: 0;
}

.p-consul__card-text.-n2 {
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 0px 24px 0px 56px;
}

.p-consul__cards-wrap {
	flex-direction: column;
	height: 456rem;
	margin-top: 24rem;
	row-gap: 16rem;
}

.p-consul__card-img {
	border-radius: 80rem;
	height: 200rem;
	top: 0;
	width: 200rem;
}

.p-consul__card-img.-n2 {
	left: 0;
	right: auto;
}

.p-fv__button {
	align-items: center;
	bottom: auto;
	display: flex;
	font-size: 20rem;
	height: 60rem;
	justify-content: center;
	left: 50%;
	margin: 20rem auto 0;
	padding: 8rem 32rem;
	right: auto;
	top: 564rem;
	transform: translateX(-50%);
	width: 358rem;
}

.p-fv__heading {
	height: auto;
}

.p-fv__heading.-l1 {
	width: 300rem;
}

.p-fv__heading.-l2 {
	width: 173rem;
}

.p-fv__heading.-l3 {
	width: 224rem;
}

.p-fv__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14rem;
	font-weight: 600;
	letter-spacing: 0.42rem;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20rem;
	padding-bottom: 80rem;
	position: static;
	text-align: center;
}

.p-fv_wrap {
	display: none;
}

.p-fv__heading-wrap {
	border-radius: 25rem;
	height: 42rem;
	padding: 0 12rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 4;
}

.p-fv__img {
	height: 237rem;
	margin-top: -11rem;
}

.p-top__mix-blend.-sp1 {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 68, 68, 0.25) 0%, rgba(255, 248, 238, 0.25) 100%);
	bottom: -240rem;
	height: 373rem;
	left: auto;
	right: -186rem;
	top: auto;
	width: 373rem;
	z-index: 0;
}

.p-top__mix-blend.-sp2 {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 68, 68, 0.25) 0%, rgba(255, 248, 238, 0.25) 100%);
	bottom: auto;
	height: 207rem;
	left: auto;
	right: 50%;
	top: 456rem;
	transform: translateX(60rem);
	width: 207rem;
}

.p-top__mix-blend.-tab1 {
	display: none;
}

.p-consul__mix-blend.-sp {
	background: radial-gradient(50% 50% at 50% 50%, rgba(227, 144, 144, 0.4) 0%, rgba(255, 248, 238, 0.4) 100%);
	bottom: auto;
	height: 412rem;
	left: 50%;
	mix-blend-mode: normal;
	right: auto;
	top: 1112rem;
	transform: translateX(0);
	width: 412rem;
}

.p-consul__kaizen-title-wrap {
	display: none;
}

.p-consul__kaizen-title-wrap.-sp {
	display: flex;
	flex-direction: column;
	height: 72rem;
	margin-top: 24rem;
	padding: 10rem 24rem;
	row-gap: 4rem;
}

.p-consul__kaizen {
	width: calc((100% - 12rem) / 2);
}

.p-consul__kaizens {
	gap: 10rem;
	justify-content: center;
	margin-top: 24rem;
	padding: 0 25rem;
	width: 100%;
}

.p-consul__kaizen-comment {
	margin-top: 24rem;
	width: 100%;
}

.p-faq__content-wrap {
	margin-top: 32rem;
}

.p-faq__title-top {
	height: 50rem;
	margin-top: 16rem;
}

.p-wave-cta__bottom-wrap {
	height: 2.2692307692vw;
}

.p-wave-cta__button {
	bottom: -40rem;
	height: 80rem;
	width: 340rem;
}

.p-wave-cta__middle-wrap {
	height: 52.5641025641vw;
}

.p-wave-cta__top-wrap {
	height: 2.2679487179vw;
}

.p-flow__box {
	padding-top: 48rem;
}

.p-flow__content::before {
	bottom: -25rem;
	height: 40rem;
	width: 40rem;
}

.p-flow__content-text-wrap.-n4 {
	display: block;
}

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

.p-case__box {
	padding-left: 0;
	padding-right: 0;
	padding-top: 60rem;
}

.p-case__card {
	row-gap: 8rem;
	width: 100%;
}

.p-case__cards-wrap {
	align-items: center;
	flex-direction: column;
	margin-top: 32rem;
	row-gap: 32rem;
}

.p-cta2__box {
	height: 290rem;
	margin-top: -2rem;
	padding: 0;
	width: 100%;
}

.p-cta2__img {
	border-radius: 130rem;
	height: 260rem;
	width: 390rem;
}

.p-cta2__img.-pc {
	display: none;
}

.p-cta2__img.-sp {
	display: flex;
}

.p-cta2__button {
	bottom: -4rem;
}

.p-support__box {
	height: 798rem;
	padding-bottom: 10rem;
	padding-top: 0rem;
}

.p-support__title-body {
	margin-top: 20rem;
	text-align: center;
}

.p-support__text-wrap {
	margin-top: 0;
	padding: 0;
}

.p-support__text-box {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 60rem 16rem 16rem;
	row-gap: 16rem;
}

.p-support__text {
	margin-top: 1rem;
	width: 100%;
}

.p-support__button-wrap {
	margin-top: 210rem;
	-moz-column-gap: 8rem;
	column-gap: 8rem;
}

.p-support__img-box {
	border-radius: 64rem;
	height: 170rem;
	width: 130rem;
}

.p-support__img-box.-n0 {
	display: none;
}

.p-support__img-box.-n1 {
	left: 0;
	top: 513rem;
	transform: translateX(0);
}

.p-support__img-box.-n2 {
	left: 130rem;
	top: 541rem;
	transform: translateX(0);
}

.p-support__img-box.-n3 {
	left: auto;
	right: 0;
	top: 513rem;
	transform: translateX(0);
}

.p-support__img-box.-n4 {
	display: none;
}

.p-contact__form-button {
	margin-top: 23rem;
}

.p-contact__form-input {
	height: 50rem;
	margin-top: 6rem;
	width: 100%;
}

.p-contact__form-input.-textarea {
	height: 100rem;
	margin-bottom: 3rem;
	margin-top: 6rem;
}

.p-contact__form-item {
	flex-direction: column;
	margin-top: 0;
}

.p-contact__form-item.textarea {
	height: 160rem;
}

.p-contact__form-label {
	font-size: 16rem;
	font-weight: 600;
	line-height: 1.5;
}

.p-contact__form-label.required::after {
	border-radius: 8rem;
	font-size: 12rem;
	font-weight: 600;
	height: 21rem;
	letter-spacing: 0.36rem;
	line-height: 1.3;
	padding: 2rem 4rem 3rem 4rem;
	right: -12rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-contact__form-label.-privacy::before {
	height: 24rem;
	left: -34rem;
	width: 24rem;
}

.p-contact__form-label.-privacy:after {
	height: 10rem;
	left: -32rem;
	width: 15.5;
}

.p-contact__form-list {
	margin-top: 45rem;
	row-gap: 9rem;
}

.p-contact__title-body {
	margin-top: 0;
}

.p-contact__top-wave {
	height: 27rem;
}

.p-faq__mix-blend.-sp1 {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 171, 154, 0.5) 0%, rgba(255, 248, 238, 0.5) 100%);
	height: 221rem;
	top: -82rem;
	transform: translateX(-300rem);
	width: 221rem;
}

.p-faq__mix-blend.-sp2 {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 68, 68, 0.3) 0%, rgba(255, 248, 238, 0.3) 100%);
	height: 430rem;
	top: 2284rem;
	transform: translateX(-436rem);
	width: 430rem;
}

.p-faq__mix-blend.-sp3 {
	background: radial-gradient(50% 50% at 50% 50%, rgba(244, 68, 68, 0.3) 0%, rgba(255, 248, 238, 0.3) 100%);
	height: 334rem;
	top: 3480rem;
	transform: translateX(64rem);
	width: 334rem;
}

.p-faq__mix-blend.-tab1 {
	display: none;
}

.p-faq__mix-blend.-tab2 {
	display: none;
}

.p-contact__form-radio-wrap {
	height: 18rem;
	margin-top: 12rem;
	padding-left: 4rem;
	width: 100%;
	-moz-column-gap: 21rem;
	column-gap: 21rem;
}

.p-contact__form-radio-input {
	font-size: 14rem;
	font-weight: 700;
	padding-left: 26rem;
}

.p-contact__form-radio-input::before {
	height: 20rem;
	width: 20rem;
}

.p-contact__form-label-wrap {
	padding-top: 0;
}

.p-footer__copyright {
	text-align: center;
}

.p-footer__left-wrap {
	row-gap: 26rem;
}

.p-footer__link {
	text-align: center;
}

.p-footer__policy-wrap {
	align-items: center;
	font-size: 16rem;
	line-height: 1.5;
}

.p-footer__right-wrap {
	margin-top: 16rem;
	row-gap: 16rem;
}

.p-footer__title {
	text-align: center;
}

.p-footer__wrap {
	align-items: center;
	flex-direction: column;
	padding: 24rem 26rem;
}

.p-footer__address-wrap {
	text-align: center;
}

.p-modal__close {
	height: calc((100vw - 80rem) * 0.1);
	width: calc((100vw - 80rem) * 0.1);
}

.p-modal__close::before,
.p-modal__close::after {
	width: calc((100vw - 80rem) * 0.05);
}

.p-modal__close {
	right: 0;
	top: -10rem;
	transform: translateY(-100%) translateX(0);
}

.p-modal__container {
	height: calc((100vw - 80rem) * 764 / 540);
	width: calc(100vw - 80rem);
}

.p-fv_wrap-sp {
	display: block;
	height: auto;
}

.p-consul__kaizen-text-wrap {
	display: flex;
	-moz-column-gap: 4rem;
	align-items: center;
	column-gap: 4rem;
	justify-content: center;
}

.p-fv__mix-blend-sp {
	background: radial-gradient(46.41% 46.41% at 49.88% 49.47%, #fbcc83 0%, #fff 100%);
	height: 340rem;
	mix-blend-mode: multiply;
	position: absolute;
	right: 50%;
	top: 44rem;
	transform: translateX(-47rem);
	width: 340rem;
	z-index: 0;
}

.p-form__message-error {
	font-size: 12rem;
	margin-top: 4rem;
	padding-left: 0;
}

.p-contact__form-radio-label {
	margin-left: -5rem;
}

.p-contact__form-radio-label {
	font-size: 14rem;
	font-weight: 700;
	padding-left: 26rem;
}

.p-contact__form-radio-label::before {
	height: 20rem;
	width: 20rem;
}

.p-contact__form-radio-label::after {
	height: 16rem;
	left: 2rem;
	width: 16rem;
}

.u-underbar {
	font-size: 16rem;
	font-weight: 600;
	line-height: 1.5;
}

}

@media (max-width: 390px) {

html {
	font-size: 0.2564102564vw;
}

.p-menu__button {
	font-size: 20rem;
	height: 60rem;
	letter-spacing: 0.6rem;
}

.p-menu__close-btn {
	border-radius: 100rem;
	font-size: 18rem;
	height: 60rem;
	letter-spacing: 0.027rem;
	padding: 8rem 32rem;
}

.p-menu__wrap {
	gap: 16rem;
	padding: 60rem 32rem 32rem 32rem;
	width: 100vw;
}
}

/* wpcf7*/
.screen-reader-response {
	display: none;
}
