#hikikae.hikikae-page {
	width: 970px;
	margin: 0 auto;
	color: #333;
	line-height: 1.8;
	font-size: 15px;
}

.hikikae-btn,
.hikikae-btn:link,
.hikikae-btn:visited,
.hikikae-btn:hover,
.hikikae-btn:active {
	text-decoration: none;
}

.hikikae-btn--primary,
.hikikae-btn--primary:link,
.hikikae-btn--primary:visited,
.hikikae-btn--primary:hover,
.hikikae-btn--primary:active {
	background: #d5a928;
	color: #2b2110;
	border: 1px solid #c89a13;
}

.hikikae-btn--secondary,
.hikikae-btn--secondary:link,
.hikikae-btn--secondary:visited,
.hikikae-btn--secondary:hover,
.hikikae-btn--secondary:active {
	background: #3d3a34;
	color: #fff;
	border: 1px solid #3d3a34;
}

#hikikae .breadcrumb {
	margin-bottom: 20px;
}

.hikikae-hero,
.hikikae-section {
	background: #fff;
	border: 1px solid #e6e1d4;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	margin-bottom: 28px;
	padding: 28px 30px;
}

.hikikae-hero {
	position: relative;
	overflow: hidden;
}

.hikikae-hero:before {
	content: "";
	display: block;
	height: 6px;
	background: linear-gradient(90deg, #f3cf54 0%, #e5b92e 100%);
	margin: -28px -30px 24px;
}

.hikikae-hero__title,
.hikikae-section__head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.hikikae-hero__icon {
	width: 46px;
	height: auto;
	flex: 0 0 46px;
}

.hikikae-hero__title h1 {
	margin: 0;
	font-size: 32px;
	line-height: 1.3;
	color: #2f2a22;
	letter-spacing: 0.02em;
}

.hikikae-hero__lead {
	margin: 18px 0 22px;
	font-size: 16px;
	color: #5c5344;
}

.hikikae-hero__image {
	text-align: center;
	margin-bottom: 24px;
}

.hikikae-hero__image img {
	max-width: 100%;
	height: auto;
	border: 1px solid #ebe5d8;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.hikikae-hero__cta {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.hikikae-btn {
	display: inline-block;
	min-width: 240px;
	padding: 15px 24px;
	border-radius: 999px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.hikikae-btn:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	text-decoration: none;
}

.hikikae-btn--primary {
	background: #d5a928;
	color: #2b2110;
	border: 1px solid #c89a13;
}

.hikikae-btn--secondary {
	background: #3d3a34;
	color: #fff;
	border: 1px solid #3d3a34;
}

.hikikae-section__label {
	display: inline-block;
	padding: 3px 10px;
	background: #f3cf54;
	color: #3b2f14;
	font-size: 11px;
	font-weight: bold;
	border-radius: 999px;
	letter-spacing: 0.08em;
}

.hikikae-section__head h2 {
	margin: 0;
	font-size: 26px;
	color: #2f2a22;
}

.hikikae-flow {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 10px;
	margin-top: 22px;
}

.hikikae-flow__item {
	width: 31%;
	background: #fcfaf5;
	border: 1px solid #ebe2cc;
	border-radius: 14px;
	padding: 22px 18px;
	text-align: center;
	box-sizing: border-box;
}

.hikikae-flow__step {
	display: inline-block;
	background: #3d3a34;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	border-radius: 999px;
	margin-bottom: 14px;
}

.hikikae-flow__icon {
	font-size: 34px;
	line-height: 1;
	margin-bottom: 12px;
}

.hikikae-flow__item h3 {
	margin: 0 0 10px;
	font-size: 20px;
	color: #2f2a22;
}

.hikikae-flow__item p {
	margin: 0;
	color: #5d5648;
	font-size: 14px;
}

.hikikae-flow__arrow {
	width: 3.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #c7ab4d;
	font-weight: bold;
}

.hikikae-method {
	display: flex;
	gap: 18px;
	margin-top: 22px;
}

.hikikae-method__box {
	width: 50%;
	background: #fcfaf5;
	border: 1px solid #ebe2cc;
	border-radius: 14px;
	padding: 22px 20px;
	box-sizing: border-box;
}

.hikikae-method__box h3 {
	margin: 0 0 10px;
	font-size: 21px;
	color: #2f2a22;
}

.hikikae-method__box p {
	margin: 0 0 12px;
	color: #5d5648;
}

.hikikae-textlink {
	color: #8a6a00;
	font-weight: bold;
	text-decoration: underline;
}

.hikikae-textlink:hover {
	color: #6e5300;
}

.hikikae-faq {
	margin-top: 22px;
}

.hikikae-faq__item {
	border: 1px solid #e8e0d1;
	border-radius: 10px;
	background: #fffdfa;
	margin-bottom: 12px;
	overflow: hidden;
}

.hikikae-faq__item summary {
	list-style: none;
	cursor: pointer;
	padding: 16px 18px;
	font-weight: bold;
	color: #2f2a22;
	position: relative;
}

.hikikae-faq__item summary::-webkit-details-marker {
	display: none;
}

.hikikae-faq__item summary:after {
	content: "＋";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #b48a11;
	font-size: 20px;
	font-weight: bold;
}

.hikikae-faq__item[open] summary:after {
	content: "－";
}

.hikikae-faq__body {
	padding: 0 18px 16px;
	color: #5d5648;
	background: #fff;
}
.hikikae-apply {
	margin-top: 22px;
}

.hikikae-apply__box {
	background: #fcfaf5;
	border: 1px solid #ebe2cc;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 14px;
}

.hikikae-apply__box h3 {
	margin: 0 0 10px;
	font-size: 20px;
	color: #2f2a22;
}

.hikikae-apply__list {
	padding-left: 18px;
	margin: 0;
}

.hikikae-apply__list li {
	margin-bottom: 4px;
}

.hikikae-apply__note {
	margin-top: 10px;
	padding: 10px;
	background: #fff7dc;
	border-left: 4px solid #e5b92e;
}

.hikikae-apply__attention {
	margin-top: 16px;
	padding: 16px;
	background: #fff3cd;
	border: 1px solid #f1d28a;
	border-radius: 10px;
}

.hikikae-apply__attention-title {
	font-weight: bold;
	margin-bottom: 8px;
	color: #7a5d00;
}

.hikikae-apply__attention-list {
	margin: 0 0 10px 18px;
}

.hikikae-apply__attention-note {
	font-size: 13px;
	color: #6b5a2b;
}