/* --------------------------------------------------------------------------------------
	カード型のデザイン
--------------------------------------------------------------------------------------- */

.card-design {
	background-color: #fff;
	border-radius: var(--border-radius);
	box-shadow: 2px 2px 4px rgba(179,179,179,.2);
	display: block;
	max-width: 356px;
	padding: 20px;
	width: 100%;
}

.card-design:hover { text-decoration: none; }

.card-design .head-section .head-text { text-align: center; }

.card-design .head-section .head-text dt {
	align-items: center;
	display: flex;
	font-size: 14px;
	justify-content: center;
}

.card-design .head-section .head-text dt i {
	font-style: normal;
	margin-left: 6px;
	margin-top: -1px;
}

.card-design .head-section .head-text dd {
	font-size: 18px;
	font-weight: var(--Bold);
	margin-top: 8px;
}

.card-design .head-section .image {
	display: block;
	margin-top: 16px;
}

.card-design .head-section .image img {transition: all .3s ease-in-out; }

@media (any-hover: hover) {

	.card-design:hover .head-section .image img { transform: scale(1.07); }

}

.card-design .dotted {
	font-size: 14px;
	margin-top: 16px;
}

.card-design.compact {
	max-width: 100%;
	padding: 15px 20px;
}

.card-design.compact .head-section {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.card-design.compact .head-section .head-text {
	max-width: 80.198%;
	order: 2;
	text-align: left;
	width: 100%;
}

.card-design.compact .head-section .head-text dt {
	font-size: 12px;
	justify-content: flex-start;
}

.card-design.compact .head-section .image {
	border-radius: var(--border-radius);
	margin-top: 0;
	max-width: 15.841%;
	min-width: 80px;
	order: 1;
	overflow: hidden;
	width: 100%;
}

.card-design.compact .head-section .image img {
	min-height: 80px;
	object-fit: cover;
}

@media (max-width: 1099px) {

	.card-design,
	.card-design.compact {
		max-width: 100%;
		padding: 4.975vw;
	}

	.card-design .head-section {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.card-design .head-section .image,
	.card-design.compact .head-section .image {
		height: 19.9vw;
		margin-top: 0;
		order: 1;
		width: 19.9vw;
	}

	.card-design .head-section .head-text,
	.card-design.compact .head-section .head-text {
		order: 2;
		text-align: left;
		width: 55.214vw;
	}

	.card-design .head-section .head-text dt,
	.card-design.compact .head-section .head-text dt {
		font-size: 2.985vw;
		justify-content: flex-start;
	}

	.card-design .head-section .head-text dd {
		font-size: 4.478vw;
		margin-top: .995vw;
	}

	.card-design .dotted {
		font-size: 3.483vw;
		margin-top: 2.985vw;
	}
}

/* --------------------------------------------------------------------------------------
	スキル
--------------------------------------------------------------------------------------- */

.skills-section .head-title { text-align: center; }

.skills-section .skills-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 16px;
	margin-top: 32px;
}

.skills-section .skills-list a { color: var(--color-text); }

.skills-section .skills-sub { margin-top: 40px; }

.skills-section .text-arrow-link {
	font-size: 12px;
	margin-top: 14px;
	text-align: right;
}

@media (max-width: 1099px) {


	.skills-section .skills-list {
		gap: 1.99vw;
		margin-top: 5.97vw;
	}

	.skills-section .skills-sub { margin-top: 7.96vw; }

	.skills-section .text-arrow-link {
		font-size: 2.985vw;
		margin-top: 3.483vw;
	}
}

/* --------------------------------------------------------------------------------------
	3大特典
--------------------------------------------------------------------------------------- */

.major-benefits-wrap { margin-top: 40px; }

.major-benefits {
	background-color: #fff;
	border-radius: var(--border-radius);
	padding: 56px 24px;
}

.major-benefits .details-head {
	align-items: center;
	display: flex;
	justify-content: center;
}

.major-benefits .details-head .image {
	max-width: 346px;
	width: 100%;
}

.major-benefits .details-head .details-text {
	margin-left: 24px;
	max-width: 456px;
	width: 100%;
}

.major-benefits .details-head .details-text h4 {
	font-size: 24px;
	font-weight: var(--Bold);
}

.major-benefits .details-head .details-text h4 small {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
}

.major-benefits .details-head .details-text .list {
	background-color: var(--color-pale-gray);
	border-radius: var(--border-radius);
	margin-top: 24px;
	padding: 10px 28px;
}

.major-benefits .present {
	margin-top: 24px;
	text-align: center;
}

.major-benefits .present h5 {
	display: inline-block;
	position: relative;
}

.major-benefits .present h5::before {
	background: url(../images/common/balloon-imanara.svg) no-repeat;
	content: '';
	display: block;
	height: 55px;
	position: absolute;
	top: -7px;
	width: 76px;
}

.major-benefits .present h5 span {
	display: block;
	font-size: 24px;
	font-weight: var(--Bold);
	margin-left: 90px;
}

.major-benefits .present h5 strong {
	color: var(--color-magenta);
	display: inline-block;
	font-size: 36px;
	font-weight: var(--Bold);
	position: relative;
	z-index: 0;
}

.major-benefits .present h5 strong::after {
	background: url(../images/top/text-line.png) no-repeat;
	bottom: -1px;
	content: '';
	display: block;
	height: 19px;
	left: -6px;
	position: absolute;
	width: 366px;
	z-index: -1;
}

.major-benefits .present .present-list-section {
	counter-reset: number 0;
	display: flex;
	gap: 16px;
	margin-top: 40px;
}

.major-benefits .present .present-list-section h6 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 56px;
	padding-left: 70px;
	position: relative;
	text-align: left;
}

.major-benefits .present .present-list-section h6::before {
	align-items: center;
	background-color: var(--color-blue);
	border-radius: var(--border-radius);
	color: #fff;
	content: "特典" "\a" counter(number);
	counter-increment: number 1;
	display: flex;
	font-size: 14px;
	font-weight: var(--Bold);
	height: 56px;
	justify-content: center;
	left: 0;
	line-height: 1.2;
	position: absolute;
	text-align: center;
	top: 0;
	white-space: pre-wrap;
	width: 56px;
}

.major-benefits .present .present-list-section h6 strong {
	display: block;
	font-size: 18px;
}

.major-benefits .present .present-list-section h6 small { font-size: 16px; }

.major-benefits .present .present-list-section .image { margin-top: 10px; }

.major-benefits-wrap .banner-area {
	display: flex;
	gap: 32px;
	justify-content: center;
	margin-top: 40px;
}

@media (max-width: 1099px) {

	.major-benefits-wrap { margin-top: 7.96vw; }

	.major-benefits { padding: 7.96vw 4.975vw; }

	.major-benefits .details-head { flex-direction: column; }

	.major-benefits .details-head .details-text {
		display: contents;
		margin-left: 0;
	}

	.major-benefits .details-head .details-text h4 {
		font-size: 4.478vw;
		order: -1;
		text-align: center;
	}

	.major-benefits .details-head .details-text h4 small { font-size: 3.483vw; }

	.major-benefits .details-head .image {
		margin-top: 3.98vw;
		max-width: 63.184vw;
		order: 2;
	}

	.major-benefits .details-head .details-text .list {
		font-size: 3.483vw;
		margin-top: 3.98vw;
		order: 3;
		padding: 3.731vw 10.448vw;
		width: 100%;
	}

	.major-benefits .present { margin-top: 5.97vw; }

	.major-benefits .present h5 span {
		font-size: 3.98vw;
		margin-left: 19.333vw;
		text-align: left;
	}

	.major-benefits .present h5::before {
		background-size: 100% auto;
		height: 12.114vw;
		top: 0.333vw;
		width: 17.582vw;
	}

	.major-benefits .present h5 strong {
		font-size: 6.965vw;
		margin-top: 2.975vw;
	}

	.major-benefits .present h5 strong::after {
		background-size: 100% auto;
		bottom: -.667vw;
		height: 3.726vw;
		left: -6px;
		width: 71.045vw;
	}

	.major-benefits .present .present-list-section {
		flex-wrap: wrap;
		gap: 3.98vw;
		margin-top: 6.965vw;
	}

	.major-benefits .present .present-list-section .present-item {
		align-items: center;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.major-benefits .present .present-list-section .image {
		height: 20.398vw;
		margin-top: 0;
		width: 19.9vw;
	}

	.major-benefits .present .present-list-section .image img {
		display: block;
		height: 100%;
		object-fit: cover;
		width: 100%;
	}

	.major-benefits .present .present-list-section h6 {
		display: block;
		order: 2;
		padding-left: 0;
		width: 54.229vw;
	}

	.major-benefits .present .present-list-section h6::before {
		border-radius: .498vw;
		content: "特典" counter(number);
		counter-increment: number 1;
		display: inline-block;
		font-size: 2.985vw;
		height: auto;
		left: auto;
		line-height: 1;
		padding: 0.933vw 1.333vw;
		position: relative;
		text-align: left;
		top: auto;
		width: auto;
	}

	.major-benefits .present .present-list-section h6 strong {
		font-size: 4.478vw;
		margin-top: 1.488vw;
	}

	.major-benefits .present .present-list-section h6 small { font-size: 3.483vw; }

	.major-benefits-wrap .banner-area {
		flex-wrap: wrap;
		gap: 3.98vw;
		margin-top: 7.96vw;
	}
}

/* --------------------------------------------------------------------------------------
	～が選ばれる理由
--------------------------------------------------------------------------------------- */

.reason {
	padding-bottom: 56px;
	padding-top: 56px;
}

.reason .large-title { text-align: center; }

.reason .sub-title {
	margin-top: 28px;
	text-align: center;
}

.reason .reason-section {
	counter-reset: number 0;
	margin-top: 40px;
}

.reason .reason-section .reason-item {
	align-items: center;
	display: flex;
}

.reason .reason-section .reason-item:nth-of-type(n+2) { margin-top: 20px; }

.reason .reason-section .reason-item .image {
	max-width: 264px;
	width: 100%;
}

.reason .reason-section .reason-item .image img {
	height: auto;
	max-height: 264px;
	object-fit: cover;
	width: 100%;
}

.reason .reason-section .reason-item .reason-text { margin-left: 4.36%; }

.reason .reason-section .reason-item .reason-text h3 {
	color: var(--color-blue);
	font-size: 24px;
	font-weight: var(--Bold);
	padding-left: 56px;
	position: relative;
}

.reason .reason-section .reason-item .reason-text h3::before {
	color: var(--color-light-blue);
	content: "0"counter(number);
	counter-increment: number 1;
	font-family: var(--font-poppins);
	font-size: 36px;
	font-weight: var(--Bold);
	left: 0;
	line-height: .8;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.reason .reason-section .reason-item .reason-text h3 sup { font-size: 59%; }

.reason .reason-section .reason-item .reason-text p {
	line-height: 1.7;
	margin-top: 16px;
}

.reason .reason-section .reason-item .reason-text p small {
	display: block;
}

.reason .banner-area {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 53px;
}

@media (max-width: 1099px) {

	.reason { padding: 11.94vw 4.975vw; }

	.reason .sub-title { margin-top: 3.96vw; }

	.reason .reason-section { margin-top: 7.96vw; }

	.reason .reason-section .reason-item {
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.reason .reason-section .reason-item .image {
		height: 31.841vw;
		margin-top: 4.975vw;
		max-width: 31.841vw;
	}

	.reason .reason-section .reason-item .image img {
		display: block;
		height: 100%;
		object-fit: cover;
		object-position: center;
		width: 100%;
	}

	.reason .reason-section .reason-item .reason-text {
		display: contents;
		margin-left: 0;
		max-width: 100%;
	}

	.reason .reason-section .reason-item .reason-text h3 {
		font-size: 4.478vw;
		order: -1;
		padding-left: 12.333vw;
		width: 100%;
	}

	.reason .reason-section .reason-item .reason-text h3::before { font-size: 7.96vw; }

	.reason .reason-section .reason-item .reason-text p {
		font-size: 3.483vw;
		line-height: 1.6;
		margin-top: 4.975vw;
		max-width: 54.229vw;
		width: 100%;
	}

	.reason .banner-area { margin-top: 7.96vw; }
}


/* --------------------------------------------------------------------------------------
	キャリアナビゲーター
--------------------------------------------------------------------------------------- */

.career-navigator {
	padding-bottom: 104px;
	padding-top: 64px;
}

.career-navigator > .text {
	margin-bottom: 40px;
	margin-top: 40px;
}

@media (max-width: 1099px) {

	.career-navigator {
		padding-bottom: 21.891vw;
		padding-top: 11.94vw;
	}

	.career-navigator > .text {
		margin: 5.97vw 4.975vw;
	}
}

/* --------------------------------------------------------------------------------------
	教室を探す
--------------------------------------------------------------------------------------- */

.find-classroom {
	margin-top: 64px;
	padding-bottom: 64px;
}

.find-classroom .large-title { text-align: center; }

.find-classroom .sub-title { color: #fff; }

.find-classroom .search-classroom {
	background-color: var(--color-blue);
	margin-top: 42px;
	padding: 20px 0;
	text-align: center;
}

.find-classroom .search-classroom h3 { font-weight: var(--Bold); }

.find-classroom .search-classroom button { margin: 16px auto auto; }

.find-classroom .search-classroom button + .search-keyword { margin-top: 24px; }

.find-classroom .search-classroom .search-keyword {
	background-color: #fff;
	border-radius: var(--border-radius);
	display: inline-flex;
	justify-content: space-between;
	overflow: hidden;
}

.find-classroom .search-classroom .search-keyword input[name="keyword"] {
	border: none;
	min-width: 484px;
	outline: none;
	padding: 14px 16px;
	width: 100%;
}

.find-classroom .search-classroom .search-keyword .icon {
	align-items: center;
	background-color: rgba(0, 180, 220, 0.52);
	display: flex;
	justify-content: center;
	min-width: 53px;
}

.find-classroom .search-classroom .search-keyword .icon input[type="image"] { width: 40%; }

.find-classroom .search-results {
	margin-top: 48px;
	text-align: center;
}

.find-classroom .search-results .search-school-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 24px;
}

.find-classroom .search-results .search-school-list li a {
	background-color: #fff;
	border: 1px solid var(--color-blue);
	border-radius: 4px;
	color: var(--color-blue);
	display: block;
	font-weight: var(--Bold);
	line-height: 1;
	padding: 8px 10px;
	transition: all .3s ease-in-out;
}

@media (any-hover: hover) {

	.find-classroom .search-results .search-school-list li a:hover {
		background-color: var(--color-blue);
		color: #fff;
		text-decoration: none;
	}
}

.find-classroom .accordion-search-wrap { margin-top: 32px; }

.find-classroom .search-results + .accordion-search-wrap { margin-top: 56px; }

@media (max-width: 1099px) {

	.find-classroom {
		margin-top: 11.94vw;
		padding: 0 4.975vw 11.94vw;
	}

	.find-classroom .search-classroom {
		margin-top: 7.96vw;
		padding: 4.975vw;
	}

	.accordion-search-wrap { margin-top: 7.96vw; }

	.find-classroom .search-classroom button + .search-keyword { margin-top: 3.98vw; }

	.find-classroom .search-classroom .search-keyword { display: flex; }

	.find-classroom .search-classroom .search-keyword input[name="keyword"] {
		min-width: inherit;
		padding: 3.98vw 4.975vw;
	}

	.find-classroom .search-classroom .search-keyword .icon {
		min-height: 13.433vw;
		min-width: 13.433vw;
	}

	.find-classroom .search-classroom .search-keyword .icon input[type="image"] { width: 7.96vw; }

	.find-classroom .search-results { margin-top: 7.96vw; }

	.find-classroom .search-results .search-school-list {
		gap: 1.985vw;
		justify-content: flex-start;
		margin-top: 5.97vw;
	}

	.find-classroom .search-results .search-school-list li a {
		font-size: 2.985vw;
		padding: 1.633vw 1.333vw;
	}

	.find-classroom .search-results + .accordion-search-wrap { margin-top: 11.94vw; }
}

/* --------------------------------------------------------------------------------------
	SkiPとは
--------------------------------------------------------------------------------------- */

.SkiP-wrap { padding-top: 96px;margin-bottom:10%;}

.SkiP-wrap h2.sub-title {
	background-color: var(--color-magenta);
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	color: #fff;
	line-height: 1;
	padding: 16px 0;
	text-align: center;
}

.SkiP-content { background-color: #fff; }

.SkiP-content .no-accordion { padding: 32px 80px; }

.SkiP-content .logo { text-align: center; }

.SkiP-content .logo img {
	max-width: 280px;
	width: 100%;
}

.SkiP-content .SkiP-head {
	margin-top: 32px;
	text-align: center;
}

.SkiP-content .diagram {
	margin: 48px auto 0;
	max-width: 720px;
}

.SkiP-content .accordion-inner { padding: 0 80px 32px; }

.SkiP-content .SkiP-section section {
	border-top: 1px solid var(--color-border);
	margin-top: 32px;
	padding-top: 32px;
}

.SkiP-content .SkiP-section section:first-of-type { margin-top: 0; }

.SkiP-content .SkiP-section section h3 {
	align-items: center;
	display: flex;
	font-size: 18px;
	gap: 18px;
}

.SkiP-content .SkiP-section section h3::before {
	background-color: var(--color-blue);
	border-radius: 4px;
	color: #fff;
	content: attr(head) "";
	display: block;
	font-weight: var(--Bold);
	padding: 12px 16px;
}

.SkiP-content .SkiP-section .SkiP-column {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin-top: 24px;
}

.SkiP-content .SkiP-section .SkiP-column figure {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.SkiP-content .SkiP-section .SkiP-column figure > div {
	max-width: 33%;
	width: 100%;
}

.SkiP-content .SkiP-section .SkiP-column figure figcaption {
	max-width: 63%;
	width: 100%;
}

.SkiP-content .SkiP-section .SkiP-column.Attack5 {
	gap: 0;
	justify-content: space-between;
}

.SkiP-content .SkiP-section .SkiP-column.Attack5 figure {
	display: block;
	max-width: 28%;
}

.SkiP-content .SkiP-section .SkiP-column.Attack5 figure > div,
.SkiP-content .SkiP-section .SkiP-column.Attack5 figure figcaption { max-width: 100%; }

.SkiP-content .SkiP-section .SkiP-column.Attack5 figure figcaption {
	font-size: 90%;
	line-height: 1.5;
	margin-top: 12px;
}

@media (max-width: 1099px) {

	.SkiP-wrap { padding-top: 5.97vw; }

	.SkiP-wrap h2.sub-title { padding: 2.985vw 0; }

	.SkiP-content .no-accordion { padding: 7.96vw 4.975vw; }

	.SkiP-content .logo img { max-width: 38.308vw; }

	.SkiP-content .SkiP-head { margin-top: 3.98vw; }

	.SkiP-content .diagram { margin-top: 3.98vw; }

	.SkiP-content .accordion-inner { padding: 0 4.975vw 7.96vw; }

	.SkiP-content .SkiP-section .SkiP-column {
		flex-direction: column;
		gap: 3.98vw;
		margin-top: 3.98vw;
	}

	.SkiP-content .SkiP-section section {
		margin-top: 3.98vw;
		padding-top: 3.98vw;
	}

	.SkiP-content .SkiP-section section h3 {
		font-size: 3.98vw;
		gap: 2.985vw;
	}

	.SkiP-content .SkiP-section section h3::before {
		font-size: 3.483vw;
		line-height: 1;
		padding: 3.98vw 2.488vw;
	}

	.SkiP-content .SkiP-section .SkiP-column figure { display: block; }

	.SkiP-content .SkiP-section .SkiP-column figure > div,
	.SkiP-content .SkiP-section .SkiP-column figure figcaption { max-width: 100%; }

	.SkiP-content .SkiP-section .SkiP-column figure figcaption { margin-top: 1.99vw; }

	.SkiP-content .SkiP-section .SkiP-column.Attack5 {
		gap: 3.98vw;
	}

	.SkiP-content .SkiP-section .SkiP-column.Attack5 figure {
		display: flex;
		gap: 3.98vw;
		max-width: 100%;
	}

	.SkiP-content .SkiP-section .SkiP-column.Attack5 figure > div { max-width: 26.368vw; }

	.SkiP-content .SkiP-section .SkiP-column.Attack5 figure figcaption {
		font-size: 3.483vw;
		margin-top: 0;
	}
}

/* --------------------------------------------------------------------------------------
	こんな方におすすめ
--------------------------------------------------------------------------------------- */

.recommended-for {
	background-color: var(--color-cobalt-blue);
	border-radius: var(--border-radius);
	overflow: hidden;
}

.recommended-for dt {
	background-color: var(--color-blue);
	color: #fff;
	font-size: 24px;
	font-weight: var(--Bold);
	padding: 14px 0;
	text-align: center;
}

.recommended-for dd { padding: 20px 46px; }

.recommended-for li {
	background: url(../images/common/icon-check.svg) no-repeat left 13px;
	background-size: 22px auto;
	border-bottom: 1px solid var(--color-border);
	font-size: 18px;
	font-weight: var(--Bold);
	padding: 10px 0 10px 33px;
}

.recommended-for li:last-of-type { border-bottom: none; }

@media (max-width: 1099px) {

	.recommended-for dt {
		font-size: 3.483vw;
		padding: 1.368vw;
	}

	.recommended-for dd { padding: 2.985vw 4.975vw; }

	.recommended-for li {
		background-size: 4.353vw;
		font-size: 3.483vw;
		padding-bottom: 2.488vw;
		padding-left: 5.333vw;
		padding-top: 2.488vw;
	}
}

/* --------------------------------------------------------------------------------------
	まずは無料で試してみる
--------------------------------------------------------------------------------------- */

.try-free {
	padding-bottom: 64px;
	padding-top: 64px;
}

.try-free .banner-area{
	display: flex;
	gap: 32px;
	justify-content: center;
	margin-top: 32px;
}

@media (max-width: 1099px) {

	.try-free { padding: 11.94vw; }

	.try-free .banner-area {
		flex-wrap: wrap;
		gap: 3.98vw;
		margin-top: 5.97vw;
	}
}

/* --------------------------------------------------------------------------------------
	受講生の声
--------------------------------------------------------------------------------------- */

.voice-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.voice-list .voice-column {
	align-items: center;
	background-color: var(--color-pale-gray);
	border-radius: var(--border-radius);
	display: flex;
	justify-content: space-between;
	padding: 32px;
}

.voice-list .voice-column figure {
	text-align: center;
	width: 10%;
}

.voice-list .voice-column figure img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voice-list .voice-column figure figcaption { margin-top: 8px; }

.voice-list .voice-column .voice-content { width: 87%; }

.voice-list .voice-column .voice-content .course-name {
	border: 1px solid var(--color-magenta);
	border-radius: 4px;
	color: var(--color-magenta);
	display: inline-block;
	font-size: 14px;
	font-weight: var(--Bold);
	line-height: 1;
	margin-bottom: 9px;
	padding: 5px 8px;
}


.voice-list .voice-column .voice-content .evaluation {
	align-items: center;
	color: var(--color-magenta);
	display: flex;
}

.voice-list .voice-column .voice-content .evaluation dt,
.voice-list .voice-column .voice-content .evaluation dd { font-weight: var(--Bold); }

.voice-list .voice-column .voice-content .text { margin-top: 8px; }

.voice-list .voice-column .voice-content .details-btn {
	background: url(../images/common/icon-more.svg) no-repeat right center;
	cursor: pointer;
	display: none;
	font-size: 12px;
	font-weight: var(--Bold);
	margin-left: auto;
	margin-top: 20px;
	padding-right: 19px;
	width: fit-content;
}

.voice-list .voice-column .voice-content .note {
	display: block;
	margin-top: 10px;
}

@media (max-width: 1099px) {

	.voice-list { gap: 2.488vw; }

	.voice-list .voice-column { padding: 3.98vw; }

	.voice-list .voice-column figure { width: 17.92vw; }

	.voice-list .voice-column figure figcaption {
		font-size: 2.985vw;
		margin-top: 1.99vw;
	}

	.voice-list .voice-column .voice-content { width: 60.945vw; }

	.voice-list .voice-column .voice-content .course-name {
		border-radius: .995vw;
		font-size: 2.488vw;
		margin-bottom: 1.333vw;
		padding: 1.493vw 1.488vw;
	}

	.voice-list .voice-column .voice-content .evaluation { font-size: 2.985vw; }

	.voice-list .voice-column .voice-content .text {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		font-size: 3.483vw;
		-webkit-line-clamp: 2;
		max-height: 3em;
		overflow: hidden;
		text-overflow: ellipsis;
		transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.voice-list .voice-column .voice-content .text.text-overflow.open {
		-webkit-line-clamp: inherit;
		max-height: 20em;
		white-space: normal;
	}

	.voice-list .voice-column .voice-content .details-btn {
		background-size: 3.483vw auto;
		display: block;
		font-size: 2.985vw;
		margin-top: 3.98vw;
		padding-right: 4.33vw;
	}
}

/* --------------------------------------------------------------------------------------
	コラム一覧
--------------------------------------------------------------------------------------- */

.column-list > a {
	align-items: center;
	background-color: #fff;
	border-radius: var(--border-radius);
	color: var(--color-text);
	display: flex;
	justify-content: space-between;
	padding: 32px 24px;
	position: relative;
}

.column-list > a:nth-of-type(n+2) { margin-top: 24px; }

.column-list > a .thumbnail { width: 120px; }

.column-list > a .thumbnail img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.column-list > a dl { width: 86%; }

.column-list > a dt {
	font-size: 18px;
	font-weight: var(--Bold);
}

.column-list > a dd time {
	bottom: 32px;
	color: #9d9d9d;
	font-size: 12px;
	position: absolute;
	right: 24px;
}

.column-list + .text-arrow-link {
	font-size: 14px;
	margin-top: 16px;
	text-align: right;
}

@media (max-width: 1099px) {

	.column-list > a { padding: 3.98vw 4.975vw; }

	.column-list > a .thumbnail { width: 19.9vw; }

	.column-list > a dl { width: 55.224vw; }

	.column-list > a dt {
		font-size: 3.483vw;
		padding-bottom: 5.333vw;
	}

	.column-list > a dd { text-align: right; }

	.column-list > a dd time {
		bottom: 3.98vw;
		font-size: 2.985vw;
		right: 4.975vw;
	}

	.column-list + .text-arrow-link {
		font-size: 2.985vw;
		margin-top: 5.97vw;
	}
}

/* --------------------------------------------------------------------------------------
	テーブルレイアウト
--------------------------------------------------------------------------------------- */

.course-table {
	display: grid;
	grid-template-columns: auto 1fr;
	row-gap: 4px;
}

p + .course-table { margin-top: 32px; }


.course-table dl {
	display: contents;
	font-size: 14px;
}

.course-table dt {
	background-color: var(--color-light-blue);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	grid-column: 1;
	justify-content: center;
	padding: 16px 22px;
	text-align: center;
}

.course-table dd {
	background-color: var(--color-pale-gray);
	grid-column: 2;
	margin: 0;
	padding: 16px 20px;
}

@media (max-width: 1099px) {
	p + .course-table { margin-top: 4.975vw; }

	.course-table dl { font-size: 2.985vw; }

	.course-table dt {
		border-radius: .995vw;
		padding: 1.98vw 5.473vw;
	}

	.course-table dd { padding: 1.98vw 3.473vw; }
}

/* --------------------------------------------------------------------------------------
	画像のモーダル表示
--------------------------------------------------------------------------------------- */

.zoom-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 24px;
	pointer-events: none;
	position: fixed;
	transition: opacity .3s ease;
	z-index: 9999;
}

.zoom-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.zoom-modal__overlay {
	background: rgba(0, 0, 0, .7);
	inset: 0;
	position: absolute;
}

.zoom-modal__content {
	max-height: 90vh;
	max-width: 90vw;
	position: relative;
}

.zoom-modal__img {
	border-radius: 8px;
	display: block;
	max-height: 90vh;
	max-width: 90vw;
	object-fit: contain;
}

.zoom-modal__close {
	background: #fff;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: -16px;
	top: -16px;
	width: 40px;
}

.zoom-modal__close::before,
.zoom-modal__close::after {
	background: #333;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 18px;
}

.zoom-modal__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.zoom-modal__close::after { transform: translate(-50%, -50%) rotate(-45deg); }


main .banner-area {
	display: flex;
	gap: 32px;
	justify-content: center;
}
.top-key-image .banner-area {
	justify-content: flex-start;
}

@media (max-width: 1099px) {

	main .banner-area {
		flex-wrap: wrap;
		gap: 3.98vw;
	}
}

.banner-area.common2 {
	display: flex;
	gap: 24px;
	justify-content: center;
	padding: 42px 0;
}
@media (max-width: 1099px) {
	.banner-area.common2 {
		flex-wrap: wrap;
		gap: 3.98vw;
		/*margin: 7.96vw auto;*/
	}
}

