/* ------------------------------------------------------------
About us
---------------------------------------------------------------*/
#page_aboutus main {
	padding-bottom: 0;
}
body#page_aboutus {
	background: var(--c-white);
}
.sec-about-tbl {
	padding-block: 100px 40px;
	background: var(--c-white);
}
#page_aboutus table {
	color: #1d1d1d;
	width: 100%;
}
#page_aboutus table a {
	color: #3db7fc;
	text-decoration: underline;
}
#page_aboutus table a:hover {
	opacity: 0.7;
}
#page_aboutus tr {
	display: flex;
	align-items: baseline;
}
#page_aboutus .sec-inner > table > tbody > tr {
	border-bottom: 1px solid #cccccc;
}
#page_aboutus .sec-inner > table > tbody > tr:first-child {
	border-top: 1px solid #cccccc;
}
#page_aboutus .sec-inner > table > tbody > tr > th {
	padding: 20px 10px 20px 20px;
}
#page_aboutus .sec-inner > table > tbody > tr > td {
	padding: 20px 20px 20px 0;
}
#page_aboutus th {
	display: inline-block;
	max-width: 200px;
}
#page_aboutus td {
	width: 100%;
}
#page_aboutus table .flex-box {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
}

#page_aboutus .table-inner {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
#page_aboutus .table-inner th,
#page_aboutus .table-inner td {
	display: table-cell !important;
	vertical-align: top;
	padding: 0.6rem 0.9rem;
	text-align: left;
}
#page_aboutus .table-inner th {
	padding: 0;
	width: 220px;
	white-space: normal;
	word-break: break-word;
}
#page_aboutus .table-inner td {
	padding: 0;
}
#page_aboutus .table-inner {
	display: table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#page_aboutus .table-inner thead {
	display: table-header-group !important;
}
#page_aboutus .table-inner tbody {
	display: table-row-group !important;
}
#page_aboutus .table-inner tfoot {
	display: table-footer-group !important;
}

#page_aboutus .table-inner tr {
	display: table-row !important;
}

#page_aboutus .table-inner th,
#page_aboutus .table-inner td {
	display: table-cell !important;
	vertical-align: top;
	padding: 0.3rem 0;
	text-align: left;
	float: none !important;
	position: static !important;
}
#page_aboutus .table-inner th {
	width: 220px;
	white-space: normal;
	word-break: break-word;
}
#page_aboutus .wrapper {
	margin: 0 50px;
}
#page_aboutus .sec-inner .wrapper:last-child a {
	display: block;
}
#page_aboutus .sec-inner .wrapper:last-child a:hover {
	opacity: 0.7;
}
#page_aboutus .sec-inner .wrapper:last-child a.link-img {
	width: 600px;
	margin: 0 auto;
	transition: var(--transition-base);
}
#page_aboutus .sec-inner .wrapper:last-child a.link-txt {
	margin: 20px auto 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-align: center;
}
#page_aboutus .sec-inner .wrapper:last-child a.link-txt p {
	color: #3db7fc;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.sec-about-tbl {
		padding-block: 80px 40px;
	}
	#page_aboutus .table-inner tr {
		display: flex !important;
		flex-flow: column;
		padding-bottom: 15px;
	}
	#page_aboutus .table-inner tbody tr:last-child {
		padding-bottom: 0;
	}
	#page_aboutus .table-inner th,
	#page_aboutus .table-inner td {
		padding: 0;
	}
	#page_aboutus .sec-inner > table > tbody > tr > th {
		padding: 15px 10px 15px 10px;
	}
	#page_aboutus .sec-inner > table > tbody > tr > td {
		padding: 20px 10px 20px 0;
	}
	#page_aboutus .wrapper {
		margin: 0;
	}
	#page_aboutus .sec-inner .wrapper:last-child a.link-img {
		width: 100%;
	}
}

/* -- Performance -----------------------------------------------*/
.sec-performance {
	padding-block: 40px 25px;
	background: var(--c-white);
}
.sec-performance-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 80px;
}
.bar-graph-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 110px;
	max-width: 999px;
	margin: 0 auto;
}
.bar-graph-area {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.bar-graph-area.bar-graph-1 {
	aspect-ratio: 999 / 450;
}
.bar-graph-area.bar-graph-2 {
	aspect-ratio: 999 / 368;
}
.bar-graph-area.bar-graph-3 {
	aspect-ratio: 999 / 324;
}

.bar-graph-info {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	color: var(--c-bk);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	z-index: 0;
}
.bar-graph-area.bar-graph-1 .bar-graph-info {
	top: 13.902%;
	aspect-ratio: 999 / 326;
}
.bar-graph-area.bar-graph-2 .bar-graph-info {
	top: 14.402%;
	aspect-ratio: 999 / 276;
}
.bar-graph-area.bar-graph-3 .bar-graph-info {
	top: 18.827%;
	aspect-ratio: 999 / 223;
}

.bar-graph-ttl {
	position: absolute;
	top: 0;
	left: 5.7%;
	z-index: 20;
}
.bar-graph-ttl h3 {
	font-family: var(--font-base);
	font-size: 28px;
	color: #3db7fc;
	text-align: left;
	font-weight: var(--fw-semibold);
}
.bar-graph-info-item {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
}
.bar-graph-info-item > span {
	width: auto;
	flex-shrink: 0;
	font-size: 15px;
	font-family: var(--font-notosans);
	font-weight: var(--fw-semibold);
}
.bar-graph-info-item::after {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed var(--c-l-gray);
	opacity: 0.4;
}
.bar-graph {
	width: 94.094%;
	position: relative;
	z-index: 10;
	max-width: 940px;
}
.bars {
	display: grid;
	width: 100%;
	height: auto;
	aspect-ratio: 940 / 347;
	gap: 2%;
	border-bottom: 1px solid var(--c-l-gray);
}

.bar-graph-area.bar-graph-1 .bars {
	aspect-ratio: 940 / 410;
 grid-template-columns: repeat(16, 1fr);
}
.bar-graph-area.bar-graph-2 .bars {
	aspect-ratio: 940 / 368;
 grid-template-columns: repeat(15, 1fr);
}
.bar-graph-area.bar-graph-3 .bars {
	aspect-ratio: 940 / 324;
 grid-template-columns: repeat(15, 1fr);
}

.bar-item {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.bar-wrapper {
	width: 100%;
	height: 0%;
	display: flex;
	align-items: flex-end;
	position: relative;
	transition: height 0.4s ease-out;
}
.bar {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #8ad2df, #329fbb);
	border-radius: 5px 5px 0 0;
}
.bar.is-blank {
	background: #eeeeee;
	opacity: 0.5;
}

.year-label {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	font-size: 15px;
	font-family: var(--font-notosans);
	font-weight: var(--fw-semibold);
	color: var(--c-bk);
	width: 100%;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bar-balloon {
	opacity: 0;
	transition: all 0.4s ease-in-out;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	background: var(--c-d-blue);
	width: 88px;
	height: 48px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-notosans);
	font-weight: var(--fw-semibold);
	font-size: 17px;
	z-index: 20;
}
.is-complete .bar-balloon {
	opacity: 1;
	top: -55px;
	transform: translateX(-50%);
}
.bar-balloon::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
	width: 14px;
	height: 25px;
	background: var(--c-d-blue);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	z-index: 0;
}

.graph-note {
 max-width: 999px;
 margin: 0 auto;
	font-size: 16px;
	color: var(--c-primary);
	line-height: 1.8;
	font-weight: var(--fw-semibold);
	text-align: justify;
}

.bar-graph-area.bar-graph-1 .bars .bar-item:last-child .is-complete .bar-balloon{
 width: max-content;
 padding: 0 5px;
 background: #707070;
}

.bar-graph-area.bar-graph-1 .bars .bar-item:last-child .is-complete .bar-balloon:after{
 background: #707070;
}

@media screen and (max-width: 999px) {
	.bar-graph-ttl h3 {
		font-size: 22px;
	}
	.bar-balloon {
		top: -30px;
		width: 64px;
		height: 36px;
		font-size: 14px;
	}
	.is-complete .bar-balloon {
		top: -55px;
	}
	.year-label {
		font-size: 13px;
	}
}
@media screen and (max-width: 768px) {
	.sec-performance-cont {
		gap: 120px;
	}
	.bar-graph-ttl {
		top: -45px;
	}
	.bar-graph-ttl h3 {
		font-size: 18px;
	}
	.bar {
		border-radius: 3px 3px 0 0;
	}
	.bar-graph-info-item > span {
		font-size: 12px;
	}
	.year-label {
		font-size: 11px;
		flex-flow: column;
	}
}
@media screen and (max-width: 500px) {
	.bar-graph-info-item > span {
		font-size: 9px;
	}
	.bar-balloon {
		width: 57px;
		height: 30px;
		font-size: 12px;
	}
	.is-complete .bar-balloon {
		letter-spacing: -.5px;
		top: -35px;
	}
	.bar-balloon::after {
		bottom: -10px;
		height: 15px;
	}
	.graph-note {
		font-size: 16px;
	}
}

/* -- Download -----------------------------------------------*/
.sec-download {
	padding-block: 25px 80px;
	background: var(--c-white);
}

.sec-download h3 {
	font-size: 24px;
	color: #3db7fc;
	margin-bottom: 30px;
	text-align: center;
	font-family: var(--font-notosans);
	font-weight: var(--fw-semibold);
}

@media screen and (max-width: 999px) {
	.sec-download h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
}
