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

:root {
	--color-bg: #ffffff;
	--color-text: #333333;
	--color-accent: #8b6914;
	--color-accent-dark: #6b4f0e;
	--color-border: #d4c9a8;
	--color-muted: #666666;
	--color-red: #c0392b;
	--color-red-dark: #8b2020;
	--font-serif: 'Noto Serif JP', serif;
	--font-sans: 'Noto Sans JP', sans-serif;
}

body {
	background-color: var(--color-bg);
	color: var(--color-text);
	font-family: var(--font-sans);
	font-size: 14px;
	line-height: 1.9;
	-webkit-font-smoothing: antialiased;
}


.pc {
    display: block;
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media (max-width: 768px) {
    .sp {
        display: block;
    }
}

/* ===== HEADER ===== */
header {
	padding: 20px 40px;
	border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 750px) {
	header {
		padding: 20px;
	}
}
.logo {

}

.logo a img {
	width: 258px;
    display: block;
}
@media screen and (max-width: 750px) {
	.logo a img {
		width: 180px;
	}
}

/* ===== MAIN CONTAINER ===== */
.main-wrapper {
	max-width: 1080px;
	margin: 0 auto;
	padding: 80px 40px 80px;
}
@media screen and (max-width: 750px) {
	.main-wrapper {
		padding: 60px 20px 80px;
	}
}

/* ===== PAGE TITLE ===== */
.page-title {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 0 80px;
	color: var(--color-text);
}
@media screen and (max-width: 750px) {
	.page-title {
		font-size: 22px;
		margin: 0 0 60px;
	}
}

/* ===== NOTICE BOX ===== */
.notice-box {
	margin-bottom: 80px;
	border-radius: 12px;
	background-color: #F8F8F8;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 40px 40px;
}
@media screen and (max-width: 750px) {
	.notice-box {
		padding: 20px;
	}
}

.notice-box .divider-line {
	width: 1px;
	height: 40px;
	background-color: #999;
	margin: 0 auto 30px;
}

.notice-box h2 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-bottom: 40px;
	color: var(--color-text);
	text-align: center;
}
@media screen and (max-width: 750px) {
	.notice-box h2 {
		font-size: 18px;
		margin-bottom: 40px;
	}
}

.notice-box p {
	font-size: 16px;
	line-height: 2;
	color: var(--color-text);
	margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
	.notice-box p {
		font-size: 15px;
		margin-bottom: 16px;
	}
}

.notice-box p:last-child {
	margin-bottom: 0;
}

.notice-box .bold {
	font-weight: 700;
	background: linear-gradient(transparent 70%, #fffa7ddb 70%);
}

.notice-box .highlight-bold {
	font-weight: 700;
	font-size: 13px;
}

.notice-box .final-message {
	font-size: 15px;
	margin-top: 1cqb;
	line-height: 2;
}
@media screen and (max-width: 750px) {
	.notice-box .final-message {
		font-size: 15px;
	}
}

.notice-box .final-message strong{
	font-weight: 700;
	background: linear-gradient(transparent 70%, #fffa7ddb 70%);
}

/* ===== MANABISULAIDO LOGO ===== */
.manabisulaido-logo-section {
	text-align: center;
	margin-bottom: 40px;
}

.manabisulaido-logo {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.manabisulaido-logo img {
	max-width:820px;
	width: 100%;
}

/* ===== THREE POINTS SECTION ===== */
.points-section {
	margin-bottom: 70px;
}

.section-divider {
	width: 1px;
	height: 40px;
	background-color: #999;
	margin: 0 auto 20px;
}

.section-title {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
	.section-title {
		font-size: 18px;
	}
}

.points-grid {
	display: flex;
	gap: 20px;
}
@media screen and (max-width: 750px) {
	.points-grid {
		flex-direction: column;
		max-width: 335px;
		margin: auto;
	}
}

.point-item {
	width: calc((100% - 40px) / 3);
	background: #ffffffE6;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 28px 20px;
}
@media screen and (max-width: 750px) {
	.point-item {
		width: 100%;
		padding: 28px 20px;
	}
}

.point-headline {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 12px;
	color: #5A2F01;
	text-align: center;
	position:relative;
}
.point-headline span {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	font-family: "Bebas Neue";
	font-size: 86px;
	text-align: center;
	color: #5a2f01;
	opacity: 0.06;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.17);

}

.point-divider {
	width: 1px;
	height: 28px;
	background-color: #999;
	margin: 0 auto 14px;
}

.point-subtitle {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	color: var(--color-text);
	letter-spacing: 0.02em;
}

.point-desc {
	font-size: 14px;
	line-height: 1.85;
	color: #444;
	text-align: left;
}

/* ===== CTA SECTION ===== */
.cta-section {
	text-align: center;
	margin-bottom: 50px;
}

.cta-tagline {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
	color: var(--color-text);
}

.cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background-color: var(--color-accent);
	color: #fff;
	text-decoration: none;
	padding: 16px 48px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-family: var(--font-sans);
	transition: background-color 0.2s ease;
	min-width: 320px;
	border-radius: 999px;
	line-height: 1.25;
}
@media screen and (max-width: 750px) {
	.cta-button {
		padding: 8px 20px;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.08em;
		min-width: 320px;
		border-radius: 999px;
	}
}

.cta-button:hover {
	background-color: var(--color-accent-dark);
}

.cta-button .arrow-circle {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	flex-shrink: 0;
	position:relative;
}

.cta-button .arrow-circle::before {
	position:absolute;
	width: 6px;
	height: 6px;
	content: "";
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%) rotate(45deg);
}

/* ===== CONTACT SECTION ===== */
.contact-section {
	max-width: 600px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	padding: 30px 36px;
	margin: auto;
	margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
	.contact-section {
		padding: 20px 20px;
		margin-bottom: 0;
	}
}

.contact-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 14px;
	color: var(--color-text);
}
@media screen and (max-width: 750px) {
	.contact-title {
		font-size: 15px;
	}
}


.contact-link {
	color: var(--color-accent);
	text-decoration: underline;
	font-size: 15px;
}
@media screen and (max-width: 750px) {
	.contact-link {
		font-size: 14px;
	}
}

.contact-info {
	font-size: 15px;
	line-height: 2;
	color: var(--color-text);
	margin-top: 8px;
}
@media screen and (max-width: 750px) {
	.contact-info {
		font-size: 14px;
	}
}

.contact-hours {
	font-size: 14px;
	color: #666;
	margin-top: 12px;
	line-height: 1.8;
}
@media screen and (max-width: 750px) {
	.contact-hours {
		font-size: 13px;
	}
}

/* ===== FOOTER ===== */
footer {
	text-align: center;
	padding: 30px 20px 40px;
	border-top: 1px solid #e8e8e8;
}

.footer-company {
	font-size: 11px;
	color: #888;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

/* Animations */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.notice-box,
.manabisulaido-logo-section,
.points-section,
.cta-section,
.contact-section {
	animation: fadeInUp 0.6s ease both;
}

.notice-box {
	animation-delay: 0.1s;
}

.manabisulaido-logo-section {
	animation-delay: 0.2s;
}

.points-section {
	animation-delay: 0.3s;
}

.cta-section {
	animation-delay: 0.4s;
}

.contact-section {
	animation-delay: 0.5s;
}