@charset "UTF-8";

/* レイアウトの基本設定 */
.pc_none {
	display: none!important;
}
body {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section {
	width: 100%;
	margin: 0;
	padding: 20px 0;
}
.section .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}
.container {
	margin: 20px auto;
	padding: 10px 15px;
	border-radius: 10px;
}
.bg_white {
	background-color: #FFFFFF;
}
.bg_gray {
	background-color: #eeeeee;
}
a:hover,
button:hover {
	filter: brightness(1.15);
}

/* ヘッダー */
header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 4px 10px -4px rgba(0, 78, 152, 0.10);
}
.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gsap: 10px;
	height: 60px;
	padding: 0 0 0 15px;
}
.header_inner .logo_wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}
.header_inner .logo_area {
	width: 220px;
}
.header_inner .logo_sks {
	display: flex;
	align-items: baseline;
	gap: 8px;
}
.header_inner .logo_sks img.poweredby {
	width: 50px;
}
.header_inner .logo_sks img.sks {
	width: 100px;
}
.header_nav {
}
.header_nav_list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header_nav_item {
}
.header_nav_item a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	height: 60px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 500;
	color: #033282;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
.header_nav_item a:hover {
	border-bottom-color: #033282;
}
.header_nav_item a.regist:hover {
	border-bottom-color: #FFFF09;
}
.header_nav_item a.regist {
	background-color: #033282;
	color: #FFFF09;
}
.header_nav_item a .icon {
	font-size: 16px;
}
@media (max-width: 991px) {
	.header_inner .logo_wrap {
		gap: 6px;
	}
	.header_inner .logo_area {
		width: 200px;
	}
	.header_inner .logo_sks {
		gap: 6px;
	}
	.header_inner .logo_sks img.poweredby {
		width: 40px;
	}
	.header_inner .logo_sks img.sks {
		width: 90px;
	}
.header_nav_item a {
	gap: 3px;
	padding: 0 10px;
	font-size: 12px;
}
.header_nav_item a .icon {
	font-size: 12px;
}
}

/* フッターコンテンツ */
.footer_contents .footer_title {
	position: relative;
	margin-bottom: 15px;
	padding: 6px 20px 8px 40px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	background-color: #033282;
	color: #FFFFFF;
}
.footer_contents .footer_title i {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	color: #FFFF09;
}
.footer_contents .area_list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}
.footer_contents .area_item {
	width: calc((100% - 50px) / 6);
}
.footer_contents .area_item a {
	display: block;
	padding: 6px 10px;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 12px;
	font-weight: 400;
	color: #033282;
}
.footer_contents .area_item .count {
	display: inline-block;
	margin-left: 1px;
	font-size: 11px;
}
.footer_contents .text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75;
}
.footer_contents .subtext {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.75;
}
.footer_contents .card_wrap {
	display: flex;
	gap: 15px;
}
.footer_contents .card_wrap a {
	display: block;
	width: calc((100% - 30px) / 3);
}
.footer_contents .card {
	width: 100%;
	padding-bottom: 15px;
	border-radius: 5px;
	background-color: #FFF;
	overflow: hidden;
}
.footer_contents .card_img {
	width: 100%;
}
.footer_contents .card_img img {
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
.footer_contents .card_title {
	width: 100%;
	margin-bottom: 0;
	padding: 15px 15px 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #033282;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.footer_contents .lead {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #033282;
}
.footer_contents .sister_site_wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px 15px;
	padding: 15px;
	background-color: #d3dff2;
}
.footer_contents .sister_site {
	width: calc((100% - 15px) / 2);
}
.footer_contents .sister_site a {
	display: block;
	padding: 8px 10px;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #033282;
}
.footer_contents .link_wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px 15px;
}
.footer_contents .link_item {
	width: calc((100% - 15px) / 2);
}
.footer_contents .link_item a {
	display: block;
	padding: 8px 15px;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 14px;
	font-weight: 400;
	color: #033282;
}
.footer_contents .link_item a i {
	margin-left: 4px;
}


/* フッター */
.footer_nav {
	display: none;
}

/* パンくずリスト */
.breadcrumb {
	overflow: hidden;
}
.breadcrumb_list {
	display: flex;
	align-items: center;
}
.breadcrumb_item {
	position: relative;
	display: flex;
	align-items: center;
	height: 28px;
	padding: 0 20px 0 30px;
	font-size: 12px;
	color: #033282;
}
.breadcrumb_item a {
	white-space: nowrap;
}
.breadcrumb_item:first-child {
	padding-left: 20px;
	background-color: #033282;
}
.breadcrumb_item:first-child a {
	color: #FFF;
}
.breadcrumb_item:first-child::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	border-left: 16px solid #033282;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	z-index: 2;
}
.breadcrumb_item:nth-child(2) {
	background-color: #0a5abb;
}
.breadcrumb_item:nth-child(2) a {
	color: #FFF;
}
.breadcrumb_item:nth-child(2)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	border-left: 16px solid #0a5abb;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	z-index: 2;
}
.breadcrumb_item:nth-child(3) {
	background-color: #73a0de;
}
.breadcrumb_item:nth-child(3) a {
	color: #FFF;
}
.breadcrumb_item:nth-child(3)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	border-left: 16px solid #73a0de;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	z-index: 2;
}
.breadcrumb_item:last-child {
	background-color: transparent;
	overflow: hidden;
}
.breadcrumb_item:last-child a {
	color: #033282;
	cursor: auto;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb_item:last-child::after {
	content: none;
}

.section_page_title {
	padding: 40px 0;
	background-color: #FFF;
}
.page_title {
	margin: 0;
	text-align: center;
}
.page_title .en {
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: 500;
	color: #033282;
}
.page_title .jp {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #033282;
}
.page_lead {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75;
	text-align: center;
}

/* FAQ */
.faq {
	border-radius: 5px;
	background-color: #FFF;
	margin-bottom: 10px;
}
.faq_question {
	position: relative;
	display: block;
	padding: 10px 34px 10px 40px;
	font-size: 14px;
	font-weight: 500;
	color: #033282;
	cursor: pointer;
}
.faq_question::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%) rotate(45deg);
	border-right: 1px solid #033282;
	border-bottom: 1px solid #033282;
}
.faq_question.open::after {
	transform: translateY(-10%) rotate(-135deg);
}
.faq_question .icon_q {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 4px 8px 2px;
	border-radius: 5px 0;
	background-color: #033282;
	font-family: "Avenir Next", "Noto Sans JP", 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}
.faq_answer {
	display: none;
	padding: 0 20px 15px;
}
.faq_answer p {
	position: relative;
	padding: 12px 20px 12px 28px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	background-color: #EDF4FE;
}
.faq_answer .icon_a {
	position: absolute;
	top: 12px;
	left: 9px;
	display: inline-block;
	font-family: "Avenir Next", "Noto Sans JP", 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #ef9300;
}


.chart_item_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 10px;
}
.chart_item {
	width: calc(50% - 10px);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.chart_item .chart-container {
	position: relative;
	width: 100%;
	height: 450px;
}
.chart_item .chart-container canvas {
	width: 100%;
	height: 100%;
}
.chart_item table {
	width: 100%;
	border: solid 1px #033282;
	border-collapse: collapse;
}
.chart_item thead th {
	background-color: #edf4fe;
	font-size: 15px;
	font-weight: 500;
}
.chart_item th,
.chart_item td {
	width: 50%;
	text-align: center;
	border: solid 1px #033282;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 10px;
}
.chart_item td {
	background-color: #edf4fe;
}

