@charset "UTF-8";

/*
 * FC page stylesheet
 * 01. Common
 * 02. MV
 * 03. Page navigation
 * 04. Recruitment
 * 05. Strengths
 * 06. Support
 * 07. Simulation
 * 08. Store models
 * 09. Interviews
 * 10. Opening flow
 * 11. Contact form
 * 12. Thanks page
 * 13. Shared reveal animation
 * 14. Responsive adjustments
 */

/* 01. Common
---------------------------------------- */

/* 02. MV
---------------------------------------- */
.fc-mv {
	position: relative;
	height: clamp(320px, 37.552083vw, 721px);
	background: #131313 url("../imgs/fc/mv_bg_pc.png") center bottom / cover no-repeat;
	color: #f0e8de;
	overflow: hidden;
}

.fc-mv__heading {
	position: absolute;
	top: clamp(155px, 28.697917vw, 551px);
	left: clamp(15px, 2.604167vw, 50px);
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(28px, 4.166667vw, 80px);
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.fc-mv__heading span:first-child {
	letter-spacing: -0.8px;
}

.fc-mv__breadcrumb {
	position: absolute;
	top: clamp(221px, 34.947917vw, 671px);
	left: clamp(15px, 2.5vw, 48px);
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.fc-mv__breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.fc-mv__breadcrumb-separator {
	display: block;
	width: 8px;
	height: 1px;
	background-color: #f0e8de;
}

.fc-mv__decoration {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: clamp(8px, 1.041667vw, 20px);
	background: #131313 url("../imgs/common/separator.png") center bottom / auto 100% repeat;
}

/* 03. Page navigation
---------------------------------------- */
.fc-page-nav {
	display: flex;
	align-items: center;
	height: 92px;
	background-color: #131313;
}

.fc-page-nav__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1089px, calc(100% - 48px));
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.fc-page-nav__item a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.8px;
	color: #fff;
	transition: color 0.3s ease;
	text-decoration: none;
	white-space: nowrap;
}

.fc-page-nav__item a:hover {
	color: #CAA366;
}

.fc-page-nav__arrow {
	flex: 0 0 auto;
	width: 10px;
	height: 8px;
	background: url("../imgs/fc/page_menu_arrow_transparent.png") center / contain no-repeat;
}

/* 04. Recruitment
---------------------------------------- */
.fc-recruit-section {
	position: relative;
	height: clamp(738px, 61.145833vw, 1174px);
	background: #131313 url("../imgs/fc/recruit_bg_pc.png") center top / cover no-repeat;
	color: #f0e8de;
	overflow: hidden;
}

.fc-recruit-vertical,
.fc-recruit-vertical img,
.fc-recruit-badge,
.fc-recruit-badge img {
	display: block;
}

.fc-recruit-vertical {
	position: absolute;
	top: 40px;
	left: 50%;
	width: clamp(120px, 10.416667vw, 200px);
	height: auto;
	aspect-ratio: 400 / 969;
	transform: translateX(-50%);
}

.fc-recruit-vertical img,
.fc-recruit-badge img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fc-recruit-decoration {
	position: absolute;
	top: clamp(160px, calc(160px + (100vw - 1207px) * 0.089762), 224px);
	left: calc(50% - clamp(400px, calc(400px + (100vw - 1207px) * 0.185512), 532.27px));
	width: clamp(250px, calc(250px + (100vw - 1207px) * 0.210379), 400px);
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: contain;
}

.fc-recruit-badge {
	position: absolute;
	top: clamp(240px, calc(240px + (100vw - 1207px) * 0.109397), 318px);
	left: calc(50% + clamp(58px, calc(58px + (100vw - 1207px) * 0.132398), 152.4px));
	width: clamp(160px, calc(160px + (100vw - 1207px) * 0.039271), 188px);
	height: auto;
	aspect-ratio: 188 / 189;
}

.fc-recruit-catch,
.fc-recruit-title {
	position: absolute;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	white-space: nowrap;
}

.fc-recruit-catch {
	top: clamp(404px, calc(404px + (100vw - 1207px) * 0.224404), 564px);
	gap: clamp(8px, calc(8px + (100vw - 1207px) * 0.01122), 16px);
	width: min(952.504px, calc(100% - 48px));
}

.fc-recruit-catch p,
.fc-recruit-title h2,
.fc-recruit-title p {
	margin: 0;
}

.fc-recruit-catch__main {
	font-size: clamp(24px, calc(24px + (100vw - 1207px) * 0.036466), 50px);
	line-height: 1.1;
	letter-spacing: clamp(-2.5px, calc(-1.2px - (100vw - 1207px) * 0.001823), -1.2px);
	color: #caa366;
}

.fc-recruit-catch__main span:nth-of-type(2),
.fc-recruit-catch__main span:nth-of-type(3),
.fc-recruit-catch__main span:nth-of-type(5) {
	color: #f0e8de;
}

.fc-recruit-catch__break {
	display: none;
}

.fc-recruit-catch__sub {
	font-size: clamp(14px, calc(14px + (100vw - 1207px) * 0.02244), 30px);
	line-height: 1.2;
}

.fc-recruit-title {
	top: clamp(521px, calc(521px + (100vw - 1207px) * 0.26648), 711px);
	gap: clamp(8px, calc(8px + (100vw - 1207px) * 0.01122), 16px);
	width: min(719.625px, calc(100% - 48px));
}

.fc-recruit-title__heading {
	font-size: clamp(60px, calc(60px + (100vw - 1207px) * 0.126227), 150px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: clamp(-7.5px, calc(-3px - (100vw - 1207px) * 0.006311), -3px);
	color: #caa366;
}

.fc-recruit-title__price {
	font-size: clamp(24px, calc(24px + (100vw - 1207px) * 0.02244), 40px);
	line-height: 1.2;
}

.fc-recruit-button {
	position: absolute;
	top: clamp(648px, calc(648px + (100vw - 1207px) * 0.465638), 980px);
	left: 50%;
	display: block;
	box-sizing: border-box;
	width: clamp(312px, calc(312px + (100vw - 1207px) * 0.123422), 400px);
	height: clamp(50px, calc(50px + (100vw - 1207px) * 0.03366), 74px);
	padding: clamp(3px, calc(3px + (100vw - 1207px) * 0.001403), 4px);
	transform: translateX(-50%);
	border: 1px solid #a90101;
	color: #fafafa;
	transition: opacity 0.3s ease;
	text-decoration: none;
}

.fc-recruit-button:hover {
	opacity: 0.85;
	color: #fafafa;
}

.fc-recruit-button span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #a90101;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(15px, calc(15px + (100vw - 1207px) * 0.004208), 18px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: clamp(-0.9px, calc(-0.75px - (100vw - 1207px) * 0.00021), -0.75px);
}

/* 05. Strengths
---------------------------------------- */
.fc-strength-section {
	position: relative;
	box-sizing: border-box;
	padding: 0 24px 120px;
	color: #f0e8de;
	overflow: hidden;
}

.fc-strength-header {
	position: relative;
	height: 536px;
}

.fc-strength-label {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 380px;
	height: 200px;
	transform: translateX(-50%);
	font-style: normal;
	line-height: 1;
	white-space: nowrap;
}

.fc-strength-label__jp {
	position: absolute;
	inset: 0;
}

.fc-strength-label__jp img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.fc-strength-intro {
	position: absolute;
	top: 223px;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	width: min(960px, 100%);
	transform: translateX(-50%);
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	text-align: center;
}

.fc-strength-intro__heading,
.fc-strength-intro__text {
	margin: 0;
}

.fc-strength-intro__heading {
	font-size: clamp(48px, 4.166667vw, 80px);
	line-height: 1;
	letter-spacing: -0.05em;
	white-space: nowrap;
}

.fc-strength-intro__heading span,
.fc-strength-description span,
.fc-strength-description__accent {
	color: #caa366;
}

.fc-strength-intro__text {
	font-size: clamp(28px, 2.083333vw, 40px);
	line-height: 1.4;
}

.fc-strength-intro__break {
	display: none;
}

.fc-strength-list {
	display: flex;
	flex-direction: column;
	gap: 80px;
	width: min(1216px, 100%);
	margin: 0 auto;
}

.fc-strength-item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 608px) minmax(0, 510px);
	gap: clamp(48px, 5.208333vw, 100px);
	align-items: start;
}

.fc-strength-item:nth-child(1) {
	--reveal-delay: 0s;
}

.fc-strength-item:nth-child(2) {
	--reveal-delay: 0.15s;
}

.fc-strength-item:nth-child(3) {
	--reveal-delay: 0.3s;
}

.fc-strength-item:nth-child(4) {
	--reveal-delay: 0.45s;
}

.fc-strength-content::before {
	position: absolute;
	top: -24px;
	left: clamp(-32px, -2.222222vw, -16px);
	z-index: -1;
	width: clamp(320px, 34.722222vw, 500px);
	aspect-ratio: 1;
	background: url("../imgs/fc/strength_triangle.svg") center / contain no-repeat;
	content: "";
	pointer-events: none;
}

.fc-strength-item:nth-child(even) {
	grid-template-columns: minmax(0, 510px) minmax(0, 608px);
}

.fc-strength-item:nth-child(even) .fc-strength-content {
	order: 2;
}

.fc-strength-item:nth-child(even) .fc-strength-image {
	order: 1;
}

.fc-strength-content,
.fc-strength-image {
	position: relative;
	z-index: 1;
}

.fc-strength-content {
	display: flex;
	isolation: isolate;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
	margin-top: 24px;
}

.fc-strength-title {
	position: relative;
	height: 180px;
	font-family: "Noto Serif JP", serif;
	white-space: nowrap;
	display:flex;
	-webkit-align-items: center;
	align-items: center;

}

.fc-strength-title__number {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: clamp(165px, 11.458333vw, 220px);
}

.fc-strength-title__number img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.fc-strength-title h3 {
	
	z-index: 1;
	font-size: clamp(28px, 2.083333vw, 40px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05em;
}

.fc-strength-title h3 em {
	font-style: normal;
	color: #caa366;
}

.fc-strength-points {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fc-strength-points li {
	position: relative;
	box-sizing: border-box;
	max-width: 100%;
	min-height: 52px;
	padding: 16px 24px 16px 53px;
	border: 1px solid #666;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(15px, 0.9375vw, 18px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05em;
}

.fc-strength-points li::before {
	position: absolute;
	top: 50%;
	left: 24px;
	width: 13px;
	height: 12px;
	transform: translateY(-50%);
	background: url("../imgs/fc/strength_point.png") center / contain no-repeat;
	content: "";
}

.fc-strength-points strong {
	font-weight: 700;
}

.fc-strength-points strong + span {
	font-weight: 400;
}

.fc-strength-description {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(15px, 0.9375vw, 18px);
	font-weight: 400;
	line-height: 2;
}

.fc-strength-description p {
	margin: 0;
}

.fc-strength-image {
	width: 100%;
	aspect-ratio: 510 / 689;
	overflow: hidden;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.25);
}

.fc-strength-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.fc-strength-item:nth-child(2) .fc-strength-image img {
	object-position: 58% center;
}

.fc-strength-item:nth-child(4) .fc-strength-image img {
	object-position: 47% center;
}

/* 06. Support
---------------------------------------- */
.fc-support-section {
	position: relative;
	box-sizing: border-box;
	min-height: 2334px;
	padding: 114px 24px 109px;
	background-color: #131313;
	background-image: linear-gradient(181.13deg, rgba(19, 19, 19, 0.4) 12.46%, #131313 54.7%), url("../imgs/fc/support_bg.png");
	background-position: center 32px, center 32px;
	background-size: 100% calc(100% - 32px), 100% auto;
	background-repeat: no-repeat;
	color: #f0e8de;
	overflow: hidden;
}

.fc-support-section::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url("../imgs/common/separator.png") center bottom / auto 100% repeat;
	content: "";
}

.fc-support-intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	text-align: center;
}

.fc-support-intro__heading,
.fc-support-intro__text,
.fc-support-group__heading,
.fc-support-card__body h4,
.fc-support-card__body p {
	margin: 0;
}

.fc-support-intro__heading {
	font-size: clamp(44px, 3.125vw, 60px);
	line-height: 1.4;
	letter-spacing: -0.05em;
}

.fc-support-intro__text {
	font-size: clamp(20px, 1.354167vw, 26px);
	line-height: 1.6;
}

.fc-support-intro__text span {
	color: #ceac5a;
}

.fc-support-group {
	width: min(1216px, 100%);
	margin-right: auto;
	margin-left: auto;
}

.fc-support-group--before {
	--reveal-delay: 0s;
	margin-top: 80px;
}

.fc-support-group--after {
	--reveal-delay: 0.15s;
	margin-top: 80px;
}

.fc-support-group--other {
	--reveal-delay: 0.3s;
	margin-top: 80px;
}

.fc-support-group__heading {
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.05em;
	text-align: center;
}

.fc-support-group__heading span {
	color: #caa366;
}

.fc-support-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 19px;
	margin-top: 40px;
}

.fc-support-card {
	display: flex;
	flex: 0 1 289px;
	box-sizing: border-box;
	min-width: 0;
	min-height: 318px;
	padding: 40px 20px;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #3f331f;
	background-color: rgba(19, 19, 19, 0.5);
}

.fc-support-group--after .fc-support-card,
.fc-support-group--other .fc-support-card {
	background-color: rgba(19, 19, 19, 0.9);
}

.fc-support-card__visual {
	position: relative;
	flex: 0 0 auto;
	width: 140px;
	height: 140px;
}

.fc-support-card__circle,
.fc-support-card__icon {
	position: absolute;
	display: block;
	max-width: 100%;
	height: auto;
}

.fc-support-card__circle {
	inset: 0;
	width: 140px;
	opacity: 0.15;
}

.fc-support-card__icon {
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 82%;
	max-height: 90px;
	transform: translate(-50%, -50%);
}

.fc-support-card__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
	text-align: center;
}

.fc-support-card__body h4 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(21px, 1.354167vw, 26px);
	font-weight: 700;
	line-height: 1;
	color: #caa366;
	white-space: nowrap;
}

.fc-support-card__body p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

/* 07. Simulation
---------------------------------------- */
.fc-simulation-section {
	position: relative;
	box-sizing: border-box;
	min-height: 1795px;
	padding: 100px 24px 100px;
	background-color: #131313;
	background-image: url("../imgs/fc/simulation_overlay.png"), url("../imgs/fc/simulation_bg.png");
	background-position: center top, center top;
	background-size: 100% clamp(749px, 58.854167vw, 1130px), 100% clamp(749px, 58.854167vw, 1130px);
	background-repeat: no-repeat;
	color: #f0e8de;
	overflow: hidden;
}

.fc-simulation-header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fc-simulation-heading,
.fc-simulation-lead,
.fc-simulation-highlight p,
.fc-simulation-note,
.fc-simulation-case,
.fc-simulation-recovery h3,
.fc-simulation-recovery p {
	margin: 0;
}

.fc-simulation-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	width: 100%;
	font-family: "Noto Serif JP", serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05em;
	text-align: center;
}

.fc-simulation-heading strong {
	font-size: 100px;
	color: #caa366;
}

.fc-simulation-heading em {
	font-size: 60px;
	font-style: normal;
	color: #caa366;
}

.fc-simulation-heading small {
	flex-basis: 100%;
	margin-top: 16px;
	font-size: 60px;
	line-height: 1;
}

.fc-simulation-lead {
	display: none;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.fc-simulation-lead span {
	color: #ceac5a;
}

.fc-simulation-highlights {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 34px;
}

.fc-simulation-highlight {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 180px;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
}

.fc-simulation-highlight--main {
	width: 240px;
	height: 240px;
}

.fc-simulation-highlight img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 0.2;
}

.fc-simulation-highlight--main img {
	opacity: 1;
}

.fc-simulation-highlight p {
	position: relative;
	z-index: 1;
	display: block;
	font-size: 26px;
	line-height: 1;
}

.fc-simulation-highlight p strong {
	display: inline-block;
	margin-top: 8px;
	font-size: 60px;
}

.fc-simulation-highlight p span {
	font-size: 20px;
}

.fc-simulation-highlight--main p {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	font-size: 28px;
}

.fc-simulation-highlight--main p strong {
	margin-top: 12px;
	font-size: 90px;
}

.fc-simulation-highlight--main p em {
	flex-basis: 100%;
	margin-top: 12px;
	font-size: 28px;
	font-style: normal;
}

.fc-simulation-tables {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 380px));
	justify-content: center;
	gap: 40px;
	width: min(1214px, 100%);
	margin: 40px auto 0;
}

.fc-simulation-table-wrap {
	min-width: 0;
}

.fc-simulation-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
	table-layout: fixed;
	font-family: "Noto Serif JP", serif;
}

.fc-simulation-table caption {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0;
	padding: 16px;
	border: 1px solid #d9d9d9;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.fc-simulation-table th,
.fc-simulation-table td {
	box-sizing: border-box;
	height: 48px;
	font-weight: 500;
	line-height: 1.2;
}

.fc-simulation-table th {
	width: 180px;
	padding: 16px;
	border: 1px solid #666;
	background-color: #131313;
	font-size: 14px;
	text-align: left;
}

.fc-simulation-table td {
	padding: 8px;
	font-size: 16px;
	text-align: right;
	overflow-wrap: anywhere;
	vertical-align: middle;
}

.fc-simulation-table__featured th,
.fc-simulation-table__featured td {
	border-color: #caa366;
	font-weight: 700;
	color: #caa366;
}

.fc-simulation-table__featured td {
	font-size: 18px;
}

.fc-simulation-table__total th,
.fc-simulation-table__total td {
	border-color: #caa366;
	background-color: #caa366;
	font-weight: 900;
	color: #131313;
}

.fc-simulation-table__total th {
	font-size: 16px;
}

.fc-simulation-table__total td {
	font-size: 20px;
	vertical-align: middle;
}

.fc-simulation-note {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #8d8d8d;
}

.fc-simulation-case {
	margin: 0 0 8px;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

.fc-simulation-recovery {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(1214px, 100%);
	margin: 64px auto 0;
}

.fc-simulation-recovery h3 {
	box-sizing: border-box;
	width: 380px;
	padding: 16px;
	border: 1px solid #d9d9d9;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.fc-simulation-recovery p {
	margin-top: 32px;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #caa366;
}

.fc-simulation-recovery p strong {
	font-size: 40px;
}

.fc-simulation-recovery__image {
	width: min(866px, 100%);
	margin-top: 24px;
	mix-blend-mode: lighten;
}

.fc-simulation-recovery__image picture,
.fc-simulation-recovery__image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* 08. Store models
---------------------------------------- */
.fc-model-section {
	box-sizing: border-box;
	padding: 100px 24px;
	background: #131313;
	color: #f0e8de;
}

.fc-model-heading {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05em;
	text-align: center;
}

.fc-model-layout {
	display: grid;
	grid-template-columns: 304px minmax(0, 912px);
	align-items: start;
	width: min(1216px, 100%);
	margin: 64px auto 0;
}

.fc-model-tabs {
	display: flex;
	flex-direction: column;
	padding-top: 40px;
}

.fc-model-tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	min-height: 68px;
	padding: 24px;
	border: 0;
	border-bottom: 1px solid #666;
	background: transparent;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #f0e8de;
	text-align: left;
	cursor: pointer;
}

.fc-model-tab span {
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.fc-model-tab.is-active {
	border-color: #caa366;
	background: #caa366;
	font-weight: 700;
	color: #131313;
}

.fc-model-tab:focus-visible {
	position: relative;
	z-index: 1;
	outline: 3px solid #fff;
	outline-offset: -4px;
}

.fc-model-panel[hidden] {
	display: none;
}

.fc-model-panel {
	min-height: 372px;
}

.fc-model-panel:empty {
	box-sizing: border-box;
	border: 1px solid #f0e8de;
}

.fc-model-panel__primary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 24px;
	box-sizing: border-box;
	min-height: 372px;
	padding: 39px 40px 32px;
	border: 1px solid #f0e8de;
}

.fc-model-specs dl,
.fc-model-note,
.fc-model-flexibility p,
.fc-model-tags {
	margin: 0;
}

.fc-model-specs dl {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.fc-model-specs dl > div {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	align-items: center;
	min-height: 48px;
}

.fc-model-specs dt,
.fc-model-specs dd {
	box-sizing: border-box;
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1;
}

.fc-model-specs dt {
	padding: 16px 24px;
	border: 1px solid #666;
	font-size: 14px;
}

.fc-model-specs dd {
	padding: 0 24px;
	font-size: 16px;
}

.fc-model-note {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1;
	color: #8d8d8d;
}

.fc-model-image {
	display: block;
	width: 100%;
	max-width: 340px;
	height: auto;
}

.fc-model-flexibility {
	box-sizing: border-box;
	width: min(914px, 100%);
	margin: 40px auto 0;
	padding-bottom: 40px;
	transform: translateY(1px);
}

.fc-model-flexibility__lead,
.fc-model-flexibility__text,
.fc-model-tags {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
}

.fc-model-flexibility__lead {
	font-weight: 500;
	line-height: 1;
}

.fc-model-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	list-style: none;
}

.fc-model-flexibility__lead + .fc-model-tags {
	margin-top: 16px;
}

.fc-model-tags li {
	padding: 10px 16px;
	border: 1px solid #f0e8de;
	line-height: 1;
}

.fc-model-flexibility__text {
	margin-top: 16px !important;
	line-height: 1.6;
}

/* 09. Interviews
---------------------------------------- */
.fc-interview-section {
	box-sizing: border-box;
	padding: 100px 24px;
	background: #131313;
	color: #f0e8de;
}

.fc-interview-heading {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05em;
	text-align: center;
}

.fc-interview-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 510px));
	justify-content: center;
	gap: 52px;
	width: min(1062px, 100%);
	margin: 64px auto 0;
}

.fc-interview-card,
.fc-interview-content {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.fc-interview-card {
	gap: 40px;
}

.fc-interview-image {
	position: relative;
	width: 100%;
	aspect-ratio: 510 / 689;
	overflow: hidden;
	box-shadow: inset 0 0 30px rgb(0 0 0 / 25%);
}

.fc-interview-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.fc-interview-content {
	gap: 40px;
}

.fc-interview-title {
	position: relative;
	min-height: 200px;
}

.fc-interview-number,
.fc-interview-title h3,
.fc-interview-profile p,
.fc-interview-body p {
	margin: 0;
}

.fc-interview-number {
	display: block;
	width: 200px;
}

.fc-interview-number img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.fc-interview-title h3 {
	position: absolute;
	top: 53px;
	left: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.05em;
	color: #caa366;
}

.fc-interview-profile,
.fc-interview-body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.fc-interview-profile {
	font-size: 18px;
	line-height: 1.8;
}

.fc-interview-body {
	font-size: 16px;
	line-height: 2;
}

/* 10. Opening flow
---------------------------------------- */
.fc-flow-section {
	box-sizing: border-box;
	padding: 100px 24px;
	background: #131313;
	color: #f0e8de;
}

.fc-flow-heading,
.fc-flow-lead,
.fc-flow-list,
.fc-flow-title,
.fc-flow-description {
	margin: 0;
}

.fc-flow-heading,
.fc-flow-lead,
.fc-flow-title {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.fc-flow-heading {
	font-size: 80px;
	line-height: 1;
	letter-spacing: -0.05em;
	text-align: center;
}

.fc-flow-lead {
	margin-top: 24px;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: -0.05em;
	text-align: center;
}

.fc-flow-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: min(1005px, 100%);
	margin: 40px auto 0;
	padding: 0;
	list-style: none;
}

.fc-flow-step {
	display: grid;
	grid-template-columns: 74px minmax(220px, 300px) minmax(0, 629px);
	gap: 1px;
	min-width: 0;
}

.fc-flow-number,
.fc-flow-title,
.fc-flow-description {
	box-sizing: border-box;
	min-height: 74px;
}

.fc-flow-number {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #333;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	color: #8d8d8d;
}

.fc-flow-number picture {
	display: block;
}

.fc-flow-number img {
	display: block;
	width: 41px;
	max-width: 100%;
	height: auto;
}

.fc-flow-title,
.fc-flow-description {
	display: flex;
	align-items: center;
}

.fc-flow-title {
	justify-content: center;
	padding: 10px 40px;
	background: #caa366;
	font-size: 20px;
	line-height: normal;
	color: #000;
	text-align: center;
}

.fc-flow-description {
	padding: 10px 24px;
	background: #f0e8de;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #131313;
}

/* 11. Contact form
---------------------------------------- */
.fc-form-section {
	box-sizing: border-box;
	padding: 100px 24px;
	background: #131313;
	color: #f0e8de;
}

.fc-form-heading,
.fc-form-lead,
.fc-form-form {
	margin: 0;
}

.fc-form-heading {
	font-family: "Noto Serif JP", serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05em;
	text-align: center;
}

.fc-form-lead {
	margin-top: 40px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

.fc-form-form {
	width: min(748px, 100%);
	margin: 40px auto 0;
}

.fc-form-form .wpcf7 {
	margin: 0;
}

.fc-form-form .wpcf7-form {
	display: flex;
	position: relative;
	flex-direction: column;
	gap: 8px;
	margin: 0;
}

.fc-form-form .wpcf7-form-control-wrap {
	position: relative;
	display: block;
	min-width: 0;
}

.fc-form-form .fc-form-field > p,
.fc-form-form .fc-form-select-wrap > p,
.fc-form-form .fc-form-actions > p {
	display: contents;
	margin: 0;
}

.fc-form-form .fc-form-field br {
	display: none;
}

.fc-form-field {
	display: grid;
	grid-template-columns: 240px minmax(0, 500px);
	gap: 8px;
	min-width: 0;
}

.fc-form-label,
.fc-form-control {
	box-sizing: border-box;
	min-height: 54px;
	font-family: "Noto Sans JP", sans-serif;
}

.fc-form-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	border: 1px solid #666;
	background: #131313;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #f0e8de;
}

.fc-form-status {
	padding: 6px 4px;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
}

.fc-form-status--required {
	background: #a90101;
	color: #f0e8de;
}

.fc-form-status--optional {
	background: #caa366;
	color: #131313;
}

.fc-form-control,
.fc-form-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px 16px;
	border: 0;
	border-radius: 0;
	background: #d9d9d9;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #131313;
}

.fc-form-control:focus-visible,
.fc-form-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):focus-visible {
	outline: 3px solid #caa366;
	outline-offset: -3px;
}

.fc-form-form textarea.wpcf7-form-control {
	min-height: 160px;
	line-height: 1.6;
	resize: vertical;
}

.fc-form-select-wrap {
	position: relative;
	min-width: 0;
}

.fc-form-select-wrap::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	content: "";
	pointer-events: none;
	transform: translateY(-70%) rotate(45deg);
}

.fc-form-select,
.fc-form-form select.wpcf7-form-control {
	min-height: 54px;
	padding-right: 54px;
	color: #666;
	appearance: none;
}

.fc-form-form .contact-form__consent {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 40px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.fc-form-form .contact-form__consent p {
	margin: 0;
}

.fc-form-form .contact-form__consent .wpcf7-acceptance {
	display: block;
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
}

.fc-form-form .contact-form__consent .wpcf7-list-item {
	margin: 0;
}

.fc-form-form .contact-form__consent .wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	cursor: pointer;
}

.fc-form-form .contact-form__consent .wpcf7-list-item-label {
	display: inline;
	min-width: 0;
	overflow-wrap: anywhere;
}

.fc-form-form .contact-form__consent > .wpcf7-form-control-wrap {
	min-width: 0;
}

.fc-form-form .contact-form__consent input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: #caa366;
}

.fc-form-form .contact-form__consent a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.fc-form-form .contact-form__consent a:hover {
	color: #caa366;
}

.fc-form-form .contact-form__consent a:focus-visible,
.fc-form-form .contact-form__consent input:focus-visible {
	outline: 2px solid #caa366;
	outline-offset: 3px;
}

.fc-form-form .contact-form__required {
	box-sizing: border-box;
	display: inline-flex;
	min-width: 36px;
	min-height: 26px;
	align-items: center;
	justify-content: center;
	padding: 4px;
	background-color: #a90101;
	color: #f0e8de;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.fc-form-submit,
.fc-form-form .wpcf7-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: min(290px, 100%);
	min-height: 60px;
	margin: 32px auto 0;
	padding: 0;
	border: 1px solid #fff;
	background: #f0e8de;
	box-shadow: inset 0 0 0 3px #131313;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.05em;
	color: #131313;
	text-align: center;
	cursor: pointer;
}

.fc-form-submit:focus-visible,
.fc-form-form .wpcf7-submit:focus-visible {
	outline: 3px solid #caa366;
	outline-offset: 3px;
}

a.fc-form-submit {
	text-decoration: none;
}

.fc-form-form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 6px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #ffff;
}

.fc-form-form .wpcf7-response-output {
	box-sizing: border-box;
	width: 100%;
	margin: 16px 0 0;
	padding: 12px 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

.fc-form-form .wpcf7-spinner {
	display: block;
	margin: 12px auto 0;
}

.fc-form-field .wpcf7-not-valid-tip {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;

  margin: 0;
  color: #c40000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

/* エラー文と入力文字が重ならないように右側へ余白を確保 */
.fc-form-field input.wpcf7-not-valid,
.fc-form-field select.wpcf7-not-valid {
  padding-right: 140px;
  border-color: #c40000;
}

/* Contact Form 7 全体のエラーメッセージを非表示 */
.wpcf7-response-output {
    display: none !important;
}

/* 12. Thanks page
---------------------------------------- */
.fc-thanks {
  padding: 120px 20px;
  background: #111;
  color: #fff;
  text-align: center;
}

.fc-thanks__inner {
  width: min(100%, 900px);
  margin-inline: auto;
}

.fc-thanks__title {
  margin: 0 0 32px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.4;
}

.fc-thanks__text {
  margin: 0 0 48px;
  font-size: 16px;
  line-height: 2;
}

/* 13. Shared reveal animation
---------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
	.is-js .js-reveal {
		opacity: 0;
		transform: translateY(30px);
		transition:
			opacity 0.7s ease-out var(--reveal-delay, 0s),
			transform 0.7s ease-out var(--reveal-delay, 0s);
	}

	.is-js .js-reveal.is-visible {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 14. Responsive adjustments
---------------------------------------- */
@media (max-width: 1136px) {
	.fc-page-nav {
		height: 144px;
	}

	.fc-page-nav__list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: 32px 48px;
		column-gap: min(8px, 2.12766vw);
		row-gap: 16px;
		width: min(328px, calc(100% - 48px));
	}

	.fc-page-nav__item a {
		gap: min(6px, 1.595745vw);
		font-size: clamp(10px, 3.191489vw, 12px);
		line-height: 1.3;
		letter-spacing: -0.6px;
		white-space: normal;
	}

	.fc-page-nav__item:nth-child(4) span:first-child {
		max-width: 81px;
	}

	.fc-page-nav__arrow {
		order: -1;
		width: min(10px, 2.659574vw);
		height: min(8px, 2.12766vw);
	}
}

@media (max-width: 767px) {
	.fc-mv {
		height: min(260px, 69.148936vw);
		background-image: url("../imgs/fc/mv_bg_sp.png");
		background-size: cover;
	}

	.fc-mv__heading {
		top: min(155px, 41.223404vw);
		left: clamp(12px, 3.989362vw, 15px);
		width: calc(100% - 30px);
		font-size: clamp(24px, 7.446809vw, 28px);
		letter-spacing: 0;
	}

	.fc-mv__heading span:first-child {
		letter-spacing: -1.4px;
	}

	.fc-mv__breadcrumb {
		top: min(221px, 58.776596vw);
		left: clamp(12px, 3.989362vw, 15px);
		gap: 4px;
		font-size: clamp(11px, 3.191489vw, 12px);
	}

	.fc-mv__decoration {
		height: min(14px, 3.723404vw);
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.fc-recruit-decoration {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 921px) {
	.fc-recruit-catch {
		text-align: center;
	}

	.fc-recruit-catch__break {
		display: block;
	}
}

@media (max-width: 767px) {
	.fc-recruit-section {
		height: 738px;
		background-image: url("../imgs/fc/recruit_bg_sp.png");
		background-size: cover;
	}

	.fc-recruit-vertical {
		top: 40px;
		width: 84px;
		height: 204px;
	}

	.fc-recruit-decoration {
		display: none;
	}

	.fc-recruit-badge {
		top: 240px;
		left: 50%;
		width: 160px;
		height: 160px;
		transform: translateX(-50%);
	}

	.fc-recruit-catch {
		top: 404px;
		gap: 8px;
		width: 294px;
		text-align: center;
	}

	.fc-recruit-catch__main {
		font-size: 24px;
		line-height: 1.4;
		letter-spacing: -1.2px;
	}

	.fc-recruit-catch__break {
		display: block;
	}

	.fc-recruit-catch__sub {
		font-size: 14px;
	}

	.fc-recruit-title {
		top: 521px;
		gap: 8px;
		width: 288px;
	}

	.fc-recruit-title__heading {
		font-size: 60px;
		letter-spacing: -3px;
	}

	.fc-recruit-title__price {
		font-size: 24px;
	}

	.fc-recruit-button {
		top: 648px;
		width: min(312px, calc(100% - 64px));
		height: 50px;
		padding: 3px;
	}

	.fc-recruit-button span {
		font-size: min(15px, 3.989362vw);
		letter-spacing: -0.75px;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	.fc-strength-header {
		height: clamp(420px, 44.666667vw, 536px);
	}

	.fc-strength-label {
		top: 48px;
	}

	.fc-strength-intro {
		top: 205px;
		gap: 28px;
	}

	.fc-strength-item,
	.fc-strength-item:nth-child(even) {
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.84fr);
		gap: 32px;
	}

	.fc-strength-item:nth-child(even) {
		grid-template-columns: minmax(0, 0.84fr) minmax(0, 1fr);
	}

	.fc-strength-title {
		height: 150px;
	}

	.fc-strength-title h3 {
		top: 45px;
	}

	.fc-strength-points li {
		line-height: 1.4;
	}
}

@media (max-width: 767px) {
	.fc-strength-section {
		padding: 0 15px 64px;
	}

	.fc-strength-header {
		height: 327px;
	}

	.fc-strength-label {
		top: 64px;
		width: 190px;
		height: 100px;
	}

	.fc-strength-intro {
		top: 172px;
		gap: 16px;
		width: 100%;
	}

	.fc-strength-intro__heading {
		font-size: clamp(21px, 6.382979vw, 24px);
		line-height: 1.4;
		letter-spacing: 0;
	}

	.fc-strength-intro__text {
		font-size: 16px;
		line-height: 1.4;
	}

	.fc-strength-intro__break {
		display: block;
	}

	.fc-strength-list {
		gap: 64px;
		max-width: 346px;
	}

	.fc-strength-item,
	.fc-strength-item:nth-child(even) {
		display: flex;
		flex-direction: column;
		gap: 32px;
	}

	.fc-strength-content::before {
		left: clamp(-15px, -4vw, -12px);
		width: clamp(160px, 48vw, 180px);
	}

	.fc-strength-item:nth-child(even) .fc-strength-content,
	.fc-strength-item:nth-child(even) .fc-strength-image {
		order: initial;
	}

	.fc-strength-content {
		gap: 24px;
		padding-top: 0;
	}

	.fc-strength-title {
		height: 100px;
	}

	.fc-strength-title__number {
		width: 110px;
	}

	.fc-strength-title h3 {
		top: 27px;
		font-size: 20px;
		letter-spacing: -1px;
	}

	.fc-strength-points li {
		min-height: 34px;
		padding: 8px 16px 8px 42px;
		font-size: clamp(13px, 4.255319vw, 16px);
		line-height: 1;
	}

	.fc-strength-points li::before {
		left: 16px;
		width: 11px;
		height: 10px;
	}

	.fc-strength-description {
		font-size: 15px;
		line-height: 2;
	}

	.fc-strength-item:not(:first-child) .fc-strength-description span {
		color: inherit;
	}

	.fc-strength-image {
		aspect-ratio: 346 / 200;
	}
}

@media (min-width: 1200px) {
	.fc-support-group--before .fc-support-card:nth-child(n+5) {
		flex-basis: 300px;
	}

	.fc-support-group--after .fc-support-card {
		flex-basis: 285px;
	}

	.fc-support-group--other {
		max-width: 624px;
	}

	.fc-support-group--other .fc-support-card {
		flex-basis: 300px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.fc-support-section {
		min-height: 0;
		padding-bottom: 96px;
	}

	.fc-support-grid {
		gap: 16px;
	}

	.fc-support-card {
		flex-basis: calc((100% - 32px) / 3);
	}

	.fc-support-card__body h4 {
		font-size: clamp(18px, 2.148438vw, 22px);
	}

	.fc-support-card__body p {
		font-size: clamp(11px, 1.367188vw, 14px);
	}
}

@media (max-width: 767px) {
	.fc-support-section {
		min-height: 958px;
		padding: 78px 15px 50px;
		background-image: linear-gradient(181.82deg, rgba(19, 19, 19, 0.4) 21.54%, #131313 97.27%), url("../imgs/fc/support_bg.png");
		background-position: center 22px, center 22px;
		background-size: 100% calc(100% - 22px), auto 936px;
	}

	.fc-support-section::before {
		height: 14px;
	}

	.fc-support-intro {
		gap: 24px;
	}

	.fc-support-intro__heading {
		font-size: clamp(24px, 7.446809vw, 28px);
		line-height: 1.4;
		letter-spacing: -0.05em;
		white-space: nowrap;
	}

	.fc-support-intro__text {
		max-width: 346px;
		font-size: clamp(14px, 4.255319vw, 16px);
		line-height: 1.6;
	}

	.fc-support-intro__pc-break {
		display: none;
	}

	.fc-support-group--before {
		margin-top: 64px;
	}

	.fc-support-group--after,
	.fc-support-group--other {
		margin-top: 64px;
	}

	.fc-support-group__heading {
		font-size: 24px;
		letter-spacing: -0.05em;
	}

	.fc-support-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		width: 100%;
		max-width: 346px;
		margin: 24px auto 0;
	}

	.fc-support-card {
		min-height: 258px;
		padding: 24px 8px;
	}

	.fc-support-card__visual {
		width: 120px;
		height: 120px;
	}

	.fc-support-card__circle {
		width: 120px;
	}

	.fc-support-card__icon {
		max-width: 78%;
		max-height: 60px;
	}

	.fc-support-card__body h4 {
		font-size: clamp(13px, 4.255319vw, 16px);
	}

	.fc-support-card__body p {
		font-size: clamp(8px, 2.659574vw, 10px);
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.fc-simulation-section {
		min-height: 0;
		padding-bottom: 96px;
	}

	.fc-simulation-heading {
		font-size: clamp(40px, 5vw, 60px);
	}

	.fc-simulation-heading strong {
		font-size: clamp(72px, 8.333333vw, 100px);
	}

	.fc-simulation-heading em,
	.fc-simulation-heading small {
		font-size: clamp(40px, 5vw, 60px);
	}

	.fc-simulation-tables {
		grid-template-columns: minmax(0, 520px);
		gap: 40px;
	}
}

@media (max-width: 767px) {
	.fc-simulation-section {
		min-height: 1409px;
		padding: 64px 15px 64px;
		background-image: url("../imgs/fc/simulation_overlay.png"), url("../imgs/fc/simulation_bg.png");
		background-position: center top, center top;
		background-size: 100% 1409px, auto 749px;
	}

	.fc-simulation-heading {
		font-size: clamp(20px, 6.382979vw, 24px);
		letter-spacing: 0;
	}

	.fc-simulation-heading strong {
		font-size: clamp(34px, 10.638298vw, 40px);
	}

	.fc-simulation-heading em {
		font-size: clamp(20px, 6.382979vw, 24px);
	}

	.fc-simulation-heading small {
		margin-top: 8px;
		font-size: clamp(20px, 6.382979vw, 24px);
	}

	.fc-simulation-lead {
		display: block;
		margin-top: 24px;
		font-size: clamp(14px, 4.255319vw, 16px);
	}

	.fc-simulation-highlights {
		gap: 8px;
		margin-top: 24px;
	}

	.fc-simulation-highlight {
		width: min(90px, 23.93617vw);
		height: min(90px, 23.93617vw);
	}

	.fc-simulation-highlight--main {
		width: min(130px, 34.574468vw);
		height: min(130px, 34.574468vw);
	}

	.fc-simulation-highlight p {
		font-size: clamp(11px, 3.723404vw, 14px);
	}

	.fc-simulation-highlight p strong {
		font-size: clamp(22px, 6.914894vw, 26px);
	}

	.fc-simulation-highlight p span {
		font-size: 12px;
	}

	.fc-simulation-highlight--main p {
		font-size: 16px;
	}

	.fc-simulation-highlight--main p strong {
		margin-top: 6px;
		font-size: 40px;
	}

	.fc-simulation-highlight--main p span,
	.fc-simulation-highlight--main p em {
		font-size: 16px;
	}

	.fc-simulation-highlight--main p em {
		margin-top: 6px;
	}

	.fc-simulation-tables {
		display: block;
		width: 100%;
		max-width: 346px;
		margin-top: 37px;
	}

	.fc-simulation-table-wrap + .fc-simulation-table-wrap {
		margin-top: 40px;
	}

	.fc-simulation-table {
		border-spacing: 0 8px;
	}

	.fc-simulation-table caption {
		padding: 12px 16px;
		font-size: 16px;
	}

	.fc-simulation-table th,
	.fc-simulation-table td {
		height: 34px;
	}

	.fc-simulation-table th {
		width: 130px;
		padding: 10px 16px;
		font-size: 13px;
	}

	.fc-simulation-table td {
		padding: 6px 16px 6px 8px;
		font-size: 14px;
	}

	.fc-simulation-table__total th {
		font-size: 14px;
	}

	.fc-simulation-table__total td {
		font-size: 18px;
	}

	.fc-simulation-note {
		font-size: 11px;
	}

	.fc-simulation-recovery {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 40px;
	}

	.fc-simulation-recovery h3 {
		box-sizing: border-box;
		width: 100%;
		max-width: 346px;
		padding: 12px 16px;
		border: 1px solid #d9d9d9;
		font-family: "Noto Serif JP", serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}

	.fc-simulation-recovery p {
		margin-top: 24px;
		font-family: "Noto Serif JP", serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 1;
		color: #caa366;
	}

	.fc-simulation-recovery p strong {
		font-size: 30px;
	}

	.fc-simulation-recovery__image {
		width: min(314px, calc(100% - 32px));
		margin-top: 16px;
		aspect-ratio: 314 / 344;
		overflow: hidden;
		mix-blend-mode: lighten;
	}

	.fc-simulation-recovery__image img {
		display: block;
		width: 108.6%;
		max-width: none;
		height: auto;
		transform: translate(-4.4%, -16.1%);
	}
}

@media (min-width: 768px) {
	.fc-model-panel {
		padding-bottom: 0;
	}

}

@media (max-width: 1023px) and (min-width: 768px) {
	.fc-model-heading {
		font-size: clamp(48px, 7.8125vw, 64px);
	}

	.fc-model-layout {
		grid-template-columns: 240px minmax(0, 1fr);
	}

	.fc-model-tab {
		padding: 20px 16px;
		font-size: 16px;
	}

	.fc-model-panel__primary {
		grid-template-columns: 1fr;
	}

	.fc-model-image {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.fc-model-section {
		padding: 64px 8px;
	}

	.fc-model-heading {
		font-size: clamp(26px, 8.510638vw, 32px);
		letter-spacing: -0.05em;
	}

	.fc-model-layout {
		display: block;
		width: 100%;
		margin-top: 40px;
	}

	.fc-model-tabs {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		padding-top: 0;
	}

	.fc-model-tab {
		justify-content: center;
		min-height: 50px;
		padding: 8px 4px;
		border: 1px solid #666;
		border-bottom: 0;
		font-size: clamp(10px, 3.191489vw, 12px);
		line-height: 1.35;
		text-align: center;
	}

	.fc-model-tab + .fc-model-tab {
		border-left: 1px solid #666;
	}

	.fc-model-tab span {
		display: none;
	}

	.fc-model-panel {
		min-height: 565px;
	}

	.fc-model-panel__primary {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 24px;
	}

	.fc-model-specs dl {
		gap: 8px;
	}

	.fc-model-specs dl > div {
		grid-template-columns: 108px minmax(0, 1fr);
		min-height: 34px;
	}

	.fc-model-specs dt {
		padding: 9px 10px;
		font-size: 11px;
	}

	.fc-model-specs dd {
		padding: 0 12px;
		font-size: 12px;
	}

	.fc-model-note {
		margin-top: 12px;
		font-size: 10px;
	}

	.fc-model-image {
		align-self: center;
		max-width: 340px;
	}

	.fc-model-flexibility {
		margin-top: 0;
		padding: 0 12px 24px;
		transform: none;
	}

	.fc-model-flexibility__lead,
	.fc-model-flexibility__text,
	.fc-model-tags {
		font-size: 11px;
	}

	.fc-model-tags {
		gap: 6px;
	}

	.fc-model-tags li {
		flex: 0 0 auto;
		box-sizing: border-box;
		padding: 7px 8px;
		text-align: center;
		white-space: nowrap;
	}

	.fc-model-flexibility__text {
		line-height: 1.7;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.fc-interview-heading {
		font-size: clamp(48px, 7.8125vw, 64px);
	}

	.fc-interview-list {
		grid-template-columns: minmax(0, 510px);
		gap: 80px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.fc-interview-heading {
		font-size: clamp(64px, 6.666667vw, 80px);
	}

	.fc-interview-number {
		width: clamp(160px, 16.666667vw, 200px);
	}

	.fc-interview-title {
		min-height: clamp(160px, 16.666667vw, 200px);
	}

	.fc-interview-title h3 {
		top: clamp(42px, 4.416667vw, 53px);
		font-size: clamp(34px, 3.5vw, 42px);
	}
}

@media (max-width: 767px) {
	.fc-interview-section {
		padding: 64px 15px;
	}

	.fc-interview-heading {
		font-size: clamp(20px, 6.382979vw, 24px);
		line-height: normal;
	}

	.fc-interview-list {
		display: flex;
		flex-direction: column;
		gap: 80px;
		width: min(346px, 100%);
		margin-top: 50px;
	}

	.fc-interview-card {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 150px;
		grid-template-rows: auto auto;
		align-items: start;
		column-gap: 23px;
		row-gap: 24px;
	}

	.fc-interview-image {
		grid-column: 2;
		grid-row: 1;
		width: 150px;
		height: 191px;
		aspect-ratio: auto;
	}

	.fc-interview-card:first-child .fc-interview-image img {
		position: absolute;
		top: -18.32%;
		left: -38.15%;
		width: 176.9%;
		max-width: none;
		height: 118.32%;
		object-fit: fill;
	}

	.fc-interview-content {
		display: contents;
	}

	.fc-interview-title {
		grid-column: 1;
		grid-row: 1;
		min-height: 116px;
	}

	.fc-interview-number {
		width: 100px;
	}

	.fc-interview-title h3 {
		top: 23px;
		width: 173px;
		font-size: 20px;
	}

	.fc-interview-profile {
		grid-column: 1;
		grid-row: 1;
		align-self: end;
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding-bottom: 2px;
		font-size: 12px;
		line-height: 1;
	}

	.fc-interview-body {
		grid-column: 1 / -1;
		grid-row: 2;
		font-size: 14px;
		line-height: 2;
	}
}

@media (max-width: 359px) {
	.fc-interview-card {
		grid-template-columns: minmax(0, 1fr) 132px;
		column-gap: 14px;
	}

	.fc-interview-image {
		width: 132px;
		height: 168px;
	}

	.fc-interview-title h3 {
		width: 100%;
		font-size: 18px;
	}

	.fc-interview-profile {
		font-size: 11px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.fc-flow-heading {
		font-size: clamp(48px, 6.666667vw, 80px);
	}

	.fc-flow-step {
		grid-template-columns: 74px minmax(200px, 30%) minmax(0, 1fr);
	}

	.fc-flow-title {
		padding-inline: 16px;
		font-size: clamp(16px, 1.666667vw, 20px);
	}

	.fc-flow-description {
		font-size: clamp(13px, 1.333333vw, 16px);
	}
}

@media (max-width: 767px) {
	.fc-flow-section {
		padding: 64px 15px;
	}

	.fc-flow-heading {
		font-size: 24px;
		line-height: normal;
		letter-spacing: 0;
	}

	.fc-flow-lead {
		margin-top: 8px;
		font-size: 18px;
		line-height: 1.3;
	}

	.fc-flow-list {
		gap: 16px;
		width: min(346px, 100%);
		margin-top: 48px;
	}

	.fc-flow-step {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	.fc-flow-number {
		width: 40px;
		min-height: 40px;
		margin-bottom: 4px;
		padding: 0;
	}

	.fc-flow-number img {
		width: auto;
		max-width: none;
		height: 12.5px;
	}

	.fc-flow-title,
	.fc-flow-description {
		width: 100%;
		min-height: 0;
	}

	.fc-flow-title {
		padding: 8px 16px;
		font-size: 16px;
		line-height: normal;
	}

	.fc-flow-description {
		padding: 8px 16px;
		font-size: 13px;
		line-height: 1.4;
	}
}

@media (max-width: 767px) {
  .fc-thanks {
    padding: 80px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
	.fc-form-heading {
		font-size: clamp(48px, 6.666667vw, 80px);
	}

	.fc-form-field {
		grid-template-columns: minmax(200px, 32.085561%) minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.fc-form-section {
		padding: 64px 15px;
	}

	.fc-form-heading {
		font-size: 24px;
		line-height: 1.4;
		letter-spacing: 0;
	}

	.fc-form-lead {
		margin-top: 24px;
		font-size: 13px;
		line-height: 1.6;
	}

	.fc-form-form {
		width: min(346px, 100%);
		margin-top: 40px;
	}

	.fc-form-field {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.fc-form-label {
		min-height: 37px;
		padding: 8px 0;
		border: 0;
		font-size: 16px;
	}

	.fc-form-status {
		padding: 6px 4px;
		font-size: 12px;
	}

	.fc-form-control,
	.fc-form-select,
	.fc-form-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
		min-height: 54px;
		font-size: 16px;
	}

	.fc-form-form .contact-form__consent {
		align-items: flex-start;
		margin-top: 40px;
		font-size: 14px;
		text-align: left;
	}

	.fc-form-form .contact-form__consent input[type="checkbox"] {
		width: 26px;
		height: 26px;
		flex: 0 0 auto;
	}

	.fc-form-form .contact-form__required {
		min-height: 24px;
		font-size: 12px;
	}

	.fc-form-submit,
	.fc-form-form .wpcf7-submit {
		width: min(240px, 100%);
		min-height: 50px;
		margin-top: 24px;
		font-size: 15px;
	}
}
