@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');

.page_hdr {
		border: none !important;
}
section {
		color: #004ea2;
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
section:lang(en) {
		font-family: "Roboto", sans-serif;
}
sup {
		font-size: 40%;
		margin-left: 1px;
		transform: translateY(-0.4em);
		display: inline-block;
}
.dup3_bg {
		background: #d1d6ec;
		min-height: 500px;
}
.introduction_section {
		padding: 75px 40px;
}
.introduction_inner {
		max-width: 1000px;
		margin: 0 auto;
}
.introduction_catch {
		font-size: 40px;
		font-weight: 600;
		letter-spacing: 2px;
		text-align: center;
		margin: 0 0 30px;
}
.introduction_catch:lang(en) {
		letter-spacing: 0;
		text-align: center;
		text-wrap: balance;
		font-family: "Inter", sans-serif;
}
.introduction_lead {
		text-align: center;
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		line-height: 2.2;
		font-weight: 600;
}
.introduction_lead:lang(en) {
		font-family: "Inter", sans-serif;
		font-weight: 520;
		line-height: 2.0;
		text-align: left;
}
@media(max-width: 767px) {
		.introduction_lead:lang(en) {
				line-height: 1.8;
		}
}
.introduction_col {
		background: #fff;
		margin: 0 0 40px;
		padding: 55px 30px;
}
.introduction_hd {
		text-align: center;
		font-size: 32px;
		font-weight: 600;
		margin: 0 0 35px;
}
.introduction_hd:lang(en) {
		font-family: "Inter", sans-serif;
		font-weight: 600
}
.dups_flex {
		display: flex;
		justify-content: space-between;
		font-weight: 500;
		max-width: 890px;
		margin: 0 auto;
}
.dups_item {
		width: 195px;
}
.dups_item img {
		width: 100%;
		height: auto;
}
.dups_item_figure {
		margin-bottom: 20px;
}
.dups_item p {
		letter-spacing: 0;
		line-height: 1.8;
		font-weight: 500;
}
.dups_item p:lang(en) {
		line-height: 1.6;
}
@media(max-width: 1100px) {
		.introduction_catch {
				font-size: 32px;
		}
		.introduction_col {
				background: #fff;
				margin: 0 0 40px;
				padding: 40px 30px;
		}
		.introduction_hd {
				font-size: 32px;
		}
		.dups_item {
				width: calc(calc(100% - 60px) * 0.25);
		}
		.dups_item p br {
				display: none
		}
}
@media(max-width: 767px) {
		.introduction_section {
				padding: 40px 20px;
		}
		.introduction_catch {
				font-size: 18px;
				letter-spacing: 1px;
				margin: 0 0 25px;
		}
		.introduction_hd {
				font-size: 18px;
		}
		.introduction_col {
				margin: 0 0 20px;
				padding: 30px 15px;
		}
		.dups_flex {
				display: block
		}
		.dups_item {
				width: auto;
				margin: 0 0 35px;
		}
		.dups_flex .dups_item:last-child {
				margin-bottom: 0;
		}
		.dups_item_figure {
				margin-bottom: 15px;
				max-width: 210px;
		}
		.introduction_lead {
				text-align: left;
				line-height: 2.0;
		}
}
/* ================ */
.tab_section {
		padding: 75px 40px;
}
.tab_nav.isFixed {
		position: fixed;
		left: 0;
		width: 100%;
		z-index: 100;
		top: 104px;
}
@media (max-width: 1280px) {
		.tab_nav.isFixed {
				top: 80px;
		}
}
@media (max-height: 800px) {
		.tab_nav.isFixed {
				top: 83px;
		}
}
@media (max-width: 767px) {
		.tab_nav.isFixed {
				top: 75px !important;
		}
}
.tab_nav_inner {
		max-width: 1000px;
		margin: 0 auto 22px;
		display: flex;
		justify-content: space-between;
}
.tab_nav_inner > div {
		width: calc(calc(100% - 45px) * 0.25);
		text-align: center;
		line-height: 1.6;
		font-weight: 500;
}
.tab_nav_inner > div a {
		display: flex;
		justify-content: center;
		text-decoration: none;
		background: #004ea2;
		color: #fff;
		height: 105px;
		position: relative;
		box-sizing: border-box;
		border: 2px solid #004ea2;
		padding-top: 12px;
		transition: height 0.2s, background 0.2s;
}
.tab_nav_inner > div a:lang(en) {
		height: 110px
}
.tab_nav::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		transform-origin: top center;
		background: #004ea2;
		transition: height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.tab_nav.isFixed::before {
		height: 70px;
}
.tab_nav.isFixed .tab_nav_inner > div {
		line-height: 1.5;
		font-size: 15px;
		position: relative;
}
.tab_nav.isFixed .tab_nav_inner > div:lang(en) {
		font-size: 13px;
		line-height: 1.4;
}
.tab_nav.isFixed .tab_nav_inner > div {
		width: 25%;
		position: relative;
		box-sizing: border-box;
		padding: 0 1px;
}
.tab_nav.isFixed .tab_nav_inner > div::after {
		content: '';
		display: block;
		position: absolute;
		top: 15px;
		right: -1px;
		width: 2px;
		height: 40px;
		background: #3371b4;
}
.tab_nav.isFixed .tab_nav_inner > div:last-child::after {
		display: none
}
.tab_nav.isFixed .tab_nav_inner > div a {
		height: 70px;
		padding-top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		border-right: none;
		border-left: none;
}
.tab_nav_inner > div .txt_block {
		display: flex;
		align-items: center;
		height: 3em;
}
.tab_nav_inner > div .txt_block:lang(en) {
		height: 4em;
		line-height: 1.2;
		font-size: 15px;
}
.tab_nav_inner > div .txt_block:lang(en) {
		text-wrap: balance;
}
.tab_nav.isFixed .tab_nav_inner > div .txt_block {
		height: auto;
}
.tab_nav_inner > div a::before {
		content: '';
		display: block;
		position: absolute;
		bottom: 14px;
		left: calc(50% - 2px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 3px 0 3px;
		border-color: #fff transparent transparent transparent;
		pointer-events: none;
}
.tab_nav_inner > div a::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 8px;
		left: calc(50% - 9px);
		width: 18px;
		height: 18px;
		border: 1px solid #fff;
		border-radius: 50%;
		pointer-events: none;
}
.tab_nav.isFixed .tab_nav_inner > div a::after, .tab_nav.isFixed .tab_nav_inner > div a::before {
		opacity: 0;
}
@media (hover: hover) {
		.tab_nav_inner > div a:hover {
				background: #fff;
				color: #004ea2;
		}
		.tab_nav_inner > div a:hover::before {
				border-color: #004ea2 transparent transparent transparent;
		}
		.tab_nav_inner > div a:hover::after {
				border: 1px solid #004ea2;
		}
}
.tab_inner {
		max-width: 1000px;
		margin: 0 auto;
}
.panel_col {
		background: #f4f4f9;
		padding: 55px;
		margin: 0 0 40px;
		position: relative;
}
.panel_hd {
		font-size: 32px;
		font-weight: 600;
		margin: 0 0 40px;
		text-align: center;
}
.panel_hd:lang(en) {
		font-family: "Inter", sans-serif;
		font-weight: 600;
		text-wrap: balance;
		line-height: 1.6;
}
.panel_lead {
		line-height: 2;
		margin: 0 0 35px;
		text-align: center;
		font-weight: 500;
}
.panel_lead:lang(en) {
		text-wrap: balance;
}
.panel_lead_notes {
		font-size: 85%;
		display: block;
		padding-top: 10px;
}
.dup_col {
		background: #fff;
		padding: 75px 20px;
}
.dup_col_inner {
		max-width: 825px;
		margin: 0 auto;
}
.dup_col_inner img {
		width: 100%;
		height: auto;
}
.dup_col_inner div:first-child {
		margin: 0 0 70px;
}
.dup_col_scroll_blc {
	max-width: 100%;
	overflow: auto;
}
@media (max-width: 767px) {
	.dup_col_scroll_blc img {
		width: 850px;
	}
}
.pop_flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 884px;
		margin: 0 auto;
}
.pop_item {
		width: calc(50% - 12px);
		margin: 0 0 24px;
}
.pop_item img {
		width: 100%;
		height: auto;
}
.global_col {
		background: #fff;
		padding: 65px 20px;
		text-align: center;
}
.global_col_lead {
		margin: 0 0 30px;
}
.global_col_lead p {
		text-align: center;
		line-height: 1.8;
		font-weight: 500;
}
.global_col_lead p:lang(en) {
		text-wrap: balance;
}
.global_col_hd {
		font-size: 32px;
		line-height: 1.6;
		margin: 0 0 30px;
		font-weight: 600;
}
.global_col_hd:lang(en) {
		font-family: "Inter", sans-serif;
		font-weight: 600
}
.global_col_figure {
		max-width: 780px;
		margin: 0 auto;
}
.global_col_figure img {
		width: 100%;
		height: auto;
}
.result_catch_gr {
		font-size: 24px;
		font-weight: 500;
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		text-align: center;
		margin: 0 0 15px;
}
.result_catch_gr:lang(en) {
		font-size: 20px;
		font-family: "Roboto", sans-serif;
}
.result_catch_item {
		margin: 0 0 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
}
.result_catch_item.second:lang(en) {
		margin-left: -0.5em;
}
.result_catch_item div:first-child {
		margin-right: 1em;
}
.result_catch_item.second::before {
		content: '（';
}
.result_catch_item.second::after {
		content: '）';
}
.result_notes {
		text-align: center;
		font-size: 85%;
		margin: 0 0 35px;
		font-weight: 500;
}
@media(min-width: 768px) {
		.result_notes_flex {
				display: none
		}
}
.f-red {
		color: #e50013;
}
.result_graph {
		background: #fff;
		text-align: center;
		padding: 40px;
		margin: 0 0 35px;
}
.result_graph_figure {
		max-width: 450px;
		margin: 0 auto;
}
.result_graph_figure img {
		width: 100%;
		height: auto;
}
@media(max-width: 1100px) {
		.panel_col {
				padding: 40px;
		}
		.dup_col {
				padding: 40px 30px;
		}
		.panel_hd {
				font-size: 32px;
		}
		.txt_block {
				font-size: 14px;
		}
}
@media(max-width: 840px) {
		.panel_hd {
				font-size: 28px;
		}
		.global_col_hd {
				font-size: 28px;
		}
}
@media(max-width: 767px) {
		.tab_nav_inner {
				display: flex;
				justify-content: space-between;
				flex-wrap: wrap;
				margin-bottom: 40px;
		}
		.tab_nav.isFixed .tab_nav_inner {
				border-bottom: 1px solid #004ea2;
				margin: 0;
		}
		.tab_nav_inner > div {
				width: calc(50% - 6px);
				margin: 0 0 12px
		}
		.tab_nav.isFixed .tab_nav_inner > div {
				width: 50% !important;
				margin: 0;
				padding: 0 !important;
				height: 50px;
				background: #004ea2;
		}
		.tab_nav.isFixed .tab_nav_inner > div:lang(en) {
				height: 65px;
		}
		.tab_nav_inner > div .txt_block {
				font-size: 13px;
		}
		.tab_nav_inner > div .txt_block:lang(en) {
				font-size: 12px;
		}
		.tab_nav_inner > div a {
				height: 88px;
		}
		.tab_nav_inner > div a:lang(en) {
				height: 110px;
		}
		.tab_nav.isFixed .tab_nav_inner > div a {
				height: 50px;
				display: flex;
				justify-content: center;
				align-items: center;
				padding-top: 0;
				box-sizing: border-box;
				border: none;
				padding-left: 10px;
				padding-right: 10px;
		}
		.tab_nav.isFixed .tab_nav_inner > div a:lang(en) {
				height: 65px
		}
		.tab_nav_inner > div a::before {
				bottom: 15px;
				left: calc(50% - 2px);
				border-width: 6px 3px 0 3px;
		}
		.tab_nav_inner > div a::after {
				bottom: 10px;
				left: calc(50% - 8px);
				width: 16px;
				height: 16px;
		}
		.tab_nav.isFixed .tab_nav_inner > div::after {
				opacity: 0
		}
		.tab_nav.isFixed .tab_nav_inner > div:nth-child(odd)::after {
				top: 0;
				right: -1px;
				height: 50px;
				opacity: 1;
				width: 2px;
		}
		.tab_nav.isFixed .tab_nav_inner > div:nth-child(odd):lang(en)::after {
				height: 65px;
		}
		.tab_nav.isFixed .tab_nav_inner > div:nth-child(1) a, .tab_nav.isFixed .tab_nav_inner > div:nth-child(2) a {
				border-bottom: 1px solid #3371b4;
		}
		.tab_nav.isFixed .tab_nav_inner > div .txt_block {
				display: block;
				height: auto;
				text-align: center;
		}
		.tab_nav.isFixed .tab_nav_inner > div a::before {
				bottom: inherit;
				left: inherit;
				right: 14px;
				top: 22.5px;
		}
		.tab_nav.isFixed .tab_nav_inner > div a::after {
				bottom: inherit;
				left: inherit;
				right: 8px;
		}
		.tab_section {
				background: #f4f4f9;
				padding: 60px 20px 0;
		}
		.panel_hd {
				font-size: 18px;
				margin-bottom: 30px;
		}
		.panel_col {
				padding: 80px 0 0;
				margin-bottom: 0;
		}
		#panel_1 {
				padding-top: 0 !important;
		}
		#panel_4 {
				margin-bottom: 0 !important;
		}
		.panel_lead {
				line-height: 1.8;
		}
		.panel_lead:lang(en) {
				text-align: left;
		}
		.dup_col {
				margin-bottom: 80px;
		}
		.pop_flex {
				display: block;
				max-width: 600px;
				margin: 0 auto;
		}
		.pop_item {
				width: 100%;
				margin: 0 0 15px;
		}
		.dup_col {
				padding: 30px 15px;
		}
		.global_col {
				padding: 35px 15px;
		}
		.global_col_lead {
				font-size: 15px;
		}
		.global_col_lead {
				margin: 0 0 30px;
		}
		.global_col_lead p:first-child {
				margin: 0 0 1em
		}
		.global_col_hd {
				font-size: 18px;
		}
		.result_graph {
				padding: 20px;
				margin: 0 0 20px;
		}
		.result_catch_gr {
				font-size: 18px;
		}
		.result_catch_gr:lang(en) {
				font-size: 16px;
		}
		.result_catch_item {
				display: block;
				position: relative;
		}
		.result_catch_item.second {
				display: inline-block;
				position: relative
		}
		.result_catch_item.second::before, .result_catch_item.second::after {
				content: '';
				display: block;
				position: absolute;
				width: 5px;
				height: 45px;
				top: calc(50% - 22.5px);
				background-repeat: no-repeat;
				background-size: 5px;
		}
		.result_catch_item.second::before {
				left: -10px;
				background-position: left center;
				background-image: url("https://www.kai-group.com/contents_file/global/n_images/activity/chizai_kk_l.png")
		}
		.result_catch_item.second::after {
				right: -10px;
				background-position: right center;
				background-image: url("https://www.kai-group.com/contents_file/global/n_images/activity/chizai_kk_r.png")
		}
		.result_notes {
				display: none;
		}
		.result_notes_flex {
				display: flex;
				justify-content: center;
				margin: 0 0 25px;
		}
		.result_notes_flex dl {
				display: flex;
				line-height: 1.8;
				font-size: 13px;
				font-weight: 500;
		}
		.result_notes_flex dt {
				white-space: nowrap
		}
		.result_notes_flex dd {
				flex: 1
		}
}
/* ================ */
.output_section {
		background: #f4f4f9;
		padding: 100px 40px 200px;
}
.output_inner {
		max-width: 1000px;
		margin: 0 auto;
}
.output_hd {
		font-size: 40px;
		font-weight: 600;
		line-height: 1.8;
		text-align: center;
		margin: 0 0 35px;
}
.output_hd:lang(en) {
		font-family: "Inter", sans-serif;
		font-weight: 600;
		text-wrap: balance;
}
.output_lead {
		text-align: center;
		font-size: 16px;
		line-height: 1.8;
		margin: 0 0 35px;
		font-weight: 500;
}
.output_lead:lang(en) {
		text-wrap: balance;
}
.output_col {
		background: #fff;
		padding: 55px;
}
dl.output {
		display: flex;
		margin: 0 0 50px;
		color: #004ea2;
		font-weight: 500;
}
dl.output:lang(en) {
		display: block;
}
dl.output a {
		color: #004ea2;
		text-decoration: none;
}
@media (hover: hover) {
		dl.output a:hover {
				color: #004ea2;
				text-decoration: underline;
		}
}
.output dt {
		width: 130px;
}
.output dt:lang(en) {
		width: auto;
		margin: 0 0 15px;
}
.output dt span {
		display: inline-block;
		padding: 0 10px;
		border-left: 1px solid #004ea2;
		border-right: 1px solid #004ea2;
}
.output dd {
		flex: 1;
		margin: 0 !important;
}
.output dd p {
		margin: 0 0 14px;
}
.output dd p:last-child {
		margin-bottom: 0;
}
.output dd .extra_year {
		display: flex;
		margin: 0 0 14px;
		line-height: 1.8;
}
.extra_year span {
		width: 80px;
}
.extra_year span:lang(en) {
		width: auto;
		margin-right: 10px;
		;
}
.output_flex {
		display: flex;
		justify-content: space-between;
}
.output_flex_item {
		width: calc(50% - 12px);
}
.output_flex_item img {
		width: 100%;
		height: auto;
}
.output_sb {
		font-size: 16px;
		font-weight: 500;
		margin: 0 0 25px;
}
.panel_col .aligncenter {
		text-align: center;
		line-height: 2.0;
		font-weight: 500;
}
.panel_col .aligncenter:lang(en) {
		text-align: left;
		line-height: 1.8;
}
@media(max-width: 767px) {
		.output_section {
				padding: 80px 20px 40px;
		}
		.output_hd {
				font-size: 18px;
				margin: 0 0 35px;
		}
		.output_lead {
				text-align: center;
				margin: 0 0 25px;
				font-size: 14px;
		}
		.output_col {
				padding: 40px 20px;
		}
		dl.output {
				display: block;
				margin: 0 0 35px;
		}
		.output dt {
				width: auto;
				margin: 0 0 15px;
		}
		.output dt span {
				padding: 0 7px;
		}
		.output dd p {
				margin: 0 0 20px;
				line-height: 1.8;
		}
		.output dd .extra_year {
				display: block;
		}
		.extra_year span {
				width: auto;
				display: block;
				margin: 0 0 5px;
		}
		.output_flex {
				display: block;
		}
		.output_flex_item {
				width: 100%;
		}
		.output_flex .output_flex_item:first-child {
				margin-bottom: 24px;
		}
		.output_sb {
				font-size: 18px;
				margin: 30px 0 25px;
		}
		.output_sb:lang(en) {
				font-size: 14px;
		}
		.panel_col .aligncenter {
				line-height: 1.8;
				text-align: left;
		}
}
/* ================ */
.award_section {
		background: #fff;
		padding: 100px 40px 200px;
}
.award_inner {
		max-width: 1000px;
		margin: 0 auto;
}
.award_lead {
		font-size: 24px;
		font-weight: 600;
		line-height: 2.0;
		text-align: center;
		margin: 0 0 35px;
}
.award_lead:lang(en) {
		font-family: "Inter", sans-serif;
		text-wrap: balance;
		font-weight: 600
}
.award_figure {
		max-width: 614px;
		margin: 0 auto;
		box-sizing: border-box;
		border: 2px solid #004ea2;
}
.award_figure img {
		width: 100%;
		height: auto;
}
@media(max-width: 767px) {
		.award_section {
				padding: 40px 20px 80px;
		}
		.award_lead {
				font-size: 18px;
				line-height: 1.8;
				margin: 0 0 25px;
		}
}

/* 追加 */
.global_col_row + .global_col_row {
	margin-top: 60px;
}
.number_panel_col .panel_hd {
	margin-bottom: 20px;
}
.number_panel_point_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}
.number_panel_point_list >li {
	background-color: #EFF5FF;
	min-height: 167px;
	display: grid;
	place-content: center;
	font-size: 40px;
	font-weight: 700;
	padding: 10px;
}
.number_panel_col_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 40px;
}
.number_panel_col_2_item {
	justify-self: center;
	font-size: 20px;
}
.panel_flex_txt {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
}
.number_panel_graph_item {
	padding: 40px 8px;
	margin-bottom: 20px;
}
.number_panel_graph_item img {
	max-width: 450px;
	width: 100%;
	height: auto;
	margin-inline: auto;
}
.number_panel_ban_list {
	max-width: 645px;
	margin: 56px auto 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	align-items: end;
}
.number_panel_ban_list >li {
	justify-self: center;
}
.number_panel_ban_list >li img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.output_panel_read_block >p:not(:last-of-type) {
	padding-bottom: 10px;
}
.output_panel_flex_block {
	margin-block: 30px 50px;
}
.output_panel_flex_img {
	padding-block: 10px;
}
.output_panel_flex_att {
	font-size: 14px;
}
@media (max-width: 767px) {
	.global_col_row {
		max-width: 600px;
		margin-inline: auto;
	}
	.number_panel_point_list {
		gap: 5px;
	}
	.number_panel_point_list >li {
		min-height: 70px;
		font-size: 16px;
	}
	.number_panel_col_2 {
		grid-template-columns: auto;
		margin-bottom: 8px;
	}
	.number_panel_col_2_item {
		font-size: 14px;
	}
	.number_panel_ban_list {
		grid-template-columns: repeat(2, minmax(150px, 1fr));
		gap: 5px;
		margin-top: 20px;
	}
	.number_panel_ban_list >li img {
		max-width: 150px;
	}
	.output_panel_flex_att {
		font-size: 12px;
	}
	.number_panel_graph_item {
		padding: 8px;
		margin-bottom: 2px;
	}
	.output_panel_flex_block {
		margin-block: 12px 30px;
	}
}


.ta-center {
	text-align: center;
}
.panel_num_hd {
	font-family: "Roboto", sans-serif;
	font-size: 120px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1;
}
.panel_num_hd_unit {
	font-size: 50px;
	font-weight: 700;
	padding-bottom: 5px;
	line-height: 1;
}
.panel_middle_hd {
	font-size: 36px;
	font-weight: 700;
}
.panel_small_hd {
	font-size: 24px;
	font-weight: 700;
}
.extra_ymd {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0 27px;
}
@media (max-width: 767px) {
	.panel_num_hd {
		font-size: 60px;
	}
	.panel_num_hd_unit {
		font-size: 24px;
	}
	.panel_middle_hd {
		font-size: 18px;
	}
	.panel_small_hd {
		font-size: 14px;
	}
	.panel_lead_notes.mobile_ta-left {
		text-align: left;
	}
	.extra_ymd {
		grid-template-columns: auto;
	}
}