@charset "UTF-8";

:root {
	--color-text: #222;
	--color-sub: #555;
	--color-light: #f8fbf5;
	--color-cream: #fff8ef;
	--color-orange: #ff7a1a;
	--color-orange-light: #fff1e5;
	--color-green: #5fbf36;
	--color-green-dark: #3f8f2b;
	--color-green-light: #eef9e9;
	--color-blue: #5bbbd6;
	--color-border: #e6e6e6;
	--color-white: #fff;
	--shadow-card: 0 8px 24px rgba(0, 0, 0, 0.06);
	--radius-lg: 24px;
	--radius-md: 16px;
	--radius-sm: 10px;
	--inner: 1120px;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	color: var(--color-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
	line-height: 1.75;
	background: #fff;
	letter-spacing: 0.03em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: inherit;
	text-decoration: none;
}
.lp {
	overflow: hidden;
}
.inner {
	width: min(100% - 32px, var(--inner));
	margin-inline: auto;
}
.pc-only {
	display: none;
}

/* Header
------------------------------ */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 64px;
	padding: 18px 5px;
}
.logo {
	width: 45%;
	padding-top: 3px;
}
.header-nav {
	display: none;
}
.header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}
.header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 104px;
	padding: 7px 22px;
	border-radius: 999px;
	background: var(--color-orange);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}
.menu-button {
	width: 34px;
	height: 28px;
	position: relative;
	border: 0;
	background: none;
	padding: 0;
}
.menu-button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #222;
	border-radius: 999px;
}
.menu-button span:nth-child(1) {
	top: 3px;
}
.menu-button span:nth-child(2) {
	top: 13px;
}
.menu-button span:nth-child(3) {
	bottom: 3px;
}

/* Common
------------------------------ */
.section {
	padding: 27px 0;
}
.section-soft {
	background: #f8fbf5;
}
.section-title {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 22px;
}
.section-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--color-green-dark);
	color: #fff;
	font-weight: 800;
	line-height: 1;
}
.section-title h2 {
	margin: 0;
	font-size: clamp(22px, 6vw, 30px);
	line-height: 1.35;
	letter-spacing: 0.04em;
}
.lead {
	margin: 0;
	color: var(--color-sub);
	font-size: 15px;
}
.card {
	border-radius: var(--radius-sm);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
    .cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 54px;
      padding: 14px 22px;
      border-radius: 999px;
      font-weight: 800;
      line-height: 1.3;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .cta-button:hover {
      transform: translateY(-2px);
    }

    .cta-button-orange {
      background: var(--color-orange);
      color: #fff;
      box-shadow: 0 10px 22px rgba(255, 122, 26, 0.28);
    }

    .cta-button-green {
      background: #fff;
      color: var(--color-green-dark);
      border: 2px solid var(--color-green-dark);
    }

    .cta-icon {
      font-size: 20px;
      line-height: 1;
    }

/* Hero
------------------------------ */
.hero {
	background: #fff8ef;
	padding: 28px 0 44px;
}
.hero-grid {
	display: grid;
	gap: 26px;
}
.hero-copy {
	position: relative;
	z-index: 2;
}
.hero-badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 18px;
	padding: 4px 20px;
	border-radius: 999px;
	background: var(--color-green-dark);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}
.hero-title {
	margin: 0;
	font-size: clamp(36px, 11vw, 58px);
	line-height: 1.26;
	letter-spacing: 0.04em;
	font-weight: 800;
}
.hero-title .accent {
	color: var(--color-orange);
}
.hero-school {
	margin: 22px 0 0;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.08em;
}
.hero-lead {
	margin: 10px 0 0;
	font-size: 15px;
	color: #333;
	font-weight: 600;
}
.hero-buttons {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}
.hero-image {
	position: relative;
	min-height: 280px;
	border-radius: 28px;
	overflow: hidden;
	background: #eaf6e7;
}
.hero-image img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}
.hero-image-copy {
	position: absolute;
	right: 18px;
	top: 18px;
	color: var(--color-green);
	font-weight: 800;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0.04em;
	text-align: right;
}
.hero-image-copy span:nth-child(2) {
	color: var(--color-blue);
}
.hero-image-copy span:nth-child(3) {
	color: var(--color-orange);
}

/* About
------------------------------ */
.about-card {
	padding: 24px;
	background: #fbfdfc;
}
.icon-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 24px;
}
.icon-card {
	padding: 18px 12px;
	border-radius: var(--radius-md);
	background: #fff;
	border: 1px solid var(--color-border);
	text-align: center;
}
.icon-card-icon {
	display: block;
	margin-bottom: 5px;
	color: var(--color-orange);
	line-height: 1;
}
.icon-card h3 {
	margin: 0;
	color: var(--color-orange);
	font-size: 14px;
	line-height: 1.4;
}
.icon-card p {
	margin: 6px 0 0;
	color: var(--color-sub);
	font-size: 12px;
	line-height: 1.5;
}

/* Reason
------------------------------ */
.reason-grid {
	display: grid;
	gap: 22px;
}
.compare-ai {
	display: grid;
	gap: 8px;
}
.compare-box {
	overflow: hidden;
	border-radius: var(--radius-md);
	border: 1px solid var(--color-border);
	background: #fff;
}
.compare-box-inner {
	display: flex;
	align-items: center;
	padding: 10px 12px;
	gap: 5%;
}
.ai-icon {
	width: 35%;
	height: auto;
	color: #4F7F7E;
	display: block;
}
.compare-box h3 {
	margin: 0;
	padding: 7px 10px;
	font-size: 16px;
	text-align: center;
}
.compare-box ul {
	margin: 0;
	padding: 18px 24px;
	font-size: 14px;
	color: #333;
}
.compare-box p {
	margin: 0;
	padding: 7px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 800;
}
.compare-ai-box h3 {
	background: #f0f2f2;
}
.compare-human-box h3 {
	background: var(--color-green-dark);
	color: #fff;
}
.compare-ai-box p {
	color: var(--color-blue);
	background: #f5fbfd;
}
.compare-human-box p {
	color: var(--color-green-dark);
	background: var(--color-green-light);
}
.compare-arrow {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #333;
	transform: rotate(90deg);
}

/* Points
------------------------------ */
.points-grid {
	display: grid;
	gap: 14px;
}
.point-card {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 14px;
	padding: 20px;
	border-radius: var(--radius-md);
	background: #f9f9f9;
	border: 1px solid var(--color-border);
}
.point-icon {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.point-card h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
}
.point-card p {
	margin: 6px 0 0;
	color: var(--color-sub);
	font-size: 13px;
	line-height: 1.65;
}

/* Courses
------------------------------ */
.course-groups {
	display: grid;
	gap: 18px;
}
.course-card {
	overflow: hidden;
	border-radius: var(--radius-lg);
	background: #fff;
	border: 1px solid var(--color-border);
	box-shadow: var(--shadow-card);
}
.course-visual img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.course-body {
	padding: 22px;
}
.course-card h3 {
	margin: 0;
	font-size: 23px;
	line-height: 1.3;
}
.course-card.food h3 {
	color: var(--color-orange);
}
.course-card.culture h3 {
	color: var(--color-green-dark);
}
.course-body > p {
	margin: 8px 0 18px;
	color: var(--color-sub);
	font-weight: 700;
	font-size: 14px;
}
.course-list {
	display: grid;
	gap: 10px;
}
.course-item {
	padding: 13px 14px;
	border-radius: var(--radius-sm);
	background: #fff;
	border: 1px solid var(--color-border);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.food .course-item {
	background: var(--color-orange-light);
	border-color: #ffd8b8;
}
.culture .course-item {
	background: var(--color-green-light);
	border-color: #d3edc9;
}

/* Recommend
------------------------------ */
.recommend-grid {
	display: grid;
	gap: 18px;
}
.recommend-card {
	padding: 24px;
}
.check-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.check-list li {
      position: relative;
      padding-left: 28px;
      font-size: 14px;
      font-weight: 600;
    }
.check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--color-green-dark);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}
.recommend-illust {
	display: none;
}

/* Comparison
------------------------------ */
.comparison-card {
	padding: 24px;
}
.comparison-list {
	display: grid;
	gap: 12px;
}
.comparison-item {
	overflow: hidden;
	border-radius: var(--radius-md);
	border: 1px solid var(--color-border);
	background: #fff;
}
.comparison-item h3 {
	margin: 0;
	padding: 12px 16px;
	background: #f5f5f5;
	font-size: 15px;
}
.comparison-row {
	display: grid;
	grid-template-columns: 1fr;
}
.comparison-cell {
	padding: 14px 16px;
	font-size: 14px;
}
.comparison-cell strong {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	color: var(--color-sub);
}
.comparison-cell.dgss {
	background: var(--color-green-light);
	font-weight: 700;
}

/* CTA
------------------------------ */
.bottom-cta {
	padding: 27px 0;
	background: #eee;
}
.bottom-cta-card {
	text-align: center;
	padding: 34px 22px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.7);
}
.bottom-cta h2 {
	margin: 0;
	font-size: clamp(22px, 6.6vw, 40px);
	line-height: 1.45;
}
.bottom-cta p {
	margin: 14px 0 24px;
	color: var(--color-sub);
	font-weight: 600;
	font-size: 14px;
}
.bottom-cta .cta-button {
	width: 100%;
	max-width: 360px;
}
.note {
	margin-top: 20px;
	color: #777;
	font-size: 12px;
	text-align: center;
}

/* Footer
------------------------------ */
.site-footer {
	padding: 34px 0 90px;
	background: #fff;
	border-top: 1px solid var(--color-border);
}
.footer-name {
	width: 55%;
	margin: 0 auto 10px;
}
.footer-logo {
	justify-content: center;
}
.footer-copy {
	margin: 0;
	color: var(--color-sub);
	text-align: center;
	font-size: 13px;
}
.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 18px;
	margin-top: 22px;
	font-size: 13px;
	color: var(--color-sub);
}
.copyright {
	margin: 22px 0 0;
	text-align: center;
	color: #999;
	font-size: 11px;
}

/* Fixed CTA for mobile
------------------------------ */
.fixed-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08);
}
.fixed-cta a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
}
.fixed-cta .request {
	background: var(--color-orange);
	color: #fff;
}
.fixed-cta .open-campus {
	border: 2px solid var(--color-green-dark);
	color: var(--color-green-dark);
	background: #fff;
}

/*form
--------------------------------*/
.request-page {
	overflow: hidden;
}
.request-inner {
	width: min(100% - 32px, var(--inner));
	margin-inline: auto;
}

/* Hero
-------------------------------- */
.request-hero {
	padding: 56px 0 44px;
	text-align: center;
	background: var(--color-cream);
}
.request-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
	padding: 7px 18px;
	border-radius: 999px;
	background: var(--color-green-dark);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
}
.request-hero h1 {
	margin: 0;
	font-size: clamp(30px, 8vw, 48px);
	line-height: 1.35;
	font-weight: 800;
	letter-spacing: 0.04em;
}
.request-hero-main {
	margin: 18px 0 0;
	color: #444;
	font-size: 15px;
	line-height: 1.9;
	font-weight: 600;
}
.request-hero-note {
	display: inline-block;
	margin: 18px 0 0;
	padding: 10px 24px;
	border-radius: 999px;
	background: rgba(95, 191, 54, 0.12);
	color: var(--color-green-dark);
	font-size: 13px;
	font-weight: 800;
}

/* Form
-------------------------------- */
.form-section {
	padding: 38px 0 72px;
}
.form-card {
	padding: 24px;
	border-radius: var(--radius-lg);
	background: var(--color-white);
	box-shadow: var(--shadow-card);
}
.form-head {
	margin-bottom: 28px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--color-border);
}
.form-head h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.45;
	font-weight: 800;
}
.form-head p {
	margin: 10px 0 0;
	color: var(--color-sub);
	font-size: 14px;
	line-height: 1.8;
}
.request-form {
	display: grid;
	gap: 22px;
}
.form-row {
	display: grid;
	gap: 8px;
}
.form-row label {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.5;
}
.required {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 999px;
	background: var(--color-orange);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	vertical-align: middle;
}
.optional {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #eeeeee;
	color: #666;
	font-size: 11px;
	font-weight: 700;
	vertical-align: middle;
}
input,
select,
textarea {
	width: 100%;
	font-family: inherit;
	font-size: 16px;
}
.form-row input,
.form-row select,
.form-row textarea {
	min-height: 54px;
	padding: 13px 15px;
	border: 1px solid #dcdcdc;
	border-radius: 14px;
	background: #fff;
	color: var(--color-text);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-row textarea {
	min-height: 120px;
	resize: vertical;
}
.form-row input::placeholder,
.form-row textarea::placeholder {
	color: #aaa;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
	outline: none;
	border-color: var(--color-green);
	box-shadow: 0 0 0 4px rgba(95, 191, 54, 0.16);
}
.address-group {
	display: grid;
	gap: 12px;
}
.form-help {
	margin: 6px 0 0;
	color: #777;
	font-size: 12px;
	line-height: 1.6;
}

/* Privacy
-------------------------------- */
.privacy-box {
	padding: 18px;
	border-radius: 18px;
	background: var(--color-green-light);
	border: 1px solid #d7edce;
}
.privacy-box h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 800;
	color: var(--color-green-dark);
}
.privacy-box p {
	margin: 0;
	color: #555;
	font-size: 13px;
	line-height: 1.85;
}
.agree-box {
	padding: 16px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--color-border);
}
.agree-box label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}
.agree-box input {
	width: 20px;
	height: 20px;
	margin-top: 3px;
	accent-color: var(--color-green);
	flex: 0 0 auto;
}
.agree-box a {
	color: var(--color-green-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Submit
-------------------------------- */
.form-submit {
	text-align: center;
}
.submit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 380px;
	min-height: 60px;
	padding: 14px 24px;
	border: none;
	border-radius: 999px;
	background: var(--color-orange);
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	font-family: inherit;
	letter-spacing: 0.04em;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(255, 122, 26, 0.3);
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.submit-button:hover {
	opacity: 0.92;
	transform: translateY(-2px);
}
.submit-note {
	margin: 14px 0 0;
	color: #777;
	font-size: 12px;
	line-height: 1.7;
}

/* Footer note
-------------------------------- */
.info-section {
	padding: 0 0 72px;
}
.info-card {
	display: grid;
	gap: 14px;
	padding: 22px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid var(--color-border);
}
.info-item {
	display: grid;
	gap: 4px;
}
.info-item h3 {
	margin: 0;
	color: var(--color-green-dark);
	font-size: 15px;
	font-weight: 800;
}
.info-item p {
	margin: 0;
	color: var(--color-sub);
	font-size: 13px;
	line-height: 1.75;
}

/* thanks
------------------------------ */
.thanks-page {
	overflow: hidden;
}
.thanks-inner {
	width: min(100% - 32px, var(--inner));
	margin-inline: auto;
}

/* Hero
-------------------------------- */
.thanks-hero {
	padding: 64px 0 56px;
	text-align: center;
	background: var(--color-cream);
}
.thanks-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 18px;
	padding: 7px 18px;
	border-radius: 999px;
	background: var(--color-green-dark);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
}
.thanks-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	margin: 0 auto 22px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 24px rgba(95, 191, 54, 0.18);
	color: var(--color-green-dark);
}
.thanks-icon svg {
	width: 44px;
	height: 44px;
}
.thanks-hero h1 {
	margin: 0;
	font-size: clamp(30px, 8vw, 48px);
	line-height: 1.35;
	font-weight: 800;
	letter-spacing: 0.04em;
}
.thanks-hero-main {
	margin: 18px 0 0;
	color: #444;
	font-size: 15px;
	line-height: 1.9;
	font-weight: 600;
}

/* Main card
-------------------------------- */
.thanks-section {
	padding: 40px 0 72px;
}
.thanks-card {
	padding: 26px;
	border-radius: var(--radius-lg);
	background: #fff;
	box-shadow: var(--shadow-card);
	text-align: center;
}
.thanks-card h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.45;
	font-weight: 800;
}
.thanks-card p {
	margin: 14px 0 0;
	color: var(--color-sub);
	font-size: 14px;
	line-height: 1.9;
}
.notice-box {
	margin-top: 28px;
	padding: 18px;
	border-radius: 18px;
	background: var(--color-green-light);
	border: 1px solid #d7edce;
	text-align: left;
}
.notice-box h3 {
	margin: 0 0 8px;
	color: var(--color-green-dark);
	font-size: 15px;
	font-weight: 800;
}
.notice-box p {
	margin: 0;
	color: #555;
	font-size: 13px;
	line-height: 1.85;
}
.next-actions {
	display: grid;
	gap: 14px;
	margin-top: 30px;
}
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 14px 24px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.button:hover {
	transform: translateY(-2px);
	opacity: 0.92;
}
.button-orange {
	background: var(--color-orange);
	color: #fff;
	box-shadow: 0 10px 22px rgba(255, 122, 26, 0.3);
}
.button-green {
	background: #fff;
	color: var(--color-green-dark);
	border: 2px solid var(--color-green-dark);
}
.button-gray {
	background: #f3f3f3;
	color: #333;
}

/* Privacy page
------------------------------ */
.privacy-page {
	overflow: hidden;
}
.privacy-inner {
	width: min(100% - 32px, var(--inner));
	margin-inline: auto;
}

/* Hero
-------------------------------- */
.privacy-hero {
	padding: 56px 0 44px;
	text-align: center;
	background: var(--color-cream);
}
.privacy-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
	padding: 7px 18px;
	border-radius: 999px;
	background: var(--color-green-dark);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
}
.privacy-hero h1 {
	margin: 0;
	font-size: clamp(30px, 8vw, 46px);
	line-height: 1.35;
	font-weight: 800;
	letter-spacing: 0.04em;
}
.privacy-hero-main {
	margin: 18px 0 0;
	color: #444;
	font-size: 15px;
	line-height: 1.9;
	font-weight: 600;
}

/* Content
-------------------------------- */
.privacy-section {
	padding: 40px 0 72px;
}
.privacy-card {
	padding: 24px;
	border-radius: var(--radius-lg);
	background: #fff;
	box-shadow: var(--shadow-card);
}
.intro-box {
	padding: 18px;
	border-radius: 18px;
	background: var(--color-green-light);
	border: 1px solid #d7edce;
	margin-bottom: 30px;
}
.intro-box p {
	margin: 0;
	color: #444;
	font-size: 14px;
	line-height: 1.9;
	font-weight: 600;
}
.ssl-box {
	padding: 16px;
	border-radius: 16px;
	background: #fff8ef;
	border: 1px solid #ffd9bb;
	margin-bottom: 30px;
}
.ssl-box h2 {
	margin: 0 0 8px;
	color: #d75f00;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 800;
}
.ssl-box p {
	margin: 0;
	color: #555;
	font-size: 13px;
	line-height: 1.85;
}
.policy-list {
	display: grid;
	gap: 28px;
}
.policy-item {
	padding-bottom: 26px;
	border-bottom: 1px solid var(--color-border);
}
.policy-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.policy-title {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 10px;
}
.policy-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--color-green-dark);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}
.policy-title h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 900;
}
.policy-item p {
	margin: 0;
	color: var(--color-sub);
	font-size: 14px;
	line-height: 1.95;
}
.contact-box {
	margin-top: 36px;
	padding: 22px;
	border-radius: 22px;
	background: #f8fbf5;
	border: 1px solid #d7edce;
}
.contact-box h2 {
	margin: 0 0 12px;
	color: var(--color-green-dark);
	font-size: 20px;
	line-height: 1.5;
	font-weight: 900;
}
.contact-box p {
	margin: 0;
	color: var(--color-sub);
	font-size: 14px;
	line-height: 1.9;
}
.contact-list {
	display: grid;
	gap: 8px;
	margin-top: 14px;
	padding: 0;
	list-style: none;
}
.contact-list li {
	display: grid;
	gap: 4px;
	color: var(--color-text);
	font-size: 14px;
	line-height: 1.7;
}
.contact-list strong {
	color: var(--color-green-dark);
	font-size: 13px;
	font-weight: 900;
}
.bottom-actions {
	display: grid;
	gap: 12px;
	margin-top: 34px;
	text-align: center;
}


/* PC
------------------------------ */
@media (min-width: 768px) {
	.pc-only {
		display: inline;
	}
	.sp-only {
		display: none;
	}
	.section {
		padding: 55px 0;
	}
	.header-inner {
		width: min(100% - 48px, var(--inner));
		margin-inline: auto;
		padding-inline: 0;
		height: 76px;
	}
	.logo {
		width: 220px;
		padding-top: 3px;
	}
	.header-nav {
		display: flex;
		align-items: center;
		gap: 32px;
		font-size: 16px;
		font-weight: 700;
	}
	.menu-button {
		display: none;
	}
	
	.hero {
		padding: 58px 0 70px;
	}
	.hero-grid {
		grid-template-columns: 0.9fr 1.1fr;
		align-items: center;
		gap: 44px;
	}
	.hero-buttons {
		grid-template-columns: auto auto;
		justify-content: flex-start;
	}
	.hero-image {
		min-height: 500px;
	}
	.hero-image img {
		min-height: 500px;
	}
	
	.about-card {
		display: grid;
		grid-template-columns: 0.9fr 1.4fr;
		align-items: center;
		gap: 40px;
		padding: 36px;
	}
	.icon-list {
		grid-template-columns: repeat(5, 1fr);
		margin-top: 0;
	}
	.reason-grid {
		grid-template-columns: 0.9fr 1.1fr;
		align-items: center;
	}
	.compare-ai {
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
	}
	.compare-box ul {
		padding: 18px 10px;
		font-size: 14px;
	}
	.compare-arrow {
		transform: rotate(0);
	}
	.points-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.course-groups {
		grid-template-columns: repeat(2, 1fr);
	}
	.course-card {
		display: grid;
		grid-template-rows: 190px 1fr;
	}
	.course-visual img {
		height: 190px;
	}
	.course-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.course-item {
		font-size: 15px;
	}
	
	.recommend-grid {
		grid-template-columns: 1.2fr 2fr;
		align-items: stretch;
	}
	.recommend-card,
	.comparison-card {
		height: 100%;
	}
	.comparison-row {
		grid-template-columns: 1fr 1.5fr;
	}
	.bottom-cta-card {
		padding: 48px;
	}
	.bottom-cta .cta-button {
		width: auto;
		min-width: 360px;
	}
	.site-footer {
		padding-bottom: 42px;
	}
	.footer-name {
		width: 200px;
		margin: 0 auto 10px;
	}
	.fixed-cta {
		display: none;
	}
	
	.request-hero {
		padding: 82px 0 58px;
	}
	.request-hero-main {
		font-size: 16px;
	}
	.form-section {
		padding: 56px 0 80px;
	}
	.form-card {
		padding: 44px 56px;
	}
	.form-head {
		margin-bottom: 36px;
		padding-bottom: 28px;
	}
	.form-head h2 {
		font-size: 26px;
	}
	.request-form {
		gap: 26px;
	}
	.form-row {
		grid-template-columns: 190px 1fr;
		align-items: center;
		gap: 24px;
	}
	.form-row.form-row-top {
		align-items: start;
	}
	.form-row label {
		padding-top: 0;
	}
	.form-row-top label {
		padding-top: 12px;
	}
	.privacy-box,
	.agree-box,
	.form-submit {
		margin-left: 214px;
	}
	.form-submit {
		text-align: left;
	}
	.info-card {
		grid-template-columns: repeat(3, 1fr);
		gap: 22px;
		padding: 28px;
	}
	
	.thanks-hero {
		padding: 90px 0 68px;
	}
	.thanks-hero-main {
		font-size: 16px;
	}
	.thanks-section {
		padding: 58px 0 80px;
	}
	.thanks-card {
		padding: 50px 64px;
	}
	.thanks-card h2 {
		font-size: 28px;
	}
	.next-actions {
		grid-template-columns: 1fr 1fr;
		max-width: 620px;
		margin-inline: auto;
	}
	.next-actions .button-gray {
		grid-column: 1 / -1;
		max-width: 300px;
		margin-inline: auto;
		width: 100%;
	}
	
	.privacy-hero {
		padding: 82px 0 58px;
	}
	.privacy-hero-main {
		font-size: 16px;
	}
	.privacy-section {
		padding: 56px 0 84px;
	}
	.privacy-card {
		padding: 48px 58px;
	}
	.intro-box,
	.ssl-box {
		padding: 22px 24px;
	}
	.policy-title h2 {
		font-size: 22px;
	}
	.contact-box {
		padding: 28px 32px;
	}
	.contact-list li {
		grid-template-columns: 150px 1fr;
		align-items: baseline;
	}
	.bottom-actions {
		grid-template-columns: 1fr 1fr;
		max-width: 620px;
		margin-inline: auto;
		margin-top: 42px;
	}
}