@charset "UTF-8";

html {
	font-size: 100%;
}

@media (max-width: 750px) {
	html {
		font-size: 2.1333333333vw;
	}
}

@media screen and (min-width: 751px) {
	html {
		font-size: 1.28vw;
	}
}

@media screen and (min-width: 1400px) {
	html {
		font-size: 100%;
	}
}

body {
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
}

@media screen and (min-width: 751px) {

	a,
	button {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	a:hover,
	button:hover {
		opacity: 0.7;
		cursor: pointer;
	}
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
	list-style: none;
	padding: 0;
}

/* Set core root defaults */
html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

body.is-fixed {
	overflow: hidden;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	text-decoration-skip-ink: auto;
}

a {
	text-decoration: none;
	color: inherit;
}

/* Make images easier to work with */
img,
picture {
	max-width: 100%;
	display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

button {
	border: none;
	padding: 0;
	background-color: transparent;
	background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

.f-pjs {
	font-family: "Plus Jakarta Sans", sans-serif;
}

@media screen and (min-width: 751px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}
}

body.asset {
	overflow-x: hidden;
}

body.asset header {
	padding: 1.875rem 3.75rem 0rem 6.25rem;
}

body.asset footer {
	padding-top: 5vw;
	background-color: #fff;
}

body.asset footer .footer-img {
	width: 100%;
	bottom: -1.7vw;
	position: relative;
	z-index: 2;
}

body.asset footer .footer-img img {
	width: 100%;
}

body.asset footer .inner-wrap {
	position: relative;
	background-color: #f2eac8;
}

body.asset footer .menu ul {
	display: flex;
}

body.asset footer .menu ul li {
	font-weight: 500;
	position: relative;
}

body.asset footer .menu ul li+li {
	border-left: 1px solid #cccccc;
	margin-left: 20px;
	padding-left: 20px
}

body.asset #footer .inner {
	padding: 40px 0 0;
}

body.asset #footer .menu {
	margin: 0 20px 1rem auto;
}

body.asset #footer .copyright {
	padding: 0 20px 60px;
	text-align: right;
	font-size: 13px;
	font-weight: 600;
	max-width: 1300px;
	margin: auto;
}

body.asset section {
	padding: 0 20px;
	position: relative;
}

body.asset section .inner {
	max-width: 1000px;
	margin: auto;
}

body.asset .mv {
	max-width: unset;
	position: relative;
}

body.asset::before {
	content: "";
	position: fixed;
	inset: 0;
	background-image: url(../images/asset/mv_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
	z-index: -10;
	pointer-events: none;
}

body.asset .mv .mv-img img {
	margin: auto;
}

body.asset .mv .startbtn {
	position: absolute;
	bottom: 80px;
	left: 51%;
	translate: -51% 0;
}

body.asset .use {
	padding: 20px 20px 70px;
}

body.asset .qestion {
	padding: 6vw 20px 0;
	border-bottom: 8px solid #f2eac8;
}

body.asset .qestion::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../images/asset/question_bk.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100vw auto;
	z-index: -5;
}

body.asset .qestion::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../images/asset/main_bk_illust.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 90vw auto;
	z-index: -3;
}

/* body.asset .qestion .inner {
	position: relative;
}

body.asset .qestion .inner::before {
	content: "";
	position: absolute;
	background-color: #495b7e;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 400px;
	bottom: 0;
	z-index: -4;
} */

body.asset .qestion .start-label img {
	margin: auto;
}

body.asset .qestion .content {
	padding: 40px 0 100px;
}

body.asset .qestion .content .item {
	display: none;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	border: 8px solid #cac094;
	border-radius: 20px;
	padding: 30px;
	background-color: #fff;
	position: relative;
	margin-bottom: 30px;
}

body.asset .qestion .content .item.active {
	display: grid;
}

body.asset .qestion .content .item .text-area .q-head {
	color: #324467;
	font-size: 26px;
	position: relative;
	width: 100%;
	font-weight: bold;
	margin-bottom: 50px;
}

body.asset .qestion .content .item .text-area .q-head::before {
	content: "";
	position: absolute;
	background-image: url(../images/asset/q_border.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	aspect-ratio: 241 / 33;
	bottom: -5px;
}

body.asset .qestion .content .item .text-area .q-head span {
	font-size: 42px;
	padding-left: 10px;
}

body.asset .qestion .content .item .text-area .text {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
}

body.asset .qestion .content .item .btn-area {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

body.asset .qestion .content .item .btn-area .btn {
	max-width: 240px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 85px;
	background-color: #f1e8d6;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	letter-spacing: 2px;
}

body.asset .qestion .content .item.end .btn-area .btn {
	pointer-events: none;
	cursor: default;
}

@media screen and (min-width: 751px) {
	body.asset .qestion .content .item .btn-area .btn:hover {
		cursor: pointer;
		background-color: #49958f;
		color: #fff;
	}
}

body.asset .qestion .content .item .btn-area .btn.click {
	background-color: #49958f;
	color: #fff;
}

body.asset .qestion .content .item .img-area img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

body.asset .qestion .content .item .rest-conut {
	position: absolute;
	right: -50px;
	bottom: 5px;
	display: none;
}

body.asset .qestion .content .item.active:not(:has(~ .item.active)) .rest-conut {
	display: block;
}

body.asset .qestion .content .item .rest-conut .count {
	position: relative;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 4px solid #cac094;
	font-size: 18px;
	font-weight: bold;
	z-index: 2;
	background-color: #fff;
}

body.asset .qestion .content .item .rest-conut .count .count-inner {
	line-height: 1;
	text-align: center;
}

body.asset .qestion .content .item .rest-conut .count span.number {
	font-size: 43px;
}

body.asset .qestion .content .item .rest-conut .count span.number-label {
	font-size: 21px;
}

body.asset .qestion .content .item .rest-conut .count .img {
	position: absolute;
	right: -60px;
	bottom: -54px;
}

body.asset .result {
	display: none;
	position: relative;
	background-color: #fff;
	padding-bottom: 50px;
}

body.asset .result::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../images/asset/result_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}

body.asset .result .good-img, body.asset .result .bad-img {
	display: none;
	position: relative;
	aspect-ratio: 250 / 149;
}

body.asset .result .bad-img {
	aspect-ratio: 125 / 91;
	display: none;
}

body.asset .result .good-img img, body.asset .result .bad-img img {
	position: absolute;
	top: -55px;
}


body.asset .lastmsg {
	display: none;
	background-color: #fff;
	position: relative;
	text-align: center;
	padding: 60px 20px 0;
}

body.asset .lastmsg::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../images/asset/last_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom 50px;
	background-size: 100vw auto;
	pointer-events: none;
}

body.asset .lastmsg .text {
	font-size: 18px;
	font-weight: 500;
	padding: 30px 0 50px;
}

body.asset .lastmsg .btn {
	margin: auto;
	display: block;
	width: fit-content;
}

@media screen and (max-width: 1450px) {
	body.asset .qestion::before {
		background-size: 100vw 100%;
	}
}

@media screen and (max-width: 1300px) {
	body.asset .mv .startbtn {
		bottom: 6vw;
		width: 27vw;
	}

	body.asset .qestion .start-label img {
		width: 27vw;
	}

	body.asset .qestion .content .item .rest-conut {
		right: 10px;
	}
}

@media screen and (max-width: 1150px) {
	body.asset .result::before {}
}

@media screen and (max-width: 750px) {
	body.asset .mv {
		padding: 0;
	}

	body.asset header {
		padding: 20px 20px 0 !important;
	}

	.p-header__wrap {
		display: block !important;
	}

	.p-header__logo img {
		width: 120px !important;
	}

	body.asset footer {
		padding-top: 30px;
	}

	body.asset footer .footer-img {
		bottom: -15px;
	}

	body.asset #footer .inner {
		display: block;
	}

	body.asset #footer .inner .logo img {
		width: 130px;
		margin: auto;
		padding-bottom: 30px;
	}

	body.asset footer .menu ul {
		justify-content: center;
	}

	body.asset #footer .menu {
		margin: 0;
	}

	body.asset footer .menu ul li {
		font-size: 12px;
	}

	body.asset footer .menu ul li+li {
		margin-left: 15px;
		padding-left: 15px;
	}

	body.asset #footer .copyright {
		padding: 25px 20px 50px;
		text-align: center;
		font-size: 11px;
	}

	body.asset .mv .startbtn {
		bottom: 32vw;
		width: 245px;
	}

	body.asset .use {
		padding: 20px 20px 40px;
	}

	body.asset .qestion {
		padding: 22vw 20px 0;
		border-bottom: 4px solid #f2eac8;
	}

	body.asset .qestion::before {
		background-image: url(../images/asset/question_bk_sp.png);
		background-size: 100%;
	}

	body.asset .qestion::after {
		display: none;
	}

	body.asset .qestion .start-label img {
		width: 200px;
	}

	body.asset .qestion .content {
		padding: 30px 0 40px;
	}

	body.asset .qestion .content .item {
		border: 4px solid #cac094;
		border-radius: 10px;
		padding: 20px;
	}

	body.asset .qestion .content .item.active {
		display: block;
	}

	body.asset .qestion .content .item .text-area .q-head {
		font-size: 16px;
		margin-bottom: 20px;
	}

	body.asset .qestion .content .item .text-area .q-head::before {
		background-image: url(../images/asset/q_border_sp.png);
		aspect-ratio: 95 / 13;
		width: 100%;
	}

	body.asset .qestion .content .item .text-area .q-head span {
		font-size: 26px;
		padding-left: 5px;
	}

	body.asset .qestion .content .item .text-area .text {
		font-size: 18px;
		margin-bottom: 20px;
	}

	body.asset .qestion .content .item .btn-area {
		padding-top: 20px;
		gap: 20px;
	}

	body.asset .qestion .content .item .btn-area .btn {
		font-size: 16px;
		height: 65px;
	}

	body.asset .qestion .content .item .rest-conut .count {
		width: 60px;
		height: 60px;
		border: 3px solid #cac094;
		font-size: 10px;
	}

	body.asset .qestion .content .item .rest-conut .count span.number {
		font-size: 22px;
	}

	body.asset .qestion .content .item .rest-conut .count span.number-label {
		font-size: 11px;
	}

	body.asset .qestion .content .item .rest-conut .count .img {
		right: 0px;
		bottom: -60px;
		width: 60px;
	}

	body.asset .qestion .content .item .rest-conut {
		right: -10px;
		bottom: auto;
		top: -15px;
	}

	body.asset .result {
		padding: 0 20px 60px;
	}

	body.asset .result::before {
		background-size: 130% 100%;
	}

	body.asset .result .good-img {
		aspect-ratio: 23 / 35;
	}

	body.asset .result .bad-img {
		aspect-ratio: 347 / 656;
	}

	body.asset .result .good-img img, body.asset .result .bad-img img {
		top: -25px;
	}

	body.asset .lastmsg {
		padding: 40px 20px 0;
	}

	body.asset .lastmsg .text {
		font-size: 14px;
		padding: 30px 0 30px;
	}

	body.asset .lastmsg .btn {
		width: 280px;
	}

	body.asset .lastmsg::before {
		background-image: url(../images/asset/last_bg_sp.png);
	}
}

@media screen and (min-width: 481px) and (max-width: 750px) {
	body.asset .use {
		padding: 20px 60px 40px;
	}

	body.asset .qestion {
		padding: 22vw 60px 0;
	}

	body.asset .result {
		padding: 0 60px 60px;
	}

	body.asset .qestion .content .item .text-area .q-head::before {
		width: 70%;
	}

	body.asset .qestion .content .item.active {
		padding: 50px;
	}
}