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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

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=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.p-contact {
	background-color: #FFF6F0;
	position: relative;
}

.p-contact__head {
	background-color: #FF7C47;
	height: 10rem;
	padding: 3.1rem 1rem;
	text-align: center;
}

.p-contact__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.2;
}

.p-contact__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.8rem;
	max-width: 48.125rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-contact__item {
	align-items: center;
	display: flex;
	gap: 3rem;
}

.p-contact__item + .p-contact__item {
	margin-top: 2.5rem;
}

.p-contact__label-wrap {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 0.5rem;
	width: 12.5rem;
}

.p-contact__address-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-contact__label {
	color: #362D2B;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
}

.p-contact__require,
.p-contact__optional {
	border: 1px solid #FF7C47;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	padding: 0.1875rem 0.625rem;
}

.p-contact__require {
	background-color: #FF7C47;
}

.p-contact__optional {
	background-color: #fff;
	color: #FF7C47;
}

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

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

.p-contact__checkboxes label {
	align-items: center;
	color: #333;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	gap: 0.375rem;
}

.p-contact__checkboxes input[type=checkbox] {
	background-color: #fff;
	border: 1px solid #C3C3C3;
	border-radius: 0.25rem;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
}

.p-contact__checkboxes input[type=checkbox]:checked::after {
	border-bottom: 2.78px solid #F5798C;
	border-left: 2.78px solid #F5798C;
	content: "";
	height: 0.58125rem;
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 0.875rem;
}

.p-contact__checkbox {
	background-color: #fff;
	border: 1px solid #FF7C47;
	border-radius: 0.20875rem;
	cursor: pointer;
	display: inline-block;
	height: 1.390625rem;
	position: relative;
	width: 1.390625rem;
}

/* チェックが入ったときの見た目 */

.p-contact__checkbox:checked {
	background-color: #fff;
	border-color: #FF7C47;
}

.p-contact__checkbox:checked::after {
	border-bottom: 2.78px solid #F5798C;
	border-left: 2.78px solid #F5798C;
	content: "";
	height: 0.58125rem;
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 0.875rem;
}

/* --- インプット・テキストエリア --- */

.p-contact__input,
.p-contact__textarea {
	background-color: #fff;
	border: 1px solid #C3C3C3;
	border-radius: 0.375rem;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	padding: 0.75rem 0.95rem;
	width: 100%;
}

/* 郵便番号ブロック */

.p-contact__zip {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 0.9375rem;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: -0.4375rem;
}

.p-contact__zip span {
	color: #757474;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
}

.p-contact__input--zip {
	background-color: #fff;
	border: 1px solid #C3C3C3;
	border-radius: 0.3125rem;
	color: #757474;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	height: 3.125rem;
	padding: 1.03125rem 1rem;
	text-align: center;
	text-align: left;
	width: 5.0625rem;
}

/* 「住所」フィールド */

.p-contact__input#address {
	margin-left: -0.4375rem;
	margin-top: 0.5rem;
	width: 100%;
}

.p-contact__textarea {
	height: 11.25rem;
	resize: none;
}

/* --- 縦並び項目 --- */

.p-contact__item--vertical {
	align-items: center;
	display: flex;
	gap: 3rem;
}

/* --- 備考・その他 --- */

.p-contact__note {
	color: #362D2B;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: 0.5rem;
}

.p-contact__privacy {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 2.5rem;
	text-align: center;
}

.p-contact__link {
	-webkit-text-decoration: underline;
	color: #FF7C47;
	text-decoration: underline;
}

.p-contact__link-icon {
	vertical-align: sub;
}

.p-contact__agree {
	align-items: center;
	color: #362D2B;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 1.3rem;
}

.p-contact__submit {
	margin-top: 3rem;
	text-align: center;
}

.p-contact__input::-moz-placeholder,
.p-contact__input--zip::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
	color: #cccccc;
}

.p-contact__input::placeholder,
.p-contact__input--zip::placeholder,
.p-contact__textarea::placeholder {
	color: #cccccc;
}

#contact {
	scroll-margin-top: 100px;
}

.p-faq {
	background-color: #fff;
	position: relative;
}

/* ------------------------------
   ヘッダー
------------------------------ */

.p-faq__head {
	background-color: #FF7C47;
	height: 17.5625rem;
	padding: 3.1rem 1rem;
	text-align: center;
}

.p-faq__sub {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	position: relative;
}

.p-faq__sub::after {
	background-color: #fff;
	bottom: -0.65rem;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 8.475rem;
}

.p-faq__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.2;
	margin-top: 1.25rem;
}

.p-faq__title span {
	color: #F6FD44;
}

/* ------------------------------
   コンテンツ部分
------------------------------ */

.p-faq__container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.5rem;
	max-width: 64.375rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-faq__wrap {
	background-color: #FF7C47;
	border-radius: 0.9375rem;
	overflow: hidden;
}

.p-faq__wrap + .p-faq__wrap {
	margin-top: 2.5rem;
}

/* ------------------------------
   質問ヘッダー
------------------------------ */

.p-faq__header {
	align-items: center;
	background-color: #FF7C47;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 1.25rem;
	gap: 1.5rem;
	padding: 1rem 1.5rem;
	position: relative;
	transition: background 0.3s ease;
}

.p-faq__header-q {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	color: #FF7C47;
	display: flex;
	font-family: "Noto Sans", "Open Sans", sans-serif;
	font-size: 2.0625rem;
	font-weight: 700;
	height: 3.375rem;
	justify-content: center;
	width: 3.375rem;
}

/* ------------------------------
   開閉アイコン
------------------------------ */

.p-faq__icon {
	border-radius: 50%;
	height: 1.875rem;
	margin-left: auto;
	min-height: 1.875rem;
	min-width: 1.875rem;
	position: relative;
	width: 1.875rem;
}

.p-faq__icon-line {
	background-color: #fff;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	transition: transform 0.5s ease, opacity 0.5s ease;
	width: 1.25rem;
}

.p-faq__icon-line:last-child {
	transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__header.active-faq .p-faq__icon-line:last-child {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(180deg);
}

/* ------------------------------
   回答部分
------------------------------ */

.p-faq__content {
	background-color: #FFF6F0;
	display: none;
	flex-direction: row;
	gap: 1.5rem;
	padding: 2rem 1.5rem;
}

.p-faq__content span:nth-child(1) {
	align-items: center;
	background-color: #FFAC71;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "Noto Sans", "Open Sans", sans-serif;
	font-size: 2.0625rem;
	font-weight: 700;
	height: 3.375rem;
	justify-content: center;
	width: 3.375rem;
}

.p-faq__content span:nth-child(2) {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
}

.p-feature {
	background-color: #FFF6F0;
	position: relative;
}

/* ------------------------------
   ヘッダー部分
------------------------------ */

.p-feature__head {
	background-color: #FF7C47;
	height: 15.8125rem;
	padding: 3.1rem 1rem;
	text-align: center;
}

.p-feature__sub {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	position: relative;
}

.p-feature__sub::after {
	background-color: #fff;
	bottom: -0.65rem;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 21.875rem;
}

.p-feature__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.2;
	margin-top: 1.25rem;
}

/* ------------------------------
   理由タイトル
------------------------------ */

.p-feature__reason {
	margin-top: 3.7rem;
	text-align: center;
}

.p-feature__reason-title {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	position: relative;
}

.p-feature__reason-title::after {
	background-color: #FF7C47;
	bottom: -0.35rem;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 64.5rem;
}

.p-feature__reason-title--main {
	color: #00428D;
	font-size: 3rem;
}

.p-feature__reason-title--num {
	color: #00428D;
	font-size: 4rem;
}

.p-feature__reason-text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 2.2;
	margin-top: 2.0625rem;
}

/* ------------------------------
   ボックス（特徴ごとの枠）
------------------------------ */

.p-feature__box {
	background-color: #FFF6F0;
	border-radius: 1.25rem;
	margin-top: 2.5625rem;
	text-align: center;
}

.p-feature__box-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 65.625rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-feature__box-head {
	position: relative;
}

.p-feature__box-num {
	-webkit-clip-path: polygon(100% 0%, 100% 48%, 100% 92%, 50% 86%, 0 92%, 0 0);
	background-color: #00428D;
	clip-path: polygon(100% 0%, 100% 48%, 100% 92%, 50% 86%, 0 92%, 0 0);
	color: #fff;
	font-family: "Noto Sans", "Open Sans", sans-serif;
	font-size: 3.375rem;
	font-weight: 700;
	left: 2.8rem;
	padding: 0.613125rem 0.613125rem 1.471875rem 0.613125rem;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
}

.p-feature__box-title {
	background-color: #FF7C47;
	border-radius: 0.75rem 0.75rem 0 0;
	color: #fff;
	flex: 1;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 1.5625rem 9.4375rem;
	text-align: left;
}

.p-feature__box-body {
	background-color: #fff;
	border-bottom: 3px solid #FF7C47;
	border-left: 3px solid #FF7C47;
	border-radius: 0 0 0.75rem 0.75rem;
	border-right: 3px solid #FF7C47;
	box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.25);
	padding-bottom: 2.25rem;
	padding-top: 1.5rem;
}

.p-feature__box-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	padding-bottom: 1.8125rem;
	padding-top: 1.4375rem;
}

.p-feature__box-img.p-feature__box-img--02 {
	margin-left: auto;
	margin-right: auto;
	max-width: 20.6875rem;
	padding-bottom: 0.625rem;
	padding-top: 0.0625rem;
}

.p-feature__box-img.p-feature__box-img--03 {
	margin-left: auto;
	margin-right: auto;
	max-width: 22.834375rem;
	padding-bottom: 1.625rem;
	padding-top: 0.4625rem;
}

.p-feature__box-text {
	color: #333;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: left;
}

/* ------------------------------
   シミュレーション部分
------------------------------ */

.p-feature__simulation {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 43.625rem;
}

.p-feature__simulation-label {
	background-color: #00428D;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 0.225rem 1.8rem;
}

.p-feature__simulation-wrap {
	grid-row-gap: 0.625rem;
	grid-column-gap: 0.89125rem;
	-moz-column-gap: 0.89125rem;
	column-gap: 0.89125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.625rem;
	row-gap: 0.625rem;
}

.p-flow {
	background-color: #FFF6F0;
	position: relative;
}

/* ------------------------------
   見出しブロック
------------------------------ */

.p-flow__head {
	background-color: #FF7C47;
	height: 10rem;
	padding: 3.1rem 1rem;
	text-align: center;
}

.p-flow__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.2;
}

/* ------------------------------
   メインコンテンツ
------------------------------ */

.p-flow__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 63.125rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-flow__body {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-top: 4rem;
	padding: 4rem 2.5rem 1.6125rem;
}

/* ------------------------------
   各ステップ項目
------------------------------ */

.p-flow__item {
	align-items: center;
	border-top: 2px solid #FF7C47;
	display: flex;
	justify-content: space-between;
	padding: 3.5rem 1.25rem;
	position: relative;
}

.p-flow__item + .p-flow__item {
	margin-top: 3.125rem;
}

/* ------------------------------
   STEPラベル
------------------------------ */

.p-flow__step {
	-webkit-clip-path: polygon(83% 0, 100% 50%, 83% 100%, 17% 100%, 0% 50%, 17% 0%);
	align-items: center;
	background-color: #FF7C47;
	border-radius: 4px;
	clip-path: polygon(83% 0, 100% 50%, 83% 100%, 17% 100%, 0% 50%, 17% 0%);
	color: #fff;
	display: flex;
	font-family: "Noto Sans", "Open Sans", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	height: 3rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -1.525rem;
	transform: translateX(-50%);
	width: 10.75rem;
}

/* ------------------------------
   アイコン・テキスト
------------------------------ */

.p-flow__icon {
	align-items: center;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 9.375rem;
	justify-content: center;
	width: 9.375rem;
}

.p-flow__icon img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* ------------------------------
   サブタイトル・本文
------------------------------ */

.p-flow__subtitle {
	color: #FF7C47;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.p-flow__text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	margin-top: 1.5rem;
}

/* ------------------------------
   ボタンブロック
------------------------------ */

.p-flow__buttons {
	display: flex;
	gap: 1.5rem;
	margin-top: 1.875rem;
}

.p-footer {
	background-color: #FF7C47;
	color: #fff;
	padding: 2.95rem 1rem 2.5rem;
	text-align: center;
}

.p-footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

/* 上部テキスト */

.p-footer__lead {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 900;
	line-height: 1.6;
}

/* リンクリスト */

.p-footer__links {
	align-items: center;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 4.5rem;
	justify-content: center;
	letter-spacing: 0.05em;
	margin-top: 1.8rem;
	position: relative;
}

.p-footer__links::before,
.p-footer__links::after {
	background-color: rgba(255, 255, 255, 0.6);
	content: "";
	height: 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.0625rem;
}

/* 左線 */

.p-footer__links::before {
	left: 30%;
}

/* 右線 */

.p-footer__links::after {
	right: 30%;
}

.p-footer__links li {
	position: relative;
}

.p-footer__links li:not(:last-child)::after {
	background-color: rgba(255, 255, 255, 0.6);
	content: "";
	height: 1rem;
	position: absolute;
	right: -2.35rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

/* リンク本体 */

.p-footer__links a {
	-webkit-text-decoration: none;
	align-items: center;
	color: #fff;
	display: inline-flex;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.p-footer__links a:hover {
	opacity: 0.7;
}

/* 外部リンクアイコン風の線 */

.p-footer__icon {
	display: inline-block;
	height: auto;
	width: 1rem;
}

.p-footer__copy {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1.8125rem;
}

.p-fv {
	height: 50rem;
	position: relative;
}

/* ▼ 背景画像エリア */

.p-fv__image {
	background-image: url(../../assets/images/common/fv-img.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	height: 100%;
	position: absolute;
	right: 0;
	width: 60%;
	z-index: 0;
}

/* ▼ コンテンツエリア */

.p-fv__content {
	-webkit-clip-path: ellipse(85% 120% at 15% 50%);
	align-items: center;
	background-color: #FF7C47;
	clip-path: ellipse(85% 120% at 15% 50%);
	color: #fff;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	padding: 5.125rem 2rem 3.75rem;
	position: relative;
	text-align: left;
	width: 48.6111111111vw;
}

/* ▼ オレンジ部分の中身 */

/* ▼ 画像上に乗るヘッダー */

.p-fv__content-header {
	margin-left: 3.1625rem;
	margin-right: auto;
	max-width: 32.8125rem;
}

.p-fv__content-footer {
	margin-left: 2.05rem;
	margin-right: auto;
	max-width: 34.625rem;
}

.p-fv__lead {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.54rem;
	font-weight: 500;
	line-height: 1.356;
	padding-left: 0.625rem;
	white-space: nowrap;
	width: 100%;
}

.p-fv__lead-mark {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.p-fv__lead-mark::before {
	background-color: #FFA502;
	bottom: 0.125rem;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-fv__main {
	background-color: #fff;
	border-radius: 0.7375rem;
	margin-top: 1.25rem;
	max-width: 32.3125rem;
	padding: 1.3325rem;
	text-align: center;
	width: 100%;
}

.p-fv__label {
	color: #FF7C47;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.178125rem;
	font-weight: 700;
}

.p-fv__label-mark {
	display: inline-block;
	position: relative;
}

.p-fv__label-mark::before,
.p-fv__label-mark::after {
	background-color: #FF7C47;
	border-radius: 50%;
	content: "";
	height: 0.3rem;
	position: absolute;
	top: -0.025rem;
	width: 0.3rem;
}

.p-fv__label-mark::before {
	left: 21%;
}

.p-fv__label-mark::after {
	right: 21%;
}

.p-fv__title {
	color: #2F0D00;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.086875rem;
	font-weight: #333;
	line-height: 1.2;
	margin-top: 0.9375rem;
}

.p-fv__title-wrap {
	align-items: center;
	display: inline-flex;
	gap: 1.875rem;
}

.p-fv__title-em {
	color: #2F0D00;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.115625rem;
	font-weight: #333;
	line-height: 1.2;
}

.p-fv__icon {
	height: 3.66rem;
	width: 3.66rem;
}

.p-fv__sub {
	background-color: #FFA502;
	border-radius: 3.025rem;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.21rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.9375rem;
	max-width: 21.375rem;
	padding: 0.25rem 2.1875rem;
	width: 100%;
}

.p-fv__note {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.51375rem;
	font-weight: 700;
	gap: 1.25rem;
	justify-content: space-between;
	margin-top: 0.95rem;
	text-align: center;
	white-space: nowrap;
}

.p-fv__note-line {
	background-color: #fff;
	flex-shrink: 0;
	height: 1px;
	width: 6.8125rem;
}

.p-fv__plan {
	background-color: #fff;
	border-radius: 0.5rem;
	margin-top: 4rem;
	max-width: 34.625rem;
	padding: 0.5rem 2.1875rem 0.5rem 3.0625rem;
	position: relative;
	width: 100%;
}

.p-fv__plan::before {
	background: url(../../assets/images/common/fv-balloon-fee.svg) no-repeat center/contain;
	content: "";
	height: 7.5rem;
	left: -1.475rem;
	position: absolute;
	top: -4.1rem;
	width: 7.5rem;
	z-index: 2;
}

.p-fv__plan-title {
	color: #2F0D00;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
}

.p-fv__plan-list {
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
}

.p-fv__plan-item {
	text-align: right;
}

.p-fv__plan-label {
	border-radius: 1.5rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.25rem 0.75rem;
}

.p-fv__plan-label--male {
	background-color: #71ACFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 0.125rem 3.25rem;
}

.p-fv__plan-label--female {
	background-color: #FF71B1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	margin-left: 4.375rem;
	padding: 0.125rem 3.25rem;
}

.p-fv__plan-price {
	color: #2F0D00;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 900;
}

.p-fv__plan-price span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -0.05em;
}

.p-header {
	background-color: #fff;
	height: 6.1875rem;
	position: relative;
	z-index: 10;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 0.8rem;
	padding-right: 4.8rem;
}

/* --- ロゴ --- */

.p-header__logo {
	height: inherit;
	max-width: 15.75rem;
	width: 100%;
}

.p-header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

/* --- ナビ --- */

.p-header__nav {
	height: inherit;
}

.p-header__nav-list {
	align-items: center;
	display: flex;
	height: inherit;
}

.p-header__nav-item + .p-header__nav-item {
	margin-left: 1.875rem;
}

.p-intro__inner {
	margin: 0 auto;
	max-width: 75rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-intro__wrap {
	background-color: #FFF6F0;
	border-radius: 1rem;
	padding: 3.5125rem 3.125rem 4rem;
}

.p-intro__container {
	align-items: center;
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
	margin-top: 3.7rem;
}

.p-intro__img {
	max-width: 28.25rem;
	width: 100%;
}

.p-intro__img img {
	-o-object-fit: cover;
	aspect-ratio: 452/245;
	border-radius: 1.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-intro__content {
	color: #2F0D00;
	flex: 1;
}

.p-intro__bigtitle {
	color: #FF7C47;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 900;
}

.p-intro__title {
	color: #2F0D00;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

.p-intro__title::after {
	background-color: #2F0D00;
	bottom: -0.65rem;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 6.0625rem;
}

.p-intro__text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	margin-top: 1.7rem;
}

.p-intro__text-em {
	color: #FF7C47;
}

.p-message {
	background-color: #fff;
	overflow-x: clip;
}

/* ------------------------------
   コンテナ設定
------------------------------ */

.p-message__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 65.625rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-message__container {
	align-items: center;
	display: flex;
	gap: 3.625rem;
	justify-content: space-between;
}

/* ------------------------------
   タイトル・ライン部分
------------------------------ */

.p-message__title {
	color: #FF7C47;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-left: 0.625rem;
	padding-top: 1.125rem;
}

.p-message__line {
	color: #FF7C47;
	display: inline-block;
	font-size: 1.75rem;
	padding-bottom: 0.275rem;
	position: relative;
}

.p-message__line::after {
	background-color: #FF7C47;
	bottom: 0;
	content: "";
	height: 2px;
	left: -0.5625rem;
	position: absolute;
	width: 24.375rem;
}

.p-message__line--blue {
	color: #00428D;
}

.p-message__line--blue::after {
	background-color: #00428D;
	width: 20rem;
}

.p-message__line:not(:first-child) {
	margin-top: 0.8125rem;
}

/* ------------------------------
   テキスト
------------------------------ */

.p-message__text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	margin-top: 3rem;
}

/* ------------------------------
   画像
------------------------------ */

.p-message__img {
	flex-shrink: 0;
	margin-left: 0;
	margin-right: calc(-50vw + 50%);
	width: 46.5277777778vw;
}

.p-message__img img {
	-o-object-fit: cover;
	aspect-ratio: 670/363;
	border-radius: 0.375rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ------------------------------
   CTA
------------------------------ */

.p-message__cta {
	background-color: #FBF8EB;
	border-radius: 0.625rem;
	margin-top: 2.66125rem;
	padding: 2.5rem;
}

.p-message__cta-inner {
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	gap: 1.5rem;
	justify-content: center;
}

.p-reality__inner {
	margin: 0 auto;
	max-width: 65.625rem;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}

/* ==============================================
   メイン枠
================================================ */

.p-reality__container {
	background-color: #fff;
	border: 0.1875rem solid #ff7c47;
	border-radius: 2rem;
	padding: 5.65rem 0.1375rem 3.3rem;
	text-align: center;
}

/* ==============================================
   カテゴリータグ
================================================ */

.p-reality__category {
	background-color: #00428D;
	border-radius: 2rem;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 0.625rem 2rem;
	position: absolute;
	top: -1.4rem;
	transform: translateX(-50%);
}

/* ==============================================
   見出し
================================================ */

.p-reality__heading {
	color: #FF7C47;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 900;
	position: relative;
	text-align: center;
}

.p-reality__heading::before,
.p-reality__heading::after {
	background-color: #FF7C47;
	content: "";
	height: 0.0625rem;
	position: absolute;
	top: 52%;
	transform-origin: center;
	width: 1.85rem;
}

.p-reality__heading::before {
	left: -1.875rem;
	transform: translateY(-50%) rotate(60deg);
}

.p-reality__heading::after {
	right: -2.075rem;
	transform: translateY(-50%) rotate(-60deg);
}

/* ==============================================
   リード文・画像
================================================ */

.p-reality__lead {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 2.2;
	margin-top: 2rem;
}

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

.p-reality__family img {
	-o-object-fit: cover;
	border-radius: 0.75rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* ==============================================
   ボックス群
================================================ */

.p-reality__box-container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 46.6875rem;
}

.p-reality__box {
	background-color: #fff;
	border: 1px solid #FF7C47;
	border-radius: 1.25rem;
	padding-top: 1.3rem;
	text-align: center;
}

.p-reality__box:not(:first-of-type) {
	margin-top: 0.84375rem;
}

/* ヘッダー部（教育費・金額） */

.p-reality__head {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: space-evenly;
	margin-left: auto;
	margin-right: auto;
	max-width: 30.9375rem;
	width: 100%;
}

.p-reality__box:first-of-type .p-reality__head {
	border-bottom: 1px solid #333;
	padding-bottom: 0.225rem;
}

/* ラベル */

.p-reality__label {
	background-color: #FF7C47;
	border-radius: 2rem;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1.25rem;
	padding: 0.625rem 0;
	width: max(80px, min(16.52777vw, 238px));
}

/* 金額メイン */

.p-reality__price-main {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.p-reality__price-main span {
	color: #333;
	font-family: "Noto Sans", "Open Sans", sans-serif;
	font-size: 4rem;
	font-weight: 700;
}

/* サブ金額 */

.p-reality__price-sub {
	color: #FF7C47;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 0.90625rem;
}

/* ノート部分 */

.p-reality__note {
	background-color: #FF7C47;
	border-radius: 0 0 0.625rem 0.625rem;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 2.2;
	margin-top: 1.5rem;
	padding: 1.025rem 1.5rem;
	text-align: left;
}

.p-reality__note small {
	display: block;
	font-size: 0.75rem;
	line-height: 1.8;
}

/* プラスアイコン */

.p-reality__plus {
	height: 3.3125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.84375rem;
	width: 3.3125rem;
}

.p-reality__plus img {
	aspect-ratio: 1/1;
	height: 100%;
	width: 100%;
}

/* ==============================================
   トータル金額部
================================================ */

.p-reality__total {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 46.6875rem;
	text-align: center;
}

.p-reality__total-head {
	align-items: center;
	display: flex;
	gap: 2.1875rem;
	justify-content: center;
}

.p-reality__total-label {
	background-color: #FF7C47;
	border-radius: 2rem;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 0.625rem 0;
	width: max(80px, min(7.0833vw, 102px));
}

.p-reality__total-price {
	color: #333;
	font-size: 1.375rem;
	font-weight: 700;
}

.p-reality__total-price span {
	color: #FF7C47;
	font-size: 4rem;
}

.p-reality__total-price .p-reality__total-plus {
	color: #FF7C47;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.p-reality__total-text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2.2;
	margin-top: 0.625rem;
}

/* ==============================================
   下部 三角ナビブロック
================================================ */

.p-reality__bottom {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
	background-color: #00428D;
	bottom: -7.3625rem;
	clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
	color: #fff;
	height: 7.5625rem;
	left: 50%;
	margin: -1.875rem auto 0;
	max-width: 42.5rem;
	padding: 1.25rem 1rem;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.p-reality__bottom-text {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	line-height: 1.4;
	text-indent: -0.9375rem;
}

.p-reality__bottom-text--small {
	font-size: 2rem;
}

.p-reality__bottom-text--large {
	font-size: 3rem;
}

/* ==============================
   上部（オレンジ背景＋波型下部）
============================== */

.p-support__top {
	background-color: #FF7C47;
	color: #fff;
	height: 18.125rem;
	padding: 1.55rem 1rem 7.5rem;
	position: relative;
	text-align: center;
}

.p-support__top::after {
	-webkit-clip-path: ellipse(93% 92% at 50% 172%);
	background-color: #FFF6F0;
	bottom: 0;
	clip-path: ellipse(93% 92% at 50% 172%);
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}

.p-support__lead {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 900;
	position: relative;
	z-index: 1;
}

.p-support__lead span {
	color: #F6FD44;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.2;
}

/* ==============================
   本文ブロック
============================== */

.p-support__body {
	background-color: #FFF6F0;
	padding-bottom: 4rem;
	padding-top: 0.6875rem;
	text-align: center;
}

.p-support__body__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 51.875rem;
	padding-left: 25px;
	padding-right: 25px;
}

/* ==============================
   サポート例（吹き出し＋数字）
============================== */

.p-support__example {
	align-items: center;
	background-color: #FFF6F0;
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.p-support__example-img {
	height: 6.25rem;
	width: 6.25rem;
}

.p-support__example-img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-support__example-text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: -0.9375rem;
	text-align: left;
	white-space: nowrap;
}

.p-support__example-text span {
	color: #333;
	font-family: "Noto Sans", "Open Sans", sans-serif;
	font-size: 4rem;
	font-weight: 700;
}

/* ==============================
   ケースボックス
============================== */

.p-support__case {
	background-color: #fff;
	border-radius: 0.375rem 0.375rem 0 0;
	margin-top: 2.65rem;
	padding-bottom: 2rem;
}

.p-support__case-label {
	background-color: #498CD9;
	border-radius: 0.375rem 0.375rem 0 0;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 0.4rem 0;
}

.p-support__case-label span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.25rem;
}

.p-support__case-body {
	margin-top: 1.5rem;
}

.p-support__case-wrap {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: center;
}

.p-support__case-img {
	height: 9.625rem;
	width: 9.625rem;
}

.p-support__case-img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-support__case-price {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
}

.p-support__case-price span {
	color: #333;
	font-family: "Noto Sans", "Open Sans", sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
}

.p-support__case-text {
	color: #333;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.2;
	margin-top: 0.125rem;
}

/* ==============================
   CTAブロック（囲みボタン）
============================== */

.p-support__cta {
	background-color: #FFFCEE;
	border: 3px solid #FF7C47;
	border-radius: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.0875rem;
	max-width: 41.5rem;
	padding: 1.9rem 3.875rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-support__cta-text {
	background-color: #FFA502;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.2;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.p-support__cta-text::after {
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-top: 0.75rem solid #FFA502;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.p-support__cta-buttons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 2rem;
}

.p-support__cta-btn {
	-webkit-text-decoration: none;
	border-radius: 0.375rem;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	max-width: 26.25rem;
	padding: 1.25rem 1rem;
	text-align: center;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.p-support__cta-btn:hover {
	box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

/* 資料請求ボタン（オレンジ） */

.p-support__cta-btn--orange {
	background: linear-gradient(180deg, #FF7C47 0%, #E05C26 100%);
}

/* フォーム相談ボタン（ピンク） */

.p-support__cta-btn--pink {
	background: linear-gradient(180deg, #FF9AC9 0%, #FF71B1 100%);
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-contact {
	padding-bottom: 4rem;
}

.l-faq {
	padding-bottom: 6.25rem;
}

.l-feature {
	padding-bottom: 6.25rem;
}

.l-flow {
	padding-bottom: 5.5rem;
}

.l-fv {
	margin-top: 6.1875rem;
}

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-intro {
	margin-top: 7.5rem;
}

.l-message {
	margin-top: 4.33875rem;
	padding-bottom: 6.25rem;
}

.l-reality {
	margin-top: 7.9rem;
}

.l-support {
	margin-top: 8.775rem;
}

.c-button {
	background: linear-gradient(180deg, #FF7C47 0%, #E05C26 100%);
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.8075rem 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.25s ease;
	width: max(80px, min(17.96vw, 258.43px));
}

.c-button:hover {
	opacity: 0.9;
	transform: translateY(-0.125rem);
}

.c-button::before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 0.3125rem 0 0.3125rem 0.3125rem;
	content: "";
	display: inline-block;
	height: 0;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

/* ------------------------------
   カラーバリエーション
------------------------------ */

.c-button.button--red {
	background: linear-gradient(180deg, #F5798C 0%, #D31431 100%);
}

/* ------------------------------
   Supportボタン
------------------------------ */

.c-button.c-button--support {
	font-size: 1.25rem;
	padding: 1.4rem 0;
	width: max(200px, min(33.33vw, 480px));
}

.c-button.c-button--support::before {
	border-width: 0.5rem 0 0.5rem 0.7rem;
	right: 1.125rem;
	top: 53%;
}

/* ------------------------------
   Flowボタン
------------------------------ */

.c-button.c-button--flow {
	font-size: 1.25rem;
	padding: 1.5rem 0;
	padding-right: 1.875rem;
	width: max(200px, min(16.666vw, 240px));
}

.c-button.c-button--flow::before {
	border-width: 0.5rem 0 0.5rem 0.7rem;
	right: 1.125rem;
	top: 53%;
}

/* ------------------------------
   Messageボタン
------------------------------ */

.c-button.c-button--message {
	font-size: 1.25rem;
	padding: 1.5rem 0;
	width: max(200px, min(22.2222vw, 320px));
}

.c-button.c-button--message::before {
	border-width: 0.5rem 0 0.5rem 0.7rem;
	right: 1.125rem;
	top: 53%;
}

/* ------------------------------
   Contactボタン
------------------------------ */

/* 通常時（有効） */

.c-button.c-button--contact {
	background: linear-gradient(180deg, #F5798C 0%, #D31431 100%);
	color: #fff;
	font-size: 1.25rem;
	padding: 1.5rem 0;
	transition: all 0.3s ease;
	width: max(200px, min(33.3333vw, 480px));
}

.c-button.c-button--contact:hover:not(:disabled) {
	opacity: 0.9;
	transform: translateY(-0.125rem);
}

/* 無効時（disabled） */

.c-button.c-button--contact:disabled {
	background: rgba(204, 204, 204, 0.8);
	cursor: not-allowed;
	opacity: 1;
	transform: none;
}

.c-button.c-button--contact::before {
	border-width: 0.5rem 0 0.5rem 0.7rem;
	right: 1.125rem;
	top: 53%;
}

.c-sp {
	display: none;
}

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

.p-fv__content-wrap {
	transform: scale(0.8);
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.p-contact__head {
	height: auto;
	padding: 2rem 1rem;
}

.p-contact__title {
	font-size: 1.75rem;
	font-weight: 700;
}

.p-contact__body {
	margin-top: 2.5rem;
	max-width: 40rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-contact__item {
	align-items: flex-start;
	flex-direction: column;
	gap: 1rem;
}

.p-contact__label {
	font-size: 0.875rem;
}

.p-contact__checkboxes label {
	font-size: 0.875rem;
}

.p-contact__zip {
	font-size: 0.875rem;
	margin-left: 0;
}

.p-contact__input--zip {
	height: auto;
	height: initial;
	padding: 0.75rem 0.95rem;
}

.p-contact__input#address {
	margin-left: 0;
}

.p-contact__privacy {
	font-size: 0.9375rem;
}

.p-contact__agree {
	font-size: 0.9375rem;
}

.p-contact__submit {
	margin-top: 2.5rem;
}

#contact {
	scroll-margin-top: 0;
}

.p-faq__head {
	height: auto;
	padding: 2rem 1rem;
}

.p-faq__sub {
	font-size: 0.875rem;
}

.p-faq__sub::after {
	width: 6.25rem;
}

.p-faq__title {
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 0.75rem;
}

.p-faq__container {
	margin-top: 3rem;
	max-width: 40rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-faq__wrap {
	border-radius: 0.625rem;
}

.p-faq__wrap + .p-faq__wrap {
	margin-top: 1.5rem;
}

.p-faq__header {
	font-size: 1rem;
	gap: 1rem;
	padding: 0.875rem 1rem;
}

.p-faq__header span:nth-child(2) {
	flex: 1;
}

.p-faq__header-q {
	font-size: 1.25rem;
	height: 2rem;
	width: 2rem;
}

.p-faq__icon {
	height: 1.5rem;
	min-height: 1.5rem;
	min-width: 1.5rem;
	width: 1.5rem;
}

.p-faq__icon-line {
	height: 0.125rem;
	width: 0.875rem;
}

.p-faq__content {
	gap: 0.75rem;
	padding: 1.25rem 1rem;
}

.p-faq__content span:nth-child(1) {
	font-size: 1.25rem;
	height: 2rem;
	width: 2rem;
}

.p-faq__content span:nth-child(2) {
	flex: 1;
	font-size: 0.875rem;
	line-height: 1.8;
	text-align: left;
}

.p-feature__head {
	height: auto;
	padding: 2rem 1rem;
}

.p-feature__sub {
	font-size: 0.875rem;
}

.p-feature__sub::after {
	bottom: -0.25rem;
	width: 17.5rem;
}

.p-feature__title {
	font-size: 1.625rem;
	font-weight: 700;
	margin-top: 0.75rem;
}

.p-feature__reason {
	margin-top: 2rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-feature__reason-title {
	font-size: 1.5rem;
	line-height: 1.2;
}

.p-feature__reason-title::after {
	bottom: -0.625rem;
	width: 90%;
}

.p-feature__reason-title--main {
	font-size: 1.75rem;
}

.p-feature__reason-title--num {
	font-size: 2.25rem;
}

.p-feature__reason-text {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.p-feature__box {
	border-radius: 0.75rem;
	margin-top: 1.5rem;
}

.p-feature__box-inner {
	max-width: 40rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-feature__box-num {
	font-size: 1.5rem;
	left: 1.25rem;
	padding: 0.375rem 0.5rem 0.875rem;
	top: 40%;
}

.p-feature__box-title {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	height: 4.25rem;
	padding: 0.5rem;
	padding-left: 5rem;
	text-align: left;
}

.p-feature__box-body {
	padding: 1rem;
}

.p-feature__box-img {
	max-width: 100%;
	padding-bottom: 1.25rem;
	padding-top: 0.75rem;
}

.p-feature__box-text {
	display: block;
	font-size: 0.875rem;
	line-height: 1.8;
	text-align: left;
}

.p-feature__simulation {
	margin-top: 1.5rem;
	max-width: 100%;
}

.p-feature__simulation-label {
	font-size: 0.9375rem;
	padding: 0.25rem 1rem;
}

.p-feature__simulation-wrap {
	grid-template-columns: 1fr;
	row-gap: 0.5rem;
}

.p-flow__head {
	height: auto;
	padding: 2rem 1rem;
}

.p-flow__title {
	font-size: 1.75rem;
	font-weight: 700;
}

.p-flow__inner {
	max-width: 40rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-flow__body {
	border-radius: 0.75rem;
	margin-top: 2.5rem;
	padding: 2rem 1.25rem;
}

.p-flow__item {
	align-items: center;
	flex-direction: column-reverse;
	gap: 1rem;
	padding: 2rem 1rem;
	text-align: center;
}

.p-flow__item + .p-flow__item {
	margin-top: 2rem;
}

.p-flow__step {
	font-size: 1rem;
	height: 2.25rem;
	top: -1.125rem;
	width: 7.5rem;
}

.p-flow__icon {
	margin-top: 1.5rem;
}

.p-flow__icon img {
	width: 70%;
}

.p-flow__subtitle {
	font-size: 1.25rem;
	line-height: 1.4;
}

.p-flow__text {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 1rem;
}

.p-flow__buttons {
	align-items: center;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.5rem;
}

.p-footer {
	padding: 2.5rem 1rem;
}

.p-footer__lead {
	font-size: 1rem;
	font-weight: 700;
}

.p-footer__links {
	font-size: 0.875rem;
	gap: 1rem;
}

.p-footer__links::before,
.p-footer__links::after {
	display: none;
}

.p-footer__links li:not(:last-child)::after {
	display: none;
}

.p-footer__copy {
	font-size: 0.75rem;
}

.p-fv {
	display: grid;
	grid-template-areas: "image" "content";
	grid-template-rows: auto 1fr;
	height: auto;
}

.p-fv__image {
	align-items: center;
	background-image: url(../../assets/images/common/fv-img-sp.webp);
	background-position: center 35%;
	background-size: cover;
	display: grid;
	grid-area: image;
	height: 110%;
	justify-items: start;
	place-items: center start;
	position: relative;
	width: 100%;
	z-index: -10;
}

.p-fv__content {
	display: contents;
	grid-area: content;
}

.p-fv__content-wrap {
	align-items: center;
	background-color: #FF7C47;
	display: flex;
	display: contents;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem 1.25rem;
	text-align: center;
	transform: none;
}

.p-fv__content-header {
	align-self: center;
	color: #fff;
	grid-area: image;
	justify-self: start;
	margin-left: clamp(0rem, -66.96px + 17.86vw, 4.375rem);
	max-width: 80%;
	padding: 1.25rem 1.5625rem;
	text-align: left;
	z-index: 2;
}

.p-fv__content-footer {
	-webkit-clip-path: ellipse(163% 163% at 50% 163%);
	background-color: #FF7C47;
	clip-path: ellipse(163% 163% at 50% 163%);
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	padding-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	text-align: left;
	z-index: 1;
}

.p-fv__lead {
	color: #FF7C47;
	font-size: 1rem;
	padding: 0;
	text-align: left;
	text-shadow: -1px -1px 0 #fff, -1px -1px 0 #FFF, 1px -1px 0 #fff, -1px 1px 0 #FFF, 1px 1px 0 #fff;
	white-space: normal;
}

.p-fv__lead-mark::before {
	bottom: -0.01875rem;
	height: 0.25rem;
}

.p-fv__main {
	margin-top: 0.25rem;
	padding: 0.625rem;
	width: 100%;
}

.p-fv__label {
	font-size: 1rem;
}

.p-fv__label-mark::before,
.p-fv__label-mark::after {
	height: 0.1375rem;
	width: 0.1375rem;
}

.p-fv__title {
	font-size: 1.4375rem;
	margin-top: 0.25rem;
}

.p-fv__title-wrap {
	gap: 0.5rem;
}

.p-fv__title-em {
	font-size: 1.875rem;
}

.p-fv__icon {
	height: 2.125rem;
	width: 2.125rem;
}

.p-fv__sub {
	font-size: 0.625rem;
	padding: 0.25rem 1.5rem;
}

.p-fv__note {
	font-size: 1rem;
	gap: 1rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 29.25rem;
}

.p-fv__note-line {
	flex: 1;
	width: 13.8888888889vw;
}

.p-fv__plan {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 30rem;
	padding: 1.5rem;
}

.p-fv__plan::before {
	height: 5.4375rem;
	left: 1.8rem;
	top: -1.75rem;
	transform: translateX(-50%);
	width: 5.4375rem;
}

.p-fv__plan-title {
	font-size: 0.875rem;
}

.p-fv__plan-list {
	align-items: center;
	flex-direction: row;
	gap: max(4vw, min(4.2vw, 45px));
}

.p-fv__plan-item {
	text-align: center;
}

.p-fv__plan-label--male {
	font-size: 1rem;
	padding: 0.25rem 1.75rem;
}

.p-fv__plan-label--female {
	font-size: 1rem;
	margin-left: 0;
	padding: 0.25rem 1.75rem;
}

.p-fv__plan-price {
	font-size: 1.125rem;
}

.p-fv__plan-price span {
	font-size: 2rem;
}

.p-header {
	height: auto;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.p-header__inner {
	align-items: center;
	gap: 0.75rem;
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-header__logo {
	height: auto;
	max-width: 9.375rem;
}

.p-header__nav {
	width: 100%;
}

.p-header__nav-list {
	bottom: 0;
	flex-direction: row;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.p-header__nav-item {
	text-align: right;
	width: 100%;
}

.p-header__nav-item + .p-header__nav-item {
	margin-left: 0;
}

.p-intro__inner {
	max-width: 40rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-intro__wrap {
	padding: 2rem 1.25rem;
}

.p-intro__container {
	align-items: center;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.p-intro__bigtitle {
	font-size: 1.75rem;
	text-align: center;
}

.p-intro__title {
	font-size: 0.9375rem;
}

.p-intro__text {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.p-message__inner {
	max-width: 40rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-message__container {
	flex-direction: column;
	gap: 2.5rem;
}

.p-message__title {
	font-size: 1.375rem;
	padding-left: 0;
	padding-top: 0.5rem;
	text-align: center;
}

.p-message__line {
	font-size: 1.375rem;
	padding-bottom: 0.1875rem;
}

.p-message__line::after {
	width: 100%; /* 文字幅に合わせて自動調整 */
}

.p-message__line--blue::after {
	width: 100%;
}

.p-message__line:not(:first-child) {
	margin-top: 0.5rem;
}

.p-message__text {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 1.5rem;
	text-align: center;
}

.p-message__img {
	margin: 0 auto;
	max-width: 30rem;
	width: 100%;
}

.p-message__img img {
	aspect-ratio: 16/9;
}

.p-message__cta {
	margin-top: 2rem;
	padding: 1.5rem;
}

.p-message__cta-inner {
	align-items: center;
	flex-direction: column;
	gap: 1rem;
}

.p-reality__inner {
	max-width: 40rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-reality__container {
	border-radius: 1.25rem;
	padding: 2rem 1rem;
}

.p-reality__category {
	font-size: 0.875rem;
	padding: 0.375rem 1.25rem;
	top: -1.125rem;
	width: -moz-max-content;
	width: max-content;
}

.p-reality__heading {
	font-size: 1.375rem;
}

.p-reality__heading::before,
.p-reality__heading::after {
	width: 1rem;
}

.p-reality__heading::after {
	right: -1.875rem;
}

.p-reality__lead {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 0.625rem;
}

.p-reality__family {
	margin-top: 1.5rem;
}

.p-reality__box-container {
	margin-top: 1.5rem;
	max-width: 100%;
}

.p-reality__box {
	border-radius: 0.75rem;
}

.p-reality__box:not(:first-of-type) {
	margin-top: 1.25rem;
}

.p-reality__head {
	flex-direction: column;
	gap: 0.5rem;
}

.p-reality__box:first-of-type .p-reality__head {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	max-width: none;
	max-width: initial;
	width: auto;
}

.p-reality__label {
	font-size: 0.9375rem;
	margin-top: 0;
	padding: 0.375rem 1.5rem;
	width: auto;
}

.p-reality__price-main {
	font-size: 1.125rem;
}

.p-reality__price-main span {
	font-size: 2.5rem;
}

.p-reality__price-sub {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.p-reality__note {
	font-size: 0.8125rem;
	line-height: 1.9;
	padding: 0.75rem 1rem;
}

.p-reality__note small {
	font-size: 0.6875rem;
}

.p-reality__plus {
	height: 2.5rem;
	margin-top: 1.25rem;
	width: 2.5rem;
}

.p-reality__total {
	margin-top: 2rem;
	max-width: 100%;
}

.p-reality__total-head {
	flex-direction: column;
	gap: 0px;
}

.p-reality__total-label {
	font-size: 0.9375rem;
	padding: 0.375rem 1.5rem;
	width: auto;
}

.p-reality__total-price {
	font-size: 1.125rem;
}

.p-reality__total-price span {
	font-size: 2.5rem;
}

.p-reality__total-text {
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.8;
}

.p-reality__bottom {
	bottom: -6.275rem;
	height: auto;
	max-width: 100%;
	padding: 0.75rem 1rem 1.5rem;
	white-space: nowrap;
	width: 72.0720720721vw;
}

.p-reality__bottom-text {
	display: flex;
	flex-direction: column;
	text-indent: inherit;
}

.p-reality__bottom-text--small {
	font-feature-settings: "palt";
	font-size: 1.25rem;
}

.p-reality__bottom-text--large {
	font-size: 1.75rem;
}

.p-support__top {
	height: auto;
	padding: 2rem 1rem 5.3125rem;
}

.p-support__top::after {
	-webkit-clip-path: ellipse(120% 100% at 50% 180%);
	clip-path: ellipse(120% 100% at 50% 180%);
}

.p-support__lead {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-support__lead span {
	font-size: 1.875rem;
	font-weight: 700;
}

.p-support__body {
	padding-bottom: 3rem;
	padding-top: 0;
}

.p-support__body__inner {
	max-width: 40rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-support__example {
	flex-direction: column;
	gap: 0.625rem;
	max-width: 100%;
}

.p-support__example-img {
	height: 3.3125rem;
	width: 8.5625rem;
}

.p-support__example-img img {
	aspect-ratio: 137/53;
}

.p-support__example-text {
	font-size: 1rem;
	margin-top: 0;
	text-align: center;
	white-space: normal;
}

.p-support__example-text span {
	font-size: 2.25rem;
}

.p-support__case {
	margin-top: 2rem;
	padding-bottom: 1.5rem;
}

.p-support__case-label {
	font-size: 1rem;
	padding: 0.5rem 0;
}

.p-support__case-label span {
	font-size: 1.5rem;
}

.p-support__case-body {
	margin-top: 1rem;
}

.p-support__case-wrap {
	flex-direction: column;
	gap: 0.75rem;
}

.p-support__case-img {
	height: 10rem;
	width: 10rem;
}

.p-support__case-price {
	font-size: 1.125rem;
}

.p-support__case-price span {
	font-size: 2.5rem;
}

.p-support__case-text {
	font-size: 0.9375rem;
	line-height: 1.8;
}

.p-support__cta {
	border-width: 2px;
	margin-top: 2rem;
	padding: 1.5rem 1rem;
	width: 90%;
}

.p-support__cta-text {
	font-size: 1rem;
	line-height: 1.4;
	padding: 0.625rem 0.625rem;
	white-space: normal;
	width: 100%;
}

.p-support__cta-buttons {
	gap: 0.375rem;
	margin-top: 1rem;
}

.p-support__cta-btn {
	font-size: 0.9375rem;
	max-width: 100%;
	padding: 1rem 0.75rem;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-fv {
	margin-top: 0;
}

.l-header {
	position: relative;
}

.l-intro {
	margin-top: 3.75rem;
}

.l-reality {
	margin-top: 3.5rem;
}

.c-button {
	font-size: 0.875rem;
	max-width: none;
	max-width: initial;
	padding: 0.625rem 0;
	width: 100%;
}

.c-button::before {
	border-width: 0.25rem 0 0.25rem 0.375rem;
	right: 0.75rem;
}

.c-button.c-button--support {
	font-size: 1rem;
	max-width: 20rem;
	padding: 0.875rem 0;
	width: 100%;
}

.c-button.c-button--support::before {
	border-width: 0.375rem 0 0.375rem 0.5rem;
	right: 0.875rem;
}

.c-button.c-button--flow {
	font-size: 0.9375rem;
	padding: 0.75rem 0;
	width: 15rem;
}

.c-button.c-button--flow::before {
	border-width: 0.375rem 0 0.375rem 0.5rem;
	right: 0.75rem;
}

.c-button.c-button--message {
	font-size: 1rem;
	max-width: 17.5rem;
	padding: 0.875rem 0;
	width: 100%;
}

.c-button.c-button--message::before {
	border-width: 0.375rem 0 0.375rem 0.5rem;
	right: 0.875rem;
}

.c-button.c-button--contact {
	font-size: 1rem;
	max-width: 20rem;
	padding: 0.875rem 0;
	width: 100%;
}

.c-button.c-button--contact::before {
	border-width: 0.375rem 0 0.375rem 0.5rem;
	right: 0.875rem;
}

.c-sp {
	display: block;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

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

.p-fv__content-header {
	margin-left: 0;
}

.p-fv__note-line {
	width: 13.8888888889vw;
}

.p-fv__plan::before {
	height: 5.25rem;
	left: 1.5rem;
	top: -1.75rem;
	transform: translateX(-50%);
	width: 5.25rem;
}

.p-fv__plan-list {
	gap: max(4vw, min(3.2vw, 45px));
}

}


/*# sourceMappingURL=style.css.map */
