/* -------------------

共通

----------------------*/
html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-optical-sizing: auto;
	margin: 0;
	font-size: 16px;
	color: #151515;
	margin: 0 auto;
	background: #fff;
}

main {
	background: #fff;
	width: 100%;
}

/* .container {
	max-width: 395px;
	margin: 0 auto;
	background: #fff;
} */

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}

.container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

section {
	padding: 80px 0;
}

.inner {
	width: min(100% - 40px, 1120px);
	margin-inline: auto;
}

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

p {
	font-size: 16px;
}

li {
	list-style: none;
}

.Poppins {
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.Zenkaku {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* ------------------

header

---------------------*/
header {
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	margin-bottom: 20px;
	padding: 20px 40px;
}

figure.header-logo {
	width: 20%;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	header {
		background: #fff;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
		margin-bottom: 0px;
		padding: 0 20px;
		position: relative;
		z-index: 99;
		height: 60px;
		display: flex;
		align-items: center;
	}

	figure.header-logo {
		width: 45%;
		margin-bottom: 0;
	}
}

/* SP追従 */
.floating-cta {
	position: fixed;
	right: 55px;
	bottom: 24px;
	z-index: 999;

	width: auto;
	max-width: 320px;

	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease;
}

.floating-cta .fv-cta_link {
	height: 72px;
}

.floating-cta.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.floating-cta.is-hide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.floating-cta a {
	display: flex;
	width: 100%;
	padding: 0 10px;
}

#cta-stop {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.floating-cta {
		position: fixed;
		right: 30px;
		bottom: 10px;
	}

	.floating-cta .fv-cta_link {
		height: 52px;
	}

	.floating-cta span {
		font-size: 16px;
	}
}

/* ------------------

fv

---------------------*/
.fv {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding-top: 0;
}

.fv::before {
	content: "";
	position: absolute;
	right: 180px;
	top: 50%;
	transform: translateY(-50%);
	width: 700px;
	height: 700px;
	background: url(../img/fv-bg_pc.webp) no-repeat center / contain;
	z-index: 0;
}

.fv-inner {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 680px;
}

.fv-phone {
	position: relative;
	z-index: 2;
	width: min(46%, 520px);
}

.fv-content {
	position: relative;
	z-index: 2;
}

.fv-phone img {
	width: 100%;
	height: auto;
	position: absolute;
}

.fv .inner {
	max-width: 1200px;
}

.fv-content {
	width: 100%;
}

.fv-content h1 {
	font-size: 56px;
}

.fv-content p {
	font-size: 32px;
}

.fv-content figure {
	width: 450px;
}

figure.fv-phone {
	width: 62%;
	padding-top: 45px;
}

/* cta */
.fv-cta {
	margin-top: 40px;
}

.fv-cta_link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 84px;
	background: linear-gradient(90deg, #EF3E4A 0%, #B02C7D 100%);
	border-radius: 999px;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: .04em;
	box-shadow: 0 4.5px 4.5px rgba(0, 0, 0, .3);
	transition: .25s;
	border: 1px solid #fff;
}

.fv-cta_link:hover {
	transform: translateY(2px);
	box-shadow:
		0 4px 0 #d9d9d9,
		0 8px 16px rgba(0, 0, 0, .12);
}

span.fv-cta_text {
	font-size: 20px;
}

/* ------------------

worries

---------------------*/
section.worries {
	background: #F1F1F1;
	position: relative;
	z-index: 0;
	margin-top: -150px;
	padding-top: 100px;
}

figure.worries-img {
	width: 220px;
	margin: 0 auto;
}

h3.worries-heading {
	font-size: 32px;
	text-align: center;
	margin-top: 0;
	position: relative;
	width: 40%;
	margin: 0 auto;
}

h3.worries-heading:after {
	content: '';
	position: absolute;
	bottom: -3%;
	left: -15%;
	height: 85px;
	border: 1px solid #151515;
	transform: rotate(-23deg);
}

h3.worries-heading::before {
	content: '';
	position: absolute;
	bottom: -3%;
	right: -15%;
	height: 85px;
	border: 1px solid #151515;
	transform: rotate(23deg);
}

ul.worries-list {
	max-width: 740px;
	margin: 30px auto;
}

ul.worries-list li {
	font-size: 20px;
	background: #fff;
	margin: 22px 0;
	line-height: 2.6;
	padding-left: 2.5em;
	box-shadow: 0 0 15px rgba(0, 0, 0, 20%);
	position: relative;
}

.worries-list li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 17px;
	height: 15px;
	background: url(../img/check-icon.webp) no-repeat center / contain;
}

ul.worries-list li span {
	color: #E60471;
}

section.worries p {
	font-size: 24px;
	text-align: center;
	line-height: 2.2;
}

.highlight {
	display: inline-block;
	padding: 0px 15px;
	background: #151515;
	color: #fff;
	font-weight: 700;
	box-shadow: 2px 2px 0 0 #E53145, -2px -2px 0 0 #E60471;
	margin-right: 8px;
	line-height: 1.9;
}

/* ------------------

heading

---------------------*/
.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.heading {
	text-align: center;
}

p.heading-label {
	background: #fff;
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 15px;
	font-size: 20px;
	line-height: 1;
	border: 1px solid #EBEBEB;
	border-radius: 999px;
	-webkit-text-fill-color: transparent;
	margin: 0 auto 16px;
}

.heading-label span {
	background: linear-gradient(90deg, #F23C52 0%, #D93362 45%, #A82669 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

h2.heading-ttl {
	font-size: 32px;
	margin-top: 8px;
}

/* ------------------

about

---------------------*/
section.about {
	padding: 0;
	position: relative;
	z-index: 111;
	margin-top: -25px;
}

/* ------------------

reason

---------------------*/
.reason {
	position: relative;
}

.reason::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1000px;
	background: url(../img/reason-bg_pc.webp) no-repeat center / contain;
	z-index: 0;
}

.reason-list {
	display: flex;
	flex-direction: column;
	gap: 50px 0;
	max-width: 900px;
	margin: 80px auto;
	position: relative;
}

.reason-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reason-content {
	width: 55%;
}

.reason-img {
	width: 40%;
	margin: 0;
}

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

.reason-head {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 0px;
	padding-left: 2em;
}

.reason-point {
	font-size: 16px;
	color: #F4A8BB;
	background: #fff;
	position: absolute;
	left: 0px;
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.reason-num {
	font-size: 70px;
	color: #F4A8BB;
	line-height: 1;
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin: 0;
}

.reason-title {
	margin-top: 8px;
	margin-bottom: 15px;
}

.reason-title span {
	display: inline-block;
	padding: 2px 5px;
	background: #E53D6B;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	background: linear-gradient(90deg, #E73144 0%, #E73144 45%, #C43171 100%);
	transform: skewX(-12deg);
}

p.reason-text {
	line-height: 1.5;
	font-weight: 500;
	margin-top: 0;
}

/* ------------------

person

---------------------*/

.person {
	position: relative;
	background: linear-gradient(180deg, #FFDCE0 0%, #D0D2EB 100%);
}

.person-right .heading {
	text-align: left;
}

.person-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 72px;
	margin-bottom: 50px;
}

.person-right {
	width: 45%;
	text-align: left;
	position: relative;
}

.person-right {
	width: 58%;
}

.person-img {
	position: relative;
	width: 40%;
}

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

.person-tag {
	text-align: left;
}

.person-sns {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 10px;

	background: #A7D7FF;
	color: #1D3F68;
	font-size: 1.4rem;
	font-weight: 700;
}

h3.person-name {
	margin-bottom: 10px;
}

.person-name span {
	margin-bottom: 16px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.7;
	display: inline;
	padding: 0 8px;
	color: #fff;
	background: linear-gradient(90deg, #E73144 0%, #E73144 45%, #C43171 100%);
}

.person-lead {
	margin-bottom: 25px;
	font-size: 24px;
	margin-top: 0px;
}

.person-text {
	margin-bottom: 32px;
	line-height: 2;
}

.person-career {
	padding: 12px 15px;
	background: #fff;
}

.person-career p {
	color: #6F6F6F;
	font-weight: 400;
	margin: 0;
	font-size: 14px;
}

p.person-career-title {
	font-weight: 700;
	padding-bottom: 8px;
}

.person-achievement {
	margin: 50px auto 0;
	max-width: 710px;
}

/* ------------------

voice

---------------------*/
section.voice {
	background: #FCEAEC;
}

.voice-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-top: 80px;
}

.voice-card {
	position: relative;
	padding: 10px 23px 5px 23px;
	border: 1px solid #fff;
	border-radius: 14px;
	background: #F9EEEB;
	font-weight: 500;
}

.voice-img {
	position: absolute;
	top: -18px;
	left: -18px;
	width: 64px;
	height: 64px;
	margin: 0;
}

.voice-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.voice-label {
	position: relative;
	top: -40px;
	left: 12px;
	display: inline-block;
	background: #F18D98;
	padding: 3px 10px;
	color: #fff;
	border-radius: 99px;
	font-size: 14px;
	font-weight: 400;
}

.voice-label::after {
	content: "";
	position: absolute;
	left: 14px;
	bottom: -9px;
	width: 16px;
	height: 18px;
	background: #F18D98;
	clip-path: polygon(0 0, 100% 0, 52% 100%, 35% 100%);
	border-radius: 0 0 8px 8px;
	transform: rotate(28deg);
}

p.voice-profile {
	margin-top: -50px;
	padding-left: 2em;
	font-size: 20px;
}

.voice-career span {
	margin: 0px 3px;
}

span.is-before {
	background: #BCBCBC;
	padding: 3px 5px;
}

span.is-after {
	background: linear-gradient(90deg, #E73144 0%, #C43171 100%);
	padding: 3px 5px;
	color: #fff;
}

p.voice-text {
	font-size: 18px;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	section.voice .inner {
		width: 88%;
	}

	.voice-list {
		display: flex;
		flex-direction: column;
		gap: 43px;
		margin-top: 45px;
	}

	.voice-card {
		padding: 15px 15px 5px;
	}

	p.voice-profile {
		margin-top: -50px;
		padding-left: 2em;
		font-size: 20px;
	}

	p.voice-text {
		font-size: 14px;
		line-height: 1.7;
		font-weight: 500;
	}

	.voice-card__img {
		left: -10px;
		right: auto;
	}

	.voice-card__label {
		left: 36px;
		right: auto;
	}

	.voice-label {
		position: relative;
		top: -43px;
	}

	.voice-career span {
		margin: 0px 3px;
		font-size: 14px;
	}

	/* 2枚目だけ */
	.voice-card:nth-child(2) .voice-img {
		margin-top: -10px;
		margin-bottom: 12px;
		right: -18px;
		left: inherit;
	}

	.voice-card:nth-child(2) .voice-label {
		order: 1;
		left: inherit;
		right: 30px;
		position: absolute;
		top: -27px;
	}

	.voice-card:nth-child(2) .voice-label::after {
		content: "";
		position: absolute;
		left: 62px;
		bottom: -8px;
		width: 14px;
		height: 12px;
		background: #F18D98;
		clip-path: polygon(0 0, 100% 0, 52% 100%, 35% 100%);
		border-radius: 0 0 8px 8px;
		transform: rotate(-28deg);
	}

	.voice-card:nth-child(2) .voice-profile {
		order: 2;
		position: absolute;
		right: 65px;
		top: 70px;
	}

	.voice-card:nth-child(2) .voice-body {
		order: 4;
		padding-top: 53px;
	}
}

/* ------------------

flow

---------------------*/
section.flow {
	position: relative;
	padding-bottom: 0;
}

.flow::before {
	content: "";
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1200px;
	background: url(../img/reason-bg_pc.webp) no-repeat center / contain;
	z-index: 0;
}

.flow-list {
	max-width: 700px;
	margin: 80px auto;
	position: relative;
}

.flow-list {
	position: relative;
	display: flex;
	flex-direction: column;
}

.flow-list::before {
	content: "";
	position: absolute;
	left: 68px;
	top: 52px;
	bottom: -35px;
	width: 2px;
	background: linear-gradient(180deg,
			#ef3c4e 0%,
			#d83070 52%,
			#a72b7c 100%);
	z-index: 0;
}

.flow-card {
	position: relative;
	z-index: 2;
	min-height: 96px;
	padding: 25px 0 0 30px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 20%);
}

/* 左の縦グラデ */
.flow-card::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 6px;
	background: linear-gradient(180deg,
			#ef3c4e 0%,
			#d92e69 55%,
			#a72b7c 100%);
}

.flow-card>span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	margin-bottom: 8px;
	padding: 1px 10px;
	border-radius: 999px;
	background: #1f1f1f;
	color: #fff;
	font-weight: 400;
	letter-spacing: 5%;
}

.flow-card>p {
	color: #ef3347;
	font-size: 24px;
	margin: 0;
}

.flow-inner-text {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 30px 32px 36px 132px;
	font-weight: 500;
	line-height: 1.6;
}

/* 最後だけ余白を少し減らす */

.flow-inner-text:last-child {
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	section.flow {
		position: relative;
		padding-bottom: 0;
		background: radial-gradient(ellipse 90% 60% at 50% 34%, rgba(255, 95, 150, .16) 0%, rgba(255, 95, 150, .06) 45%, transparent 85%), radial-gradient(ellipse 90% 60% at 50% 82%, rgba(123, 157, 255, .14) 0%, rgba(123, 157, 255, .05) 45%, transparent 85%), #fff;
		padding-bottom: 25px;
	}

	.flow::before {
		content: "";
		position: inherit;
	}

	.flow-list {
		margin: 30px auto;
	}

	.flow-card {
		min-height: 75px;
		padding: 15px 0 0 20px;
	}

	.flow-card>span {
		height: 20px;
		margin-bottom: 5px;
		padding: 1px 10px;
		letter-spacing: 5%;
		font-size: 12px;
	}

	.flow-card>p {
		font-size: 18px;
		margin: 0;
	}

	.flow-list::before {
		left: 19px;
		top: 52px;
		bottom: -20px;
		width: 1px;
		background: linear-gradient(180deg, #ef3c4e 0%, #d83070 52%, #a72b7c 100%);
		z-index: 0;
	}

	.flow-inner-text {
		position: relative;
		z-index: 1;
		margin: 0;
		padding: 25px 7px 25px 45px;
		font-weight: 500;
		line-height: 1.6;
		font-size: 16px;
	}
}

/* ------------------

form

---------------------*/
section.form-wrap {
	background: url(../img/form-bg_pc.webp) no-repeat center / cover;
}

.form-heading {
	text-align: center;
	color: #fff;
}

span.form-sub-txt {
	font-size: 28px;
}

h3.form-main-txt {
	font-size: 56px;
	margin: 10px 0;
	line-height: 1.2;
	transform: skewX(-12deg);
}

p.form-inner-txt {
	font-size: 20px;
}

/* ------------------

faq

---------------------*/
.faq {
	background: #f6f6f6;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 800px;
	margin: 50px auto;
}

.faq-item {
	position: relative;
	padding: 15px 50px 15px 24px;
	background: #fff;
}

.faq-arrow {
	position: absolute;
	top: 18px;
	right: 24px;
	color: #999;
	font-size: 1.4rem;
}

.faq-row {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 12px;
	align-items: baseline;
	font-weight: 500;
}


.faq-row+.faq-row {
	margin-top: 0px;
}

.faq-mark {
	font-family: "Poppins", sans-serif;
	color: #333333;
}

.faq-row.is-answer .faq-mark {
	color: #E53145;
	font-family: "Poppins", sans-serif;
}

.faq-question {
	line-height: 1.7;
	margin: 5px 0 0;
}

.faq-answer {
	line-height: 1.8;
	margin: 15px 0 5px;
}

/* ------------------

footer

---------------------*/
.footer {
	padding: 70px 0 50px;
	background: #000;
}

.footer-inner {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "info cta" "copy cta";
	align-items: baseline;
	justify-content: flex-end;
	column-gap: 80px;
	row-gap: 20px;
	width: min(calc(100% - 40px), 1000px);
	margin: 0 auto 10px;
}

.footer-info {
	grid-area: info;
	display: flex;
	align-items: center;
	gap: 40px;
}

.footer-cta {
	grid-area: cta;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 72px;
	border: 1px solid #fff;
	border-radius: 999px;
	background: linear-gradient(90deg, #ef3e4a 0%, #b02c7d 100%);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}

a.footer-link {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
}

.copyright {
	grid-area: copy;
	margin: 0;
	color: rgba(255, 255, 255, .65);
	font-size: 10px;
	font-weight: 300;
	text-align: center;
}


@media screen and (max-width: 767px) {
	.footer {
		padding: 30px 0 40px;
		background: #000;
	}

	.footer-inner {
		align-items: baseline;
		justify-content: flex-start;
		column-gap: 80px;
		row-gap: 20px;
		width: min(calc(100% - 40px), 1000px);
		margin: 0 auto 10px;
	}

	.footer-info {
		display: block;
	}

	a.footer-link {
		color: #fff;
		text-decoration: underline;
		font-weight: 400;
		font-size: 14px;
		display: block;
		margin: 10px 0;
	}
}

/* -------------------

フォーム用css

----------------------*/
.step-form-container {
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #fff;
}

.form-pad {
	padding: 0 20px;
}

.radio-card,
.checkbox-card {
	position: relative;
	cursor: pointer;
}

.radio-card input[type="radio"],
.checkbox-card input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

/* 上部プログレスバー */
.form-progress-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.form-progress-bar::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 6px;
	background-color: #e0e0e0;
	z-index: 1;
}

/* 実際のゲージ（JSで幅を動かす） */
.form-progress {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
}

.progress-track {
	width: 85%;
	height: 10px;
	background: #EFEFEF;
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 20px;
}

.progress-text {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #FF9100;
	margin-left: 10px;
}

#progressCount {
	font-size: 20px;
	line-height: 1;
}

.btn-next,
.btn-submit {
	background: #ccc;
	color: #fff;
	cursor: not-allowed;
}

.btn-next:not(:disabled),
.btn-submit:not(:disabled) {
	background: #E9926A;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

/* ステップごとのカード切替表示 */
.form-step {
	display: none;
}

/* 選択肢のグリッド（2列並び） */
.radio-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 35px;
}

/* カスタムラジオボタンカード */
.radio-card {
	background-color: #fff;
	border: 1px solid #8C8C8C;
	color: #8C8C8C;
	border-radius: 12px;
	padding: 15px 10px;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease;
	height: 40px;
}

.radio-card input[type="radio"] {
	display: none;
	/* 本物のラジオボタンは隠す */
}

/* 下部ナビゲーションエリア */
.form-nav {
	display: flex;
	align-items: flex-end;
	gap: 95px;
	padding: 10px 20px;
	background: #fff;
	justify-content: flex-start;
}

.form-nav.from-first-nav {
	justify-content: center;
}

/* 最終ステップの入力フォーム用スタイル */
.input-group {
	margin-bottom: 15px;
	text-align: left;
}

.input-group label {
	display: flex;
	justify-content: center;
	font-weight: 500;
	margin-bottom: 5px;
}

.input-group input[type="text"],
.input-group input[type="checkbox"],
.input-group input[type="number"],
.input-group input[type="tel"],
.input-group input[type="email"] {
	width: 100%;
	padding: 15px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	box-sizing: border-box;
}

.name-flex,
.gender-flex {
	display: flex;
	gap: 18px;
}

.gender-btn {
	flex: 1;
	border: 2px solid #D9D9D9;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	background: #fff;
}

.gender-btn input {
	display: none;
}

.gender-btn:has(input:checked) {
	background-color: #ff9100;
	color: #fff;
	border-color: #ff9100;
}

.privacy-note {
	font-size: 12px;
	text-align: left;
	margin: 30px 0;
	font-weight: 400;
}

p.privacy-note a {
	color: #000;
}

input::-webkit-input-placeholder {
	color: #C3C3C3;
	font-weight: 400;
}

input::placeholder {
	color: #C3C3C3;
	font-weight: 400;
}

.btn-prev,
.btn-next,
.btn-submit {
	padding: 10px 24px;
	border: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	transition: .3s;
}

/* -----------------
戻る
----------------- */
.btn-prev {
	width: 70px;
	height: 23px;
	border: none;
	background: none;
	color: #D9D9D9;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding-left: 0px;
}

.btn-prev::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%) rotate(180deg);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #D9D9D9;
}

.btn-prev:disabled {
	background: #F8F8F8;
	color: #CECCCA;
	opacity: .6;
	cursor: not-allowed;
}

.btn-next,
.btn-submit {
	width: 155px;
	height: 45px;
	border: none;
	border-radius: 999px;
	background: #E9926A;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	padding-right: 18px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .5);
}

.btn-next::after,
.btn-submit::after {
	content: "";
	position: absolute;
	top: -40%;
	left: -60px;
	width: 35px;
	height: 180%;

	background: linear-gradient(120deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, .9) 50%,
			rgba(255, 255, 255, 0) 100%);

	transform: rotate(20deg);
	pointer-events: none;
}

.btn-next.shine::after,
.btn-submit.shine::after {
	animation: shine .8s ease-out;
}

@keyframes shine {
	0% {
		left: -60px;
	}

	100% {
		left: calc(100% + 60px);
	}
}

.btn-next:disabled,
.btn-submit:disabled {
	opacity: .4;
	pointer-events: none;
	cursor: not-allowed;
}

/* 戻ったステップのボタン以外をグレーアウト */
.form-step.is-returned>*:not(.form-nav) {
	opacity: .45;
	filter: grayscale(1);
	pointer-events: none;
}

/* ボタン部分は通常表示 */
.form-step.is-returned .form-nav {
	opacity: 1;
	filter: none;
	pointer-events: auto;
}

.radio-card.is-selected {
	border-color: #E73144;
	background: #E73144;
	color: #fff;
}

.progress-gauge {
	width: 25%;
	height: 100%;
	background: #E73144;
	border-radius: 999px;
	transition: .3s;
}

.entry-form-section {
	padding: 30px 0px;
	background: #fff;
	max-width: 335px;
	margin: 50px auto 0;
}

.step-form-container {
	width: 100%;
	margin: 0 auto;
}

#stepForm {
	height: 460px;
}

.form-step {
	display: none;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

.form-step.is-active {
	display: flex;
}

.form-title {
	flex-shrink: 0;
	margin: 0;
	padding: 12px 15px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
}

.form-scroll-wrap {
	position: relative;
	flex: 1;
	min-height: 0;
	overflow: hidden;
}

.form-scroll {
	height: 100%;
	padding: 18px 20px 50px;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

/* 下端グラデーション */
.form-scroll-wrap::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 50px;
	background: linear-gradient(to bottom,
			rgba(255, 253, 232, 0),
			rgba(255, 255, 255, 1));
}

.form-scroll-wrap.is-scroll-end::after {
	opacity: 0;
}

.form-scroll-wrap::after {
	transition: opacity 0.2s ease;
}

/* -----------------
STEP3 チェックボックス選択肢
----------------- */
.checkbox-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 16px;
}

.checkbox-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 10px 8px;
	border: 1px solid #b7b7b7;
	border-radius: 10px;
	background: #fff;
	color: #777;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
	transition:
		background-color .25s,
		border-color .25s,
		color .25s,
		box-shadow .25s;
}

/* 元のチェックボックスを隠す */
.checkbox-card input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* 選択状態 */
.checkbox-card.is-selected {
	border-color: #E73144;
	background: #E73144;
	color: #fff;
}

.form-step[data-step="3"] .input-group+.input-group {
	margin-top: 32px;
}

.form-step[data-step="3"] .form-title {
	margin-bottom: 0;
	font-size: 16px;
	text-align: center;
}

.form-step[data-step="3"] .form-title small {
	font-size: 11px;
	font-weight: 500;
}

/* -----------------
STEP4 基本情報
----------------- */
.form-step[data-step="4"] .input-group {
	margin-bottom: 22px;
}

.form-step[data-step="4"] .input-group>label {
	display: block;
	margin-bottom: 15px;
	font-weight: 500;
	text-align: center;
}

/* select共通 */
.form-step[data-step="4"] select {
	width: 100%;
	height: 46px;
	padding: 0 42px 0 14px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

/* selectの矢印 */
.form-step[data-step="4"] .input-group,
.form-step[data-step="4"] .select-wrap {
	position: relative;
}

.form-step[data-step="4"] .select-wrap::after,
.form-step[data-step="4"] .input-group:has(> select)::after {
	content: "";
	position: absolute;
	right: 16px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	transform: rotate(45deg);
	pointer-events: none;
}

/* 都道府県selectの矢印位置 */
.form-step[data-step="4"] .input-group:has(> select)::after {
	top: 58%;
	transform: translateY(50%) rotate(45deg);
}

/* 生まれ年selectの矢印位置 */
.form-step[data-step="4"] .select-wrap::after {
	top: 50%;
	transform: translateY(-65%) rotate(45deg);
}

/* テキスト入力 */
.form-step[data-step="4"] input[type="text"] {
	width: 100%;
	height: 46px;
	padding: 0 16px;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	background: #fff;
	color: #000;
	font-size: 14px;
	outline: none;
	transition: border-color .25s, box-shadow .25s;
	box-sizing: border-box;
}

.form-step[data-step="4"] input[type="text"]::placeholder {
	color: #c2c2c2;
}

/* birth内の重複テキストを非表示 */
.form-step[data-step="4"] .form-txt-item {
	display: none;
}

.form-step[data-step="4"] .birth-selects,
.form-step[data-step="4"] .select-wrap {
	width: 100%;
}

.form-step[data-step="4"] select {
	color: #151515;
	-webkit-text-fill-color: #222;
}

/* 未選択時 */
.form-step[data-step="4"] select.is-placeholder {
	color: #B3B3B3;
	-webkit-text-fill-color: #B3B3B3;
}

/* プルダウン内の通常項目 */
.form-step[data-step="4"] select option {
	color: #151515;
	-webkit-text-fill-color: #151515;
}


input#tel,
input#email {
	margin-top: 10px;
}

/* -----------------
プラポリ
----------------- */
label.privacy-check {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

label.privacy-check span {
	font-weight: 400;
	text-align: center;
	font-size: 12px;
	padding-left: 5px;
}

/*---------------------

サンクスページ

-----------------------*/
section.thanks {
	max-width: 800px;
	margin: 50px auto;
	text-align: center;
}

p.thanks-txt {
	line-height: 2;
}

p.thanks-note {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

figure.qr-img {
	width: 200px;
	margin: 0 auto;
}


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

	.container {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	section {
		padding: 25px 0;
	}

	.inner {
		width: min(100% - 25px, 1120px);
		margin-inline: auto;
	}

	p {
		font-size: 14px;
	}

	/* -----------------

	fv

	--------------------*/
	.fv::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 100%;
		height: 500px;
		background: url(../img/fv-bg_sp.webp) no-repeat center / cover;
		z-index: 0;
	}

	.fv-content h1 {
		font-size: 40px;
		margin-bottom: 0;
	}

	.fv-content p {
		font-size: 20px;
		margin-top: 13px;
		margin-bottom: 10px;
	}

	p.sp-txt-obi {
		background: #fff;
		display: inline-block;
		padding: 5px 10px;
		font-size: 16px;
		margin-bottom: 0;
		margin-top: 5px;
	}

	p.sp-txt-obi span {
		color: #E60471;
	}

	.fv-content figure {
		width: 177px;
		margin-top: 38px;
	}

	figure.fv-phone {
		width: 173px;
		position: absolute;
		z-index: 2;
		width: min(50%, 232px);
		top: 116px;
		right: -15px;
	}

	.fv-phone img {
		width: 100%;
		height: auto;
		position: inherit;
	}

	.fv-cta {
		text-align: center;
		margin-top: 32px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.fv-cta_link {
		width: 336px;
		height: 62px;
	}

	p.sp-cta-txt {
		font-size: 20px;
		margin-bottom: 5px;
		letter-spacing: 5%;
		position: relative;
	}

	p.sp-cta-txt::before {
		content: '';
		position: absolute;
		bottom: -3%;
		right: -15%;
		height: 28px;
		border: 1px solid #151515;
		transform: rotate(90deg);
	}

	p.sp-cta-txt:after {
		content: '';
		position: absolute;
		bottom: -3%;
		left: -15%;
		height: 28px;
		border: 1px solid #151515;
		transform: rotate(-90deg);
	}

	p.sp-cta-txt span {
		background: linear-gradient(90deg, #F23C52 0%, #D93362 45%, #A82669 100%);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
		font-size: 24px;
		padding: 0 2px;
	}

	p.fv-note {
		font-size: 8px;
		text-align: right;
		font-weight: 400;
		color: #A6A6A6;
		padding: 15px 0 5px;
	}

	/* -----------------
	
	worries
	
	--------------------*/
	section.worries {
		background: #F1F1F1;
		position: relative;
		z-index: 0;
		width: 90%;
		margin: 0 auto;
		border-radius: 70px 0 0 0;
		padding-top: 20px;
	}

	figure.worries-img {
		width: 135px;
		margin: 0 auto;
	}

	h3.worries-heading {
		font-size: 18px;
		text-align: center;
		position: relative;
		width: 80%;
		margin: 0 auto;
	}

	h3.worries-heading:after {
		bottom: -3%;
		left: 0%;
		height: 45px;
	}

	h3.worries-heading::before {
		content: '';
		position: absolute;
		bottom: -3%;
		right: 0%;
		height: 45px;
	}

	ul.worries-list {
		margin: 15px auto 25px;
		padding-left: 0;
	}

	ul.worries-list li {
		font-size: 14px;
		background: #fff;
		margin: 11px 0;
		padding: 7px;
		line-height: 1.6;
		padding-left: 2.3em;
		box-shadow: 0 0 15px rgba(0, 0, 0, 20%);
		position: relative;
	}

	.worries-list li::before {
		top: 30%;
		left: 10px;
	}

	section.worries p {
		font-size: 16px;
		text-align: center;
		line-height: 1.4;
		margin: 10px 0;
	}

	/* -----------------
			
	about
			
	--------------------*/
	section.about {
		margin-top: 30px;
	}

	/* -----------------
				
	heading
				
	--------------------*/
	p.heading-label {
		font-size: 14px;
	}

	h2.heading-ttl {
		font-size: 24px;
		margin-top: 0px;
	}

	/* -----------------
						
	reason
						
	--------------------*/
	.reason {
		position: relative;
		background: radial-gradient(ellipse 90% 60% at 50% 34%, rgba(255, 95, 150, .16) 0%, rgba(255, 95, 150, .06) 45%, transparent 85%), radial-gradient(ellipse 90% 60% at 50% 82%, rgba(123, 157, 255, .14) 0%, rgba(123, 157, 255, .05) 45%, transparent 85%), #fff;
	}

	.reason::before {
		position: inherit;
	}

	.reason-list {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 45px auto 0;
	}

	.reason-point {
		font-size: 12px;
		left: 0px;
	}

	.reason-num {
		font-size: 60px;
		padding-left: 15px;
	}

	.reason-title span {
		font-size: 24px;
	}

	.reason-list {
		display: flex;
		flex-direction: column;
		gap: 34px;
		margin: 55px auto 0px;
	}

	.reason-item {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 145px;
		grid-template-areas: "head image" "title image" "text text";
		column-gap: 8px;
		row-gap: 8px;
		width: 100%;
		min-width: 0;
		overflow: visible;
		margin-bottom: 20px;
	}

	/* contentの箱をなくして中身をgridに参加させる */
	.reason-content {
		display: contents;
	}

	.reason-head {
		grid-area: head;
		align-self: end;
		padding-left: 0;
		margin: 0;
		margin-bottom: -30px;
	}

	.reason-title {
		grid-area: title;
		margin: 0;
		position: relative;
		z-index: 2;
		white-space: nowrap;
		margin-right: -35px;
	}

	.reason-text {
		grid-area: text;

		width: 100%;
		min-width: 0;
		max-width: none;

		margin: 0;
		padding: 0;

		white-space: normal;
		overflow: visible;
		word-break: normal;
		overflow-wrap: anywhere;

		font-size: 13px;
		line-height: 1.8;
		box-sizing: border-box;
	}

	p.reason-text {
		margin-top: -22px;
	}

	.reason-img {
		grid-area: image;
		width: 214px;
		margin: 0;
		align-self: end;
		position: relative;
		z-index: 1;
		right: 5px;
		top: -40px;
	}

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

	.reason-item:nth-child(1) .reason-img {
		transform: translateY(16px);
		transform: translateX(-8px);
		margin-bottom: -43px;
	}

	.reason-item:nth-child(1) .reason-head {
		margin-bottom: -20px;
	}

	.reason-item:nth-child(1) p.reason-text {
		margin-top: -10px;
	}

	.reason-item:nth-child(2) .reason-img {
		transform: translateY(0px);
		transform: translateX(7px);
	}


	/* -----------------
							
	person
							
	--------------------*/
	.person-flex {
		display: block;
		gap: 72px;
		margin-bottom: 25px;
		width: 100%;
	}

	.person-right {
		width: 100%;
	}

	.person-right .heading {
		text-align: center;
	}

	.person-right p {
		margin-bottom: 0;
		font-size: 15px;
		text-align: center;
	}

	h3.person-name {
		margin-bottom: 2px;
		margin-top: 5px;
		text-align: center;
	}

	.person-name span {
		margin-bottom: 16px;
		font-size: 28px;
		font-weight: 700;
		line-height: 1.7;
	}

	p.person-lead {
		font-size: 16px;
		margin-top: 0;
		text-align: center;
	}

	figure.person-img.sp {
		margin: 20px auto 0;
		width: 260px;
	}

	p.person-text {
		font-size: 15px;
		line-height: 1.8;
	}

	.person-career {
		padding: 12px 15px;
		background: #fff;
		margin-top: 15px;
	}

	.person-career p {
		text-align: left;
		line-height: 1.7;
		font-size: 12px;
	}

	p.person-career-title {
		text-align: left;
		font-size: 14px;
		line-height: 1.7;
		padding-bottom: 2px;
	}

	.person-achievement {
		margin: 18px auto 0;
	}

	/* -----------------
							
	form
							
	--------------------*/
	span.form-sub-txt {
		font-size: 20px;
	}

	h3.form-main-txt {
		font-size: 48px;
		margin: 0px;
	}

	p.form-inner-txt {
		font-size: 16px;
	}

	.entry-form-section {
		padding: 30px 0px;
		margin: 35px auto 0;
	}

	.form-nav {
		gap: 0px;
	}


	/* faq */
	.faq-list {
		gap: 20px;
		margin: 25px auto;
	}

	.faq-answer {
		line-height: 1.8;
		margin: 15px 0 5px;
		font-size: 13px;
	}

	.faq-item {
		position: relative;
		padding: 8px 28px 8px 13px;
		background: #fff;
	}

	.faq-row {
		grid-template-columns: 28px 1fr;
		gap: 12px;
		align-items: center;
	}

	.faq-row.is-answer .faq-mark {
		margin-top: 10px;
	}

	.faq-arrow {
		position: absolute;
		top: 19px;
		right: 14px;
		color: #999;
		font-size: 1.1rem;
	}

	.faq-mark {
		font-size: 28px;
		font-weight: 200;
		display: block;
	}

	section.thanks {
		margin: 10px auto;
	}
}



/* =========================
PC・SP表示切り替え
========================= */

/* PCではSP用だけ隠す */
.sp {
	display: none !important;
}

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

	/* SPではPC用を隠す */
	.pc {
		display: none !important;
	}

	/* SP用を表示 */
	.sp {
		display: block !important;
	}

	/* SPのFVレイアウト */
	.fv-inner.sp {
		display: block !important;
	}
}


/* ========================================
   Contact Form 7
======================================== */
/* 非表示の送信用CF7 */
.cf7-hidden-wrap {
	position: fixed;
	top: 0;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

/* フォーム内部スクロールを完全になくす */
#stepForm {
	height: auto;
}

.form-step {
	height: auto;
	overflow: visible;
}

.form-scroll-wrap {
	flex: none;
	min-height: auto;
	overflow: visible;
}

.form-scroll {
	height: auto;
	overflow: visible;
	padding-bottom: 20px;
	-webkit-overflow-scrolling: auto;
}

/* 下端グラデーションも不要 */
.form-scroll-wrap::after {
	display: none;
}

/* ボタンも通常配置 */
.form-nav {
	position: static;
	margin-top: 15px;
}

/* スマホ入力時の自動ズーム防止 */
#stepForm input,
#stepForm select,
#stepForm textarea {
	font-size: 16px !important;
}

@media screen and (min-width: 768px) {
	.entry-form-section {
		max-width: 520px;
	}
}