<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*--------------------------------
common
--------------------------------*/
* {
	margin: 0;
	padding: 0
}
*:focus {
	outline: none!important;
}
h1, h2, h3, p {
	margin: 0;
}
body {
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.8;
	color: #282828;
	background-color: #fff;
}
header img,
main img {
	width: 100%;
	max-width: 100%;
}
sup, sub {
	font-size: .75em;
}
a {
	opacity: 1;
}
a:hover {
	opacity: .8;
	transition: .4s;
}
ruby {
	line-height: 1;
}

/*--------------------------------
header
--------------------------------*/
header {
	padding: 28px 0;
}
header img {
	max-width: 189px;
}

/*--------------------------------
main
--------------------------------*/
main {
	font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.sp {
	display: none!important;
}
.kana {
	display: none;
}
/*- title ----------*/
#title {
	position: relative;
	text-align: center;
	background: url("../img/title_bg01.png") repeat-y bottom center / 100% auto;
	padding: 40px 0 30px 0;
}
#title:before {
	position: absolute;
	content: "";
	max-width: 1200px;
	width: 100%;
	max-height: 570px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url("../img/title_img02.png"), url("../img/title_img03.png"), url("../img/title_img04.png"), url("../img/title_img05.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left 6% top 15%, right 8% top 15%, left 0 bottom 0, right 0 bottom 0;
}
#title:after {
	position: absolute;
	content: "";
	bottom: -62px;
	left: 0;
	width: 100%;
	height: 62px;
	background: url("../img/title_bg02.png") no-repeat top center / cover;
	z-index: 1;
}
#title .container-fluid {
	position: relative;
	z-index: 1;
}
#title .subttl {
	font-size: 32px;
}
#title h1 img {
	max-width: 635px;
}
#title .leadtxt {
	font-size: 22px;
}
#title .btnbox {
	display: flex;
	justify-content: space-between;
	border: 4px solid #FDEDAF;
	border-radius: 40px;
	background-color: #fff;
	padding: 20px 36px 20px 20px;
}
#title .btnbox .txtimg {
	max-width: 94px;
}
#title .btnbox .btn {
	display: flex;
	justify-content: center;
	padding: 0;
}
#title .btnbox .btn p {
	max-width: 255px;
}
/*- navi ----------*/
#navi {
	position: relative;
	background: url("../img/navi_bg01.png") repeat-y bottom center / 100% auto;
	padding: 82px 0 38px 0;
	margin-bottom: 87px;
}
#navi:after {
	position: absolute;
	content: "";
	bottom: -87px;
	left: 0;
	width: 100%;
	height: 87px;
	background: url("../img/navi_bg02.png") no-repeat top center / cover;
	z-index: 1;
}
#navi .ttl01 img {
	max-width: 336px;
}
#navi .ttl02 img {
	max-width: 229px;
}
#navi a img {
	max-width: 300px;
}
/*- quiz ----------*/
#quiz {
	position: relative;
	background: url("../img/quiz_bg01.png") repeat-y top center / auto;
	padding: 80px 0;
}
#quiz .ttl {
	position: relative;
}
#quiz .ttl.pc img {
	max-width: 383px;
}
#quiz:before {
	position: absolute;
	content: "";
	max-width: 1190px;
	width: 100%;
	max-height: 94px;
	height: 100%;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: url("../img/quiz_bg02.png") no-repeat top center / cover;
}
#quiz .quizbox {
	display: flex;
	align-items: center;
	border: 3px solid #282828;
	border-radius: 30px;
	background-color: #fff;
	padding: 0 24px;
}
#quiz .quizbox .ttl {
	min-width: 184px;
}
#quiz .quizbox .ttl img {
	max-width: 184px;
}
#quiz .quizbox .d-flex {
	position: relative;
	padding: 40px 0;
}
#quiz .quizbox .img {
	position: absolute;
	bottom: 0;
}
#quiz .quizbox .img img {
	max-width: 139px;
}
#quiz .quizbox .txt {
	font-size: 25px;
	font-weight: bold;
	color: #3392E6;
	padding-left: 156px;
}
#quiz .quizbox .txt rt {
	color: #282828;
}
#quiz .answerbox {
	position: relative;
	border: 3px solid #282828;
	border-radius: 30px;
	background-color: #fff;
}
#quiz .answerbox:after {
	position: absolute;
	content: "";
	width: calc(100% + 6px);
	height: 100%;
	bottom: -13px;
	left: -3px;
	background-color: #1F588A;
	border: 3px solid #282828;
	border-radius: 30px;
	z-index: -1;
}
#quiz .answerbox .open {
	position: relative;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 27px 27px 0 0;
	background-color: #3392E6;
	padding: 24px 30px;
	cursor: pointer;
	transition: .7s;
}
#quiz .answerbox .open.active {
	border-radius: 27px;
}
#quiz .answerbox .open:before {
	position: absolute;
	content: "";
	width: 42px;
	height: 42px;
	right: 18px;
	background: url("../img/quiz_icon01.png") no-repeat center / cover;
}
#quiz .answerbox .open.active:before {
	transform: rotate( -180deg );
}
#quiz .answerbox .answer {
	display: none;
	border-radius: 0 0 27px 27px;
	padding: 24px 0 60px 0;
}
#quiz .answerbox .answer .img {
	min-width: 135px;
}
#quiz .answerbox .answer .img img {
	max-width: 135px;
}
#quiz .answerbox .answer .txt {
	font-size: 25px;
	font-weight: bold;
	color: #3392E6;
	padding-left: 24px;
}
#quiz .answerbox .answer .txt rt {
	color: #282828;
}
#quiz .answerbox .answer .line {
	line-height: 0;
}
#quiz .answerbox .answer .line img {
	max-width: 384px;
}
#quiz .answerbox .answer .img01 img {
	max-width: 890px;
}
#quiz .answerbox .answer .img02 img {
	max-width: 777px;
}
#quiz .answerbox .answer .img03 img {
	max-width: 816px;
}
#quiz .answerbox .answer .img04 img {
	max-width: 890px;
}
#quiz .answerbox .answer .img05 img {
	max-width: 894px;
}
#quiz .answerbox .answer .ttl {
	margin-top: 90px;
}
/*- movie ----------*/
#movie {
	background-color: #3392E6;
	padding: 80px 0;
}
#movie .txtimg img {
	max-width: 540px;
}
/*- kousaku ----------*/
#kousaku {
	position: relative;
	background: url("../img/kousaku_bg01.png") repeat-y top center / auto;
	padding: 80px 0 167px 0;
}
#kousaku:before {
	position: absolute;
	content: "";
	max-width: 1190px;
	width: 100%;
	max-height: 94px;
	height: 100%;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: url("../img/kousaku_bg02.png") no-repeat top center / cover;
}
#kousaku .ttl {
	position: relative;
}
#kousaku .ttl.pc img {
	max-width: 383px;
}
#kousaku .img01 img {
	max-width: 750px;
}
#kousaku .box {
	border: 3px solid #282828;
	border-radius: 40px;
	background: #fff url("../img/kousaku_bg03.png") no-repeat top center / contain;
	padding: 65px;
}
#kousaku .img02 img {
	max-width: 616px;
}
#kousaku .btn img {
	max-width: 600px;
}
/*- banner ----------*/
#banner {
	position: relative;
	background: url(../img/navi_bg01.png) repeat-y bottom center / 100% auto;
	padding: 80px 0;
}
#banner:after {
	position: absolute;
	content: "";
	top: -87px;
	left: 0;
	width: 100%;
	height: 87px;
	background: url(../img/navi_bg02.png) no-repeat top center / cover;
	transform: rotate( -180deg );
	z-index: 1;
}
#banner .col-sm-6 img {
	max-width: 305px;
}

/*--------------------------------
media
--------------------------------*/
@media (min-width: 992px) {
	.container-fluid {
		max-width: 1024px;
	}
}
@media (max-width: 1299px) {
	#quiz,
	#kousaku {
		background-size: 110%;
	}
}
@media (max-width: 1089px) {
	#title:before {
		background-size: 14%, 10%, 14%, 14%;
		background-position: left 6% top 20%, right 8% top 18%, left 3% bottom 0, right 3% bottom 0;
	}
}
@media (max-width: 991px) {
	#title:before {
		background-image: url("../img/title_img02.png"), url("../img/title_img03.png");
		background-position: left 0% top 66%, right 4% top 66%;
	}
	#title .btnbox {
		align-items: center;
	}
}
@media (max-width: 767px) {
	body {
		font-size: .9em;
	}
	/*- title ----------*/
	#title:before {
		background-size: 18%, 15%;
		background-position: left 0% top 52%, right 2% top 50%;
	}
	#title .subttl {
		font-size: 22px;
	}
	#title h1 img {
		max-width: 400px;
	}
	#title .leadtxt {
		font-size: 18px;
	}
	/*- quiz ----------*/
	#quiz .quizbox .ttl {
		min-width: 144px;
	}
	#quiz .quizbox .ttl img {
		max-width: 144px;
	}
	#quiz .quizbox .d-flex {
		padding: 24px 0;
	}
	#quiz .quizbox .img img {
		max-width: 100px;
	}
	#quiz .quizbox .txt {
		font-size: 18px;
		padding: 0 24px 0 110px;
	}
	#quiz .answerbox .answer .img {
		min-width: 110px;
	}
	#quiz .answerbox .answer .img img {
		max-width: 110px;
	}
	#quiz .answerbox .answer .txt {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: inline-block!important;
	}
	/*- title ----------*/
	#title:after {
		bottom: -43px;
		height: 43px;
		background: url("../img/title_bg02_sp.png") no-repeat top center / cover;
	}
	#title:before {
		background-size: 22%, 18%;
		background-position: left 0% bottom 35%, right 2% bottom 35%;
	}
	#title .btnbox {
		display: block;
		border-left: none;
		border-right: none;
		border-radius: 0;
		padding: 10px 10px 25px 10px;
	}
	#title .btnbox .txtimg {
		max-width: 115px;
		margin: 0 auto 10px auto!important;
	}
	#title .btnbox .btn p {
		max-width: 250px;
	}
	/*- navi ----------*/
	#navi {
		margin-bottom: 59px;
	}
	#navi:after {
		position: absolute;
		content: "";
		bottom: -59px;
		left: 0;
		width: 100%;
		height: 59px;
		background: url("../img/navi_bg02_sp.png") no-repeat top center / cover;
		z-index: 1;
	}
	/*- quiz ----------*/
	#quiz,
	#kousaku,
	#quiz:before,
	#kousaku:before {
		background: none;
	}
	#quiz,
	#movie,
	#kousaku {
		padding: 40px 0;
	}
	#quiz .quizbox {
		display: block;
	}
	#quiz .quizbox .ttl {
		padding-top: 24px;
	}
	#quiz .quizbox .d-flex {
		padding-top: 0;
	}
	#quiz .answerbox .answer .d-flex {
		display: block!important;
	}
	#quiz .answerbox .answer .txt {
		padding-left: 0;
	}
	/*- kousaku ----------*/
	#kousaku {
		padding-bottom: 99px;
	}
	#kousaku .box {
		padding: 25px;
	}
	/*- navi ----------*/
	#banner:after {
		position: absolute;
		content: "";
		top: -59px;
		left: 0;
		width: 100%;
		height: 59px;
		background: url("../img/navi_bg02_sp.png") no-repeat top center / cover;
		transform: rotate( -180deg );
		z-index: 1;
	}
}

/*--------------------------------
script
--------------------------------*/
.sa {opacity: 0; transition: all .5s ease;}
.sa.show {opacity: 1; transform: none;}
.sa--lr {transform: translate(-100px, 0);}
.sa--rl {transform: translate(100px, 0);}
.sa--up {transform: translate(0, 100px);}
.sa--down {transform: translate(0, -100px);}
.sa--scaleUp {transform: scale(.5);}
.sa--scaleDown {transform: scale(1.5);}
.sa--rotateL {transform: rotate(180deg);}
.sa--rotateR {transform: rotate(-180deg);}
</pre></body></html>