@charset "UTF-8";
/*----------------------------------------
	fonts
----------------------------------------*/
/*----------------------------------------
	Vars
----------------------------------------*/
/*----------------------------------------
	Reset
----------------------------------------*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font-style: normal;
	/*font-weight: normal;
	font: inherit;*/
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
	vertical-align: top;
}

/*----------------------------------------
	Mediaquery
----------------------------------------*/
/*----------------------------------------
	fonts
----------------------------------------*/ /*----------------------------------------
	Base
----------------------------------------*/
html {
	font-size: 14px;
}
@media screen and (max-width: 820px) {
	html {
		font-size: 15px;
	}
}

body {
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
	line-height: 1;
	letter-spacing: 0;
	background-color: transparent;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	transition: opacity 0.4s ease;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
}

a[data-rel=external]:after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	background: transparent url("../image/icon-external.png") no-repeat scroll center center;
	background-size: contain;
	margin-right: 0.5em;
}

/*----------------------------------------
	Setting
----------------------------------------*/
/* font family */
/*----------------------------------------
	Layout
----------------------------------------*/
.l-limit-frame {
	max-width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
}

.l-frame {
	width: 89.3333333333%;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	.l-frame {
		width: 89.0625%;
	}
}

@media screen and (max-width: 820px) {
	.l-column {
		display: flex;
		justify-content: space-between;
	}
}
.l-column-both {
	display: flex;
	justify-content: space-between;
}
.l-column--wrap {
	flex-wrap: wrap;
}
.l-column--reverse {
	flex-direction: row-reverse;
}

/*----------------------------------------
	Header
----------------------------------------*/
/*----------------------------------------
	Footer
----------------------------------------*/
.l-footer {
	z-index: 1;
	position: relative;
	padding: 24px 0 100px;
	background-color: #FFE8E9;
}
@media screen and (max-width: 820px) {
	.l-footer {
		padding: 44px 0 100px;
	}
}
.l-footer::before {
	content: "";
	position: absolute;
	top: -70px;
	left: 0;
	width: 100%;
	height: 70px;
	background: transparent url(../image/common/bg_footer.png) no-repeat scroll center center/cover;
}
@media screen and (max-width: 820px) {
	.l-footer::before {
		top: -20px;
		height: 20px;
	}
}
.l-footer .c-title-hukidashi {
	margin-bottom: 62px;
}
@media screen and (max-width: 820px) {
	.l-footer .c-title-hukidashi {
		margin-bottom: 32px;
	}
}
.l-footer .c-title-hukidashi p {
	font-size: 18px;
}
@media screen and (max-width: 820px) {
	.l-footer .c-title-hukidashi p {
		text-align: center;
		font-size: 14px;
		line-height: 1.4;
	}
}
.l-footer .c-title-hukidashi p::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.l-footer__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 3.125%;
}
@media screen and (max-width: 820px) {
	.l-footer__list {
		flex-direction: column;
		gap: 32px 3.125%;
	}
}
.l-footer__list .c-button-square a {
	text-align: left;
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.l-footer__item {
	width: 25%;
}
@media screen and (max-width: 820px) {
	.l-footer__item {
		width: 73.3333333333%;
		margin: 0 auto;
	}
}
.l-footer__item__thumb {
	margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
	.l-footer__item__thumb {
		margin-bottom: 16px;
	}
}
.l-footer__item__content h3 {
	padding-bottom: 10px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
}
@media screen and (max-width: 820px) {
	.l-footer__item__content h3 {
		padding-bottom: 6px;
		font-size: 16px;
	}
}
.l-footer__item__content p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: #000000;
}
@media screen and (max-width: 820px) {
	.l-footer__item__content p {
		font-size: 14px;
	}
}
.l-footer__copyright {
	text-align: center;
	background-color: #00ADEE;
}
.l-footer__copyright small {
	display: inline-block;
	padding: 1em 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
	color: #ffffff;
}
@media screen and (max-width: 820px) {
	.l-footer__copyright small {
		padding: 1em 0;
		font-size: 12px;
	}
}

.l-footer--result .l-footer__list {
	padding-bottom: 70px;
}
@media screen and (max-width: 820px) {
	.l-footer--result .l-footer__list {
		padding-bottom: 72px;
	}
}
.l-footer--result .l-footer__item {
	width: 43.28125%;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 820px) {
	.l-footer--result .l-footer__item {
		flex-direction: column;
		width: 73.3333333333%;
		margin: 0 auto;
	}
}
.l-footer--result .l-footer__item__thumb {
	width: 39.7111913357%;
}
@media screen and (max-width: 820px) {
	.l-footer--result .l-footer__item__thumb {
		width: 100%;
	}
}
.l-footer--result .l-footer__item__content {
	width: 53.0685920578%;
}
@media screen and (max-width: 820px) {
	.l-footer--result .l-footer__item__content {
		width: 100%;
	}
}
.l-footer--result .l-footer__item__content h3 {
	font-size: 18px;
	line-height: 1.5;
}
@media screen and (max-width: 820px) {
	.l-footer--result .l-footer__item__content h3 {
		font-size: 16px;
	}
}
.l-footer--result .l-footer__item__content p {
	margin-bottom: 1em;
	font-size: 16px;
}
@media screen and (max-width: 820px) {
	.l-footer--result .l-footer__item__content p {
		font-size: 14px;
	}
}
.l-footer--result .l-footer__search {
	width: 87.5%;
	margin: 0 auto 0;
	padding: 60px 0 44px;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
	.l-footer--result .l-footer__search {
		width: 89.3333333333%;
		margin: 0 auto 50px;
		padding: 40px 8.9552238806% 40px;
		border-radius: 15px;
	}
}
.l-footer--result .l-footer__search h3 {
	text-align: center;
	padding-bottom: 1em;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	line-height: 1.5;
}
@media screen and (max-width: 820px) {
	.l-footer--result .l-footer__search h3 {
		text-align: left;
		padding-bottom: 1em;
		font-size: 24px;
		line-height: 1.33;
	}
}
.l-footer--result .l-footer__search p {
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: 1.6;
}
@media screen and (max-width: 820px) {
	.l-footer--result .l-footer__search p {
		font-size: 15px;
	}
}
.l-footer--result .l-footer__search .c-button a {
	text-align: left;
	justify-content: flex-start;
	width: 100%;
	padding-left: 36px;
	font-size: 14px !important;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
	.l-footer--result .l-footer__search .c-button a {
		min-width: 100%;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 26px;
		font-size: 14px !important;
	}
}
.l-footer--result .l-footer__search__image {
	width: 71.4285714286%;
	margin: 56px auto 34px;
}
@media screen and (max-width: 820px) {
	.l-footer--result .l-footer__search__image {
		width: 100%;
		margin: 48px auto 34px;
	}
}

/*----------------------------------------
	Component
----------------------------------------*/
.c-h1 {
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (max-width: 820px) {
	.c-h1 {
		font-size: 1rem;
		line-height: 1.5;
	}
}

.c-title {
	margin-bottom: 34px;
}
@media screen and (max-width: 820px) {
	.c-title {
		margin-bottom: 36px;
	}
}
.c-title h2 {
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
@media screen and (max-width: 820px) {
	.c-title h2 {
		font-size: 28px;
	}
}
.c-title h2 + p {
	padding-top: 24px;
}
@media screen and (max-width: 820px) {
	.c-title h2 + p {
		padding-top: 30px;
	}
}
.c-title p {
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}
@media screen and (max-width: 820px) {
	.c-title p {
		font-size: 14px;
	}
}

.c-title-hukidashi {
	display: flex;
	justify-content: center;
	margin-bottom: 34px;
}
@media screen and (max-width: 820px) {
	.c-title-hukidashi {
		margin-bottom: 30px;
	}
}
.c-title-hukidashi p {
	z-index: 1;
	position: relative;
	display: inline-block;
	padding: 12px 22px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.08em;
	background-color: #FFFFDC;
	border: 1px solid #000000;
	border-radius: 200px;
}
@media screen and (max-width: 820px) {
	.c-title-hukidashi p {
		font-size: 11px;
	}
}
.c-title-hukidashi p::after {
	content: "";
	z-index: 0;
	position: absolute;
	left: 30px;
	bottom: -10px;
	width: 10.5px;
	height: 11px;
	background: transparent url(../image/common/hukidashi01.svg) no-repeat scroll center center/contain;
}

.c-button {
	display: flex;
	justify-content: center;
}
.c-button a, .c-button p, .c-button .js-modal, .c-button button {
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 28px 66px;
	background-color: #FFFF27;
	border: 1px solid #000000;
	border-radius: 200px;
	box-shadow: 6px 6px black;
	transition: box-shadow 0.3s ease;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 820px) {
	.c-button a, .c-button p, .c-button .js-modal, .c-button button {
		padding: 15px 50px 15px 20px;
		box-shadow: 4px 4px black;
		font-size: 15px;
		line-height: 1.5;
	}
}
.c-button a:hover, .c-button p:hover, .c-button .js-modal:hover, .c-button button:hover {
	opacity: 1;
	box-shadow: 0px 0px black;
}
.c-button a span, .c-button p span, .c-button .js-modal span, .c-button button span {
	color: #000000;
}
.c-button a img, .c-button p img, .c-button .js-modal img, .c-button button img {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 23px;
	width: 22px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (max-width: 820px) {
	.c-button a img, .c-button p img, .c-button .js-modal img, .c-button button img {
		right: 16px;
		width: 16px;
	}
}
.c-button-sm a, .c-button-sm p, .c-button-sm .js-modal, .c-button-sm button {
	padding: 16px 58px 16px 38px;
	box-shadow: 3px 3px black;
	font-size: 15px;
	cursor: pointer;
}
@media screen and (max-width: 820px) {
	.c-button-sm a, .c-button-sm p, .c-button-sm .js-modal, .c-button-sm button {
		padding: 10px 44px 10px 22px;
		box-shadow: 3px 3px black;
		font-size: 13px;
	}
}
.c-button-sm a img, .c-button-sm p img, .c-button-sm .js-modal img, .c-button-sm button img {
	right: 18px;
	width: 24px;
}
@media screen and (max-width: 820px) {
	.c-button-sm a img, .c-button-sm p img, .c-button-sm .js-modal img, .c-button-sm button img {
		right: 17px;
		width: 17px;
	}
}
.c-button-square a, .c-button-square p, .c-button-square .js-modal, .c-button-square button {
	padding: 12px 42px 12px 14px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.4;
}
@media screen and (max-width: 820px) {
	.c-button-square a, .c-button-square p, .c-button-square .js-modal, .c-button-square button {
		padding: 12px 50px 12px 20px;
	}
}
.c-button-square a img, .c-button-square p img, .c-button-square .js-modal img, .c-button-square button img {
	right: 12px;
	width: 22px;
}
@media screen and (max-width: 820px) {
	.c-button-square a img, .c-button-square p img, .c-button-square .js-modal img, .c-button-square button img {
		right: 16px;
		width: 16px;
	}
}
.c-button-square + .c-button-square {
	margin-top: 10px;
}

.c-button-row {
	display: flex;
	justify-content: center;
	gap: 0 2%;
}
@media screen and (max-width: 820px) {
	.c-button-row {
		flex-direction: column;
		gap: 10px 0;
	}
}
.c-button-row .c-button {
	max-width: 38%;
	width: 100%;
}
@media screen and (max-width: 820px) {
	.c-button-row .c-button {
		max-width: 100%;
	}
}
.c-button-row .c-button a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 18px 66px;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
	.c-button-row .c-button a {
		padding: 12px 50px 12px 20px;
	}
}
.c-button-row .c-button span {
	line-height: 1.5;
}

.js-modal {
	cursor: pointer;
}

#topicpathArea {
	margin: 0 auto;
	padding: 12px 6.25%;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
	#topicpathArea {
		display: none;
		padding: 12px 2.6666666667%;
	}
}
#topicpathArea ul.topicpath {
	display: flex;
	max-width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
}

.c-navigation {
	z-index: 5;
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	padding: 20px 7.8125%;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
	.c-navigation {
		padding: 10px 4.8% 13px;
	}
}
.c-navigation .l-limit-frame {
	display: flex;
	align-items: flex-start;
}
.c-navigation__item {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 820px) {
	.c-navigation__item {
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.c-navigation__item p {
	padding-right: 6%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1.5;
}
@media screen and (max-width: 820px) {
	.c-navigation__item p {
		text-align: center;
		width: 100%;
		font-size: 10px;
		padding-right: 0;
		padding-bottom: 6px;
		white-space: nowrap;
	}
}
@media screen and (max-width: 820px) {
	.c-navigation__item p br {
		display: none;
	}
}
.c-navigation__item .c-button + .c-button {
	margin-left: 2%;
}
@media screen and (max-width: 820px) {
	.c-navigation__item .c-button + .c-button {
		margin-left: 0;
	}
}
.c-navigation__item .c-button a {
	padding: 14px 46px 14px 24px;
}
@media screen and (max-width: 820px) {
	.c-navigation__item .c-button a {
		width: 100%;
		padding: 6px 26px 6px 8px;
	}
}
.c-navigation__item .c-button span {
	font-size: 12px;
}
@media screen and (max-width: 820px) {
	.c-navigation__item .c-button span {
		font-size: 10px;
	}
}
@media screen and (max-width: 820px) {
	.c-navigation__item .c-button img {
		right: 8px;
		width: 17px;
	}
}
.c-navigation__item:nth-of-type(1) {
	flex: 1;
	padding-right: 4%;
	border-right: 1px solid #000000;
}
@media screen and (max-width: 820px) {
	.c-navigation__item:nth-of-type(1) {
		flex: auto;
		width: 27.7333333333%;
		padding-right: 4.4%;
		border-right: none;
	}
}
@media screen and (max-width: 820px) {
	.c-navigation__item:nth-of-type(1) .c-button {
		width: 100%;
	}
}
.c-navigation__item:nth-of-type(2) {
	flex: 1.7;
	padding-left: 8%;
}
@media screen and (max-width: 820px) {
	.c-navigation__item:nth-of-type(2) {
		flex: auto;
		width: 57.0666666667%;
		padding-left: 0;
	}
}
@media screen and (max-width: 820px) {
	.c-navigation__item:nth-of-type(2) .c-button {
		width: 47.8%;
	}
}

.c-select-modal {
	opacity: 0;
	pointer-events: none;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100lvh;
	background-color: rgba(214, 248, 255, 0.9);
	transition: opacity 0.6s ease 0.2s;
}
@media screen and (max-width: 820px) {
	.c-select-modal {
		height: 100dvh;
	}
}
.c-select-modal.is-active {
	opacity: 1;
	pointer-events: auto;
}
.c-select-modal__wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 87.5%;
	height: calc(100vh - 40px);
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 20px;
}
@media screen and (max-width: 820px) {
	.c-select-modal__wrap {
		width: 94.6666666667%;
		height: calc(100dvh - 40px);
		border-radius: 12px;
	}
}
.c-select-modal__close {
	z-index: 1;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 60px;
	cursor: pointer;
}
@media screen and (max-width: 820px) {
	.c-select-modal__close {
		top: -20px;
		right: 0;
		width: 40px;
	}
}
.c-select-modal__lead {
	padding: 10px 0;
	background-color: #F0F0F0;
	border-radius: 20px 20px 0 0;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
	.c-select-modal__lead {
		padding: 16px 2.8169014085%;
		border-radius: 12px 12px 0 0;
	}
}
.c-select-modal__lead p {
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.5;
}
@media screen and (max-width: 820px) {
	.c-select-modal__lead p {
		text-align: left;
		font-size: 12px;
	}
}
.c-select-modal__lead p em {
	color: #209BD3;
}
.c-select-modal__inner {
	flex: 1;
	padding: 30px 3.2142857143%;
	box-sizing: border-box;
	overflow-y: scroll;
}
@media screen and (max-width: 820px) {
	.c-select-modal__inner {
		padding: 30px 2.8169014085%;
	}
}
.c-select-modal__checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 0.9%;
	padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
	.c-select-modal__checkbox {
		justify-content: space-between;
		gap: 12px 0;
		padding-bottom: 46px;
	}
}
.c-select-modal__checkbox__item {
	position: relative;
	width: 19.2307692308%;
	cursor: pointer;
}
@media screen and (max-width: 820px) {
	.c-select-modal__checkbox__item {
		width: 47.7611940299%;
	}
}
.c-select-modal__checkbox__item:hover label {
	box-shadow: 0 0;
}
.c-select-modal__checkbox__item input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.c-select-modal__checkbox__item input::before {
	content: "";
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -8px;
	right: -8px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent url(../image/common/icon_checkbox_close.svg) no-repeat scroll center center/contain;
}
@media screen and (max-width: 820px) {
	.c-select-modal__checkbox__item input br {
		display: none;
	}
}
.c-select-modal__checkbox__item label {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 45px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.25;
	border-radius: 10px;
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	box-shadow: 3px 3px black;
	transition: box-shadow 0.4s;
	pointer-events: none;
}
@media screen and (max-width: 820px) {
	.c-select-modal__checkbox__item label {
		min-height: 40px;
		font-size: 11.2px;
		border-radius: 8px;
	}
}
.c-select-modal__checkbox__item label br {
	display: none;
}
.c-select-modal__checkbox__item span {
	display: none;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -8px;
	right: -8px;
	display: inline-block;
	width: 20px;
}
.c-select-modal__checkbox__item input:checked + label {
	border: 1px solid #209BD3;
	background-color: #F0FCFF;
	color: #209BD3;
	box-shadow: 3px 3px #209bd3;
}
.c-select-modal__checkbox__item input:checked::before {
	opacity: 1;
	pointer-events: auto;
}
.c-select-modal__row {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 820px) {
	.c-select-modal__row {
		justify-content: space-between;
		flex-direction: column;
	}
}
.c-select-modal__row__item {
	width: 50%;
}
@media screen and (max-width: 820px) {
	.c-select-modal__row__item {
		width: 100%;
	}
}
.c-select-modal__row__item .c-select-modal__checkbox {
	gap: 14px 1.6%;
}
@media screen and (max-width: 820px) {
	.c-select-modal__row__item .c-select-modal__checkbox {
		gap: 12px 0;
	}
}
.c-select-modal__row__item .c-select-modal__checkbox__item {
	width: 38.4615384615%;
}
@media screen and (max-width: 820px) {
	.c-select-modal__row__item .c-select-modal__checkbox__item {
		width: 47.7611940299%;
	}
}
.c-select-modal__title {
	display: flex;
	align-items: center;
	gap: 0 16px;
	padding-bottom: 15px;
}
@media screen and (max-width: 820px) {
	.c-select-modal__title {
		gap: 0 12px;
		padding-bottom: 20px;
	}
}
.c-select-modal__title img {
	display: block;
	width: 50px;
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}
@media screen and (max-width: 820px) {
	.c-select-modal__title img {
		width: 43px;
		height: 43px;
	}
}
.c-select-modal__title p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #209BD3;
}
@media screen and (max-width: 820px) {
	.c-select-modal__title p {
		font-size: 19.2px;
	}
}
.c-select-modal__result {
	display: flex;
	justify-content: center;
	gap: 0 7.3214285714%;
	padding: 15px 0;
	background-color: #F0F0F0;
	border-top: 1px solid #000000;
	border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 820px) {
	.c-select-modal__result {
		align-items: center;
		padding: 12px 3.3802816901%;
		gap: 0 2.8169014085%;
		border-radius: 0 0 12px 12px;
	}
}
.c-select-modal__result__selected {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 49.8214285714%;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
	.c-select-modal__result__selected {
		flex-direction: column;
		gap: 10px 0;
		width: 55.2380952381%;
	}
}
.c-select-modal__result .c-button-selected {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 48.3870967742%;
	padding: 4px 0;
	border-radius: 10px;
	border: 1px solid #B3B3B3;
	background-color: #F0F0F0;
	color: #B2B2B2;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.25;
}
@media screen and (max-width: 820px) {
	.c-select-modal__result .c-button-selected {
		width: 100%;
		min-height: 40px;
		padding: 4px 0;
		border-radius: 8px;
		font-size: 12px;
	}
}
.c-select-modal__result .c-button-selected::before {
	content: "";
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -8px;
	right: -8px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent url(../image/common/icon_checkbox_close.svg) no-repeat scroll center center/contain;
}
.c-select-modal__result .c-button-selected.is-selected {
	border: 1px solid #209BD3;
	background-color: #ffffff;
	color: #209BD3;
}
.c-select-modal__result .c-button-selected.is-selected::before {
	opacity: 1;
	pointer-events: auto;
}
@media screen and (max-width: 820px) {
	.c-select-modal__result .c-button-selected br {
		display: none;
	}
}
.c-select-modal__result__decision {
	position: relative;
}
.c-select-modal__result__decision .c-comment {
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -46px;
	width: 240px;
	transition: opacity 0.4s;
}
@media screen and (max-width: 820px) {
	.c-select-modal__result__decision .c-comment {
		top: -50px;
		width: 168px;
	}
}
.c-select-modal__result__decision .c-comment.is-active {
	opacity: 1;
	pointer-events: auto;
}
@media screen and (max-width: 820px) {
	.c-select-modal__result__decision .c-button a {
		padding: 8px 24px 8px 12px;
	}
}
@media screen and (max-width: 820px) {
	.c-select-modal__result__decision .c-button a img {
		right: 8px;
	}
}
.c-select-modal__result__decision .c-button .is-disabled {
	pointer-events: none;
	border: 1px solid #B3B3B3;
	background-color: #F0F0F0;
	box-shadow: 3px 3px #F0F0F0;
}
.c-select-modal__result__decision .c-button .is-disabled span {
	color: #B2B2B2 !important;
}
.c-select-modal__result__decision .c-button .is-disabled img {
	opacity: 0.2;
}
.c-select-modal .-icon1 {
	width: 39.6px;
	height: 51.2px;
}
@media screen and (max-width: 820px) {
	.c-select-modal .-icon1 {
		width: 31.7px;
		height: 40.9px;
	}
}
.c-select-modal .-icon2 {
	width: 44.1px;
	height: 40.6px;
}
@media screen and (max-width: 820px) {
	.c-select-modal .-icon2 {
		width: 35.2px;
		height: 32.5px;
	}
}
.c-select-modal .-icon3 {
	width: 40px;
	height: 39.7px;
}
@media screen and (max-width: 820px) {
	.c-select-modal .-icon3 {
		width: 32px;
		height: 31.8px;
	}
}
.c-select-modal .-icon4 {
	width: 40.6px;
	height: 39.6px;
}
@media screen and (max-width: 820px) {
	.c-select-modal .-icon4 {
		width: 32.5px;
		height: 31.7px;
	}
}
.c-select-modal .-icon5 {
	width: 48.5px;
	height: 51.7px;
}
@media screen and (max-width: 820px) {
	.c-select-modal .-icon5 {
		width: 38.8px;
		height: 41.3px;
	}
}
.c-select-modal .-icon6 {
	width: 40.6px;
	height: 54.7px;
}
@media screen and (max-width: 820px) {
	.c-select-modal .-icon6 {
		width: 32.4px;
		height: 43.8px;
	}
}
.c-select-modal .-icon7 {
	width: 41.4px;
	height: 40.7px;
}
@media screen and (max-width: 820px) {
	.c-select-modal .-icon7 {
		width: 33.1px;
		height: 32.6px;
	}
}
.c-select-modal .-icon8 {
	width: 43.6px;
	height: 39.5px;
}
@media screen and (max-width: 820px) {
	.c-select-modal .-icon8 {
		width: 34.9px;
		height: 31.6px;
	}
}

#colorbox {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100vh !important;
}
#colorbox #cboxTopCenter, #colorbox #cboxTopLeft, #colorbox #cboxTopRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxBottomCenter, #colorbox #cboxBottomLeft, #colorbox #cboxBottomRight {
	display: none;
}
#colorbox #cboxContent, #colorbox .cboxIframe {
	background: transparent !important;
}
#colorbox #cboxClose {
	display: none !important;
}

#cboxOverlay {
	background-image: none !important;
	background-color: rgba(214, 248, 255, 0.9);
}

.c-select-modal-colorbox {
	opacity: 1 !important;
	pointer-events: auto !important;
}

.c-data-head p {
	text-align: center;
	padding-bottom: 28px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
}

.c-data-value {
	position: relative;
	display: flex;
	justify-content: center;
}
.c-data-value h3 {
	z-index: 1;
	display: inline-block;
	position: relative;
	/*font-family: "Roboto", sans-serif;*/
	font-style: normal;
	font-size: 82px;
	-webkit-text-stroke: 1px #000000;
}
@media screen and (max-width: 820px) {
	.c-data-value h3 {
		font-size: 49px;
	}
	.c-data-value h3 strong {
		font-weight: bold;
	}
}
.c-data-value h3 strong {
	/*font-family: "Roboto", sans-serif;
	font-weight: 500;*/
	font-style: normal;
}
.c-data-value h3 span {
	display: inline-block;
	padding-left: 8px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	-webkit-text-stroke: 0px;
	color: #000000 !important;
	font-size: 24px;
}
@media screen and (max-width: 820px) {
	.c-data-value h3 span {
		padding-left: 4px;
		font-size: 14px;
	}
}
.c-data-value img {
	z-index: -1;
	display: block;
	position: absolute;
	top: -20px;
	left: -52px;
	width: 66px;
}
@media screen and (max-width: 820px) {
	.c-data-value img {
		width: 40px;
		top: -15px;
		left: -28px;
	}
}

.c-data-average {
	text-align: center;
	padding-bottom: 24px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
	.c-data-average {
		padding-bottom: 12px;
		font-size: 11px;
	}
}
.c-data-average span {
	font-size: 24px;
}
@media screen and (max-width: 820px) {
	.c-data-average span {
		font-size: 14px;
	}
}

.c-data-graph {
	position: relative;
	margin: 0 auto;
	flex-grow: 1;
	pointer-events: none;
}
.c-data-graph canvas {
	display: block;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
}
.c-data-graph .illustration {
	position: absolute;
}

.c-data-list {
	padding-top: 28px;
}
@media screen and (max-width: 820px) {
	.c-data-list {
		padding-top: 14px;
	}
}
.c-data-list li {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.66;
}
@media screen and (max-width: 820px) {
	.c-data-list li {
		font-size: 8px;
		text-align: center;
	}
}

.c-data-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10%;
}
@media screen and (max-width: 820px) {
	.c-data-bottom {
		padding-top: 10px;
	}
}
.c-data-bottom img {
	width: 32.5842696629%;
}
.c-data-bottom__number {
	text-align: center;
	flex-shrink: 1;
}
.c-data-bottom__number span {
	display: inline-block;
	padding-bottom: 0.5em;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}
.c-data-bottom__number p {
	display: flex;
	align-items: baseline;
	gap: 0 0.1em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
	-webkit-text-stroke: 1px #000000;
	color: #E5E5E5;
	letter-spacing: 0.01em;
}
.c-data-bottom__number p em {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	-webkit-text-stroke: 0px;
	color: #000000;
}

.c-data-value + .c-data-average {
	margin-top: 20px;
}
@media screen and (max-width: 820px) {
	.c-data-value + .c-data-average {
		margin-top: 12px;
	}
}

.c-data-value + .c-data-graph {
	margin-top: 0;
}
@media screen and (max-width: 820px) {
	.c-data-value + .c-data-graph {
		margin-top: 12px;
	}
}

[data-color=yellow] .c-data-value h3, [data-color=yellow] .count-up,[data-color=yellow] .count-up-rounding {
	color: #F5FF3B;
}
[data-color=yellow] .c-data-graph {
	width: 33.984375vw;
	height: 17.96875vw;
	max-width: 430px;
	max-height: 270px;
}
@media screen and (max-width: 820px) {
	[data-color=yellow] .c-data-graph {
		width: 71.2vw;
		height: 45.8666666667vw;
		padding-left: 0;
		max-width: initial;
		max-height: initial;
	}
}
[data-color=yellow] canvas {
	max-width: 420px;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	[data-color=yellow] canvas {
		max-width: initial;
	}
}
[data-color=yellow] .illustration {
	top: 0;
	right: 0;
	width: 33.7078651685%;
}
[data-color=yellow] .t-comparison-flex canvas {
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	[data-color=yellow] .t-comparison-flex canvas {
		max-width: initial;
	}
}
[data-color=yellow] .t-comparison-item__illustration {
	width: 14.8514851485%;
}
@media screen and (max-width: 820px) {
	[data-color=yellow] .t-comparison-item__illustration {
		top: 108px;
		right: -20px;
		width: 24%;
	}
}

[data-color=green] .c-data-value h3, [data-color=green] .count-up {
	color: #65F0D4;
}
[data-color=green] .c-data-graph {
	width: 33.984375vw;
	height: 16.953125vw;
	max-width: 430px;
	max-height: 270px;
}
@media screen and (max-width: 820px) {
	[data-color=green] .c-data-graph {
		width: 71.7333333333vw;
		height: 37.8666666667vw;
		padding-left: 0;
		max-width: initial;
		max-height: initial;
	}
}
[data-color=green] canvas {
	max-width: 440px;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	[data-color=green] canvas {
		max-width: initial;
	}
}
[data-color=green] .illustration {
	right: 30px;
	bottom: -30px;
	width: 22.4719101124%;
}
@media screen and (max-width: 820px) {
	[data-color=green] .illustration {
		right: 30px;
		bottom: -20px;
	}
}
[data-color=green] .t-comparison-flex canvas {
	width: 77.2277227723%;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	[data-color=green] .t-comparison-flex canvas {
		max-width: initial;
	}
}
[data-color=green] .t-comparison-item__illustration {
	width: 9.900990099%;
}
@media screen and (max-width: 820px) {
	[data-color=green] .t-comparison-item__illustration {
		top: 68px;
		right: -22px;
		width: 24%;
	}
}

[data-color=blue] .c-data-value h3, [data-color=blue] .count-up {
	color: #65ADF0;
}
[data-color=blue] .c-data-graph {
	width: 25.78125vw;
	height: 16.015625vw;
	max-width: 430px;
	max-height: 270px;
}
@media screen and (max-width: 820px) {
	[data-color=blue] .c-data-graph {
		width: 71.7333333333vw;
		height: 36.8vw;
		padding-left: 0;
		max-width: initial;
		max-height: initial;
	}
}
[data-color=blue] canvas {
	max-width: 370px;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	[data-color=blue] canvas {
		max-width: initial;
	}
}
[data-color=blue] .illustration {
	left: -30px;
	top: -70px;
	width: 22.4719101124%;
}
@media screen and (max-width: 820px) {
	[data-color=blue] .illustration {
		left: -10px;
		top: -70px;
	}
}
[data-color=blue] .t-comparison-flex canvas {
	width: 65.3465346535%;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	[data-color=blue] .t-comparison-flex canvas {
		max-width: initial;
	}
}
[data-color=blue] .t-comparison-item__illustration {
	width: 12.1782178218%;
}
@media screen and (max-width: 820px) {
	[data-color=blue] .t-comparison-item__illustration {
		width: 24%;
		left: 0px;
		top: 36px;
	}
}

[data-color=orange] .c-data-value h3, [data-color=orange] .count-up {
	color: #FFA04D;
}
[data-color=orange] .c-data-graph {
	width: 33.984375vw;
	height: 17.96875vw;
	max-width: 430px;
	max-height: 270px;
}
@media screen and (max-width: 820px) {
	[data-color=orange] .c-data-graph {
		width: 71.7333333333vw;
		height: 45.8666666667vw;
		padding-left: 0;
		max-width: initial;
		max-height: initial;
	}
}
[data-color=orange] canvas {
	max-width: 410px;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	[data-color=orange] canvas {
		max-width: initial;
	}
}
[data-color=orange] .illustration {
	top: -90px;
	right: 0;
	width: 20.8988764045%;
}
[data-color=orange] .t-comparison-flex canvas {
	max-width: 410px;
	width: 75.8415841584%;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	[data-color=orange] .t-comparison-flex canvas {
		max-width: initial;
	}
}
[data-color=orange] .t-comparison-item__illustration {
	width: 9.2079207921%;
}
@media screen and (max-width: 820px) {
	[data-color=orange] .t-comparison-item__illustration {
		top: 30px;
		right: 0;
		width: 18.9333333333%;
	}
}

[data-color=red] .c-data-value h3, [data-color=red] .count-up {
	color: #FFA093;
}
[data-color=red] .illustration {
	left: 0;
	bottom: 0;
	width: 32.5842696629%;
}
[data-color=red] .t-comparison-item__illustration {
	width: 14.3564356436%;
}
@media screen and (max-width: 820px) {
	[data-color=red] .t-comparison-item__illustration {
		position: relative !important;
		width: 29.8507462687%;
		margin: 0 auto;
		padding-top: 16px;
	}
}

[data-color=purple] .c-data-value h3, [data-color=purple] .count-up {
	color: #E3D1FF;
}
[data-color=purple] .illustration {
	left: 0;
	bottom: 0;
	width: 26.0674157303%;
}
[data-color=purple] .t-comparison-item__illustration {
	width: 11.4851485149%;
}
@media screen and (max-width: 820px) {
	[data-color=purple] .t-comparison-item__illustration {
		position: relative !important;
		width: 28.6567164179%;
		margin: 0 auto;
		padding-top: 16px;
	}
}

/*----------------------------------------
	Utility
----------------------------------------*/
.u-hidden {
	display: none;
}

@media screen and (max-width: 820px) {
	.u-hidden-sp {
		display: none !important;
	}
}

@media screen and (min-width: 821px) {
	.u-hidden-pc {
		display: none !important;
	}
}

.u-left {
	text-align: left;
}

.u-center {
	text-align: center;
}

.u-right {
	text-align: right;
}

.u-red {
	color: red;
}

.u-bg-red {
	background-color: red;
}

/* 
* 余白打ち消しクラス
*/
.u-noRadius {
	border-radius: 0 !important;
}

.u-noMargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.u-noMargin-top {
	margin-top: 0 !important;
}

.u-noMargin-bottom {
	margin-bottom: 0 !important;
}

.u-noPadding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.u-noPadding-top {
	padding-top: 0 !important;
}

.u-noPadding-bottom {
	padding-bottom: 0 !important;
}

/*----------------------------------------
	Page Home
----------------------------------------*/
.home .t-hero {
	overflow: hidden;
	position: relative;
	padding: 52px 0 120px;
}
@media screen and (max-width: 820px) {
	.home .t-hero {
		padding: 28px 0 66px;
	}
}
.home .t-hero::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 56%;
	background-color: #D6F8FF;
}
@media screen and (max-width: 820px) {
	.home .t-hero::before {
		height: 66%;
	}
}
.home .t-hero::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 56%;
	width: 100%;
	height: 168px;
	background: transparent url(../image/home/bg_area01_top.png) no-repeat scroll center center/cover;
}
@media screen and (max-width: 820px) {
	.home .t-hero::after {
		bottom: 66%;
		height: 49px;
	}
}
.home .t-hero__wrap {
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 87.5%;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
	.home .t-hero__wrap {
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
	}
}
.home .t-hero__content {
	width: 44.3636363636%;
}
@media screen and (max-width: 820px) {
	.home .t-hero__content {
		width: 76.8%;
		margin: 0 auto;
		padding-bottom: 14px;
	}
}
.home .t-hero__content__title {
	padding-bottom: 78px;
}
@media screen and (max-width: 820px) {
	.home .t-hero__content__title {
		padding-bottom: 18px;
	}
}
.home .t-hero__content__image {
	width: 92.0081967213%;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	.home .t-hero__content__image {
		width: 68.0555555556%;
	}
}
.home .t-hero__frame {
	position: relative;
	width: 50.9%;
}
@media screen and (max-width: 820px) {
	.home .t-hero__frame {
		width: 100%;
		margin: 0 auto;
	}
}
.home .t-hero__frame .-object1::before {
	z-index: -1;
	content: "";
	position: absolute;
	left: 1px;
	bottom: -5px;
	width: calc(100% - 5px);
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-top: none;
	border-radius: 20px;
}
@media screen and (max-width: 820px) {
	.home .t-hero__frame .-object1::before {
		width: calc(100% - 2px);
	}
}
.home .t-hero__frame .-object1::after {
	z-index: -2;
	content: "";
	position: absolute;
	left: 1px;
	bottom: -10px;
	width: calc(100% - 5px);
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-top: none;
	border-radius: 20px;
}
@media screen and (max-width: 820px) {
	.home .t-hero__frame .-object1::after {
		width: calc(100% - 2px);
	}
}
.home .t-hero__frame .-object2::before {
	z-index: -3;
	content: "";
	position: absolute;
	left: 1px;
	bottom: -15px;
	width: calc(100% - 5px);
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-top: none;
	border-radius: 20px;
}
@media screen and (max-width: 820px) {
	.home .t-hero__frame .-object2::before {
		width: calc(100% - 2px);
	}
}
.home .t-hero__frame .swiper-button-next::after,
.home .t-hero__frame .swiper-button-prev::after {
	display: none;
}
.home .t-hero__frame .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
	width: 40px;
	height: 40px;
	background: transparent url(../image/common/arrow_next.svg) no-repeat scroll center center/contain;
}
.home .t-hero__frame .swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	width: 40px;
	height: 40px;
	background: transparent url(../image/common/arrow_prev.svg) no-repeat scroll center center/contain;
}
.home .t-hero__slide {
	width: calc(100% - 2px);
	height: auto;
	margin: 0 auto;
}
.home .t-hero__slide .swiper-slide {
	padding: 30px 0 40px;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 20px;
	transition: opacity 0.1s ease;
	box-sizing: border-box;
	opacity: 0 !important;
	width: 100%;
	height: auto;
}
.home .t-hero__slide .swiper-slide a:hover {
	opacity: 1;
}
.home .t-hero__slide .swiper-slide a:hover .t-hero__slide__title, .home .t-hero__slide .swiper-slide a:hover .t-hero__slide__data {
	opacity: 0.5;
}
.home .t-hero__slide .swiper-slide-prev, .home .t-hero__slide .swiper-slide-next {
	opacity: 0;
}
.home .t-hero__slide .swiper-slide-active {
	opacity: 1 !important;
}
.home .t-hero__slide__title {
	transition: opacity 0.4s;
	color: #000000;
}
.home .t-hero__slide__title h2 {
	text-align: center;
	padding: 0 3.5460992908% 30px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 0.08em;
	line-height: 1.35;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide__title h2 {
		padding: 0 5.9701492537% 24px;
		font-size: 24px;
	}
}
.home .t-hero__slide__title h2.-fontsize-s {
	padding: 0 3.5460992908% 24px;
	font-size: 30px;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide__title h2.-fontsize-s {
		padding: 0 5.9701492537% 32px;
		font-size: 16px;
	}
}
.home .t-hero__slide__title h2.-fontsize-m {
	padding: 0 3.5460992908% 40px;
	font-size: 40px;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide__title h2.-fontsize-m {
		padding: 0 5.9701492537% 32px;
		font-size: 24px;
	}
}
.home .t-hero__slide__head {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	padding-bottom: 28px;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide__head {
		padding-bottom: 10px;
	}
}
.home .t-hero__slide__head img {
	width: 72px;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide__head img {
		width: 42px;
	}
}
.home .t-hero__slide__head p {
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide__head p {
		font-size: 15px;
	}
}
.home .t-hero__slide__data {
	position: relative;
	display: flex;
	justify-content: center;
	padding-bottom: 14px;
	transition: opacity 0.4s;
}
.home .t-hero__slide__data h3 {
	z-index: 1;
	display: inline-block;
	position: relative;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 120px;
	-webkit-text-stroke: 1px #000000;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide__data h3 {
		font-size: 90px;
	}
}
.home .t-hero__slide__data h3 span {
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	-webkit-text-stroke: 0px;
	color: #000000;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide__data h3 span {
		font-size: 14px;
	}
}
.home .t-hero__slide__data img {
	z-index: -1;
	display: block;
	position: absolute;
	top: 20px;
	left: -52px;
	width: 66px;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide__data img {
		width: 40px;
		top: -7px;
		left: -32px;
	}
}
.home .t-hero__slide__graph {
	position: relative;
	margin: 0 auto;
	pointer-events: none;
}
.home .t-hero__slide__graph canvas {
	display: block;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
}
.home .t-hero__slide__graph .illustration {
	position: absolute;
}
.home .t-hero__slide__bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10%;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide__bottom {
		padding-top: 10px;
	}
}
.home .t-hero__slide__bottom img {
	width: 25.8928571429%;
}
.home .t-hero__slide__bottom__number {
	text-align: center;
	flex-shrink: 1;
}
.home .t-hero__slide__bottom__number span {
	display: inline-block;
	padding-bottom: 0.5em;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px;
}
.home .t-hero__slide__bottom__number p {
	display: flex;
	align-items: baseline;
	gap: 0 0.1em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
	-webkit-text-stroke: 1px #000000;
	color: #E5E5E5;
	letter-spacing: 0.01em;
}
.home .t-hero__slide__bottom__number p em {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	-webkit-text-stroke: 0px;
	color: #000000;
}
.home .t-hero__slide__row {
	display: flex;
	justify-content: center;
	padding: 0 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide__row {
		justify-content: space-between;
	}
}
.home .t-hero__slide__row__item {
	width: 50%;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide__row__item {
		width: 100%;
	}
}
.home .t-hero__slide__row__item:nth-of-type(1) .t-hero__slide__data h3 {
	color: #C2E7FF;
}
.home .t-hero__slide__row__item:nth-of-type(2) .t-hero__slide__data h3 {
	color: #FFD1F6;
}
.home .t-hero__slide [data-color=yellow] .t-hero__slide__data h3 {
	color: #F5FF3B;
}
.home .t-hero__slide [data-color=yellow] .t-hero__slide__graph {
	width: 33.984375vw;
	height: 11.953125vw;
	max-width: 430px;
	max-height: 270px;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide [data-color=yellow] .t-hero__slide__graph {
		width: 71.2vw;
		height: 45.8666666667vw;
		padding-left: 0;
		max-width: initial;
		max-height: initial;
	}
}
.home .t-hero__slide [data-color=yellow] canvas {
	width: 68.3928571429%;
	margin: 0 auto;
}
.home .t-hero__slide [data-color=yellow] .illustration {
	top: -30px;
	right: 70px;
	width: 26.7857142857%;
}
.home .t-hero__slide [data-color=green] .t-hero__slide__data h3 {
	color: #65F0D4;
}
.home .t-hero__slide [data-color=green] .t-hero__slide__graph {
	width: 33.984375vw;
	height: 12.96875vw;
	max-width: 430px;
	max-height: 270px;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide [data-color=green] .t-hero__slide__graph {
		width: 71.2vw;
		height: 45.8666666667vw;
		padding-left: 0;
		max-width: initial;
		max-height: initial;
	}
}
.home .t-hero__slide [data-color=green] canvas {
	width: 69.6428571429%;
	margin: 0 auto;
}
.home .t-hero__slide [data-color=green] .illustration {
	right: -10px;
	top: -115px;
	width: 17.8571428571%;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide [data-color=green] .illustration {
		top: -90px;
		right: 20px;
	}
}
.home .t-hero__slide [data-color=blue] .t-hero__slide__data {
	padding-bottom: 0;
}
.home .t-hero__slide [data-color=blue] .t-hero__slide__data h3 {
	color: #65ADF0;
}
.home .t-hero__slide [data-color=blue] .t-hero__slide__graph {
	width: 28.90625vw;
	height: 13.90625vw;
	max-width: 430px;
	max-height: 270px;
	padding-left: 17%;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide [data-color=blue] .t-hero__slide__graph {
		width: 86.9333333333vw;
		height: 37.3333333333vw;
		padding-left: 0;
	}
}
.home .t-hero__slide [data-color=blue] canvas {
	max-width: 370px;
	margin: 0 auto;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide [data-color=blue] canvas {
		max-width: 260px;
	}
}
.home .t-hero__slide [data-color=blue] .illustration {
	left: 80px;
	bottom: -10px;
	width: 17.8571428571%;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide [data-color=blue] .illustration {
		left: 20px;
		bottom: -30px;
	}
}
.home .t-hero__slide [data-color=orange] .t-hero__slide__data h3 {
	color: #FFA04D;
}
.home .t-hero__slide [data-color=orange] .t-hero__slide__graph {
	width: 33.984375vw;
	height: 10.9375vw;
	max-width: 430px;
	max-height: 270px;
}
@media screen and (max-width: 820px) {
	.home .t-hero__slide [data-color=orange] .t-hero__slide__graph {
		width: 71.2vw;
		height: 45.8666666667vw;
		padding-left: 0;
		max-width: initial;
		max-height: initial;
	}
}
.home .t-hero__slide [data-color=orange] canvas {
	width: 68.3928571429%;
	margin: 0 auto;
}
.home .t-hero__slide [data-color=orange] .illustration {
	top: -100px;
	right: 50px;
	width: 16.6071428571%;
}
.home .t-hero__slide [data-color=red] .t-hero__slide__data h3 {
	color: #FFA093;
}
.home .t-hero__slide [data-color=red] .illustration {
	left: 0;
	bottom: 0;
	width: 25.8928571429%;
}
.home .t-hero__slide [data-color=purple] .t-hero__slide__data h3 {
	color: #E3D1FF;
}
.home .t-hero__slide [data-color=purple] .illustration {
	left: 0;
	bottom: 0;
	width: 20.7142857143%;
}
.home .t-hero__slidebg {
	position: absolute;
	left: 0;
	bottom: -16px;
}
.home .t-wrapper__frame {
	width: 87.5%;
	margin: 0 auto;
}
.home .t-wrapper--green {
	position: relative;
	padding-bottom: 128px;
	background-color: #CDF5D5;
}
@media screen and (max-width: 820px) {
	.home .t-wrapper--green {
		padding-top: 30px;
		padding-bottom: 100px;
	}
}
.home .t-wrapper--green::before {
	content: "";
	position: absolute;
	top: -108px;
	left: 0;
	width: 100%;
	height: 108px;
	background: transparent url(../image/home/bg_area02_top.png) no-repeat scroll center center/cover;
}
@media screen and (max-width: 820px) {
	.home .t-wrapper--green::before {
		top: -39px;
		height: 39px;
	}
}
.home .t-wrapper--green::after {
	content: "";
	position: absolute;
	bottom: -154px;
	left: 0;
	width: 100%;
	height: 154px;
	background: transparent url(../image/home/bg_area02_bottom.png) no-repeat scroll center center/cover;
}
@media screen and (max-width: 820px) {
	.home .t-wrapper--green::after {
		bottom: -45px;
		height: 45px;
	}
}
.home .t-wrapper--orange {
	position: relative;
	background-color: #F9F3E8;
}
.home .t-wrapper--orange::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 238px;
	background: transparent url(../image/home/bg_area02_bottom.png) no-repeat scroll center center/cover;
}
.home .t-wrapper--orange .t-wrapper__frame {
	padding-bottom: 145px;
}
@media screen and (max-width: 820px) {
	.home .t-wrapper--orange .t-wrapper__frame {
		padding-bottom: 62px;
	}
}
.home .t-info {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
	.home .t-info {
		flex-direction: column;
		justify-content: center;
		gap: 60px 0;
		padding-bottom: 46px;
	}
}
.home .t-info__item {
	width: 30.3571428571%;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 820px) {
	.home .t-info__item {
		width: 100%;
	}
}
.home .t-info__item__hukidashi {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 22px;
}
@media screen and (max-width: 820px) {
	.home .t-info__item__hukidashi {
		margin-bottom: 18px;
	}
}
.home .t-info__item__hukidashi p {
	z-index: 1;
	position: relative;
	display: inline-block;
	padding: 12px 22px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	background-color: #ffffff;
	border-radius: 16px;
}
@media screen and (max-width: 820px) {
	.home .t-info__item__hukidashi p {
		font-size: 10px;
	}
}
.home .t-info__item__hukidashi p::after {
	content: "";
	z-index: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -11px;
	width: 10.5px;
	height: 11px;
	background: transparent url(../image/common/hukidashi02.svg) no-repeat scroll center center/contain;
}
.home .t-info__item__title {
	text-align: center;
	flex-grow: 1;
}
.home .t-info__item__title h3 {
	margin-bottom: 34px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.08em;
	line-height: 1.3;
}
@media screen and (max-width: 820px) {
	.home .t-info__item__title h3 {
		margin-bottom: 24px;
		font-size: 24px;
	}
}
.home .t-info__item__title h3 span {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
	.home .t-info__item__title h3 span {
		font-size: 14px;
	}
}
.home .t-info__item__image {
	flex-grow: 0;
	position: relative;
	width: 83.5294117647%;
	margin: 0 auto;
	padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
	.home .t-info__item__image {
		width: 63.5820895522%;
	}
}
.home .t-info__item__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 820px) {
	.home .t-info__item__text {
		width: 88.0597014925%;
		margin: 0 auto;
	}
}
.home .t-info__item__text p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.75;
}
@media screen and (max-width: 820px) {
	.home .t-info__item__text p {
		font-size: 14px;
	}
}
.home .t-comparison {
	z-index: 1;
	position: relative;
	padding: 50px 0 66px;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 20px;
}
@media screen and (max-width: 820px) {
	.home .t-comparison {
		padding: 40px 5.9701492537% 50px;
		box-sizing: border-box;
	}
}
.home .t-comparison__row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 4.8214285714%;
	padding-bottom: 54px;
}
@media screen and (max-width: 820px) {
	.home .t-comparison__row {
		flex-direction: column;
		gap: 42px;
		padding-bottom: 34px;
	}
}
.home .t-comparison__row__item:nth-of-type(1) {
	width: 40%;
}
@media screen and (max-width: 820px) {
	.home .t-comparison__row__item:nth-of-type(1) {
		width: 93.5593220339%;
	}
}
.home .t-comparison__row__item:nth-of-type(2) {
	width: 41.0714285714%;
}
@media screen and (max-width: 820px) {
	.home .t-comparison__row__item:nth-of-type(2) {
		width: 100%;
	}
}
@media screen and (max-width: 820px) {
	.home .t-comparison .c-button a {
		padding: 15px 32px;
		box-shadow: 4px 4px black;
	}
}

/*----------------------------------------
	Page Result
----------------------------------------*/
.result .t-result-wrapper {
	padding-bottom: 160px;
	background-color: #D6F8FF;
}
@media screen and (max-width: 820px) {
	.result .t-result-wrapper {
		padding-bottom: 40px;
	}
}
.result .t-result-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 87.5%;
	margin: 0 auto;
	padding: 30px 0 70px;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
	.result .t-result-title {
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
		width: 89.3333333333%;
		padding: 30px 0 54px;
	}
}
@media screen and (max-width: 820px) {
	.result .t-result-title__main {
		padding-bottom: 24px;
	}
}
.result .t-result-title__main p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0;
}
@media screen and (max-width: 820px) {
	.result .t-result-title__main p {
		font-size: 12px;
	}
}
.result .t-result-title__main__heading {
	padding-top: 12px;
	display: flex;
	align-items: center;
	gap: 0 6px;
}
.result .t-result-title__main__heading img {
	display: block;
	width: 82px;
}
@media screen and (max-width: 820px) {
	.result .t-result-title__main__heading img {
		width: 64px;
	}
}
.result .t-result-title__main__heading h1 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
	.result .t-result-title__main__heading h1 {
		font-size: 24px;
	}
}
@media screen and (max-width: 820px) {
	.result .t-result-title .c-button {
		margin-left: auto;
	}
	.result .t-result-title .c-button a {
		padding: 6px 26px 6px 8px;
	}
	.result .t-result-title .c-button span {
		font-size: 10px;
	}
}
@media screen and (max-width: 820px) and (max-width: 820px) {
	.result .t-result-title .c-button img {
		right: 8px;
		width: 17px;
	}
}

.t-single-evaluation-container {
	width: 87.5%;
	margin: 0 auto;
	padding: 0 5.1785714286%;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #000000;
	border-radius: 20px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-container {
		padding: 0 8.9552238806%;
		border-radius: 10px;
	}
}

.t-single-evaluation-head {
	z-index: 2;
	position: sticky;
	top: 10px;
	left: 0;
	margin: -45px auto 0;
	padding-bottom: 20px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-head {
		margin-top: -30px;
		padding-bottom: 36px;
	}
}
.t-single-evaluation-head h2 {
	display: flex;
	justify-content: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.t-single-evaluation-head h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	padding: 0 3.2%;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 20px;
	font-size: 48px;
	letter-spacing: 0.08em;
	line-height: 1.25;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-head h2 span {
		min-height: 60px;
		padding: 0 min(30px, 5%);
		border-radius: 10px;
		font-size: 28px;
	}
}
.t-single-evaluation-head h2 span.-fontsize-s {
	font-size: 25px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-head h2 span.-fontsize-s {
		font-size: 18px;
	}
}
.t-single-evaluation-head h2 span.-fontsize-m {
	font-size: 48px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-head h2 span.-fontsize-m {
		font-size: 28px;
	}
}
.t-single-evaluation-head__hukidashi {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-head__hukidashi {
		margin-top: 20px;
		margin-bottom: 18px;
	}
}
.t-single-evaluation-head__hukidashi p {
	z-index: 1;
	position: relative;
	display: inline-block;
	padding: 12px 36px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	background-color: #F0F0F0;
	border-radius: 200px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-head__hukidashi p {
		padding: 10px 30px;
		font-size: 12px;
	}
}
.t-single-evaluation-head__hukidashi p::after {
	content: "";
	z-index: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
	width: 10.5px;
	height: 11px;
	background: transparent url(../image/common/hukidashi03.svg) no-repeat scroll center center/contain;
}
.t-single-evaluation-head__text {
	text-align: center;
}
.t-single-evaluation-head__text p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 1.8;
}

.t-single-evaluation-outer {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.t-single-evaluation-outer::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #000000;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-outer::before {
		display: none;
	}
}

.t-single-evaluation-item {
	width: 44.0594059406%;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-item {
		width: 100%;
	}
}
.t-single-evaluation-item__title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 20px;
	padding: 14px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-item__title {
		gap: 0 14px;
		padding: 15px 0;
	}
}
.t-single-evaluation-item__title img {
	display: block;
	width: 68px;
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-item__title img {
		width: 44px;
		height: 30px;
	}
}
.t-single-evaluation-item__title h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-item__title h3 {
		font-size: 18px;
	}
}
.t-single-evaluation-item__title h3.fontsize-s {
	font-size: 24px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-item__title h3.fontsize-s {
		font-size: 14px;
	}
}
.t-single-evaluation-item__title h3.fontsize-m {
	font-size: 32px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-item__title h3.fontsize-m {
		font-size: 18px;
	}
}
.t-single-evaluation-item__inner {
	display: flex;
	flex-direction: column;
	padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-item__inner {
		padding-bottom: 46px;
	}
}
.t-single-evaluation-item__inner__memo {
	text-align: center;
	padding-top: 10px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-item__inner__memo {
		padding-top: 6px;
	}
}
.t-single-evaluation-item__inner__memo p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 11px;
}
.t-single-evaluation-item__inner .c-data-value {
	flex-grow: 1;
	padding-top: 60px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-item__inner .c-data-value {
		padding-top: 36px;
	}
}
.t-single-evaluation-item__inner .c-data-value + .c-data-graph {
	margin-top: 10px;
}
.t-single-evaluation-item__inner .c-data-value + .c-data-bottom {
	margin-top: 10px;
}
.t-single-evaluation-item .c-data-list li {
	text-align: center;
}

.t-single-evaluation-row {
	margin-top: 36px;
	padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-row {
		margin-top: 0;
	}
}
.t-single-evaluation-row__wrap {
	display: flex;
	justify-content: center;
	padding-top: 37px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-row__wrap {
		flex-direction: column;
		gap: 30px 0;
	}
}
.t-single-evaluation-row__item {
	width: 50%;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-row__item {
		width: 100%;
	}
}
.t-single-evaluation-row__item:nth-of-type(1) .c-data-value h3 {
	color: #C2E7FF;
}
.t-single-evaluation-row__item:nth-of-type(2) .c-data-value h3 {
	color: #FFD1F6;
}
.t-single-evaluation-row__item .count-up-men {
	color: #C2E7FF;
}
.t-single-evaluation-row__item .count-up-women {
	color: #FFD1F6;
}
.t-single-evaluation-row .c-data-head {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	padding-bottom: 28px;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-row .c-data-head {
		text-align: center;
		width: 100%;
	}
}
.t-single-evaluation-row .c-data-head p {
	padding-bottom: 0;
}
.t-single-evaluation-row .c-data-head img {
	width: 70px;
}
.t-single-evaluation-row .c-data-value {
	display: block;
	text-align: center;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-row .c-data-value h3 {
		font-size: 49px;
	}
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-row .c-data-value h3 span {
		font-size: 14.4px;
	}
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-row .c-data-average p {
		font-size: 10.8px;
	}
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-row .c-data-average p span {
		font-size: 14.4px;
	}
}
.t-single-evaluation-row .c-data-bottom {
	gap: 0 4%;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-row .c-data-bottom {
		width: 36.7647058824%;
		padding-top: 0;
		gap: 0 8%;
	}
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-row .c-data-bottom__number span {
		font-size: 7.8px;
	}
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-row .c-data-bottom__number p {
		font-size: 16.8px;
	}
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-row .c-data-bottom__number p em {
		font-size: 7.2px;
	}
}
.t-single-evaluation-row .c-data-bottom img {
	width: 16.1797752809%;
}
@media screen and (max-width: 820px) {
	.t-single-evaluation-row .c-data-bottom img {
		width: 42%;
	}
}
.t-single-evaluation-row .c-data-list li {
	text-align: center;
}

.t-comparison-container-pc {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 87.5%;
	margin: 0 auto;
	padding: 0 4.6875%;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #000000;
	border-radius: 20px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc {
		padding: 0 8.9552238806%;
		border-radius: 10px;
	}
}
.t-comparison-container-pc::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #000000;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc::before {
		display: none;
	}
}
.t-comparison-container-pc .t-comparison-head {
	z-index: 2;
	position: sticky;
	top: 10px;
	left: 0;
	width: 50%;
	margin-top: -45px;
	padding-bottom: 0;
	box-sizing: border-box;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-head {
		margin-top: -30px;
		padding-bottom: 36px;
	}
}
.t-comparison-container-pc .t-comparison-head:nth-of-type(1) {
	padding-right: 6.1%;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-head:nth-of-type(1) {
		padding-right: 0;
	}
}
.t-comparison-container-pc .t-comparison-head:nth-of-type(2) {
	padding-left: 6.1%;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-head:nth-of-type(2) {
		padding-left: 0;
	}
}
.t-comparison-container-pc .t-comparison-head h2 {
	display: flex;
	justify-content: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.t-comparison-container-pc .t-comparison-head h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 80px;
	padding: 0 6%;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 20px;
	font-size: 48px;
	letter-spacing: 0.08em;
	line-height: 1.25;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-head h2 span {
		min-height: 60px;
		padding: 0 36px;
		border-radius: 10px;
		font-size: 28px;
	}
}
.t-comparison-container-pc .t-comparison-head h2 span.-fontsize-s {
	font-size: 25px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-head h2 span.-fontsize-s {
		font-size: 18px;
	}
}
.t-comparison-container-pc .t-comparison-head h2 span.-fontsize-m {
	font-size: 48px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-head h2 span.-fontsize-m {
		font-size: 28px;
	}
}
.t-comparison-container-pc .t-comparison-head__hukidashi {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-head__hukidashi {
		margin-top: 20px;
		margin-bottom: 18px;
	}
}
.t-comparison-container-pc .t-comparison-head__hukidashi p {
	z-index: 1;
	position: relative;
	display: inline-block;
	padding: 12px 36px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	background-color: #F0F0F0;
	border-radius: 200px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-head__hukidashi p {
		padding: 10px 30px;
		font-size: 12px;
	}
}
.t-comparison-container-pc .t-comparison-head__hukidashi p::after {
	content: "";
	z-index: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
	width: 10.5px;
	height: 11px;
	background: transparent url(../image/common/hukidashi03.svg) no-repeat scroll center center/contain;
}
.t-comparison-container-pc .t-comparison-head__text {
	text-align: center;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 0.5em 0;
	background: #fff;
}
.t-comparison-container-pc .t-comparison-head__text p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 1.8;
}
.t-comparison-container-pc .t-comparison-outer {
	width: 100%;
}
.t-comparison-container-pc .t-comparison-item {
	position: relative;
	width: 100%;
	padding-bottom: 74px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-item {
		width: 100%;
	}
}
.t-comparison-container-pc .t-comparison-item__title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 20px;
	padding: 14px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-item__title {
		gap: 0 14px;
		padding: 15px 0;
	}
}
.t-comparison-container-pc .t-comparison-item__title img {
	display: block;
	width: 68px;
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-item__title img {
		width: 44px;
		height: 30px;
	}
}
.t-comparison-container-pc .t-comparison-item__title h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-item__title h3 {
		font-size: 18px;
	}
}
.t-comparison-container-pc .t-comparison-item__title h3.fontsize-s {
	font-size: 24px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-item__title h3.fontsize-s {
		font-size: 14px;
	}
}
.t-comparison-container-pc .t-comparison-item__title h3.fontsize-m {
	font-size: 32px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-item__title h3.fontsize-m {
		font-size: 18px;
	}
}
.t-comparison-container-pc .t-comparison-item__inner {
	display: flex;
	flex-direction: column;
	padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-item__inner {
		padding-bottom: 46px;
	}
}
.t-comparison-container-pc .t-comparison-item__inner__memo {
	text-align: center;
	padding-top: 10px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-item__inner__memo {
		padding-top: 6px;
	}
}
.t-comparison-container-pc .t-comparison-item__inner__memo p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 11px;
}
.t-comparison-container-pc .t-comparison-item__inner .c-data-value {
	flex-grow: 1;
	padding-top: 60px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-item__inner .c-data-value {
		padding-top: 36px;
	}
}
.t-comparison-container-pc .t-comparison-item__illustration {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 170px;
}
.t-comparison-container-pc .t-comparison-item__illustration img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.t-comparison-container-pc .t-comparison-item .c-data-list {
	position: relative;
	text-align: center;
	margin-top: 10px;
	padding: 10px 0;
	background-color: #ffffff;
}
.t-comparison-container-pc .t-comparison-flex {
	position: relative;
	display: flex;
}
.t-comparison-container-pc .t-comparison-flex__inner {
	display: flex;
	flex-direction: column;
	width: 50%;
}
.t-comparison-container-pc .t-comparison-flex__inner:nth-of-type(1) {
	padding-right: 5.5445544554%;
}
.t-comparison-container-pc .t-comparison-flex__inner:nth-of-type(2) {
	padding-left: 5.5445544554%;
}
.t-comparison-container-pc .t-comparison-flex__inner__memo {
	text-align: center;
	padding-top: 10px;
}
.t-comparison-container-pc .t-comparison-flex__inner__memo p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 13px;
}
.t-comparison-container-pc .t-comparison-flex__inner .c-data-value {
	flex-grow: 1;
	padding-top: 60px;
}
.t-comparison-container-pc .t-comparison-flex__inner .c-data-value h3 {
	font-size: 82px;
}
.t-comparison-container-pc .t-comparison-flex__inner .c-data-bottom {
	padding-top: 40px;
}
.t-comparison-container-pc .t-comparison-flex__inner .c-data-list {
	background-color: transparent;
}
.t-comparison-container-pc .t-comparison-flex__icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-pc .t-comparison-flex__icon {
		display: none;
	}
}
.t-comparison-container-pc .t-comparison-flex__icon:nth-of-type(1) {
	top: 92px;
}
.t-comparison-container-pc .t-comparison-flex__icon:nth-of-type(2) {
	top: 324px;
}
.t-comparison-container-pc .t-comparison-row__wrap {
	padding-top: 40px;
}
.t-comparison-container-pc .t-comparison-row__wrap:nth-of-type(1) .c-data-value h3 {
	color: #C2E7FF;
}
.t-comparison-container-pc .t-comparison-row__wrap:nth-of-type(2) .c-data-value h3 {
	color: #FFD1F6;
}
.t-comparison-container-pc .t-comparison-row__wrap .count-up-men {
	color: #C2E7FF;
}
.t-comparison-container-pc .t-comparison-row__wrap .count-up-women {
	color: #FFD1F6;
}
.t-comparison-container-pc .t-comparison-row__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 8%;
}
.t-comparison-container-pc .t-comparison-row__item .c-data-head {
	width: 100%;
}
.t-comparison-container-pc .t-comparison-row__item .c-data-value {
	flex-grow: 0;
	justify-content: flex-start;
	padding: 0;
}
.t-comparison-container-pc .t-comparison-row__item .c-data-bottom {
	padding: 0;
}

.t-comparison-container-sp {
	position: relative;
	margin-top: -40px;
	padding: 40px 5.9701492537%;
	box-sizing: border-box;
	overflow-x: clip !important;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-sp {
		border-radius: 10px;
	}
}
.t-comparison-container-sp::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #000000;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-sp::before {
		display: none;
	}
}
.t-comparison-container-sp .t-comparison-hint {
	z-index: 20;
	position: fixed;
	right: 5.3333333333%;
	bottom: 30px;
	width: 80px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-sp .t-comparison-hint {
		bottom: 110px;
	}
}
.t-comparison-container-sp .t-comparison-head {
	z-index: 5;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: -30px;
}
.t-comparison-container-sp .t-comparison-head h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	letter-spacing: 0.08em;
	min-height: 80px;
}
.t-comparison-container-sp .t-comparison-head h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 36px;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 10px;
	line-height: 1.5;
	min-height: 60px;
}
.t-comparison-container-sp .t-comparison-head h2 span.-fontsize-s {
	font-size: 15px;
}
.t-comparison-container-sp .t-comparison-head__hukidashi {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 18px;
}
.t-comparison-container-sp .t-comparison-head__hukidashi p {
	z-index: 1;
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	background-color: #F0F0F0;
	border-radius: 200px;
}
.t-comparison-container-sp .t-comparison-head__hukidashi p::after {
	content: "";
	z-index: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
	width: 10.5px;
	height: 11px;
	background: transparent url(../image/common/hukidashi03.svg) no-repeat scroll center center/contain;
}
.t-comparison-container-sp .t-comparison-head__text {
	text-align: center;
	position: relative;
	width: 100%;
	margin-bottom: 24px;
	padding: 0 0 0.5em;
	background: #fff;
}
.t-comparison-container-sp .t-comparison-head__text p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 10px;
	letter-spacing: 0;
	line-height: 1.8;
}
.t-comparison-container-sp .t-comparison-outer {
	width: 100%;
}
.t-comparison-container-sp .t-comparison-item {
	padding: 0 8.9552238806%;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 12px 0 0 12px;
	box-sizing: border-box;
}
.t-comparison-container-sp .t-comparison-item:last-of-type {
	border-left: none;
	border-radius: 0 12px 12px 0;
}
.t-comparison-container-sp .t-comparison-item__title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 14px;
	padding: 15px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
}
.t-comparison-container-sp .t-comparison-item__title img {
	display: block;
	width: 44px;
	height: 30px;
	-o-object-fit: contain;
	object-fit: contain;
}
.t-comparison-container-sp .t-comparison-item__title h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.08em;
}
.t-comparison-container-sp .t-comparison-item__title h3.fontsize-s {
	font-size: 14px;
}
.t-comparison-container-sp .t-comparison-item__title h3.fontsize-m {
	font-size: 18px;
}
.t-comparison-container-sp .t-comparison-item__illustration {
	position: absolute;
}
.t-comparison-container-sp .t-comparison-flex__inner {
	position: relative;
	padding-bottom: 88px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-sp .t-comparison-flex__inner {
		padding-bottom: 48px;
	}
}
.t-comparison-container-sp .t-comparison-flex__inner__memo {
	text-align: center;
	padding-top: 10px;
}
@media screen and (max-width: 820px) {
	.t-comparison-container-sp .t-comparison-flex__inner__memo {
		padding-top: 6px;
	}
}
.t-comparison-container-sp .t-comparison-flex__inner__memo p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 11px;
}
.t-comparison-container-sp .c-data-value {
	padding-top: 40px;
}
.t-comparison-container-sp .c-data-bottom {
	padding-top: 20px;
}
.t-comparison-container-sp .c-data-graph canvas {
	display: block;
	width: 100% !important;
	height: 100% !important;
}
.t-comparison-container-sp .t-comparison-row__wrap {
	padding-top: 20px;
}
.t-comparison-container-sp .t-comparison-row__wrap:nth-of-type(1) .c-data-value h3 {
	color: #C2E7FF;
}
.t-comparison-container-sp .t-comparison-row__wrap:nth-of-type(2) .c-data-value h3 {
	color: #FFD1F6;
}
.t-comparison-container-sp .t-comparison-row__wrap .count-up-men {
	color: #C2E7FF;
}
.t-comparison-container-sp .t-comparison-row__wrap .count-up-women {
	color: #FFD1F6;
}
.t-comparison-container-sp .t-comparison-row__item {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 8%;
}
.t-comparison-container-sp .t-comparison-row__item .c-data-head {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	padding-bottom: 10px;
}
.t-comparison-container-sp .t-comparison-row__item .c-data-head img {
	width: 42px;
}
.t-comparison-container-sp .t-comparison-row__item .c-data-head p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	padding-bottom: 0;
}
.t-comparison-container-sp .t-comparison-row__item .c-data-value {
	padding-top: 16px;
}
.t-comparison-container-sp .t-comparison-row__item .c-data-bottom__number span {
	font-size: 7.8px;
}
.t-comparison-container-sp .t-comparison-row__item .c-data-bottom__number p {
	font-size: 16.8px;
}
.t-comparison-container-sp .t-comparison-row__item .c-data-bottom__number p em {
	font-size: 7.2px;
}
.t-comparison-container-sp .t-comparison-row__item .c-data-bottom img {
	width: 42px;
}

.js-scrolltrigger span {
	transition: all 0.4s ease 0s;
}
.js-scrolltrigger .t-single-evaluation-head__hukidashi,
.js-scrolltrigger .t-single-evaluation-head__text,
.js-scrolltrigger .t-comparison-head__hukidashi {
	transition: opacity 0.4s ease 0s;
	pointer-events: auto;
}
.js-scrolltrigger.is-active span {
	min-height: 50px !important;
	font-size: 18px !important;
}
@media screen and (max-width: 820px) {
	.js-scrolltrigger.is-active span {
		min-height: 50px !important;
		font-size: 18px !important;
	}
}
.js-scrolltrigger.is-active .t-single-evaluation-head__hukidashi,
.js-scrolltrigger.is-active .t-single-evaluation-head__text,
.js-scrolltrigger.is-active .t-comparison-head__hukidashi {
	opacity: 0;
	pointer-events: none;
}

.c-button-gotop{
	margin: 30px auto 0;
	width: 89.3333333333%;
}
.c-button-gotop a{
	font-size: 15px;
}