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

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

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

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

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

/* Reset box-model and set borders */

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

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

/* Document */

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

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

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

/* Sections */

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

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

body {
	margin: 0;
}

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

main {
	display: block;
}

/* Vertical rhythm */

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

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

/* Headings */

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

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

/* Lists (enumeration) */

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

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

/* Lists (definition) */

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

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

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

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

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

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

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

address {
	font-style: inherit;
}

/* Text-level semantics */

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

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

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

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

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

/**
 * Prevent vertical alignment issues.
 */

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

/* Forms */

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

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

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

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

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

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

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

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */

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

/**
 * Clickable labels
 */

label[for] {
	cursor: default;
}

/* Interactive */

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

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

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

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

caption {
	text-align: left;
}

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

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

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 13.1rem;
}

body {
	color: #3F3F3F;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.3;
}

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

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

a:hover {
	opacity: 0.7;
}

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

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

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

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

.l-header {
	left: 0;
	padding: 1.9rem 13.3rem 1.8rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.l-header__logo {
	width: 18.7rem;
}

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

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

/* inner1100px */

.l-main__inner {
	padding: 0 2rem;
}

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

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

.l-footer {
	background: #313232;
	padding: 4.4rem 0 3.2rem;
}

.l-footer__logo {
	padding-left: 11.3rem;
	width: 26.4rem;
}

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

.l-footer__wrap {
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
	display: flex;
	justify-content: space-between;
	margin-top: 3.8rem;
}

.l-footer__item {
	color: #C9C9C9;
	flex: 1;
	font-size: 1.6rem;
}

.l-footer__item address p {
	margin-top: 0.3rem;
}

.l-footer__item-heading {
	color: #FFF;
	font-size: 2rem;
}

.l-footer__company {
	margin-top: 1.6rem;
}

.l-footer__nav {
	margin-top: 2rem;
}

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

.l-footer__small {
	border-top: 0.1rem solid #3F3F3F;
	margin-top: 3.2rem;
}

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

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

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

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

/* タイトル共通 */

.c-heading {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}

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

/* ============================
c-button
 ========================= */

.c-button {
	background: #FFF;
	border: 0.2rem solid #313232;
	border-radius: 6rem;
	font-size: 2rem;
	font-weight: 700;
	max-width: 37.1rem;
	padding: 3rem 0.8rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-button.--black {
	background: #313232;
	border: none;
	color: #fff;
}

.c-button.--orange {
	background: #F2A500;
	border: none;
	color: #fff;
}

.c-button--flex {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	font-size: 1.8rem;
	justify-content: center;
}

.c-button__icon {
	width: 2rem;
}

.c-button__icon.--right {
	position: absolute;
	top: 50%;
	width: 2.4rem;
}

.c-button__icon.--right.--right {
	right: 4.7rem;
	transform: translateY(-50%);
}

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

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

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

.p-fv {
	position: relative;
	text-align: center;
}

.p-fv__inner {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-fv__heading {
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-fv__heading .--white {
	color: #fff;
}

.p-fv__sub-copy {
	color: #48C9B0;
	font-size: 2.4rem;
	margin-top: 2.4rem;
}

.fv__text {
	color: #A4A4A4;
	font-size: 1.8rem;
	margin: 2.8rem auto 0;
	max-width: 74.7rem;
	width: 100%;
}

.p-fv__link {
	-moz-column-gap: 2.2rem;
	column-gap: 2.2rem;
	display: flex;
	justify-content: center;
	margin-top: 7.6rem;
}

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

.p-reason {
	background: url(../img/reason-bg_pc.webp) no-repeat center top/cover;
	padding: 6.2rem 0 4rem;
}

.p-reason__chart-heading {
	-moz-column-gap: 0.8rem;
	align-items: center;
	background: #313232;
	color: #fff;
	column-gap: 0.8rem;
	display: flex;
	font-size: 2.4rem;
	justify-content: center;
	margin: 2.4rem auto 0;
	max-width: 56.2rem;
	padding: 0.9rem;
	width: 100%;
}

.p-reason__chart-heading img {
	width: 2.4rem;
}

.p-reason__chart {
	display: flex;
	justify-content: center;
	margin-top: 0.8rem;
}

.p-reason__chart-item {
	align-items: center;
	background: #DAF9F3;
	border: 0.1rem solid #989898;
	border-radius: 50%;
	color: #989898;
	display: flex;
	flex-direction: column;
	height: 16rem;
	justify-content: center;
	row-gap: 1.2rem;
	text-align: center;
	width: 16rem;
}

.p-reason__chart-item:nth-of-type(odd) {
	margin-top: 12.3rem;
}

.p-reason__chart-item:nth-of-type(1) {
	margin-right: -6.8rem;
}

.p-reason__chart-item:nth-of-type(2) {
	position: relative;
	z-index: 1;
}

.p-reason__chart-item:nth-of-type(3) {
	margin-left: -6.8rem;
}

.p-reason__chart-item small {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.96px;
	line-height: 100%;
}

.p-reason__chart-icon {
	width: 2.4rem;
}

.p-reason__chart-title {
	font-size: 2.4rem;
	font-weight: 700;
}

.p-reason__chart-bottom-text {
	font-size: 1.8rem;
	margin-top: 0.8rem;
	text-align: center;
}

.p-reason__content-heading {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 100%;
	margin-top: 2.4rem;
	text-align: center;
}

.p-reason__content-text {
	font-size: 1.8rem;
	margin-top: 1.6rem;
	text-align: center;
}

.p-reason__issue-heading {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 100%;
	margin-top: 4rem;
	text-align: center;
}

.p-reason__issue {
	background: #fff;
	border: 0.1rem solid #3F3F3F;
	border-radius: 0.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 1.6rem;
	margin: 0 auto;
	margin-top: 1.6rem;
	max-width: 71.7rem;
	padding: 2.8rem;
	width: 100%;
}

.p-reason__issue-item {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	width: calc(50% - 1rem);
}

.p-reason__issue-item-check {
	width: 2.4rem;
}

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

.p-message {
	background: #29B79C;
	padding: 6.3rem 0 4rem;
	position: relative;
}

.p-message::after {
	background: url(../img/line_pc.svg) no-repeat center top/cover;
	content: "";
	height: 3.6rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0.1rem;
	width: 100%;
}

.p-message__text {
	color: #FFF;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.12rem;
	text-align: center;
}

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

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

.p-service__top-text {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 1.6rem;
	text-align: center;
}

.p-service__list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
	margin: 4rem auto 0;
	max-width: 115.2rem;
	width: 100%;
}

.p-service__item {
	background: #FFF;
	border: 0.1rem solid #3F3F3F;
	border-radius: 0.8rem;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	min-height: 14.8rem;
	padding: 2.5rem 0 1.2rem 2.5rem;
	width: calc(33.3% - 2.1333333333rem);
}

.p-service__item-heading {
	-moz-column-gap: 0.8rem;
	font-feature-settings: "palt";
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	font-size: 2rem;
	font-weight: 700;
}

.p-service__item-icon {
	width: 2.4rem;
}

.p-service__item-text {
	line-height: 150%;
	margin-top: 2.4rem;
}

/* ============================
p-achievement
 ========================= */

.p-achievement {
	padding: 2.7rem 0 3.3rem;
}

.p-achievement__wrap {
	border: 0.1rem solid #989898;
	border-radius: 0.8rem;
	margin: 4rem auto 0;
	max-width: 70.8rem;
	overflow: hidden;
}

.p-achievement__table {
	width: 100%;
}

.p-achievement__table tr {
	border-bottom: 0.1rem solid #989898;
}

.p-achievement__table th {
	background: #48C9B0;
	border-right: 0.1rem solid #989898;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.07rem;
	padding: 1.6rem 0.8rem;
	text-align: center;
	vertical-align: middle;
	width: 25.6rem;
}

.p-achievement__table td {
	font-weight: 500;
	padding: 1.6rem 1.6rem 1.6rem 3rem;
	vertical-align: middle;
}

.p-achievement__bottom-text {
	font-weight: 500;
	line-height: 150%;
	margin-top: 3.2rem;
	text-align: center;
}

/* ============================
p-difference
 ========================= */

.p-difference {
	background: url(../img/reason-bg_pc.webp) no-repeat center top/cover;
	padding: 3.7rem 0 5rem;
}

.p-difference__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
	margin: 4rem auto 0;
	max-width: 120.3rem;
	width: 100%;
}

.p-difference__item {
	-moz-column-gap: 1.6rem;
	align-items: center;
	background: #FFF;
	border: 0.1rem solid #989898;
	border-radius: 0.8rem;
	column-gap: 1.6rem;
	display: flex;
	padding: 2.3rem 0 2.3rem 1.6rem;
	width: calc(50% - 0.8rem);
}

.p-difference__item-img {
	width: 9.7rem;
}

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

.p-difference__item-text {
	font-feature-settings: "palt";
	margin-top: 1.6rem;
}

/* ============================
p-step
 ========================= */

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

.p-step__list {
	display: flex;
	justify-content: center;
	margin: 1.6rem auto 0;
	max-width: 84.8rem;
	width: 100%;
}

.p-step__item {
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	color: #FFF;
	display: grid;
	flex-shrink: 0;
	font-weight: 700;
	height: 17.2rem;
	line-height: 170%;
	margin-left: -5.8rem;
	place-content: center;
	position: relative;
	text-align: center;
	width: 22.9rem;
}

.p-step__item:nth-of-type(1) {
	background: #FEE9AD;
	color: #989898;
	margin: 0;
	z-index: 4;
}

.p-step__item:nth-of-type(1) .p-step__text {
	margin-left: 0;
	margin-right: 1.6rem;
}

.p-step__item:nth-of-type(2) {
	background: #F3D16C;
	z-index: 3;
}

.p-step__item:nth-of-type(3) {
	background: #F7C42C;
	z-index: 2;
}

.p-step__item:nth-of-type(4) {
	background: #F2B500;
	z-index: 1;
}

.p-step__item:nth-of-type(5) {
	background: #F2A500;
}

.p-step__text {
	font-size: 1.8rem;
	margin-left: 1.6rem;
}

.p-step__bottom-text {
	color: #48C9B0;
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 0.8rem;
	text-align: center;
}

/* ============================
p-response
 ========================= */

.p-response {
	background: #29B79C;
	font-weight: 700;
	padding: 5rem 0;
	position: relative;
	text-align: center;
}

.p-response::after {
	background: url(../img/line_pc.svg) no-repeat center top/cover;
	content: "";
	height: 3.6rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0.1rem;
	width: 100%;
}

.p-response__top-text {
	font-size: 2.4rem;
	letter-spacing: 0.09rem;
}

.p-response__middle-text {
	color: #FFF;
	font-size: 3rem;
	letter-spacing: 0.12rem;
	margin-top: 1.4rem;
}

.p-response__bottom-text {
	color: #FFF;
	font-size: 2.6rem;
	letter-spacing: 0.1rem;
	line-height: 100%;
	margin-top: 0.8rem;
}

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

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

.p-flow__list {
	display: flex;
	flex-direction: column;
	margin: 4.4rem auto 0;
	max-width: 77.4rem;
	row-gap: 6.4rem;
	width: 100%;
}

.p-flow__item {
	-moz-column-gap: 6.4rem;
	align-items: center;
	background: #FFF;
	border: 0.1rem solid #3f3f3f;
	border-radius: 0.8rem;
	column-gap: 6.4rem;
	display: flex;
	padding: 2.4rem 8rem;
	position: relative;
}

.p-flow__item:not(:last-of-type)::after {
	border-color: #29B79C transparent transparent transparent;
	border-style: solid;
	border-width: 3.4rem 1.7rem 0 1.7rem;
	bottom: -4.4rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.p-flow__item-number {
	-webkit-text-stroke-color: #313232;
	-webkit-text-stroke-width: 1px;
	color: #29B79C;
	font-family: "Onest", sans-serif;
	font-size: 6.4rem;
	font-weight: 700;
	left: 2.4rem;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
}

.p-flow__item-heading {
	font-size: 2rem;
	font-weight: 700;
	max-width: 20.2rem;
	width: 100%;
}

.p-flow__item-text {
	flex: 1;
	font-size: 1.5rem;
}

/* ============================
p-column
 ========================= */

.p-column {
	background: #FFF7DF;
	padding: 7rem 0 21.2rem;
	position: relative;
}

.p-column::after {
	background: url(../img/wave_pc.svg) no-repeat center top/cover;
	bottom: 0;
	content: "";
	height: 14.2rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

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

/* ============================
p-contact
 ========================= */

.p-contact {
	background: #29B79C;
	padding-bottom: 4rem;
	position: relative;
}


.p-contaact__heading {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
}

.p-contact__top-text {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 2.4rem;
	text-align: center;
}

.p-contact__wrap {
	background: #fff;
	border-radius: 0.8rem;
	margin: 2.4rem auto 0;
	max-width: 54rem;
	padding: 3rem 2.5rem;
	width: 100%;
}

.p-contact__small-heading {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

.required-star {
  color: red;
  font-weight: bold;
}

/* ============================
form
 ========================= */

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

.p-form__field-wrap {
	-moz-column-gap: 3.6rem;
	column-gap: 3.6rem;
	display: flex;
	justify-content: space-between;
}

.p-form__field-wrap .p-form__field {
	flex: 1;
}

.p-form__label {
	font-size: 1.4rem;
}

.p-form__enter {
	margin-top: 0.4rem;
}

.p-form__enter.--flex {
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
	display: flex;
	flex-wrap: wrap;
}

.p-form__enter.--check {
	margin-left: clamp(0.5rem, -0.0281690141rem + 2.2535211268vw, 2rem);
}

input,
textarea {
	caret-color: #1D2087;
}

::-moz-placeholder {
	color: #B8B8B8;
	font-size: 1.4rem;
}

::placeholder {
	color: #B8B8B8;
	font-size: 1.4rem;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 0.1rem solid #B8B8B8;
	border-radius: 0.6rem;
	font-size: 1.4rem;
	padding: 1.2rem;
	width: 100%;
}

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

textarea {
	min-height: 9.8rem;
	resize: none;
	width: 100%;
}

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

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

.p-form__radio-span {
	cursor: pointer;
	display: inline-block;
	font-size: 1.4rem;
	padding-left: 2.1rem;
	position: relative;
}

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

input[type=radio] + .p-form__radio-span::before {
	background: #fff;
	border: 0.1rem solid #B8B8B8;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 1.3rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.3rem;
}

input[type=radio] + .p-form__radio-span::after {
	background: #0E72C6;
	border-radius: 50%;
	content: "";
	height: 0.7rem;
	left: 0.3rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 0.7rem;
	z-index: 1;
}

input[type=radio]:focus + .p-form__radio-span::before {
	box-shadow: 0 0 2px 2px rgba(29, 32, 135, 0.2);
}

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

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

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

.p-form__checkbox-label {
	cursor: pointer;
	font-size: clamp(1.375rem, 1.3309859155rem + 0.1877934272vw, 1.5rem);
	font-weight: 400;
	width: 30%;
}

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

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

input[type=checkbox] + .p-form__checkbox-span::before {
	background: #fff;
	border: 0.1rem solid #B8B8B8;
	content: "";
	display: inline-block;
	height: 1.5rem;
	left: 0;
	margin-right: 1.4rem;
	position: absolute;
	top: 0.6rem;
	width: 1.5rem;
}

input[type=checkbox] + .p-form__checkbox-span::after {
	border-bottom: 0.2rem solid #0E72C6;
	border-right: 0.2rem solid #0E72C6;
	content: "";
	height: 1rem;
	left: 0.45rem;
	opacity: 0;
	position: absolute;
	top: 0.7rem;
	transform: rotate(45deg);
	transition: all 0.3s;
	width: 0.6rem;
	z-index: 1;
}

input[type=checkbox]:focus + .p-form__checkbox-span::before {
	box-shadow: 0 0 2px 2px rgba(29, 32, 135, 0.2);
}

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

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

/* 送信ボタン */

.p-form__submit {
	-moz-column-gap: 1.6rem;
	align-items: center;
	background: #313232;
	border-radius: 6rem;
	color: #fff;
	column-gap: 1.6rem;
	display: flex;
	font-weight: 700;
	justify-content: center;
	margin-top: 2.6rem;
	padding: 1.2rem;
	width: 100%;
}

.p-form__submit-icon {
	width: 1.6rem;
}

/* プラポリ */

.p-form__privacy-wrap {
	margin: 0 auto clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
	width: -moz-fit-content;
	width: fit-content;
}

.p-form__checkbox-span {
	font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
	letter-spacing: 0.8px;
	line-height: 160%;
}

.p-form__checkbox-span a {
	color: #0E72C6;
	display: inline;
	text-decoration: underline;
}

.p-form__error-text {
	color: #FF0000;
	display: none;
	font-size: 1.4rem;
	font-weight: bold;
	font-weight: 400;
	line-height: 150%;
}

.p-form__error-text.--mt {
	margin-top: 0.8rem;
}

.js-error {
	border-color: #FF0000 !important;
}

.js-error input[type=radio] + .p-form__radio-span::before {
	border-color: #FF0000 !important;
}

.js-error input[type=checkbox] + .p-form__checkbox-span::before {
	border-color: #FF0000 !important;
}

.button-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 2.4rem;
}

.p-thanks__text {
	font-size: clamp(0.9375rem, 0.8274647887rem + 0.4694835681vw, 1.25rem);
	line-height: 130%;
	margin-bottom: 3.2rem;
	text-align: center;
}

.p-thanks__text p:first-of-type {
	margin-bottom: 1rem;
}

/* ============================
animation
 ========================= */

.fadein {
	opacity: 0;
	transition: opacity 1.2s ease 0.2s;
}

.fadein.is-visible {
	opacity: 1;
}

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

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

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

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

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

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

.u-bg { /* ここまで */
}

.u-bg--yellow {
	background: #F4FF4D;
}

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

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

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

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

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

.u-bg--Ggreen {
	background: linear-gradient(90deg, #3CB58A 0%, #29937C 100%);
}

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

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

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

html {
	font-size: 0.6944444444vw;
}

}

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

html {
	font-size: 10px;
}

}

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

.p-fv__inner {
	top: 48%;
}

}

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

html {
	font-size: 2.6666666667vw;
	scroll-padding-top: 7rem;
}

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

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

.l-header {
	padding: 1.5rem 1.8rem;
}

.l-header__logo {
	margin: 0 auto;
	width: 13.8rem;
}

.l-footer__logo {
	padding-left: 2rem;
	width: 12rem;
}

.l-footer__wrap {
	flex-direction: column;
	row-gap: 3.2rem;
}

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

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

.l-footer__small small {
	font-size: 1.4rem;
}

.c-heading {
	font-size: 2rem;
	line-height: 120%;
}

.c-button {
	font-size: 1.8rem;
	line-height: 120%;
	padding: 1.6rem 0.8rem;
}

.c-button--flex {
	font-size: 1.6rem;
	min-height: 6.4rem;
}

.c-button__icon.--right.--right {
	right: 2.4rem;
}

.p-fv__inner {
	top: 49%;
}

.p-fv__heading {
	font-size: 2.5rem;
	line-height: 1.9;
}

.p-fv__sub-copy {
	font-size: 1.8rem;
	line-height: 170%;
}

.fv__text {
	font-size: 1.3rem;
	line-height: 200%;
	margin-top: 0.9rem;
	max-width: 35.2rem;
}

.p-fv__link {
	flex-direction: column;
	margin: 4rem auto 0;
	max-width: 26.8rem;
	row-gap: 2.4rem;
	width: 100%;
}

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

.p-reason__chart-heading {
	font-size: 1.6rem;
	max-width: 100%;
	padding: 0.6rem;
}

.p-reason__chart-heading img {
	width: 2rem;
}

.p-reason__chart-item {
	height: 12rem;
	row-gap: 0.4rem;
	width: 12rem;
}

.p-reason__chart-item:nth-of-type(odd) {
	margin-top: 8rem;
}

.p-reason__chart-item:nth-of-type(1) {
	margin-right: -4.8rem;
}

.p-reason__chart-item:nth-of-type(3) {
	margin-left: -4.8rem;
}

.p-reason__chart-item small {
	font-size: 1.2rem;
}

.p-reason__chart-title {
	font-size: 1.6rem;
}

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

.p-reason__content-heading {
	font-size: 1.8rem;
	line-height: 130%;
}

.p-reason__content-text {
	font-size: 1.5rem;
	line-height: 150%;
	margin-top: 0.8rem;
}

.p-reason__issue-heading {
	font-size: 1.8rem;
	line-height: 130%;
}

.p-reason__issue {
	padding: 1.6rem 0.8rem;
	row-gap: 0.8rem;
}

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

.p-reason__issue-item-text {
	font-size: 1.5rem;
}

.p-message::after {
	background: url(../img/line_sp.svg) no-repeat center top/cover;
	height: 1rem;
}

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

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

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

.p-service__list {
	margin-top: 3.2rem;
	max-width: 100%;
	row-gap: 1.6rem;
}

.p-service__item {
	min-height: 0;
	padding: 2rem 1.6rem;
	width: 100%;
}

.p-service__item-heading {
	-moz-column-gap: 0.6rem;
	column-gap: 0.6rem;
	font-size: 1.8rem;
}

.p-service__item-icon {
	width: 1.8rem;
}

.p-service__item-text {
	font-size: 1.5rem;
	margin-top: 1.2rem;
}

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

.p-achievement__table th {
	font-size: 1.5rem;
	width: 8rem;
}

.p-achievement__table td {
	font-size: 1.5rem;
	padding: 0.8rem;
}

.p-achievement__bottom-text {
	font-size: 1.5rem;
	margin-top: 0.8rem;
	text-align: left;
}

.p-difference {
	background: url(../img/reason-bg_sp.webp) no-repeat center top/cover;
	padding: 4rem 0;
}

.p-difference__item {
	flex-direction: column;
	padding: 2.4rem 1.6rem;
	row-gap: 0.8rem;
	width: 100%;
}

.p-difference__item-heading {
	font-size: 1.8rem;
	text-align: center;
}

.p-difference__item-text {
	margin-top: 0.8rem;
}

.p-step__list {
	flex-direction: column;
}

.p-step__item {
	clip-path: polygon(0% 0%, 100% 0, 100% 83%, 50% 100%, 0 83%);
	height: 11rem;
	margin-left: 0;
	margin-top: -3rem;
	width: 100%;
}

.p-step__item:nth-of-type(1) {
	height: 9rem;
}

.p-step__item:nth-of-type(1) .p-step__text {
	margin: 0;
}

.p-step__text {
	font-size: 1.5rem;
	margin-left: 0;
	margin-top: 2rem;
}

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

.p-response::after {
	background: url(../img/line_sp.svg) no-repeat center top/cover;
	height: 1rem;
}

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

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

.p-response__middle-text {
	font-size: 2.2rem;
}

.p-response__bottom-text {
	font-size: 1.8rem;
	line-height: 130%;
}

.p-flow__list {
	margin-top: 3.2rem;
	row-gap: 3.2rem;
}

.p-flow__item {
	flex-direction: column;
	padding: 2.4rem 1.6rem;
	row-gap: 1.6rem;
	text-align: center;
}

.p-flow__item:not(:last-of-type)::after {
	border-color: #29B79C transparent transparent transparent;
	border-style: solid;
	border-width: 1.8rem 0.7rem 0 0.7rem;
	bottom: -2.7rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.p-flow__item-number {
	font-size: 4rem;
	left: 1.6rem;
}

.p-flow__item-heading {
	font-size: 1.8rem;
	max-width: 100%;
}

.p-flow__item-text {
	font-size: 1.5rem;
}

.p-column {
	padding: 4rem 0 8.2rem;
}

.p-column::after {
	background: url(../img/wave_sp.svg) no-repeat center top/cover;
	height: 4.2rem;
}

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


.p-contaact__heading {
	font-size: 2.4rem;
}

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

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

.p-form__field-wrap {
	flex-direction: column;
	row-gap: 1.6rem;
}

.p-form__checkbox-label {
	width: 100%;
}

.p-form__checkbox-label:nth-of-type(1) {
	order: 1;
}

.p-form__checkbox-label:nth-of-type(2) {
	order: 5;
}

.p-form__checkbox-label:nth-of-type(3) {
	order: 9;
}

.p-form__checkbox-label:nth-of-type(4) {
	order: 2;
}

.p-form__checkbox-label:nth-of-type(5) {
	order: 6;
}

.p-form__submit {
	margin-top: 1.6rem;
}

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

.fadein {
	transition: opacity 1.1s ease 0.2s;
}

}

