/* ------------------------------------
* layout
* --------------------------------- */
.layout {
	max-width: 800px;
	margin: auto;
}

.check-wrap__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 336px;
	margin: auto;
}

.check-wrap__inner > *:nth-child(1) {
	margin-top: 23px;
}

/* .check-wrap__inner > *:nth-child(-n+2) {
	margin-top: 33px;
}

.check-wrap__inner > *:nth-child(2n) {
	margin-left: 11px;
}

.check-wrap__inner > *:nth-child(n+3) {
	margin-top: 11px;
} */

@media screen and (max-width: 375px) {

	.check-wrap__inner > *:nth-child(1) {
		margin-top: 5.87vw;
	}

	/* .check-wrap__inner > *:nth-child(-n+2) {
		margin-top: 8.8vw;
	}

	.check-wrap__inner > *:nth-child(2n) {
		margin-left: 2.93vw;
	}

	.check-wrap__inner > *:nth-child(n+3) {
		margin-top: 2.93vw;
	} */
}

/* ------------------------------------
* Parts
* --------------------------------- */
.balloon {
	position: relative;
	max-width: 185px;
	margin: auto;
	padding: 6px 0;
	border-radius: 2rem;
	background: #e85aa2;
}

.balloon::before {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e85aa2;
	content: "";
}

.balloon > p {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: .1em;
}

.balloon > p::before, .balloon > p::after {
	width: 2px;
	height: 15px;
	background-color: #ffffff;
	content: "";
}

.balloon > p::before {
	transform: rotate(-25deg);
;
	margin-right: 10px;
}

.balloon > p::after {
	transform: rotate(25deg);
;
	margin-left: 10px;
}

.heading > h1 {
	color: #000000;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: .03em;
}

.heading > * {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
}

.heading > *::before, .heading > *::after {
	display: block;
	flex-grow: 1;
	content: " ";
}

.heading > *::before {
	width: 57.2px;
	height: 57.2px;
	margin: 0 auto 1.5rem;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-01.png);
}

.heading > *::after {
	margin: 1.5rem auto 0;
}

.text {
	line-height: 1.5;
	letter-spacing: .03em;
}

.text-badge {
	margin: 3rem 0 0;
	color: #e85aa2;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.44;
	letter-spacing: .05em;
}

.text-badge .large {
	font-size: 3rem;
}

.text-lead {
	margin: 1.5rem 0 0;
	color: #000000;
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 1.16;
	letter-spacing: .05em;
}

.text-lead--top {
	font-size: 1.6rem;
}

.heading__icon {
	display: flex;
  justify-content: center;
	height: 51px;
}

.heading__icon img {
	height: 51px;
}

.check-button a {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	border: 2px solid #f9d5e7;
	border-radius: 1rem;
	box-shadow: 0 2px 0 rgba(232, 90, 162, .25);
	background: #ffffff;
}

.check-button--01 a {
	justify-content: start;
}

@media (hover: hover) {
	.check-button a:hover, .check-button a:focus, .check-button a:active {
		text-decoration: none;
	}
}

.check-button a::before {
	display: block;
	margin: auto;
	content: " ";
}

.check-button--icon-01 a::before {
	width: 44px;
	height: 46px;
	margin: 0 13px 0 9px;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-02.png);
}

.check-button--icon-02 a::before {
	width: 44px;
	height: 46px;
	margin: 0px 15px 0 7px;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-03.png);
}

.check-button--icon-03 a::before {
	width: 48px;
	height: 46px;
	margin: 0 13px 0 5px;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-04.png);
}

.check-button--icon-04 a::before {
	width: 42px;
	height: 46px;
	margin: 0px 16px 0 8px;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-05.png);
}

.check-button--icon-05 a::before {
	width: 56px;
	height: 46px;
	margin: 0px 11px 0 0;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-06.png);
}

.check-button--icon-06 a::before {
	width: 52px;
	height: 46px;
	margin: 0 13px 0 0px;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-07.png);
}

.check-button--icon-07 a::before {
	width: 52px;
	height: 46px;
	margin: 0 13px 0 0;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-08.png);
}

.check-button--icon-08 a::before {
	width: 44px;
	height: 46px;
	margin: 0 13px 0 9px;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-09.png);
}

.check-button--icon-09 a::before {
	width: 53.5px;
	height: 46px;
	margin: 0px 13px 0 0;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-10.png);
}

.check-button--icon-10 a::before {
	width: 41px;
	height: 46px;
	margin: 0 6px 0 0;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-11.png);
}

.check-button--icon-11 a::before {
	width: 90px;
	height: 62px;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-12.png);
}

.check-button--icon-12 a::before {
	width: 52px;
	height: 52px;
	margin: 0 13px 0 0;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-13.png);
}

.check-button--icon-13 a::before {
	width: 60px;
	height: 46px;
	margin: 0 6px 0 0;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-14.png);
}

.check-button--icon-14 a::before {
	width: 52px;
	height: 46px;
	margin: 0 7px 0 7px;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-15.png);
}

.check-button--icon-15 a::before {
	width: 56px;
	height: 46px;
	margin: 0 7px 0 3px;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-16.png);
}

.check-button--icon-16 a::before {
	width: 60px;
	height: 46px;
	margin: 0 3px 0 3px;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-17.png);
}

.check-button--icon-17 a::before {
	width: 55px;
	height: 46px;
	margin: 0 11px 0 0;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-18.png);
}

.check-button--icon-18 a::before {
	width: 54px;
	height: 45px;
	margin: 0 11px 0 0;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-19.png);
}

.check-button--icon-19 a::before {
	width: 44px;
	height: 58px;
	margin: 2px 10px 0 12px;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-20.png);
}

.check-button--icon-20 a::before {
	width: 52px;
	height: 52px;
	margin: 0 13px 0 0;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-21.png);
}

.check-button--icon-21 a::before {
	width: 52px;
	height: 52px;
	margin: 0 13px 0 0;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-22.png);
}

.check-button a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: .5em;
	        transform: translateY(-50%);
	width: .6em;
	height: 1em;
	background-image: url(/content/dam/sites/fc-common/images/common/common/sprite-01.svg);
	background-position: -2.0875em -.125em;

/* background-size: 466.66667% 248.75%; */
	background-size: 466.66667% 218.75%;
	background-repeat: no-repeat;
	content: "";

	-webkit-transform: translateY(-50%);
}

.check-button--primary a {
	flex-direction: column;
	width: 162px;
	max-width: 100%;
	max-height: 120px;
	padding: 8px;
}

.check-button--primary-top a {
	max-height: 140px;
}

.check-button--secondary {
	margin-top: 11px;
}

.check-button--secondary a {
	flex-direction: row;
	align-items: center;
	width: 336px;
	max-width: 100%;
	max-height: 80px;
	padding: 15px 25px 15px 10px;
}

.check-button__text {
	color: #e85aa2;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: normal;
	width: 230px;
}

.back-btn a {
	min-width: 130px;
}

.back-btn a::after {
	width: .6em;
	height: 1em;
	background-position: -.125em -1.3625em;
	background-size: 466.66667% 248.75%;
}

.link-button-01 a {
	width: 280px;
	padding: 22px;
}

.link-button-01 a::after {
	width: .6em;
	height: 1em;
	background-image: url(/content/dam/sites/fc-common/images/common/common/sprite-01.svg);
	background-position: -1.3625em -.125em;
	background-size: 466.66667% 248.75%;
	background-repeat: no-repeat;
	content: "";
}

.link-button-text-01 a {
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: .03em;
}

@media screen and (max-width: 375px) {
	.balloon {
		padding: 1.6vw 0;
	}

	.balloon::before {
		margin-left: -4vw;
		border: 4vw solid transparent;
		border-top: 4vw solid #e85aa2;
	}

	.balloon > p::before {
		margin-right: 2.67vw;
	}

	.balloon > p::after {
		margin-left: 2.67vw;
	}

	.heading > h1 {
		font-size: 7.47vw;
	}

	.heading > *::before {
		width: 15.25vw;
		height: 15.25vw;
		margin: 0 auto 4vw;
	}

	.heading > *::after {
		margin: 4vw auto 0;
	}

	.text-badge {
		margin: 8vw 0 0;
		font-size: 6.93vw;
	}

	.text-badge .large {
		font-size: 8vw;
	}

	.text-lead {
		margin: 4vw 0 0;
		font-size: 5.6vw;
	}

	.text-lead--top {
		font-size: 4.2vw;
	}

	/* .check-button--icon-01 a::before {
		width: 11.73vw;
		height: 19.2vw;
	}

	.check-button--icon-02 a::before {
		width: 11.2vw;
		height: 19.2vw;
	}

	.check-button--icon-03 a::before {
		width: 12.8vw;
		height: 19.2vw;
	}

	.check-button--icon-04 a::before {
		width: 11.2vw;
		height: 19.2vw;
	}

	.check-button--icon-05 a::before {
		width: 15.2vw;
		height: 12.27vw;
		margin: 0 1.33vw 0 0;
	}

	.check-button--icon-06 a::before {
		width: 20vw;
		height: 17.07vw;
	}

	.check-button--icon-07 a::before {
		width: 15.47vw;
		height: 17.07vw;
	}

	.check-button--icon-08 a::before {
		width: 11.73vw;
		height: 16.53vw;
	}

	.check-button--icon-09 a::before {
		width: 16.13vw;
		height: 16.53vw;
	}

	.check-button--icon-10 a::before {
		width: 10.93vw;
		height: 12.27vw;
		margin-right: 1.6vw;
	}

	.check-button--icon-11 a::before {
		width: 24vw;
		height: 16.53vw;
	}

	.check-button--icon-12 a::before {
		width: 13.87vw;
		height: 16.53vw;
	}

	.check-button--icon-13 a::before {
		width: 18.67vw;
		height: 12.27vw;
		margin: 0 1.33vw 0 0;
	}

	.check-button--icon-14 a::before {
		width: 13.87vw;
		height: 16.53vw;
	}

	.check-button--icon-15 a::before {
		width: 18.67vw;
		height: 16.53vw;
	}

	.check-button--icon-16 a::before {
		width: 16.53vw;
		height: 12.27vw;
		margin: 0 2.67vw 0 0;
	} */

	.check-button--primary a {
		width: 43.2vw;
		padding: 2.13vw;
	}

	.check-button--secondary {
		margin-top: 2.93vw;
	}

	.check-button--secondary a {
		width: 89.6vw;
		padding: 4vw 6.67vw 4vw 2.67vw;
	}

	.check-button__text {
		font-size: 3.73vw;
	}

	.link-button-01 a {
		width: 74.67vw;
		padding: 5.87vw;
	}

	.link-button-text-01 a {
		font-size: 4vw;
	}
}

/* ------------------------------------
* Top
* --------------------------------- */
.hero-area {
	padding-bottom: 37px;
	background: #ffffff;
}

.hero-area__item {
	padding: 0 20px;
}

.hero-area__img {
	text-align: center;
}

.hero-area__img--top img {
	width: 100%;
}

.hero-area__text {
	margin-top: 10px;
	color: #000000;
	font-size: 1.6rem;
}

.hero-area__heading > *::after {
	display: none;
}

.hero-area__img--foot {
	margin-top: 21px;
}

.hero-area__img--kv {
	width: 100vw;
	margin-inline: calc(50% - 50vw);
}

.hero-area__img--kv .uc-object span span img {
  width: 800px;
}

body:has(.hero-area__img--kv) {
  overflow-x: clip;
}

.index-check-area {
	padding: 29px 20px 70px;
}

.index-check-area__bg {
	background: right -13px top -6px / auto no-repeat url(/content/dam/sites/www_sofy_jp/check/common/contents-bg-01.png),
	left 26px top -36px / auto no-repeat url(/content/dam/sites/www_sofy_jp/check/common/contents-bg-06.png),
	left -22px top 200px / auto no-repeat url(/content/dam/sites/www_sofy_jp/check/common/contents-bg-03.png),
	left 60px bottom -38px / auto no-repeat url(/content/dam/sites/www_sofy_jp/check/common/contents-bg-05.png),
	#fef1f4;
}

.index-size-area {
	padding: 24px 20px 45px;
	background: #e8f1fa;
}

.index-size-area__text {
	color: #000000;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: .03em;
}

.index-size-area__button {
	margin-top: 30px !important;
	margin-bottom: 0;
}

.bubble-text {
	position: relative;
	max-width: 303px;
	margin: 50px auto 25px;
	padding: 23px 0;
	text-align: center;
	border: 2px solid #f3acd0;
	        border-radius: 10px;
	box-shadow: 0 3px 3px rgb(0 0 0 / 16%);
	background: #ffffff;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
}

.bubble-text:after, .bubble-text:before {
	position: absolute;
	bottom: -37px;
	left: 50%;
	transform: rotate(180deg);
	width: 0;
	height: 0;
	border: solid transparent;
	content: "";

	pointer-events: none;
}

.bubble-text:after {
	margin-left: -16px;
	border-top-width: 20px;
	border-right-width: 16px;
	border-bottom-width: 18px;
	border-left-width: 16px;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
}

.bubble-text:before {
	margin-bottom: 2px;
	margin-left: -18px;
	border-top-width: 16px;
	border-right-width: 18px;
	border-bottom-width: 19px;
	border-left-width: 18px;
	border-color: rgba(243, 172, 208, 0);
	border-bottom-color: #f3acd0;
}

.bubble-text > p {
	position: relative;
	color: #e85aa2;
	font-weight: bold;
	font-size: 2rem;
}

.bubble-text > p .textLarge {
	font-size: 2.1rem;
}

.bubble-text > p::before {
	position: absolute;
	top: -102%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 57px;
	height: 57px;
	margin: auto;
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-size.png);
	content: " ";
}

.index-question-area {
	padding: 45px 20px 85px;
	background: #ffffff;
}

.index-question-area__text {
	color: #000000;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: .03em;
}

.index-question-area__button {
	margin-top: 18px !important;
	margin-bottom: 0;
}

@media screen and (max-width: 375px) {
	.hero-area {
		padding-bottom: 9.87vw;
	}

	.hero-area__text {
		margin-top: 2.67vw;
		font-size: 4vw;
	}

	.hero-area__img--foot {
		margin-top: 5.6vw;
	}

	.index-check-area {
		padding: 7.73vw 5.33vw 18.67vw;
	}

	.index-check-area__bg {
		background-size: 27.2%, 14.4%, 83.2%, 19.2%;
	}

	.index-size-area {
		padding: 6.4vw 5.33vw 12vw;
	}

	.index-size-area__text {
		font-size: 5.33vw;
	}

	.index-size-area__button {
		margin-top: 8vw !important;
	}

	.bubble-text {
		max-width: 80.8vw;
		margin: 13.33vw auto 6.67vw;
		padding: 6.13vw 0;
	}

	.bubble-text:after {
		margin-left: -16px;
		border-top-width: 20px;
		border-right-width: 16px;
		border-bottom-width: 18px;
		border-left-width: 16px;
	}

	.bubble-text:before {
		margin-bottom: 2px;
		margin-left: -18px;
		border-top-width: 16px;
		border-right-width: 18px;
		border-bottom-width: 19px;
		border-left-width: 18px;
	}

	.bubble-text > p {
		font-size: 5.33vw;
	}

	.bubble-text > p .textLarge {
		font-size: 5.6vw;
	}

	.bubble-text > p::before {
		width: 15.2vw;
		height: 15.2vw;
	}

	.index-question-area {
		padding: 12vw 5.33vw 22.67vw;
		background: #ffffff;
	}

	.index-question-area__text {
		font-size: 4vw;
	}

	.index-question-area__button {
		margin-top: 4.8vw !important;
	}
}

/* ------------------------------------
* 分岐ページ
* --------------------------------- */
.next-contents-area {
	padding: 0 20px 30px;
}

.next-contents-area__bg {
	background: left -18px top -6px / auto no-repeat url(/content/dam/sites/www_sofy_jp/check/common/contents-bg-01.png),
	right -81px top 50px / auto no-repeat url(/content/dam/sites/www_sofy_jp/check/common/contents-bg-02.png),
	left -22px top 168px / auto no-repeat url(/content/dam/sites/www_sofy_jp/check/common/contents-bg-03.png),
	right -10px top 274px / auto no-repeat url(/content/dam/sites/www_sofy_jp/check/common/contents-bg-04.png),
	left 28px bottom -24px / auto no-repeat url(/content/dam/sites/www_sofy_jp/check/common/contents-bg-05.png),
	#fef1f4;
}

.next-heading__icon-01 > *::after, .next-heading__icon-02 > *::after, .next-heading__icon-03 > *::after, .next-heading__icon-04 > *::after {
	width: 57.2px;
	height: 57.2px;
}

.next-heading__icon-01 > *::after {
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-03.png);
}

.next-heading__icon-02 > *::after {
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-04.png);
}

.next-heading__icon-03 > *::after {
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-05.png);
}

.next-heading__icon-04 > *::after {
	background: center / contain no-repeat url(/content/dam/sites/www_sofy_jp/check/common/icon-06.png);
}

@media screen and (max-width: 375px) {
	.next-contents-area {
		padding: 0 5.33vw 8vw;
	}

	.next-contents-area__bg {
		background-size: 27.2%, 36.53%, 83.2%, 14.13%, 19.2%;
	}

	.next-heading__icon-01 > *::after
	.next-heading__icon-02 > *::after, .next-heading__icon-03 > *::after, .next-heading__icon-04 > *::after {
		width: 15.25vw;
		height: 15.25vw;
	}
}


/* ------------------------------------
* Useful
* --------------------------------- */
.link-button-text--color01 a {
	color: #000000;
}

.link-button-text--color02 a {
	color: #ffffff;
}

.link-button-text--color03 a {
	color: #262626;
}

.link-button-bg--color01 a {
	background: #2157a4;
}

.link-button-bg--color02 a {
	background: #e85aa2;
}

.link-button-bg--color03 a {
	background: #ffffff;
}