<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Zen Maru Gothic', Arial, sans-serif;
	font-style: normal;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color:#333;
}

/** ヘッダー **/
.header-section {
	max-width: 100%;
}

.header-content {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f5f5f5;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
	height: 32px;
}

.header-logo {
	margin-left: 15px;
	width: 130px;
}

@media screen and (min-width: 415px) {
	.header-logo {
		width: 160px;
	}
}

.header-button {
	background-color: #e60012;
	color: white;
	font-size: 16px;
	padding: 10px 25px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s;
}

.header-button:hover {
	background-color: #c3000f;
}

.cta-button-top {
	display: inline-flex;
	font-family: 'Noto Sans JP', sans-serif;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to bottom, #e9767d, #c3000b);
	padding: 0;
	border-radius: 5px;
	color: white;
	font-weight: 700;
	text-decoration: none;
	height: 23px;
	width: 80%;
	margin-right: 10px;
	max-width: 112px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.cta-button-top-text {
	font-size: 9px;
	margin-right: 7px;
}

.cta-button-top-circle {
	width: 8px;
	height: 8px;
	margin-top: 1px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-button-top-arrow {
	font-size: 6px;
	color: #c3000b;
}

.cta-button-top:hover {
	background: linear-gradient(to bottom, #f28b90, #d7000f);
}

@media screen and (min-width: 415px) {
	.cta-button-top {
		max-width: 130px;
		padding: 5px 20px;
	}
	.cta-button-top-text {
		font-size: 14px;
	}

	.cta-button-top-circle {
		width: 11px;
		height: 11px;
		margin-top: 3px;
	}

	.cta-button-top-arrow {
		font-size: 10px;
	}
}

/** コンテンツ **/
.body-container {
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/**トップビュー**/
.top-view {
	width: 100%;
}

/**割引制度について**/

.stylish-title-container {
	border-bottom: 1px solid #d51f1b;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 10px;
	margin-bottom: 10px;
	max-width: 100%;
}

.stylish-title-text {
	display: inline-block;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 900;
	font-size: 16px;
	min-height: 35px;
	color: #d51f1b;
	margin-bottom: 0;
	margin-left: 5px;
	max-width: 100%;
	text-align: left;
}

.stylish-title-img {
	max-width: 64px;
	margin-right: 10px;
	height: auto;
}

@media screen and (min-width: 415px) {
	.stylish-title-img {
		max-width: 85px;
		height: auto;
	}

	.stylish-title-text {
		font-size: 22px;
	}
}

@media (max-width: 415px) {
	.break-word::before {
		content: '\A';
		white-space: pre;
	}
}

.text-underline-bold {
	position: relative;
	display: inline-block;
	z-index: 0;
}

.text-underline-bold::after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #ef8b85cc;
	z-index: 0;
}

.text-underline-middle {
	position: relative;
	display: inline-block;
	z-index: 0;
}

.text-underline-middle::after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #ef8b85cc;
	z-index: 0;
}

.text-underline-middle-2 {
	position: relative;
	display: inline-block;
	z-index: 0;
}

.text-underline-middle-2::after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #eb605db2;
	z-index: 0;
}

.text-underline {
	position: relative;
	display: inline-block;
	z-index: 0;
}

.text-underline::after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ef8b85cc;
	z-index: 0;
}

@media screen and (min-width: 415px) {
	.text-underline-bold::after {
		bottom: 2px;
	}

	.text-underline-middle::after {
		bottom: 2px;
	}

	.text-underline-middle-2::after {
		bottom: 4px;
	}

	.text-underline::after {
		bottom: 2px;
	}
}

/**割引制度について**/
.scholarship-text-container {
	padding: 0 15px;
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 20px;
}

.scholarship-text-middle {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 14px;
	font-weight: 700;
	z-index: 20;
}

.scholarship-text-large {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 15px;
	font-weight: 700;
}

@media screen and (min-width: 415px) {
	.scholarship-text-container {
		font-size: 14px;
	}

	.scholarship-text-middle {
		font-size: 20px;
	}

	.scholarship-text-large {
		font-size: 22px;
	}
}

/**キャッシュバック説明画像**/
.cache-back-img-container {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.cache-back-img {
	width: 90%;
}

.cache-back-note {
	width: 90%;
}
.cache-back-note p {
	font-size: 10px;
	text-align: right;
	font-weight: 500;
	margin: 0;
	color: #000;
}

@media screen and (min-width: 415px) {
	.cache-back-img-container {
		margin-bottom: 40px;
	}
	.cache-back-note {
		font-size: 13px;
	}
}

/**割引例**/
.cacheback-section {
	display: flex;
	justify-content: center;
	position: relative;
}

.cacheback-text-container {
	padding: 0 10px;
	font-size: 11px;
	font-weight: 500;
	position: relative;
}

.cacheback-text-middle {
	font-size: 14px;
	font-weight: 700;
	z-index: 20;
}

.cacheback-text-large {
	font-size: 15px;
	font-weight: 700;
}

@media screen and (min-width: 415px) {
	.cacheback-text-container {
		font-size: 14px;
	}

	.cacheback-text-middle {
		font-size: 20px;
	}

	.cacheback-text-large {
		font-size: 22px;
	}
}

/**割引説明画像**/
.discount-img-container {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 2;
	position: relative;
}

.discount-img-1 {
	margin: 0;
	padding: 0;
	z-index: 2;
	width: 90%;
	position: relative;
}

.discount-img-2 {
	margin: 0;
	padding: 0;
	margin-top: 12px;
	z-index: 2;
	width: 90%;
	position: relative;
}

.discount-img-3 {
	margin: 0;
	padding: 0;
	margin-top: 37px;
	z-index: 2;
	width: 90%;
	position: relative;
	margin-bottom: 15px;
}

.discount-img-meessage {
	position: absolute;
	margin: 0;
	top: 0;
	right: 5%;
	font-size: 10px;
	z-index: 2;
}

.discount-img-meessage-2 {
	position: absolute;
	margin: 0;
	top: 16px;
	font-weight: 700;
	left: 5%;
	font-size: 15px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	z-index: 2;
}

.discount-img-background-triangle-1 {
	position: absolute;
	top: -5px;
	/* left: 5%; */
	height: 50%;
	background: linear-gradient(to bottom, #fff 0%, #f5e7d1 100%);
	background-size: 100% 35%;
	background-repeat: no-repeat;
	clip-path: polygon(0 0, 100% 0, 50% 40px);
	width: 90%;
	z-index: 0;
}

.discount-img-background-triangle-2 {
	position: absolute;
	top: -5px;
	left: 5%;
	height: 200px;
	background: linear-gradient(to bottom, #fff 0%, #f5e7d1 100%);
	background-size: 100% 25%;
	background-repeat: no-repeat;
	clip-path: polygon(0 0, 100% 0, 50% 70px);
	width: 90%;
	z-index: 0;
}

.discount-img-background-triangle-3 {
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 100%;
	background: linear-gradient(to bottom, #fff 0%, #f5e7d1 100%);
	clip-path: polygon(0 0, 100% 0, 100% 80%, 90% 100%, 10% 100%, 0 80%);
	width: 100%;
	z-index: 0;
}

.discount-img-background-triangle-section {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.discount-img-background-triangle-container {
	position: relative;
	text-align: center;
	width: 90%;
	padding-bottom: 30px;
}

@media screen and (min-width: 415px) {
	.discount-img-container {
		margin-bottom: 0;
	}

	.discount-img-meessage {
		font-size: 14px;
	}

	.discount-img-meessage-2 {
		font-size: 20px;
		top: 20px;
	}

	.discount-img-2 {
		margin-top: 20px;
	}

	.discount-img-3 {
		margin-top: 50px;
	}
}

/**資料請求**/
.procedure-notice-section {
	margin: 20px auto;
	margin-bottom: 5px;
	background-color: white;
	text-align: center;
}

.notice-description {
	font-size: 11px;
	color: #333;
	margin-bottom: 7px;
	line-height: 1.8;
	font-weight: 400;
}

.notice-description strong {
	font-size: 14px;
	font-weight: 700;
}

.notice-description .highlight {
	color: #d51f1b;
}

.notice-detail {
	font-size: 11px;
	margin: 7px auto;
	color: #333;
}

.notice-detail .highlight {
	color: #d51f1b;
	font-weight: 500;
}

@media screen and (min-width: 415px) {
	.notice-description {
		font-size: 16px;
	}
	.notice-description strong {
		font-weight: bold;
		font-size: 18px;
	}

	.notice-detail {
		font-size: 16px;
	}
}

/**資料請求ボタン**/
.request-material-container {
	display: flex;
	max-width: 357px;
	height: 81px;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 15px;
	overflow: hidden;
}

.request-material-fit-container {
	display: flex;
	height: 81px;
	padding: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 0 7px;
	margin-top: 0;
	margin-bottom: 40px;
}

.request-material-left-section {
	background-color: #f7efe2;
	color: white;
	padding: 5px;
	width: 30%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.request-material-polygon {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 0;
	clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
}

.request-material-left-text {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	z-index: 1;
}

.request-material-highlight {
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}

.request-material-highlight-gold {
	color: #d5c098;
}

.request-material-right-section {
	background-color: #f7efe2;
	color: black;
	padding: 0;
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.request-material-right-text {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 8px;
	text-align: center;
	margin: 5px 0;
}

.request-material-button {
	display: inline-flex;
	font-family: 'Noto Sans JP', sans-serif;
	align-items: center;
	background: linear-gradient(to bottom, #e9767d, #c3000b);
	padding: 5px 25px;
	border-radius: 5px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.request-material-button-circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
}

.request-material-button-arrow {
	font-size: 11px;
	color: #b62525;
}

.request-material-button:hover {
	background: linear-gradient(to bottom, #f28b90, #d7000f);
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 415px) {
	.request-material-container {
		max-width: 700px;
		width: 90%;
		height: 150px;
		padding: 0;
		margin: 0 auto;
/*
訴求追加に伴い変更しています。
		margin-bottom: 60px;
*/
		margin-bottom: 20px;
		margin-top: 15px;
	}

	.request-material-fit-container {
		max-width: 100%;
		height: 150px;
		padding: 0;
		margin: 0 7px;
/*
訴求追加に伴い変更しています。
		margin-bottom: 60px;
*/
		margin-bottom: 20px;
		margin-top: 0;
	}

	.request-material-left-section {
		padding: 5px;
		width: 30%;
	}

	.request-material-left-text {
		font-size: 16px;
	}

	.request-material-highlight {
		font-size: 23px;
	}

	.request-material-right-text {
		font-size: 12px;
		margin: 10px 0;
	}

	.request-material-button {
		font-size: 18px;
		padding: 10px 40px;
	}

	.request-material-button-circle {
		width: 15px;
		height: 15px;
		margin-left: 15px;
	}

	.request-material-button-arrow {
		font-size: 11px;
	}
}

/**講座紹介 タイトル**/
.gray-section {
	background-color: #f7efe2;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-bottom: 40px;
	width: 100%;
}

.orange-section {
	background-color: #f7efe2;
	align-items: center;
	padding-top: 28px;
	width: 100%;
}

.three-points-section {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #f7efe2;
	padding-top: 20px;
	padding-bottom: 10px;
}

.three-points-section h2 {
	margin: 0;
	position: relative;
	text-align: center;
}

.three-points-section .foreground-text {
	position: relative;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 21px;
	font-weight: 700;
	color: #d51f1b;
	z-index: 2;
}

.three-points-section .foreground-text strong {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	color: #d51f1b;
	z-index: 2;
}

.three-points-section .background-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 70px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #f7efe2;
	-webkit-text-stroke-width: 1.2px;
	-webkit-text-stroke-color: white;
	z-index: 1;
	pointer-events: none;
}

@media screen and (min-width: 415px) {
	.gray-section {
		padding-bottom: 60px;
	}

	.three-points-section {
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.three-points-section .foreground-text {
		font-size: 24px;
	}

	.three-points-section .foreground-text strong {
		font-size: 36px;
	}
}

/**講座紹介 point1**/
.lesson-point-card {
	margin: 5px 5%;
	max-width: 600px;
}

.lesson-point-card-inner {
	background-color: white;
	padding: 10px 12px;
	max-width: 600px;
	border-bottom: 2px solid #e8b781;
}

.lesson-point-title-container {
	background-color: #e8b781;
	display: flex;
	align-items: center;
	position: relative;
	min-height: 67px;
	text-align: left;
	margin-bottom: 0;
	overflow: hidden;
}

.lesson-point-number {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	top: -8px;
	left: -2px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	color: rgba(255, 255, 255, 0.5);
	z-index: 0;
	font-size: 40px;
}

.lesson-point-title {
	font-size: 17px;
	color: white;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 50px;
}

.lesson-point-title strong {
	font-size: 20px;
	font-weight: 700;
}

.lesson-point-description {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 1.8;
	margin-bottom: 20px;
}

.highlight-red {
	color: #d51f1b;
	font-weight: bold;
}

.lesson-point-image {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 415px) {
	.lesson-point-card {
		margin-bottom: 10px;
		padding: 10px 20px;
		padding-bottom: 20px;
	}

	.lesson-point-number {
		top: -12px;
		font-size: 50px;
	}

	.lesson-point-title {
		font-size: 18px;
		margin-left: 60px;
	}

	.lesson-point-title strong {
		font-size: 28px;
	}

	.lesson-point-description {
		font-size: 16px;
	}
}

/**講座紹介 point2**/
.point-container-center {
	width: 100%;
	display: flex;
	justify-content: center;
}

.learning-option {
	margin-bottom: 0;
}

.learning-option-title-container {
	width: 100%;
	display: flex;
	justify-content: left;
}
.learning-option-title-container-inner {
	max-width: 357px;
}

.learning-option-title-number-circle {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #e8b781;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	margin-top: 2px;
}

.learning-option-title-number {
	font-size: 14px;
	color: white;
}

.learning-option-title {
	display: flex;
	font-size: 16px;
	align-items: start;
	font-weight: 400;
	margin-bottom: 0;
	text-align: left;
}

.learning-option-title strong {
	font-weight: 700;
}

.learning-option-title p {
	margin: 0 0;
}

.highlight-number {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: white;
	text-shadow: 1px 1px 0 #a59574, -1px -1px 0 #a59574, 1px -1px 0 #a59574,
		-1px 1px 0 #a59574;
	font-style: italic;
}

@media screen and (min-width: 415px) {
	.learning-option-title {
		font-size: 18px;
	}

	.learning-option-title-number {
		font-size: 16px;
	}
}

.learning-image {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.image-comparison {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.comparison-option {
	text-align: center;
	margin: 0 20px;
}

.comparison-option img {
	width: 80px;
	height: auto;
}

.comparison-option p {
	font-size: 14px;
	margin-top: 5px;
}

.comparison-icon {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.small-text {
	font-size: 10px;
	margin-top: 0;
	text-align: right;
	color: #666;
}

@media screen and (min-width: 415px) {
	.small-text {
		font-size: 13px;
	}
}
/** 受講生紹介 タイトル**/
.lec-achievement-section {
	max-width: 800px;
	margin: 20px auto;
	padding: 20px;
	background-color: white;
	text-align: center;
}

.section-subtitle {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.section-title {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin: 0;
}

.tCenter
{
	text-align:center;
}


.title-with-background-text {
	max-width: 800px;
	margin: 20px auto;
	margin-bottom: 0;
	text-align: center;
	background-color: #fff;
	padding: 20px 0;
	padding-bottom: 0;
}

.title-with-background-text h2 {
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	text-align: center;
}

.title-with-background-text .foreground-text-normal {
	position: relative;
	font-family: 'M PLUS 1p', sans-serif;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	z-index: 2;
}

.title-with-background-text .foreground-text {
	font-family: 'M PLUS 1p', sans-serif;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #333333;
	z-index: 2;
}

.title-with-background-text .foreground-text strong {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	color: #333333;
	z-index: 2;
}

.title-with-background-text .background-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 70px;
	color: #f7efe2;
	z-index: 1;
	pointer-events: none;
}

.title-with-background-text .background-text-small {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 45px;
	color: #f7efe2;
	z-index: 1;
	pointer-events: none;
}

@media screen and (min-width: 415px) {
	.title-with-background-text {
		margin-top: 40px;
		font-size: 20px;
	}

	.title-with-background-text .foreground-text-normal {
		font-size: 20px;
	}

	.title-with-background-text .foreground-text {
		font-size: 29px;
	}

	.title-with-background-text .background-text-small {
		font-size: 60px;
	}
}

/** 受講生紹介 **/
.student-voice-section {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	margin: 20px auto;
	background-color: white;
	padding: 20px;
	max-width: 100%;
}

.student-profile {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
}

.profile-image {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 20px;
}

.profile-info {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.student-name {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.student-role-container {
	width: 100%;
	text-align: center;
}

.student-role {
	font-size: 12px;
	font-weight: 500;
	color: white;
	background-color: #eab478;
	padding: 2px 5px;
	width: 60%;
	border-radius: 20px;
	margin-top: 5px;
	text-align: center;
	display: inline-block;
}
.student-comment-container {
	max-width: 400px;
	padding: 10px 20px;
	text-align: left;
	background-color: #fcfcfc;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.student-comment {
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}

@media screen and (min-width: 415px) {
	.student-comment {
		font-size: 16px;
	}

	.student-name {
		font-size: 16px;
	}

	.student-role {
		font-size: 14px;
	}

	.profile-image {
		margin-right: 30px;
	}
}

/** 資料確認注釈 **/
.support-details-section {
	max-width: 800px;
	margin: 20px auto;
	text-align: center;
	background-color: white;
	padding: 20px;
}

.support-description {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-bottom: 10px;
}

.support-description strong {
	font-weight: bold;
}

.support-call-to-action {
	font-size: 16px;
	margin-top: 10px;
}

.highlight-red {
	color: #d51f1b;
	font-weight: bold;
}

/** 注目される背景 **/
.gray-parallelogram-top {
	background-color: #f7efe2;
	padding-top: 28px;
	clip-path: polygon(0% 40px, 100% 0%, 100% 100%, 0% 100%);
	display: flex;
	align-items: center;
	flex-direction: column;
}
.consultant-background-section {
	max-width: 800px;
	margin: 20px auto;
	background-color: #f7efe2;
	padding: 0 0;
	padding-top: 30px;
	padding-bottom: 40px;
}
.background-description-container {
	padding: 0 15px;
}

.section-description {
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 2;
}

.section-note {
	font-size: 11px;
	color: #6c6c6c;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 20px;
}

.background-image {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

@media screen and (min-width: 415px) {
	.consultant-background-section {
		padding-bottom: 60px;
	}

	.section-description {
		font-size: 16px;
	}

	.section-note {
		font-size: 14px;
	}
}

/** 活躍の幅 **/
.career-consultant-activity-section {
	max-width: 800px;
	margin: 20px auto;
	background-color: white;
	padding: 0 0;
}

.activity-description-container {
	padding: 0 15px;
}

.activity-img-container {
	width: 100%;
	margin-bottom: 16px;
	text-align: center;
}

.activity-img {
	width: 90%;
	max-width: 600px;
	border-radius: 16px;
	border: 1px solid #c0c0c0;
	box-shadow: 5px 5px 5px rgba(173, 172, 172, 0.9);
}

.section-title {
	font-size: 20px;
	font-weight: bold;
	color: #e60012;
	margin-bottom: 15px;
}

.activity-note-container {
	display: flex;
	justify-content: center;
	width: 100%;
}

.activity-note {
	font-size: 13px;
	width: 90%;
	margin: 0;
	max-width: 600px;
	font-weight: 400;
	color: #000;
	text-align: right;
}

@media screen and (min-width: 415px) {
	.activity-img {
		border-radius: 27px;
	}
	.activity-category {
		font-size: 14px;
	}

	.activity-content {
		font-size: 14px;
	}

	.activity-note {
		font-size: 14px;
	}
}

/**　キャリアコンサルタントになるには　**/
.consultant-requirements {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #f7efe2;
}

.consultant-description-container {
	padding: 0 15px;
}

.check-box-container {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: 2px;
}

.check-box-check {
	position: absolute;
	top: -9.5px;
	right: 0;
	font-size: 19px;
	margin-top: 0;
	padding-top: 0;
	color: #d51f1b;
	-webkit-text-stroke: 1.5px #f7efe2;
	object-fit: cover;
	z-index: 1;
}

.check-box-square {
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 14px;
	border: 1px solid #000;
	z-index: 0;
}

.requirements-container {
	max-width: 100%;
	padding: 10px 0;
	text-align: left;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 15px;
}

.requirements-container p {
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

.lec-assurance {
	text-align: center;
}

.lec-assurance-title-container {
	position: relative;
	text-align: left;
	padding-bottom: 30px;
	margin: 10px auto;
}

.lec-assurance-title-description {
	padding: 0 15px;
}

.lec-assurance-description {
	font-size: 14px;
	font-family: 'M PLUS 1p', sans-serif;
	color: #000;
	line-height: 1.8;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 2;
}

.lec-assurance-title-container p {
	position: relative;
	z-index: 2;
}

.lec-assurance-title {
	position: relative;
	font-family: 'M PLUS 1p', sans-serif;
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 10px;
	color: red;
	z-index: 3;
}

.background-triangle {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60%;
	background: linear-gradient(to bottom, #f7efe2, #fff);
	clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
	width: 100%;
	z-index: 0;
}

.bold-900 {
	font-weight: 900;
}

.highlight-yellow {
	background-color: #eae4c1;
	padding: 0 4px;
}

@media screen and (min-width: 415px) {
	.lec-assurance h3 {
		font-size: 33px;
	}
	.requirements-container {
		font-size: 14px;
	}

	.lec-assurance-description {
		font-size: 16px;
	}
}

/** 講師紹介 **/
.instructor-section {
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 25px;
	margin: 7px;
	margin-bottom: 0;
	border: 5px solid #f7efe2;
	/* border-bottom: 0; */
}
.instructor-card {
	max-width: 500px;
	padding: 16px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: white;
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.instructor-photo {
	position: relative;
	width: 120px;
	height: auto;
}

.instructor-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.red-square {
	position: absolute;
	bottom: -4px;
	right: -7px;
	width: 68px;
	height: 68px;
	background: linear-gradient(to right, #f28b90, #d7000f);
	z-index: 0;
}

.instructor-details {
	flex: 1;
}

.instructor-name {
	font-size: 17px;
	font-weight: 700;
	font-family: 'M PLUS 1p', sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
}

.instructor-role {
	font-size: 13px;
	font-weight: 400;
}

.instructor-location {
	font-size: 11px;
	margin-bottom: 5px;
}

.instructor-location .highlight {
	color: #e60012;
	font-weight: 400;
	font-size: 11px;
}

.instructor-topics {
	font-size: 16px;
	margin-bottom: 5px;
}

.instructor-topics p {
	display: inline-block;
	padding: 0 5px;
	font-size: 11px;
	font-weight: 500;
	margin: 0px;
	background-color: #efefef;
}

.instructor-topics ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0;
}

.instructor-topics ul li {
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: 400;
	padding-left: 10px;
	position: relative;
}
.instructor-divider-container {
	width: 100%;
	text-align: center;
}

.instructor-divider {
	border: none;
	border-top: 2px solid #f7efe2;
	width: 90%;
	text-align: center;
}

.instructor-divider-middle {
	border: none;
	border-top: 3px solid #f7efe2;
	width: 90%;
	text-align: center;
}

.divider {
	border: none;
	border-top: 0.5px solid #000;
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-left: 0px;
}

.instructor-description {
	max-width: 326px;
	padding: 0 16px;
	font-size: 11px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.8;
	color: #333;
	text-align: left;
}

.instructor-description strong {
	color: #d51f1b;
}

@media screen and (min-width: 415px) {
	.instructor-photo {
		width: 135px;
		height: autow;
	}

	instructor-name {
		font-size: 20px;
	}

	.instructor-role {
		font-size: 15px;
	}

	.instructor-location {
		font-size: 14px;
	}

	.instructor-location .highlight {
		font-size: 11px;
	}

	.instructor-topics p {
		font-size: 14px;
	}

	.instructor-topics ul li {
		font-size: 14px;
	}

	.instructor-description {
		max-width: 391px;
		font-size: 14px;
	}
}

/** 合格率 **/
.achievement-section {
	text-align: center;
	background-color: #fff;
	padding: 0;
	padding-top: 20px;
	border-radius: 10px;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 0;
	position: relative;
}

.achievement-description {
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	font-weight: 500;
	margin-top: 0px;
	font-family: 'M PLUS 1p', sans-serif;
	z-index: 2;
}

.bold-800 {
	font-weight: 800;
}

.confetti-left {
	position: absolute;
	top: 0;
	left: -3%;
	width: 100px;
	object-fit: contain;
	z-index: 0;
}

.confetti-right {
	position: absolute;
	top: 0;
	right: -3%;
	width: 100px;
	object-fit: contain;
	z-index: 0;
}

.color-red {
	color: #d51f1b;
}

@media screen and (min-width: 415px) {
	.achievement-section {
		margin: 0 auto;
		margin-top: 20px;
	}

	.confetti-left {
		left: -20px;
		width: 130px;
	}

	.confetti-right {
		right: -20px;
		width: 130px;
	}

	.achievement-description {
		font-size: 16px;
	}
}

/** 受講生実績 **/
.student-performance-section {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
}

.student-note {
	font-size: 11px;
	color: #000;
	margin-top: 15px;
	margin-bottom: 0;
}

.performance-chart-image {
	text-align: left;
	padding: 0;
	padding-top: 10px;
}

.performance-chart-image img {
	width: 100%;
	max-width: 615px;
	height: auto;
}

@media screen and (min-width: 415px) {
	.student-performance-section {
		padding: 15px;
	}
	.student-note {
		font-size: 14px;
		margin-top: 25px;
	}
}

/** 固定ボタン **/
.fixed-banner {
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px 0;
	text-align: center;
	z-index: 9999;
}

.banner-content {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.banner-logo {
	width: 100px;
	margin-right: 20px;
}

.cta-button {
	display: inline-flex;
	font-family: 'Noto Sans JP', sans-serif;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to bottom, #e9767d, #c3000b);
	padding: 0;
	border-radius: 5px;
	color: white;
	font-weight: 700;
	text-decoration: none;
	height: 35px;
	width: 80%;
	max-width: 205px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.cta-button-text {
	font-size: 16px;
	margin-right: 12px;
}

.cta-button-circle {
	width: 14px;
	height: 14px;
	margin-top: 3px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-button-arrow {
	font-size: 10px;
	color: #c3000b;
}

.cta-button:hover {
	background: linear-gradient(to bottom, #f28b90, #d7000f);
}

@media screen and (min-width: 415px) {
	.cta-button {
		padding: 5px 30px;
	}
	.cta-button-text {
		font-size: 18px;
	}

	.cta-button-circle {
		width: 14px;
		height: 14px;
		margin-top: 5px;
	}

	.cta-button-arrow {
		font-size: 10px;
	}
}

/**フッター**/
.footer-section {
	background-color: #f1f1f1;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	width: 100%;
	bottom: 0;
	z-index: 9999;
}

.footer-section p {
	font-size: 12px;
	color: #666;
	margin: 0;
}

/*2025.01.23 追記*/

@media screen and (min-width: 415px) {
.graphBOX {
	max-width: 800px;
	margin: 20px auto;
	margin-bottom: 0;
	text-align: center;
	background-color: #fff;
	padding: 20px 0;
	padding-bottom: 0;
}
}
.graphBOX {
	margin: 20px auto;
	margin-bottom: 0;
	text-align: center;
	background-color: #fff;
	padding: 20px;
	padding-bottom: 0;
}


.graphBOX	h2 {
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	text-align: center;
	 font-size: 24px;
		color:#333;
}

@media screen and (min-width: 415px) {
.graphBOX	h2 {
	 font-size: 29px;
}
}

h3{
	color:#333;
}

@media screen and (min-width: 415px) {
	h3{
	color:#333;
	font-size: 24px;
	}
}

.pcNone {
	display:none !important;
}
.smNone {
	display:block !important;
}

@media screen and (max-width:767px) {
	.smNone {
		display:none !important;
	}
	.pcNone {
	display:block !important;
	}
}


/*---------------
特典3点セット
---------------*/
div.tokuten_box
{
	background: #fffaab;
	padding: 1rem;
	border-radius: 10px;
	width: 720px;
	margin: 0 auto 1rem auto;
}

@media (max-width: 767px) {
	div.tokuten_box
	{
	width: 90%;
		}
	div.tokuten_box .att
	{
	line-height:1.2;
	font-size:1.4rem;
	}
}


section.tokutenArea
{
	margin-bottom:40px;
	border-radius: 10px;
	background: #f7efe2;
	padding: 1rem;
	text-align:center;
}

@media (max-width: 767px) {
	section.tokutenArea
	{
	width:90%;
	margin: 0 auto 2rem auto;
	}
}

section.tokutenArea img
{
	max-width: 100%;
	height: auto;
}


h2.tokuten{
	font-weight:bold;
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 1.6rem;
	background: #d5c098;
	border-radius: 100px;
	margin: 10px 0;
	padding: 5px 30px;
	display: inline-block;
}

@media (max-width: 767px) {
	h2.tokuten{
	text-align:center;
	}
}



.tokutenCatch{
	text-align:center;
	font-weight:bold;
	font-size: 1rem;
	margin-bottom: 0;
	color: #333;
	}

span.att
{
	font-size: 1.6rem;
	font-weight:bold;
	color:#d51f1b;
}
@media (max-width: 767px) {
	span.att
	{
	line-height:1.2;
	}
}

.tokutenBOX
{
	display:flex;
	gap:1rem;
	margin-top: 1.5rem;
}

@media (max-width: 767px) {
	.tokutenBOX
	{
	flex-direction: column;
	}
}


.tokutenBOX_innder
{
	flex:1;
}

.tokutenBOX_contents
{
	position: relative;
	background: #fff;
	border-radius: 1rem;
	border: solid 5px #ffb6b5;
	padding-bottom: 5px;
}
.tokutenBOX_contents img.ic
{
	position: absolute;
	top: -20px;
	left: -14px;
	width: 70px;
	height:auto;
}


@media (max-width: 767px) {
	.tokutenBOX_contents img.ic
	{
	position: absolute;
	top: -20px;
	left: -15px;
	width: 90px;
	height:auto;
	}
}
	


.tokutenBOX_contents h3
{
	padding: 0.5rem 0;
	text-align:center;
	color: #e74e4c;
	margin: 0;
	background: #fce6e6;
	border-radius: 5rem 1rem 0 0;
}


@media (max-width: 767px) {
	.tokutenBOX_contents h3
	{
	font-size: 1.8rem;
	}
}


p.episode {
  height: 4em;
}
p.text {
	text-align:left;
	font-size: 13px;
	height: 6em;
	padding: 1rem;
}


@media (max-width: 767px) {
	p.episode,
	p.text {
	font-size: 20px;
		height:auto;
	}
}


p.price {
	color:#999;
}
p.price span{
	font-size: 1.5rem;
	text-decoration: line-through;
}

p.free {
	font-size: 1.6rem;
	font-weight:bold;
	color:#e74e4c;
}


/** フォントサイズ **/

.fs08
{
	font-size:0.8rem;
}

.fs09
{
	font-size:0.9rem;
}

.fs12
{
	font-size:1.2rem;
}


.fs13
{
	font-size:1.3rem;
}

.fs14
{
	font-size:1.4rem;
}

.fs15
{
	font-size:1.5rem;
}

.fs16
{
	font-size:1.6rem;
}


.fs17
{
	font-size:1.7rem;
}


.fs18
{
	font-size:1.8rem;
}

.fwBld {
	font-weight:bold !important;
}

/*----------------------
表示非表示
----------------------*/

.pcNone {
	display:none !important;
}
.smNone {
	display:block !important;
}

@media screen and (max-width:767px) {
	.smNone {
		display:none !important;
	}
	.pcNone {
	display:block !important;
	}
}


/*資料請求ボタンスマホ*/

.fukidashi {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 10px 30px;
  /* border-radius: 9999px; */
  background-color: #000000;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

.fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}


.fukidashi span.free
{
	font-weight:bold;
	color: #d5c098;
}

.present
{
	font-weight:bold;
	color:#d51f1b;
}

img.request_btn
{
	width: 90%;
	height:auto;
}

.request_btn_area
{
	margin-top:0;
}





</pre></body></html>