@charset "utf-8";
:root {
	--text-color: #212121;
	--note-color: #4a4a4a;
	--cv-color: #cc0e64;
	/* --cv-sub-color: #c44a6c; */
	--cv-sub-color: #F383B1;
	--primary-purple: #3d0167;
	--secondary-color: #14456a;
	--brand-green: #009E96;
	--border-radius: 2dvw;
}
@media screen and (min-width: 768px) {
	:root {
		--border-radius: 1.6rem;
	}
}
*,*::before,*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
ul,ol {
	list-style: none inside;
}
strong,em{
	font-style: normal;
	font-weight: bold;
}
picture {
	display: block;
	line-height: 0;
}
img {
	max-width: 100%;
}
html {
	font-size: 62.5%;
}
body {
	background-color: #fffcec;
	color: var(--text-color);
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
}

/* 汎用クラス、パーツ ---------- */
.pc {
	display: none;
}
.inner {
	margin: 0 6dvw;
}
.sec-std {
	padding: 4dvw 0;
}
.hd2 {
	color: #fff;
	font-size: 2.8rem;
	line-height: 1.2;
	margin-top: 8dvw;
	-webkit-text-stroke: 5px black;
	paint-order: stroke;
	text-align: center;
}
.hd2 .sub-txt {
	font-size: 2rem;
}
.hd3 {
	font-size: 2.2rem;
	margin-top: 8dvw;
	text-align: center;
}
.hd4 {
	color: var(--secondary-color);
	font-size: 2rem;
	font-weight: bold;
	margin-top: 8dvw;
	text-align: center;
}
.sec-std .hd2:first-child,
.sec-std .hd3:first-child,
.sec-std .hd4:first-child {
	margin-top: 4dvw;
}
.txt-std {
	margin-top: 4dvw;
}
.fig-std {
	margin-top: 4dvw;
	text-align: center;
}
.ft-emph {
	color: var(--cv-color);
}
.ft-note {
	color: var(--note-color);
	font-size: .9em;
}
.point-box {
	background-color: #fff;
	margin-top: 8dvw;
	padding: 4dvw;
}
.point-ttl {
	border-bottom: 1px solid var(--cv-color);
	color: var(--cv-color);
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.point-cnt {
	margin-top: 2dvw;
}
.check-item {
	display: grid;
	gap: 0 2dvw;
	grid-template-columns: auto 1fr;
	margin-top: 4dvw;
}
.check-item::before {
	align-items: flex-start;
	content: "\e834";
	color: var(--primary-purple);
	display: flex;
	font-family: 'Material Symbols Rounded';
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
	font-size: 2.4rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1;
}
.check-txt {
	font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
	.pc {
		display: unset;
	}
	.sp {
		display: none;
	}
	.sec-std {
		padding: 3.2rem 0;
	}
	.inner {
		margin: 0 auto;
		max-width: 1280px;
		padding: 0 10px;
	}
	.hd2 {
		font-size: 4rem;
		margin-top: 5.6rem;
	}
	.hd2 .sub-txt {
		font-size: 2.4rem;
	}
	.hd3 {
		font-size: 3.2rem;
		margin-top: 5.6rem;
	}
	.hd4 {
		font-size: 2.8rem;
		margin-top: 5.6rem;
	}
	.sec-std .hd2:first-child,
	.sec-std .hd3:first-child,
	.sec-std .hd4:first-child {
		margin-top: 3.2rem;
	}
	.txt-std,
	.fig-std {
		margin-top: 3.2rem;
		text-align: center;
	}
	.point-box {
		margin: 3.2rem auto 0;
		max-width: 640px;
		padding: 1.6rem 3.2rem 2.4rem;
	}
	.point-ttl {
		font-size: 3.2rem;
	}
	.point-cnt {
		margin-top: 2.4rem;
	}
	.check-lst {
		margin-inline: auto;
		max-width: 640px;
	}
	.check-item {
		gap: .8rem;
		margin-top: 1.6rem;
	}
}

/* セクション別 ---------- */
.header {
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
	padding: 2dvw 0 0;
	position: sticky;
	top: 0;
	width: 100dvw;
	z-index: 1;
}
.header-logo-img {
	aspect-ratio: 230/51;
	width: 150px;
}
.header-inquiry {
	background-color: #fff;
	bottom: 0;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 2dvw;
	left: 0;
	padding: 2dvw;
	position: fixed;
	width: 100dvw;
}
.header-tel {
	order: 1;
}
.header-tel-link {
	align-items: center;
	background-color: var(--brand-green);
	border-radius: var(--border-radius);
	box-shadow: 0 0 2px rgba(0,0,0,.05);
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 0 1dvw;
	width: auto;
}
.header-tel-link > span {
	font-size: 0;
}
.header-tel-note {
	display: none;
}
.header-tel-link::after {
	background-image: url(/fs/lp/lp005/img/ico-phone.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	aspect-ratio: 1/1;
	width: 10dvw;
}
.header-btn-lst {
	display: flex;
	gap: 0 2dvw;
}
.header-btn-box {
	align-items: center;
	display: flex;
	flex: 1 1 50%;
	justify-content: center;
}
.header-btn {
	align-items: center;
	border-radius: 100px;
	display: flex;
	font-size: 1.8rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1;
	min-height: 4.8rem;
	padding: 2.2dvw 2.4rem 1.8dvw;
	position: relative;
	transform: translateY(-2px);
	transition: background-color ease-out .2s, box-shadow ease-out .2s, transform ease-out .2s;
	width: 100%;
}
.header-btn::after {
	content: "\e315";
	display: block;
	font-family: 'Material Symbols Rounded';
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
	font-size: 2.4rem;
	position: absolute;
	right: 0;
}
.header-btn.type-a {
	background-color: var(--cv-color);
	box-shadow: 0 2px 0 0 color-mix(in srgb, var(--cv-color) 90%, black);
	color: #fff;
}
.header-btn.type-a:hover {
	background-color: color-mix(in srgb, var(--cv-color) 85%, white);
}
.header-btn.type-a:active {
	box-shadow: 0 0 0 0 color-mix(in srgb, var(--cv-color) 90%, black);
	transform: translateY(0);
}
.header-btn.type-b {
	background-color: var(--cv-sub-color);
	box-shadow: 0 2px 0 0 color-mix(in srgb, var(--cv-sub-color) 90%, black);
	color: #fff;
	text-shadow: 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5);
}
.header-btn.type-b:hover {
	background-color: color-mix(in srgb, var(--cv-sub-color) 85%, white);
}
.header-btn.type-b:active {
	box-shadow: 0 0 0 0 color-mix(in srgb, var(--cv-sub-color) 90%, black);
	transform: translateY(0);
}
.nav-contents {
	margin: 0 -6dvw;
}
.nav-contents-lst {
	display: flex;
	flex-flow: row nowrap;
	gap: 0 2dvw;
	overflow-x: auto;
	padding: 1dvw 2dvw 3dvw;
}
.nav-contents-link {
	align-items: center;
	background-color: transparent;
	border-bottom: 1px solid var(--text-color);
	color: var(--text-color);
	display: flex;
	font-size: 1.4rem;
	font-weight: bold;
	justify-content: center;
	padding: 1dvw 1dvw 1dvw 2dvw;
	transition: border ease-out .3s, background-color ease-out .3s;
	white-space: nowrap;
}
.nav-contents-link > .reg-mark {
	align-self: flex-start;
	transform: translateY(-20%);
}
.nav-contents-link:hover,
.nav-contents-link:active {
	background-color: color-mix(in srgb, var(--brand-green) 5%, white);
	border-bottom-color: var(--brand-green);
}
.nav-contents-link::after {
	content: "\e313";
	display: block;
	font-family: 'Material Symbols Rounded';
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
}

@media screen and (max-width: 767px) {
	.header-btn-box.pc {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.header {
		padding: .8rem 1.6rem;
		width: 100%;
	}
	.header > .inner {
		display: grid;
		grid-template-columns: auto 1fr;
	}
	.header-inquiry {
		gap: 0 1.6rem;
		padding: 0;
		position: static;
		width: auto;
	}
	.header-tel {
		align-content: flex-end;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-end;
		order: 0;
		text-align: right;
	}
	.header-tel-link {
		background-color: transparent;
		box-shadow: none;
		color: var(--secondary-color);
		display: inline-block;
		height: auto;
		margin-right: .5em;
		padding: 0;
		pointer-events: none;
	}
	.header-tel-link > span {
		font-size: 2rem;
	}
	.header-tel-note {
		color: var(--note-color);
		display: unset;
		font-size: 1.2rem;
	}
	.header-tel-link::after {
		content: none;
	}
	.header-btn-lst {
		justify-content: flex-end;
		gap: 0 .8rem;
	}
	.header-btn-box {
		max-width: 24rem;
	}
	.header-btn-box.sp {
		display: none;
	}
	.header-btn {
		box-shadow: 0 2px 0 0 rgba(0,0,0,.5);
		font-size: 1.6rem;
		min-height: auto;
		padding: 1rem 2.4rem .6rem;
	}
	.nav-contents {
		grid-column: span 2;
		margin: 0;
	}
	.nav-contents-lst {
		gap: 0 1.6rem;
		justify-content: center;
		padding: 0;
	}
	.nav-contents-link {
		font-size: 1.8rem;
		padding: 1rem .8rem .6rem 1rem;
	}
}

.mv {
	background-image: url(/fs/lp/lp005/img/mv-bg.png);
	background-position: center center;
	background-repeat: repeat;
	background-size: 320px;
}
@media screen and (min-width: 768px) {
	.mv-inner {
		margin: 0 auto;
		max-width: 1280px;
		padding: 0 10px;
	}
	.mv-inner img {
		mask-image: linear-gradient(to right,transparent, black 2%, black 98%, transparent);

	}
}

.footer {
	background-color: var(--primary-purple);
	margin-top: 16dvw;
	padding: 8dvw 0 calc(64px + 8dvw);
}
.footer-note,
.footer-copyright {
	color: #fff;
	font-size: 1.2rem;
	margin-top: 4dvw;
	text-align: center;
}
.footer-copyright small {
	font-size: inherit;
}
@media screen and (min-width: 768px) {
	.footer {
		margin-top: 6.4rem;
		padding: 4rem 0;
	}
	.footer-note,
	.footer-copyright {
		margin-top: 3.2rem;
	}
}

.main {
	position: relative;
	z-index: 0;
}


.sec-cta {
	background-color: #fbdf7c;
	padding: 8dvw 0;
}
.cta-hd {
	border-bottom: 3px solid var(--secondary-color);
	color: #14456a;
	font-size: 2rem;
	line-height: 1.2;
	padding-bottom: 1dvw;
	text-align: center;
}
.cta-catch {
	margin-top: 4dvw;
}
.cta-close {
	color: var(--cv-color);
	font-weight: bold;
	margin-top: 4dvw;
	text-align: center;
}
.cta-btn-item {
	margin-top: 4dvw;
}
.cta-btn.type-application {
	align-items: center;
	background-color: var(--cv-color);
	border-radius: var(--border-radius);
	box-shadow: 0 4px 0 0 #7f0f42;
	color: #fff;
	display: flex;
	font-size: 2rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1;
	min-height: 6rem;
	padding: 1dvw 3rem;
	position: relative;
	transition: background-color ease-out .3s, box-shadow ease-out .3s,	transform ease-out .3s;
}
.cta-btn.type-application:hover {
	background-color: color-mix(in srgb, var(--cv-color) 85%, white);
}
.cta-btn.type-application:active {
	box-shadow: 0 0 0 0 #7f0f42;
	transform: translateY(4px);
}
.cta-btn.type-application::after {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 100px;
	content: "\e315";
	color: var(--cv-color);
	display: flex;
	font-family: 'Material Symbols Rounded';
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
	font-size: 2rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1;
	padding-left: .2rem;
	position: absolute;
	right: 1rem;
	width: 2rem;
}
.cta-btn .reg-mark {
	display: inline-block;
	padding: 0 .1em;
}
@media screen and (min-width: 768px) {
	.sec-cta {
		padding: 6.4rem 0;
	}
	.sec-cta > .inner {
		max-width: 980px;
	}
	.cta-hd {
		border-bottom-width: 4px;
		font-size: 2.8rem;
	}
	.cta-catch {
		font-size: 2rem;
		margin-top: 3.2rem;
		text-align: center;
	}
	.cta-close {
		margin-top: 3.2rem;
	}
	.cta-btn-lst {
		display: flex;
		gap: 0 1.6rem;
	}
	.cta-btn-item {
		flex: 1 1 50%;
		margin-top: 3.2rem;
	}
	.cta-btn.type-application {
		font-size: 2.4rem;
		height: 100%;
	}
	.cta-btn.type-tel {
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) {
	.sec-exam-preparation .hd2 {
		padding: 0 16dvw;
	}
}
.dst-feature {
	margin-top: 12dvw;
}
.feature-item {
	background-color: #fff;
	border: 4px solid var(--brand-green);
	border-radius: var(--border-radius);
	margin-top: 8dvw;
	padding: 8dvw 4dvw 4dvw;
	position: relative;
}
.feature-ttl {
	text-align: center;
}
.feature-ttl-num {
	align-items: center;
	background-color: var(--brand-green);
	border-radius: 100px;
	color: #fff;
	display: inline-flex;
	font-size: 2rem;
	font-weight: bold;
	inset-inline: 0;
	justify-content: center;
	line-height: 1;
	margin: 0 auto;
	padding: 2dvw;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	width: 8em;
}
.feature-ttl-txt {
	color: var(--primary-purple);
	font-size: 2.4rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.dst-feature {
		display: grid;
		gap: 0 1.6rem;
		grid-template-columns: 1fr 1fr 1fr;
		margin-top: 0;
	}
	.feature-item {
		margin-top: 6.4rem;
		padding: 3.2rem 1.6rem 1.6rem;
	}
	.feature-ttl-num {
		padding: .8rem;
	}
}

.dst-example-answer {
	margin-top: 12dvw;
}
.example-answer-ttl {
	font-size: 2.8rem;
}
.example-answer-cnt {
	margin-top: 2dvw;
}
.sec-curriculum .hd2 {
	-webkit-text-stroke-color: var(--primary-purple);
	paint-order: stroke;
}
@media screen and (min-width: 768px) {
	.dst-example-answer {
		margin: 3.2rem auto 0;
		max-width: 640px;
	}
	.example-answer-cnt {
		margin-top: 1.6rem;
	}
}

.dst-curriculum {
	margin-top: 4dvw;
}
.curriculum-item {
	background-color: #fff;
	border: 1px solid #efefef;
	margin-top: 4dvw;
	padding: 2dvw 4dvw 4dvw;
}
.curriculum-ttl {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.curriculum-num {
	align-items: center;
	background-color: var(--brand-green);
	color: #fff;
	display: inline-flex;
	font-weight: bold;
	justify-content: center;
	line-height: 1;
	margin-right: -6dvw;
	order: 1;
	padding: 1.5dvw 4dvw 1dvw;
}
.curriculum-ttl-txt {
	color: var(--primary-purple);
	font-size: 2rem;
	font-weight: bold;
}
.curriculum-cnt {
	margin-top: 2dvw;
}
@media screen and (min-width: 768px) {
	.dst-curriculum {
		display: grid;
		gap: 0 3.2rem;
		grid-template-columns: 1fr 1fr;
		margin-top: 3.2rem;
		padding-left: 3.2rem;
	}
	.curriculum-item {
		margin-top: 1.6rem;
		padding: 1.6rem;
	}
	.curriculum-ttl {
		justify-content: flex-start;
		gap: 0 1.6rem;
	}
	.curriculum-num {
		margin: 0 0 0 -3.2rem;
		padding: .8rem 3.2rem;
	}
	.curriculum-ttl-txt {
		order: 1;
	}
	.curriculum-cnt {
		margin-top: 1.6rem;
	}
}

.benefit-lead-fig {
	margin-inline: auto;
	max-width: 50%;
}
@media screen and (min-width: 768px) {
	.benefit-lead-box {
		align-items: center;
		display: grid;
		gap: 0 3.2rem;
		grid-template-columns: 25% 1fr;
		margin-inline: auto;
		max-width: 640px;
	}
	.benefit-lead-fig {
		max-width: none;
	}
	.benefit-lead-txt .txt-std {
		text-align: left;
	}
}

.sec-hd-comment {
	align-items: stretch;
	display: flex;
	gap: 0 8dvw;
	justify-content: center;
	margin-inline: -4dvw;
}
.sec-hd-comment::before,
.sec-hd-comment::after {
	background-color: var(--text-color);
	border-radius: var(--border-radius);
	content: "";
	width: 2px;
}
.sec-hd-comment::before {
	transform-origin: top left;
	transform: rotate(-10deg);
}
.sec-hd-comment::after {
	transform-origin: top right;
	transform: rotate(10deg);
}
.comment-item {
	background-color: #fff;
	border: 2px solid var(--cv-sub-color);
	border-radius: var(--border-radius);
	display: grid;
	grid-auto-flow: row;
	margin-top: 16dvw;
	padding: 4dvw;
	padding-top: calc((6.8rem + 8dvw) / 2);
	position: relative;
}
.comment-name {
	font-size: 2rem;
}
.comment-photo {
	margin-top: 2dvw;
}
.comment-grade {
	align-items: center;
	display: flex;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(-4dvw, -50%);
	width: 100%;
}
.comment-grade-txt {
	aspect-ratio: 1/1;
	background-color: var(--cv-sub-color);
	border-radius: 100px;
	color: var(--secondary-color);
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 2;
	padding: 0 4dvw;
	position: relative;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
	vertical-align: bottom;
	z-index: 1;
}
.comment-grade-txt::before {
	aspect-ratio: 1/1;
	border: 2px dashed #fff;
	border-radius: 100px;
	content: "";
	inset: 0;
	margin: auto;
	position: absolute;
	width: calc(100% - 10px);
}
.comment-grade-txt > em {
	font-size: 4rem;
}
.comment-grade-celebration {
	background-color: var(--cv-sub-color);
	clip-path: polygon(
		0 0,
		100% 0,
		95% 50%,
		100% 100%,
		0 100%
	);
	color: #fff;
	flex-grow: 1;
	line-height: 1;
	margin-left: -6dvw;
	padding: 4.5dvw 4dvw 3.5dvw 8dvw;
	position: relative;
	text-shadow: 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5), 0 0 2px rgb(from var(--cv-color) r g b / .5);
}
.comment-grade-celebration::before {
	border-block: 2px dashed #fff;
	content: "";
	display: block;
	height: calc(100% - 10px);
	inset: 0;
	margin: auto;
	position: absolute;
	width: 100%;
}
.comment-cnt {
	margin-top: 4dvw;
}
.comment-link-box {
	margin-top: 2dvw;
}
.comment-link {
	border-bottom: 1px solid currentColor;
	color: var(--cv-color);
}
.comment-link:hover,
.comment-link:active {
	border-bottom: none;
}
.comment-link-txt::after {
	content: "\e315";
	display: inline-block;
	font-family: 'Material Symbols Rounded';
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
	margin-left: .1em;
	vertical-align: bottom;
}
@media screen and (min-width: 768px) {
	.sec-hd-comment {
		gap: 0 6.4rem;
		margin-inline: 0;
	}
	.sec-hd-comment::before {
		transform: rotate(-20deg);
	}
	.sec-hd-comment::after {
		transform: rotate(20deg);
	}
	.dst-comment {
		margin-inline: auto;
		max-width: 980px;
	}
	.comment-item {
		display: grid;
		gap: 0 1.6rem;
		grid-template-columns: 1fr 45%;
		grid-template-rows: auto auto 1fr;
		grid-auto-flow: column;
		margin-top: 8rem;
		padding: 3.2rem;
	}
	.comment-name {
		margin-top: 3.2rem;
	}
	.comment-photo {
		grid-row: span 3;
		margin-top: 3.2rem;
		order: 1;
	}
	.comment-grade {
		transform: translate(-3.2rem, -50%);
	}
	.comment-grade-txt {
		padding: .2rem 2rem 0;
	}
	.comment-cnt {
		margin-top: 1.6rem;
	}
	.comment-grade-celebration {
		flex: 0 0 auto;
		font-size: 2rem;
		margin-left: -4.8rem;
		padding: 2.4rem 2.4rem 2.4rem 6.4rem;
		width: 50%;
	}
}

.sec-interview-preparation {
	padding-bottom: 12dvw;
}
@media screen and (max-width: 767px) {
	.sec-interview-preparation .hd2 {
		padding-inline: 16dvw;
	}
}
@media screen and (min-width: 768px) {
	.sec-interview-preparation {
		padding-bottom: 9.6rem;
	}
}

.sec-winbe .hd2 {
	-webkit-text-stroke-color: var(--primary-purple);
	paint-order: stroke;
}
.sec-winbe .hd3 {
	margin-inline: -2dvw;
}
.course-lst {
	margin-inline: -2dvw;
}
.course-item {
	margin-top: 4dvw;
	text-align: center;
}
.course-link {
	align-items: center;
	background-color: #fff;
	border-radius: var(--border-radius);
	display: flex;
	flex-flow: column nowrap;
	gap: 2dvw 0;
	padding: 4dvw;
}
.course-link-detail {
	align-self: flex-end;
	color: var(--cv-color);
	font-size: 1.4rem;
}
.course-link-detail-txt::after {
	content: "\e315";
	display: inline-block;
	font-family: 'Material Symbols Rounded';
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
	margin-left: .1em;
	vertical-align: bottom;
}
@media screen and (min-width: 768px) {
	.sec-winbe .hd3 {
		margin-inline: 0;
	}
	.course-lst {
		display: grid;
		gap: 1.6rem;
		grid-template-columns: 1fr 1fr 1fr;
		margin-inline: auto;
	}
	.course-item {
		margin-top: 3.2rem;
	}
	.course-link {
		border: 1px solid #fff;
		border-radius: var(--border-radius);
		gap: .8rem 0;
		padding: 2.4rem;
		transition: border ease-out .3s;
	}
	.course-link:hover {
		border-color: var(--cv-color);
	}
}