@charset "UTF-8";
.topVis {
	background-color: var(--color-sand);
	padding-top: 40px;
	padding-bottom: 56px;
	position: relative;
}
.topVis_image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 526px;
}
.topVis_image-no1 {
	margin-left: -851px;
	margin-top: -170px;
}
.topVis_image > img {
	display: block;
}
.topVis_image-no2 {
	margin-left: 735px;
	margin-top: -215px;
}
.topVis_image-no3 {
	margin-left: -611px;
	margin-top: 70px;
}
.topVis_image-no4 {
	margin-left: 701px;
	margin-top: 218px;
}
.topVis_image-no5 {
	margin-left: -770px;
	margin-top: 227px;
}
.topVis_inner {}
.topVis_title {
	max-width: 884px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}
.topVis_title > img {
	display: block;
}
.topIntro {
	padding-bottom: 87px;
	padding-top: 102px;
	background-color: var(--color-off-white);
}
.topIntro_inner {}
.topIntro_title {}
.topIntro_text {
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -0.03em;
}
.topStart {
	background-color: var(--color-sand);
	border-radius: 15px;
	max-width: 960px;
	margin: 92px auto 0;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 112px 20px 42px;
}
.topStart_image {
	position: absolute;
	top: 0px;
	right: 0;
	width: 176px;
	transform: translate(24%, -22%);
}
.topStart_image > img {
	display: block;
}
.topStart_title {
	margin-bottom: 31px;
}
.topStart_list {
	list-style: none;
	line-height: 1.5;
	letter-spacing: 0.04em;
	font-size: 18px;
	margin-bottom: 40px;
}
.topStart_list > li {
	position: relative;
	padding-left: 33px;
}
.topStart_list > li:nth-child(n+2) {
	margin-top: 16px;
}
.topStart_list_icon {
	background-image: url(../img/icn-flower@2x.png);
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	position: absolute;
	top: 0.75em;
	left: 0;
	transform: translateY(-50%);
}
.topStart_start {
	width: 445px;
	max-width: 100%;
	margin-top: 22px;
}
.topStart_start > a {}
.topStart_link {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}
.topStart_link > a {
	text-decoration: none;
	color: var(--color-mid-gray);
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	min-height: 40px;
	column-gap: 10px;
	transition-duration: .3s;
	transition-property: background-color, color;
	letter-spacing: 0.04em;
}
.topStart_link_icon {
	display: block;
	width: 14px;
	height: 14px;
	fill: currentColor;
}
.quiz {
	position: relative;
	display: grid;
	grid-template-columns: 100%;
	align-items: center;
	box-sizing: border-box;
	padding-top: 67px;
	padding-bottom: 67px;
	--quiz-color: var(--color-culture);
	color: var(--quiz-color);
}
.quiz-history {
	--quiz-color: var(--color-history);
}
.quiz-great {
	--quiz-color: var(--color-great);
}
.quiz-know {
	--quiz-color: var(--color-know);
}
.quiz-traditional {
	--quiz-color: var(--color-traditional);
}
.quiz_bg {
	width: 355px;
	height: 100%;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	background-position: left top;
}
.quiz_bg-left {
	background-image: url(../img/bg-quiz-left@2x.png);
	left: -75px;
}
.quiz_bg-right {
	background-image: url(../img/bg-quiz-right@2x.png);
	right: -83px;
}
.quiz_inner {
	width: 100%;
	box-sizing: border-box;
	max-width: 1132px;
}
.quiz_box {
	background-color: var(--color-off-white);
	border-radius: 15px;
	position: relative;
	z-index: 1;
	padding: 26px 40px 59px;
}
.quiz_head {
	border-bottom: 3px solid currentColor;
	display: grid;
	grid-template-columns: 1fr 200px 1fr;
	align-items: flex-end;
	column-gap: 10px;
	margin-bottom: 33px;
}
.quiz_num {
	font-style: normal;
	font-weight: 600;
	font-size: 104px;
	line-height: 1.173;
	font-family: var(--font-brygada);
	grid-column: 2;
	text-align: center;
	white-space: nowrap;
}
.quiz_cat {
	font-weight: 900;
	font-size: 38px;
	line-height: 1.21;
	text-align: center;
	letter-spacing: 0.2em;
	font-feature-settings: 'halt' on;
	grid-column: 3;
	text-align: right;
	padding-bottom: 0.5em;
	position: relative;
	left: 0.2em;
}
.quiz_title {
	font-weight: 700;
	font-size: 27px;
	line-height: 1.48;
	letter-spacing: 0.1em;
	font-feature-settings: 'halt' on;
	margin-bottom: 36px;
}
.quiz_oList {
	list-style: none;
}
.quiz_oList > li {}
.quiz_oList > li:nth-child(n+2) {
	margin-top: 10px;
}
.quiz_label {
	display: block;
	position: relative;
	cursor: pointer;
}
.quiz_label > input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.quiz_label_item {
	display: flex;
	border: 3px solid currentColor;
	border-radius: 12px;
	overflow: hidden;
}
.quiz_label_sign {
	display: flex;
	width: 73px;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-weight: 700;
	font-size: 32px;
	position: relative;
	font-family: var(--font-outfit);
}
.quiz_label_sign::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	opacity: .42;
	transition-duration: .3s;
	transition-property: opacity;
}
[type="radio"]:checked + .quiz_label_item .quiz_label_sign::before {
	opacity: 1;
}
.quiz_label_text {
	display: flex;
	width: calc(100% - 73px);
	font-weight: 700;
	font-size: 25px;
	line-height: 41px;
	align-items: center;
	letter-spacing: 0.1em;
	font-feature-settings: 'halt' on;
	padding: 16px 20px;
	position: relative;
	box-sizing: border-box;
	border-left: 3px solid currentColor;
}
.quiz_label_text::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
[type="radio"]:checked + .quiz_label_item .quiz_label_text::before {
	opacity: 0.12;
}
.quiz_label_text_inner {
	display: block;
	position: relative;
	z-index: 1;
}
.quiz_btn {
	display: block;
	width: 181px;
	margin: 31px auto 0;
}
.quiz_box_inner {
	max-width: 896px;
	margin: 0 auto;
}
.quiz_label_sign_inner {
	display: block;
	position: relative;
	z-index: 1;
	color: var(--color-culture);
	transition-duration: .3s;
	transition-property: background-color, color;
	color: var(--main-color);
}
[type="radio"]:checked + .quiz_label_item .quiz_label_sign_inner {
	color: var(--color-white);
}
.answer {}
.answer_title {
	font-size: 75px;
	line-height: 1.4;
	text-align: center;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin-bottom: 11px;
}
.answer_cols {
	display: flex;
	justify-content: space-between;
}
.answer_col {}
.answer_col-txt {
	width: 56%;
}
.answer_headline {
	font-size: 27px;
	font-weight: bold;
	display: flex;
	align-items: center;
	column-gap: 16px;
	flex-wrap: wrap;
	line-height: 1.4;
	row-gap: 10px;
	margin-bottom: 19px;
}
.answer_num {
	width: 80px;
	height: 80px;
	background-color: var(--color-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: var(--answer-color);
	font-size: 42px;
	font-family: var(--font-outfit);
}
.answer_text {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.2;
	text-align: justify;
}
.answer_col-img {
	width: 41.4%;
	padding-top: 25px;
}
.answer_image {
	position: relative;
	padding-bottom: 75.676%;
}
.answer_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.answer_btnList {
	list-style: none;
	max-width: 718px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto 0;
	column-gap: 5%;
	margin-top: 51px;
}
.answer_btnList > li {}
.quiz_box-answer {
	padding-top: 54px;
	color: var(--color-off-white);
}
.quiz_box-correct {
	background-color: var(--color-correct);
	--answer-color: var(--color-dusty-red);
}
.quiz_box-incorrect {
	background-color: var(--color-incorrect);
	--answer-color: var(--color-incorrect-btn);
}
.answer_btn {
	background-color: var(--color-sand);
	color: var(--answer-color);
	box-shadow: 0 8px 0 var(--answer-color);
}
.result {
	position: relative;
	z-index: 1;
	max-width: 903px;
	margin: 0 auto;
}
.result_head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 13px;
}
.result_head_cell {}
.result_head_cell-title {}
.result_title {
	display: flex;
	margin-bottom: 7px;
}
.result_title_inner {
	font-size: 20px;
	background-color: var(--color-taupe);
	color: var(--color-white);
	font-weight: bold;
	line-height: 1;
	min-height: 35px;
	align-items: center;
	justify-content: center;
	min-width: 119px;
	display: flex;
	border-radius: 35px;
}
.result_num {
	color: var(--color-taupe);
	font-size: 45px;
	font-weight: 900;
	display: flex;
	line-height: 1;
	align-items: flex-end;
	white-space: nowrap;
}
.result_num_main {
	font-size: 104px;
	font-weight: bold;
	font-family: var(--font-outfit);
}
.result_num_suffix {
	transform: translateY(-38%);
	margin-left: 0.1em;
}
.result_num_slush {
	font-size: 0;
	width: 5px;
	height: 51px;
	background-color: currentColor;
	display: block;
	transform: translateY(-20%) rotate(33deg) scale(0.9, 1);
	margin: 0 24px;
	min-width: 5px;
}
.result_num_total {
	font-size: 60px;
	font-weight: bold;
	font-family: var(--font-outfit);
	transform: translateY(-10%);
}
.result_head_cell-img {}
.result_image {
	transform: translateY(-5px);
}
.result_image > img {
	display: block;
}
.result_oList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(10, auto);
	grid-auto-flow: column;
	column-gap: 5.4%;
}
.result_oList > li {
	background-color: var(--color-white);
}
.result_dList {
	list-style: none;
	display: flex;
	line-height: 1;
	min-height: 45px;
	white-space: nowrap;
}
.result_dList > dt {
	font-family: var(--font-outfit);
	font-size: 19px;
	font-weight: bold;
	width: calc(100% - 54px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-result);
	color: var(--color-white);
	border-bottom: 1px solid currentColor;
}
.result_oList > li:nth-child(10n) .result_dList > dt {
	border-bottom: none;
}
.result_dList > dd {
	width: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-result);
	border-bottom: 1px solid currentColor;
	font-size: 22px;
	font-weight: bold;
}
.result_oList > li:nth-child(10n) .result_dList > dd {
	border-bottom: none;
}
.result_link {
	max-width: 302px;
	margin: 40px auto 0;
}
.result_link > a {}
.answer_col-single {
	width: 100%;
}
.error {
	display: grid;
	grid-template-columns: 100%;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.error_inner {
	width: 100%;
	box-sizing: border-box;
}
.error_title {}
.error_text {
	text-align: center;
}
.error_link {
	max-width: 300px;
	margin: 30px auto 0;
}
.cert {
	padding-top: 58px;
	padding-bottom: 80px;
}
.cert_inner {
	max-width: 920px;
}
.cert_head {
	display: flex;
	justify-content: center;
	text-align: right;
	margin-bottom: 39px;
}
.cert_head_inner {}
.cert_title {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.41;
	letter-spacing: -0.06em;
	font-feature-settings: 'halt' on;
	color: var(--color-dark-blue);
	margin-bottom: 19px;
}
.cert_date {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.49;
	color: var(--color-dark-blue);
}
.cert_date > time {}
.cert_pass {
	background-image: url(../img/bg-pass@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 20px 40px;
	margin-bottom: 24px;
}
.cert_pass_inner {
	max-width: 431px;
	margin: 0 auto;
}
.cert_pass_image {
	margin-bottom: 24px;
}
.cert_pass_image > img {
	display: block;
}
.cert_pass_note {
	font-size: 18px;
	font-weight: bold;
	color: var(--color-dark-blue);
	line-height: 1.41;
	display: flex;
	column-gap: 10px;
	letter-spacing: -0.08em;
	align-items: center;
}
.cert_pass_note > img {
	display: block;
	width: 99px;
	max-width: none;
}
.cert_pass_note_text {}
.cert_note {
	font-size: 18px;
	font-weight: bold;
	color: var(--color-dark-blue);
	text-align: center;
	line-height: 1.49;
	margin-bottom: 31px;
}
.cert_note_strong {
	font-weight: 900;
}
.cert_note_num {
	font-size: 19px;
}
.cert_link {
	max-width: 278px;
	margin: 0 auto 0;
}
.cert_link > a {
	font-size: 16px;
}
.campaign {
	max-width: 681px;
	margin: 85px auto 0;
	font-size: 16px;
	line-height: 1.4375;
}
.campaign_title {}
.campaign_title > img {
	display: block;
}
.campaign_link {
	max-width: 278px;
	margin: 45px auto 0;
}
.campaign_link > a {
	font-size: 16px;
	min-height: 52px;
}
.campaign_sect {
	display: flex;
	justify-content: center;
	margin-top: 44px;
	letter-spacing: 0.04em;
}
.campaign_sect_inner {}
.campaign_headline {
	font-size: inherit;
	font-weight: bold;
	margin-bottom: 11px;
}
.campaign_table {}
.campaign_table > tbody {}
.campaign_table > tbody > tr {}
.campaign_table > tbody > tr > th {
	vertical-align: top;
	white-space: nowrap;
	padding-bottom: 10px;
}
.campaign_table > tbody > tr > td {
	padding-bottom: 10px;
	font-feature-settings: 'halt' on;
	vertical-align: top;
}
.campaign_table > tbody > tr:last-child > th {
	padding-bottom: 0;
}
.campaign_table > tbody > tr:last-child > td {
	padding-bottom: 0;
}
.topVis_copy {
	position: absolute;
	top: 4.4%;
	left: 3.6%;
	mix-blend-mode: multiply;
	font-weight: bold;
	font-size: 17px;
	display: flex;
	align-items: center;
	column-gap: 0px;
	z-index: 10;
}
.topVis_copy > img {
	display: block;
}
.topVis_copy_text {
	display: block;
	transform: translate(-2%, -6%);
	letter-spacing: 0.04em;
}
.topVis_title-teaser {
	max-width: 978px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 20px;
}
.topVis-teaser {
	height: calc(100vh - 222px);
	box-sizing: border-box;
	min-height: 740px;
}
@media screen and (max-width:1919px) {
	.topVis {
		padding-top: 2.084%;
		padding-bottom: 2.918%;
	}
	.topVis-teaser {
		min-height: 38.561vw;
	}
	.topVis_image {
		width: 27.41%;
		margin-left: 0;
		margin-top: 0;
		transform: none;
	}
	.topVis_image-no1 {
		left: -8.1%;
		top: 11.4%;
	}
	.topVis_image > img {
		max-width: 100%;
		height: auto;
	}
	.topVis_image-no2 {
		left: 74.8%;
		top: 6.5%;
	}
	.topVis_image-no3 {
		left: 4.4%;
		top: 36.7%;
	}
	.topVis_image-no4 {
		left: 72.9%;
		top: 52.2%;
	}
	.topVis_image-no5 {
		left: -4%;
		top: 53.9%;
	}
	.topVis_inner {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	.topVis_title {
		width: 46.065%;
	}
	.topVis_title > img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width:1249px) {
	.result {
		background-color: var(--color-white);
		border-radius: 15px;
		padding: 40px 40px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.answer_btn:hover {
		box-shadow: 0 0px 0 var(--answer-color);
	}
	.quiz_label:hover .quiz_label_sign {}
	.quiz_label:hover .quiz_label_sign::before {
		opacity: .7;
	}
	.quiz_label:hover .quiz_label_text::before {
		opacity: 0.12;
	}
	.quiz_label:hover .quiz_label_sign_inner {
		color: var(--color-white);
	}
	.topStart_start > a:hover {}
	.topStart_link > a:hover {
		color: var(--color-light-gray);
	}
}
@media screen and (max-width:999px) {
	.topVis {}
	.topVis_image {}
	.topVis_image-no1 {}
	.topVis_image > img {}
	.topVis_image-no2 {}
	.topVis_image-no3 {}
	.topVis_image-no4 {}
	.topVis_image-no5 {}
	.topVis_inner {}
	.topVis_title {}
	.topVis_title > img {}
	.topIntro {}
	.topIntro_inner {}
	.topIntro_title {}
	.topIntro_text {}
	.topStart {}
	.topStart_image {
		width: 130px;
	}
	.topStart_image > img {}
	.topStart_title {}
	.topStart_list {}
	.topStart_list > li {}
	.topStart_list > li:nth-child(n+2) {}
	.topStart_list_icon {}
	.topStart_start {}
	.topStart_start > a {}
	.topStart_link {}
	.topStart_link > a {}
	.topStart_link_icon {}
	.quiz {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.quiz_bg {
		width: 270px;
	}
	.quiz_bg-left {}
	.quiz_bg-right {}
	.quiz_inner {}
	.quiz_box {
		padding: 25px 25px 50px;
	}
	.quiz_head {
		grid-template-columns: 1fr 110px 1fr;
	}
	.quiz_num {
		font-size: 60px;
	}
	.quiz_cat {
		font-size: 24px;
	}
	.quiz_title {
		font-size: 24px;
	}
	.quiz_oList {}
	.quiz_oList > li {}
	.quiz_oList > li:nth-child(n+2) {}
	.quiz_label {}
	.quiz_label > input {}
	.quiz_label_item {}
	.quiz_label_sign {
		font-size: 28px;
	}
	.quiz_label_sign::before {}
	[type="radio"]:checked + .quiz_label_item .quiz_label_sign::before {}
	.quiz_label_text {
		font-size: 22px;
		line-height: 36px;
	}
	.quiz_label_text::before {}
	[type="radio"]:checked + .quiz_label_item .quiz_label_text::before {}
	.quiz_label_text_inner {}
	.quiz_btn {}
	.quiz_box_inner {}
	.quiz_label_sign_inner {}
	[type="radio"]:checked + .quiz_label_item .quiz_label_sign_inner {}
	.quiz_box-correct {}
	.answer {}
	.answer_title {
		font-size: 50px;
	}
	.answer_cols {}
	.answer_col {}
	.answer_col-txt {}
	.answer_headline {
		font-size: 24px;
		margin-bottom: 12px;
		column-gap: 10px;
	}
	.answer_num {
		width: 70px;
		height: 70px;
		font-size: 33px;
	}
	.answer_text {
		font-size: 18px;
		line-height: 2;
	}
	.answer_col-img {}
	.answer_image {}
	.answer_image > img {}
	.answer_btnList {
		margin-top: 35px;
	}
	.answer_btnList > li {}
	.quiz_box-answer {
		padding-top: 45px;
	}
	.quiz_box-incorrect {}
	.answer_btn {}
	.result {}
	.result_head {}
	.result_head_cell {}
	.result_head_cell-title {}
	.result_title {}
	.result_title_inner {}
	.result_num {}
	.result_num_main {}
	.result_num_suffix {}
	.result_num_slush {}
	.result_num_total {}
	.result_head_cell-img {
		width: 140px;
	}
	.result_image {}
	.result_image > img {}
	.result_oList {
		column-gap: 15px;
	}
	.result_oList > li {}
	.result_dList {}
	.result_dList > dt {
		width: calc(100% - 40px);
	}
	.result_oList > li:nth-child(10n) .result_dList > dt {}
	.result_dList > dd {
		font-size: 20px;
		width: 40px;
	}
	.result_oList > li:nth-child(10n) .result_dList > dd {}
	.result_link {}
	.result_link > a {}
	.answer_col-single {}
	.error {}
	.error_inner {}
	.error_title {}
	.error_text {}
	.error_link {}
	.cert {}
	.cert_inner {}
	.cert_head {}
	.cert_head_inner {}
	.cert_title {}
	.cert_date {}
	.cert_date > time {}
	.cert_pass {}
	.cert_pass_inner {}
	.cert_pass_image {}
	.cert_pass_image > img {}
	.cert_pass_note {}
	.cert_pass_note > img {}
	.cert_pass_note_text {}
	.cert_note {}
	.cert_note_strong {}
	.cert_link {}
	.cert_link > a {}
	.campaign {}
	.campaign_title {}
	.campaign_title > img {}
	.campaign_link {}
	.campaign_link > a {}
	.campaign_sect {}
	.campaign_sect_inner {}
	.campaign_headline {}
	.campaign_table {
		line-height: 1.6;
	}
	.campaign_table > tbody {}
	.campaign_table > tbody > tr {}
	.campaign_table > tbody > tr > th {}
	.campaign_table > tbody > tr > td {}
	.campaign_table > tbody > tr:last-child > th {}
	.campaign_table > tbody > tr:last-child > td {}
	.topVis_copy {
		font-size: 14px;
	}
	.topVis_copy > img {
		width: 72px;
	}
	.topVis_copy_text {}
	.topVis_title-teaser {}
	.topVis-teaser {
		height: calc(100vh - 192px);
		min-height: 430px;
	}
}
@media screen and (max-width: 767px) {
	.topVis {
		padding-top: 58px;
		padding-bottom: 58px;
	}
	.topVis_image {
		width: 100px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.topVis_image-no1 {
		margin-left: -144px;
		margin-top: -110px;
	}
	.topVis_image > img {}
	.topVis_image-no2 {
		margin-left: 132px;
		margin-top: -108px;
	}
	.topVis_image-no3 {
		margin-left: -162px;
		margin-top: 4px;
		width: 130px;
	}
	.topVis_image-no4 {
		margin-left: 149px;
		margin-top: 113px;
		width: 120px;
	}
	.topVis_image-no5 {
		margin-left: -133px;
		margin-top: 102px;
		width: 131px;
	}
	.topVis_inner {}
	.topVis_title {
		width: 294px;
	}
	.topVis_title > img {}
	.topIntro {
		padding-top: 30px;
		padding-bottom: 41px;
	}
	.topIntro_inner {}
	.topIntro_title {}
	.topIntro_text {}
	.topStart {
		margin-top: 28px;
		border-radius: 8px;
		padding: 32px 20px 20px;
	}
	.topStart_image {
		width: 42px;
		transform: none;
		top: -20px;
		right: 10px;
	}
	.topStart_image > img {}
	.topStart_title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.topStart_list {
		margin-bottom: 15px;
	}
	.topStart_list > li {}
	.topStart_list > li:nth-child(n+2) {
		margin-top: 10px;
	}
	.topStart_list_icon {}
	.topStart_start {}
	.topStart_start > a {
		min-height: 70px;
		border-radius: 6px;
		line-height: 1.4;
		font-size: 18px;
		padding-left: 10px;
		padding-right: 10px;
		box-shadow: 0 6px 0 var(--color-dusty-red);
		column-gap: 10px;
	}
	.topStart_link {}
	.topStart_link > a {}
	.topStart_link_icon {}
	.quiz {}
	.quiz_bg {}
	.quiz_bg-left {
		width: 100%;
		left: 0;
		background-image: url(../img/bg-quiz@2x.png);
		background-size: 421px auto;
		background-repeat: repeat-y;
		background-position: center top;
	}
	.quiz_bg-right {
		display: none;
	}
	.quiz_inner {}
	.quiz_box {
		padding: 16px 20px 27px;
		border-radius: 10px;
	}
	.quiz_head {
		grid-template-columns: 1fr 60px 1fr;
		column-gap: 5px;
		align-items: center;
		padding-bottom: 14px;
		margin-bottom: 18px;
	}
	.quiz_num {
		font-size: 42px;
	}
	.quiz_cat {
		font-size: 18px;
		padding-bottom: 0;
		letter-spacing: 0.1em;
		left: 0.1em;
		line-height: 1.1;
	}
	.quiz_title {
		font-size: 20px;
		margin-bottom: 26px;
	}
	.quiz_oList {}
	.quiz_oList > li {}
	.quiz_oList > li:nth-child(n+2) {
		margin-top: 8px;
	}
	.quiz_label {}
	.quiz_label > input {}
	.quiz_label_item {
		border-width: 2px;
	}
	.quiz_label_sign {
		font-size: 24px;
		width: 42px;
	}
	.quiz_label_sign::before {}
	[type="radio"]:checked + .quiz_label_item .quiz_label_sign::before {}
	.quiz_label_text {
		font-size: 18px;
		line-height: 28px;
		padding: 12px 10px;
		width: calc(100% - 42px);
		border-left-width: 2px;
	}
	.quiz_label_text::before {}
	[type="radio"]:checked + .quiz_label_item .quiz_label_text::before {}
	.quiz_label_text_inner {}
	.quiz_btn {
		max-width: 168px;
		margin: 25px auto 0;
	}
	.quiz_box_inner {}
	.quiz_label_sign_inner {}
	[type="radio"]:checked + .quiz_label_item .quiz_label_sign_inner {}
	.quiz_box-correct {}
	.answer {}
	.answer_title {
		font-size: 32px;
		margin-bottom: 16px;
	}
	.answer_cols {
		display: block;
	}
	.answer_col {
		width: auto;
		max-width: none;
	}
	.answer_col-txt {}
	.answer_headline {
		font-size: 20px;
		column-gap: 8px;
		row-gap: 10px;
		margin-bottom: 22px;
	}
	.answer_num {
		width: 36px;
		height: 36px;
		font-size: 24px;
	}
	.answer_text {
		font-size: 16px;
	}
	.answer_col-img {
		padding-top: 0;
		margin-top: 17px;
	}
	.answer_image {}
	.answer_image > img {}
	.answer_btnList {
		display: block;
		max-width: 246px;
		margin-top: 40px;
	}
	.answer_btnList > li {}
	.answer_btnList > li:nth-child(n+2) {
		margin-top: 16px;
	}
	.quiz_box-answer {}
	.quiz_box-incorrect {}
	.answer_btn {
		box-shadow: 0 3px 0 var(--answer-color);
	}
	.result {
		padding: 20px 20px 28px;
		border-radius: 10px;
		position: relative;
	}
	.result_head {
		display: block;
		margin-bottom: 33px;
	}
	.result_head_cell {}
	.result_head_cell-title {}
	.result_title {
		margin-bottom: 2px;
	}
	.result_title_inner {
		font-size: 18px;
		min-height: 36px;
		min-width: 119px;
	}
	.result_num {
		font-size: 28px;
	}
	.result_num_main {
		font-size: 72px;
	}
	.result_num_suffix {
		margin-left: 0.3em;
		transform: translateY(-45%);
	}
	.result_num_suffix-last {
		margin-left: 0.2em;
	}
	.result_num_slush {
		width: 4px;
		margin: 0 30px;
		transform: translateY(-8%) rotate(33deg);
		margin-right: 21px;
		min-width: 4px;
	}
	.result_num_total {
		font-size: 48px;
	}
	.result_head_cell-img {}
	.result_image {
		position: absolute;
		top: 0;
		right: 0;
		width: 93px;
		transform: translate(-18%, -26%);
	}
	.result_image > img {}
	.result_oList {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(25, auto);
		grid-auto-flow: row;
		column-gap: 0;
		max-width: 375px;
		margin-left: auto;
		margin-right: auto;
	}
	.result_oList > li {}
	.result_dList {}
	.result_dList > dt {
		width: calc(100% - 60px);
	}
	.result_oList > li:nth-child(10n) .result_dList > dt {
		border-bottom: 1px solid currentColor;
	}
	.result_oList > li:nth-child(n+49) .result_dList > dt {
		border-bottom: none;
	}
	.result_dList > dd {
		width: 60px;
	}
	.result_oList > li:nth-child(10n) .result_dList > dd {
		border-bottom: 1px solid currentColor;
	}
	.result_oList > li:nth-child(n+49) .result_dList > dd {
		border-bottom: none;
	}
	.result_link {
		max-width: 244px;
		margin-top: 40px;
	}
	.result_link > a {}
	.answer_col-single {}
	.error {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.error_inner {}
	.error_title {}
	.error_text {
		text-align: left;
	}
	.error_link {
		max-width: 240px;
		margin-top: 20px;
	}
	.cert {
		padding-top: 32px;
		padding-bottom: 35px;
	}
	.cert_inner {}
	.cert_head {
		display: block;
		text-align: left;
		margin-bottom: 22px;
	}
	.cert_head_inner {}
	.cert_title {
		font-size: 20px;
		margin-bottom: 0;
	}
	.cert_date {
		font-size: 14px;
		text-align: right;
	}
	.cert_date > time {}
	.cert_pass {
		margin-left: -20px;
		margin-right: -20px;
		padding: 22px 20px 20px;
		margin-bottom: 10px;
	}
	.cert_pass_inner {
		max-width: 266px;
	}
	.cert_pass_image {
		margin-bottom: 10px;
	}
	.cert_pass_image > img {}
	.cert_pass_note {
		font-size: 12px;
		column-gap: 7px;
	}
	.cert_pass_note > img {
		width: 57px;
	}
	.cert_pass_note_text {}
	.cert_note {
		font-size: 16px;
		text-align: left;
		margin-bottom: 9px;
	}
	.cert_note_strong {}
	.cert_note_num {
		font-size: 17px;
	}
	.cert_link {
		max-width: 250px;
	}
	.cert_link > a {
		min-height: 75px;
	}
	.campaign {
		margin-top: 37px;
		max-width: 335px;
	}
	.campaign_title {}
	.campaign_title > img {}
	.campaign_link {
		max-width: 250px;
		margin-top: 21px;
	}
	.campaign_link > a {}
	.campaign_sect {
		margin-top: 25px;
	}
	.campaign_sect_inner {}
	.campaign_headline {
		margin-bottom: 8px;
	}
	.campaign_table {
		font-size: 14px;
	}
	.campaign_table > tbody {}
	.campaign_table > tbody > tr {}
	.campaign_table > tbody > tr > th {}
	.campaign_table > tbody > tr > td {
		letter-spacing: 0em;
	}
	.campaign_table > tbody > tr:last-child > th {}
	.campaign_table > tbody > tr:last-child > td {}
	.topVis_copy {
		top: 2.9%;
		left: 5%;
	}
	.topVis_copy > img {}
	.topVis_copy_text {
		letter-spacing: 0;
		transform: translate(-1%, -6%);
	}
	.topVis_title-teaser {}
	.topVis-teaser {
		height: calc(var(--fullVh, 100vh) - 178px);
		min-height: 390px;
	}
}
@media screen and (max-width: 374px) {
	.topStart_title {
		font-size: 20px;
	}
	.topStart_list {
		font-size: 16px;
	}
	.topStart_link > a {
		column-gap: 7px;
	}
	.topStart_link_icon {
		width: 12px;
		height: 12px;
	}
	.quiz_cat {
		font-size: 16px;
	}
	.quiz_num {
		font-size: 36px;
	}
	.quiz_head {
		grid-template-columns: 1fr 50px 1fr;
		padding-bottom: 10px;
	}
	.quiz_title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.quiz_label_text {
		font-size: 16px;
		line-height: 26px;
	}
	.result_num {
		font-size: 24px;
	}
	.result_num_main {
		font-size: 60px;
	}
	.result_num_total {
		font-size: 41px;
	}
	.result_num_slush {
		height: 46px;
		width: 3px;
		min-width: 3px;
		margin-left: 20px;
		margin-right: 17px;
	}
	.topStart_start > a {
		font-size: 15px;
	}
}
