html {
	font-size: 12px;
}

.pc-layout {
	display: flex;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.left-panel {
	background-color: #80b950;
	color: white;
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.left-panel .logo-box {
	text-align: center;
}

.left-panel .logo-icon {
	width: 6rem;
	margin-bottom: 1rem;
}

.left-panel h1 {
	font-size: 1.5rem;
	margin: 0;
}

.left-panel p {
	font-size: 0.9rem;
	margin: 0.5rem 0 0;
}

.right-panel {
	width: 30%;
	background-color: #f8a9c4;
	display: flex;
}

.mock-phone-view {
	transform: translate(-15vw, 3rem);
	width: 500px;
	height: calc(100vh - 3rem);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* 対象要素（例: .mock-phone-view や .scroll-box など） */
.scroll-hidden-bar {
	overflow: auto;
	/* ← スクロールはできる */
	-ms-overflow-style: none;
	/* IE・旧Edge用 */
	scrollbar-width: none;
	/* Firefox用 */
}

/* Chrome, Safari 対応 */
.scroll-hidden-bar::-webkit-scrollbar {
	display: none;
}



body {
	margin: 0;
	font-family: 'Kosugi Maru', 'Noto Sans JP', sans-serif;
	background: #fff;
	color: #333;
	line-height: 1.75;
}

.container {
	max-width: 600px;
}

.logo-area {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	position: relative;
	padding-top: 4rem;
}

.logo-area h1 {
	font-size: 20px;
	margin: 8px 0 0;
	font-weight: bold;
}

.logo-area .subtitle {
	font-size: 12px;
	margin: 0;
}

.mp {
	font-size: 1.1rem;

	line-height: 1.8;
	color: #444;
}

.arrow-icon {
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	border-top: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	margin-left: 0.5rem;
}


.menu-btn {
	position: absolute;
	top: 0;
	right: 0;
	background: #f8a9c4;
	border: none;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	margin:1rem;
}

.hero-image {
	width: 100%;
	margin-top: 16px;
}

.intro {
	margin: 24px 0;
	font-size: 1.1rem;
	font-weight: 500;
	font-family: 'Kosugi Maru', 'Noto Sans JP', sans-serif;
	text-align: center;
	color: #444;
}

.check-item {
	display: flex;
	gap: 0.6em;
	font-size: 1em;
	margin: auto;
}

/* テキスト部分 */
.check-text {
	line-height: 1.6;
	font-size: 1.3rem;
}

.check-icon-svg {
	display: flex;
}

.check-icon {
	width: 1rem;
	height: 1rem;
}

.dash-cont {
	position: relative;
	display: flex;
	padding: 0 0 2rem 0;
}

.dash-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1rem;
	border-top: 6px dotted transparent;
	background: radial-gradient(circle, #f8a9c4 2px, transparent 2px) repeat-x;
	background-size: 10px 6px;
	background-position: top left;
}

.dash-cont:first-of-type {
	padding-top: 2rem;
}

.dash-cont:first-of-type::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1rem;
	border-top: 6px dotted transparent;
	background: radial-gradient(circle, #f8a9c4 2px, transparent 2px) repeat-x;
	background-size: 10px 6px;
	background-position: top left;
}




/* fueture */

.features-section {
	background-color: #ffe8f0;
	padding: 2rem 1.5rem 3.5rem 1.5rem;
	margin-top: 3rem;
	border-top-left-radius: 50% 15%;
	border-top-right-radius: 50% 15%;
	border-bottom-left-radius: 50% 15%;
	border-bottom-right-radius: 50% 15%;
}

.section-header {
	text-align: center;
	margin-bottom: 2rem;
}

.section-header h2 {
	/* color: #f08da6; */
	font-size: 3rem;
	margin: 0;
	margin-top: 1rem;
	line-height: 1;
}

.section-header p {
	/* color: #f08da6; */
	font-size: 1rem;
	line-height: 1;
	margin-top: 0.8rem;
}

.feature-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 2.5rem;
}

.feature-text {
	width: 50%;
	font-size: 1rem;
	color: #333;
	line-height: 1.8;
}

.feature-img {
	width: 50%;
	aspect-ratio: 1;
}

.hr {
	border-bottom: #333 solid 1px;
}

/* worry */
.worries-section {
	background-color: #fff;
	text-align: center;
	padding: 2.5rem 1rem;
}

.worries-title p {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	font-weight: 500;
	color: #555;
	margin: 0;
}

.worries-title span {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.9rem;
	margin: 0;
	font-weight: bold;
	color: #333;
}

/* point */
.green-ten::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background-color: #8cc63f;
	border-radius: 50%;
	margin: auto 0.5rem;
}

.point-title {
	color: #80b950;
	font-size: 1.5rem;
	margin: 0;
	text-align: center;
}

.point-subtitle {
	color: #80b950;
	font-size: 0.9rem;
	margin: 0.2rem 0 1rem;
	text-align: center;
}

.point-text {
	font-weight: bold;
	font-size: 1rem;
	color: #333;
	text-align: center;
}

.point-note {
	font-size: 1.2rem;
	font-weight: 400;
	color: #555;
	margin-top: 1rem;
}

.point-price-card {
	position: relative;
	background: white;
	border-radius: 1rem;
	margin: 2rem auto;
}

.point-price-title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 500;
	background-color: #80b950;
	color: white;
	border-radius: 9999px;
	display: inline-block;
	padding: 0.2rem 2.5rem;
	font-size: 1rem;
}

.point-button {
	background-color: #8cc63f;
	color: white;
	border: none;
	border-radius: 1rem;
	padding: 1.5rem;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 0.5rem;
	cursor: pointer;
}

.bc-green {
	background-color: #8cc63f;
}

.bc-pink {
	background-color: #fce7f0;
}

.bc-pink2 {
	background-color: #f697ba;
}

.green-line {
	border-bottom: #80b950 solid 1px;
}


/* grades */

.grade-text {
	position: absolute;
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
	color: white;
	background-color: #8cc63f;
	display: inline-block;
	font-size: 1.2rem;
	padding: 0.7rem 1rem;
	margin-bottom: 0.5rem;
	width: fit-content;
	line-height: 1;
}

.grade-title {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	color: #333;
}

.grade-description {
	margin: 4rem 1rem 0 1rem;
	font-size: 1.2rem;
	font-weight: 400;
	color: #444;
	line-height: 1.6;
}

.grade-price-card {
	background-color: white;
	border-radius: 1rem;
	padding: 1rem;
	margin-top: 1.5rem;
	font-size: 0.95rem;
}

.grade-label {
	color: #80b950;
	font-weight: bold;
}

.grade-price {
	font-weight: bold;
}


/* qa */


.faq-section {
	margin-top: 2rem;
}

.faq-item {
	background-color: #fff;
	border-radius: 1rem;
	border: 2px solid #80b950;
	padding: 1rem;
	font-size: 0.95rem;
	color: #333;
	width: 85%;
	margin: 1rem auto;
}

.faq-question {
	position: relative;
	background: none;
	border: none;
	font-weight: bold;
	width: calc(100% - 1rem);
	text-align: left;
	font-size: 1rem;
	cursor: pointer;
	padding-bottom: 0.5rem;
	border-bottom: 2px dotted #80b950;
}

/* +アイコン */
.faq-question::after {
	content: "+";
	position: absolute;
	right: -1rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2rem;
	color: #80b950;
	transition: transform 0.3s ease;
}

/* active時は−に変更 */
.faq-item.active .faq-question::after {
	content: "−";
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.8s ease-in-out;
	padding-top: 0;
}

.faq-item.active .faq-answer {
	max-height: 500px;
}

.bc-black01 {
	background: linear-gradient(to right, #888, #333);
}

.bc-black {
	background-color: #333;
}


/* exam */
.exam-card {
	background: #f8a9c4;
	border-radius: 1rem;
	overflow: hidden;
	margin-top: 2rem;
}

.exam-card-header {
	background: #444;
	color: white;
	text-align: center;
	padding: 0.8rem;
	font-weight: bold;
	font-size: 1rem;
}

.exam-card-body {
	background: white;
	text-align: center;
	padding: 1.5rem 1rem;
}

.exam-title {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0.5rem 0;
}

.exam-date {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.exam-note {
	font-size: 0.85rem;
	color: #555;
	margin-bottom: 1.5rem;
}

.exam-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.8rem 1.2rem;
	font-size: 0.95rem;
	font-weight: bold;
	background: linear-gradient(to right, #f8a9c4, #f697ba);
	color: white;
	text-decoration: none;
	border-radius: 2rem;
	transition: opacity 0.3s ease;
}

.exam-button:hover {
	opacity: 0.85;
}

.exam-button .button-icon {
	width: 1.2rem;
	height: 1.2rem;
}

.arrow {
	font-size: 1rem;
}

.exam-button.disabled {
	background: #e0e0e0;
	color: #ccc;
	cursor: not-allowed;
}

.exam-button.disabled .button-icon {
	filter: grayscale(100%);
}

.exam-button.disabled .arrow {
	color: #ccc;
}

.popup-overlay,
.hamburger-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.popup-content {
	background: white;
	padding: 2rem;
	border-radius: 1rem;
	width: 80%;
	max-width: 400px;
	margin: auto;
	position: relative;
}

.popup-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 2rem;
	cursor: pointer;
}

.hamburger-layer {
	display: flex;
	width: 100%;
	height: 100%;
}

.hamburger-left {
	width: 70%;
	background-color: #8cc63f;
	padding: 4rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.hamburger-left ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.hamburger-left li {
	margin: 1rem 0;
}

.hamburger-left a {
	font-size: 1.5rem;
	color: white;
	text-decoration: none;
}

.hamburger-right {
	width: 30%;
	background-color: #f697ba;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}

.hamburger-close {
	font-size: 2.5rem;
	color: white;
	margin-top: 2rem;
	cursor: pointer;
}

.no-scroll {
	overflow: hidden;
	height: 100vh;
}

@media (max-width: 767px) {
	html {
		font-size: 16px;
	}

	.pc-layout {
		display: block;
	}

	.right-panel {
		width: 100%;
		height: auto;
		padding: 0rem;
	}

	.left-panel {
		display: none;
	}

	.mock-phone-view {
		transform: translateX(0px);
		width: 100vw;
		height: 100vh;
		border-radius: 0;
		box-shadow: none;
	}
}