@charset "UTF-8";
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* --------------------------------------------------------
* vision_report strengths
* -------------------------------------------------------*/
.strengths-heading-secondary__title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.strengths-heading-secondary__tag {
	padding: 6px 12px;
	border: 1px solid var(--color-prim);
	border-radius: 6px;
	font-weight: bold;
	color: var(--color-prim);
	font-size: 1.4rem;
	line-height: var(--line-height-s);
}
.strengths_panel {
	background: var(--color-bg);
	padding: 24px 15px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.strengths__title {
	font-weight: bold;
	font-size: 1.6rem;
}
.strengths__text {
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 4px;
}
.strengths-contentbox .strengths__text {
	font-size: 1.8rem;
}
.strengths__text > strong {
	display: inline-block;
	margin: 0 4px;
	font-size: 3.2rem;
	line-height: 1;
	color: var(--color-prim);
}
.strengths__text > strong > sup {
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--color-txt);
}
.strengths__text > sup {
	vertical-align: super;
}
.strengths__text-sub {
	display: inline-block;
	font-size: 1.6rem;
	margin-top: 4px;
}
.strengths__text-sub > strong {
	display: inline-block;
	margin: 0 4px;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1;
	color: var(--color-prim);
}
.strengths__text-sub > sup {
	vertical-align: super;
}
.strengths__text + * {
	margin-top: 6px;
}
.strengths__date {
	font-size: 1.2rem;
	font-weight: 500;
	display: inline-block;
}
.strengths-imageset__image .c-text {
	margin-top: 32px;
}
@media (max-width: 767px) {
	.strengths-grid--4up {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px 15px;
	}
}
@media (min-width: 768px), print {
	.strengths-heading-secondary__title {
		gap: 24px;
	}
	.strengths-heading-secondary__tag {
		padding: 10px 16px;
		font-size: 1.8rem;
	}
	.strengths_panel {
		padding: 32px 30px;
		border-radius: 20px;
	}
	.strengths__title {
		font-size: 2rem;
	}
	.strengths-contentbox .strengths__title {
		font-size: 1.6rem;
	}
	.strengths__text {
		font-size: 1.8rem;
	}
	.strengths__text > strong {
		font-size: 4.8rem;
	}
	.strengths-contentbox .strengths__text > strong {
		font-size: 3.2rem;
	}
	.strengths__text-sub {
		font-size: 1.8rem;
	}
	.strengths__text-sub > strong {
		font-size: 3.2rem;
	}
	.strengths__date {
		font-size: 1.6rem;
	}
	.strengths-grid--4up {
		grid-template-columns: repeat(3, 1fr);
	}
	.strengths-contentbox {
		height: 100%;
	}
	.strengths-imageset__image .c-text {
		margin-top: 40px;
	}
}
@media (max-width: 1024px) and (min-width: 768px), print {
	.strengths-grid--4up {
		grid-template-columns: repeat(2, 1fr);
	}
	.strengths-grid--2up {
		display: block;
	}
	.strengths-grid--2up .strengths-grid__item + .strengths-grid__item {
		margin-top: 20px;
	}
	.strengths-imageset__image {
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
	}
	.strengths-imageset__image .c-text {
		margin-top: 0;
	}
}
@media (min-width: 1281px), print {
	.strengths-grid--4up {
		grid-template-columns: repeat(4, 1fr);
	}
}

.history_section {
	display: flex;
	justify-content: flex-end;
}
.history_section + .history_section {
	margin-top: 16px;
}
.history_label {
	position: relative;
}
.history_label-title {
	font-size: 1.8rem;
	font-weight: 700;
}
.history_label-line {
	margin-top: 6px;
	height: 100%;
}
.history_label-line::before {
	content: "";
	aspect-ratio: 1;
	width: 33px;
	border-radius: 100%;
	display: block;
	margin: auto;
	background-color: var(--color-prim);
	border: #e5f3e5 solid 10px;
}
.history_label-line::after {
	content: "";
	background-image: radial-gradient(circle, var(--color-prim) 1px, transparent 1px), radial-gradient(circle, var(--color-prim) 1px, transparent 1px), radial-gradient(circle, var(--color-prim) 1px, transparent 1px), radial-gradient(circle, var(--color-prim) 1px, transparent 1px);
	background-position: left top, right top, left bottom, left top;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
	background-size: 8px 2px, 2px 8px, 8px 2px, 2px 8px;
	display: block;
	width: 2px;
	height: calc(100% - 52px);
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.history_main {
	flex: 1;
	padding: 30px 0;
	max-width: 926px;
	word-break: break-all;
}
.history_content {
	border-radius: 10px;
	padding: 20px;
}
.history_content:nth-child(2n) {
	background-color: #f7f7f7;
}
.history_main--r .history_content:nth-child(2n) {
	background-color: #fff;
}
.history_main--r .history_content:nth-child(odd) {
	background-color: #f7f7f7;
}
.history_content-days {
	font-size: 1.5rem;
	font-weight: 700;
}
.history_content-main {
	margin-top: 8px;
}
.history_content-text {
	font-size: 1.5rem;
	line-height: var(--line-height-m);
}
.history_content-text + .history_content-text {
	margin-top: 8px;
}
.history_content-text--s {
	font-size: 1.3rem;
}
.history_content-imagelist {
	--_gap: 20px; /* gapの数値 */
	--_column-max-count: 2; /* 表示したい最大の列数 */
	--_column-min-width: 204px; /* 各列が取りうる最小の幅。これより狭くなる場合は、列数が減って折り返します。 */
	/* コンテナの横幅からギャップの合計値を引いたものをn等分する */
	--_column-width-calculated: calc(
		(100% - var(--_gap) * (var(--_column-max-count) - 1)) /
			var(--_column-max-count)
	);
	/* 最終的に適用される列の幅。
	   * 理想の幅と最小幅を比較し、大きい方を採用します。
	   * ただし、コンテナ全体の幅を超えることはありません。*/
	--_column-width: min(
		100%,
		max(var(--_column-min-width), var(--_column-width-calculated))
	);
	display: block grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--_column-width), 1fr));
	gap: var(--_gap);
	margin-top: 20px;
}
.history_content-image > img {
	border-radius: 15px;
}
.history_content-list > li {
	text-indent: -1.2em;
	padding-left: 1.2em;
	font-size: 1.5rem;
	line-height: var(--line-height-m);
}
.history_content-list > li + li {
	margin-top: 8px;
}
.history_content--s {
	font-size: 1.3rem;
}
@media (max-width: 767px) {
	.history_spwrap {
		width: calc(100% - 20px);
	}
}
@media (min-width: 768px), print {
	.history_label-line::before {
		width: 41px;
		border-width: 13px;
	}
	.history_label-line::after {
		height: calc(100% - 70px);
	}
	.history_content {
		display: flex;
		gap: 20px;
		padding: 12px 30px;
	}
	.history_content:has(.history_content-imagelist), .history_content:has(.history_content-list) {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.history_content-main {
		flex: 1;
		margin-top: 2px;
	}
	.history_content-days {
		font-size: 1.6rem;
		min-width: 62px;
	}
	.history_content-text {
		font-size: 1.6rem;
	}
	.history_content-text--s {
		font-size: 1.4rem;
	}
	.history_content-list > li {
		font-size: 1.6rem;
	}
	.history_content-list--s {
		font-size: 1.4rem;
	}
}
@media (max-width: 1024px) and (min-width: 768px), print {
	.history_section {
		gap: 20px;
	}
	.history_label-title {
		font-size: 2.4rem;
	}
	.history_main {
		flex: 1;
		padding: 24px 0 10px;
		margin-top: 20px;
	}
	.history_content:first-child:has(.history_content-imagelist), .history_content:first-child:has(.history_content-list) {
		margin-top: -20px;
	}
}
@media (min-width: 1025px), print {
	.history_section {
		gap: 40px;
	}
	.history_section + .history_section {
		margin-top: 0;
	}
	.history_label {
		display: flex;
		gap: 30px;
	}
	.history_label-title {
		font-size: 3.2rem;
	}
	.history_label-line {
		position: relative;
		margin-top: 10px;
	}
	.history_label-line::after {
		height: 100%;
		left: -0.5px;
		bottom: auto;
		top: 20px;
		z-index: 2;
	}
	.history_section:last-child .history_label-line::after {
		height: calc(100% - 30px);
	}
	.history_main {
		padding: 0 0 70px;
		margin-top: 4px;
	}
	.history_section:last-child .history_main {
		padding-bottom: 30px;
	}
	.history_content:first-child:has(.history_content-imagelist), .history_content:first-child:has(.history_content-list) {
		margin-top: -20px;
	}
}

.u-fz-sup-fixed {
	font-size: 1.4rem !important;
}
/*# sourceMappingURL=strengths.css.map */
