@charset "UTF-8";

/**
*
* top page style
*
**/

section {
	padding: 120px 0;
}

@media only screen and (max-width: 959px) {
	section {
		padding: 50px 0;
	}
}


/**
*
* mv
*
**/

.main-vis {
	display: block;
	width: 100%;
	height: 580px;
	min-height: 580px;
	background: url("../images/main-vis__img.jpg") no-repeat center top #c64b24;
	background-size: cover;
	color: #fff;
	position: relative;
}

.main-vis__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.main-vis__inner::after {
	content: '';
	display: block;
	background: url("../images/logo-w.svg") no-repeat center top transparent;
	background-size: contain;
	width: 440px;
	height: 284px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translate(-3%, -50%);
}

.main-vis__txt {
	margin-left: 3.5rem;
}

.main-vis__txt .copy {
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: normal;
}

.main-vis__txt h1 {
	margin: 16px 0 0;
	font-size: 50px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: normal;
}

.main-vis .box-btn,
.main-vis .btnBox {
	max-width: 50rem;
}

@media only screen and (max-width: 1200px) {
	.main-vis__inner::after {
		width: 400px;
		height: 258px;
	}

	.main-vis__txt .copy {
		font-size: 20px;
	}

	.main-vis__txt h1 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 959px) {
	.main-vis {
		height: auto;
		min-height: auto;
		padding: 24px 0;
	}

	.main-vis__inner {
		display: block;
		max-width: none;
		height: auto;
		padding: 0 16px;
	}

	.main-vis__inner::after {
		display: none;
	}

	.main-vis__txt {
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}

	.main-vis__txt {
		margin-left: 0;
	}

	.main-vis__txt>* {
		width: 100%;
		order: 99;
	}

	.main-vis__txt .copy,
	.main-vis__txt p {
		font-size: 12px;
		line-height: 1;
		text-align: center;
		order: 0;
	}

	.main-vis__txt h1 {
		font-size: 22px;
		line-height: 1;
		font-weight: 700;
		text-align: center;
		margin-top: 8px;
		order: 5;
	}

	.main-vis__txt::after {
		content: '';
		display: block;
		background: url("../images/logo-w.svg") no-repeat center top transparent;
		background-size: contain;
		width: 240px;
		height: 140px;
		margin-top: 22px;
		order: 10;
	}
}

/* mv freeword */
.main-vis__freeword {}

*+.main-vis__freeword {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	*+.main-vis__freeword {
		margin-top: 22px;
	}
}

.main-vis__freeword--body {
	border-radius: 6px;
	background: #fff;
	height: 60px;
	padding: 0 88px 0 0;
	position: relative;
	width: 80%;
}

.main-vis__freeword--body>[type="text"] {
	border: none;
	border-radius: 5px;
	background: transparent;
	color: inherit;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	height: 100%;
	padding: 24px;
}

.main-vis__freeword--body>[type="text"]:focus {
	outline: solid 1px rgba(0, 0, 0, 0.05);
}

.main-vis__freeword--body>button {
	border: none;
	background: transparent;
	color: inherit;
	position: absolute;
	right: 24px;
	top: 50%;
	z-index: 1;
	transform: translate(0, -50%);
}

.main-vis__freeword--body>button img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.main-vis__freeword--body {
		height: 56px;
		padding: 0 56px 0 0;
		width: 100%;
	}

	.main-vis__freeword--body>[type="text"] {
		font-size: 16px;
		padding: 20px;
	}

	.main-vis__freeword--body>button {
		right: 20px;
		top: 50%;
		z-index: 1;
		transform: translate(0, -50%);
	}

	.main-vis__freeword--body>button img {
		width: 24px;
		height: 24px;
		vertical-align: middle;
	}
}

/* mv search */
.main-vis__search {
	color: #000;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	transform: translate(0, 50%);
}

@media only screen and (max-width: 767px) {
	.main-vis__search {
		position: static;
		transform: translate(0, 0);
		margin-top: 16px;
	}
}

.main-vis__search--body {
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
	padding: 50px 18px 24px;
}

@media only screen and (max-width: 767px) {
	.main-vis__search--body {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-radius: 6px;
		background: #fff;
		padding: 20px 14px;
	}
}

.main-vis__search--item {
	width: 100%;
	margin: 0 6px;
	position: relative;
}

.main-vis__search--item.item--a {
	width: 240px;
}

.main-vis__search--item.item--b {
	width: calc(100% - 240px - 300px - 64px - 6px * 8);
}

.main-vis__search--item.item--c {
	width: 300px;
}

@media only screen and (max-width: 767px) {
	.main-vis__search--item {
		margin-top: 26px;
	}

	.main-vis__search--item.item--a {
		width: calc((100% - 6px * 4) / 2);
		order: 0;
	}

	.main-vis__search--item.item--b {
		width: calc(100% - (56px + 6px * 4));
		order: 2;
	}

	.main-vis__search--item.item--c {
		width: calc((100% - 6px * 4) / 2);
		order: 1;
	}
}

.main-vis__search--item>label {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 8px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transform: translate(0, -100%);
}

.main-vis__search--item>label em {
	color: #f54d20;
}

@media only screen and (max-width: 767px) {
	.main-vis__search--item>label {
		font-size: 12px;
	}
}

.main-vis__search--item .select {
	display: block;
	height: 64px;
	position: relative;
}

.main-vis__search--item .select::after {
	content: '';
	display: block;
	border: none;
	background: url("../images/icon-arrow-select.svg") no-repeat transparent;
	background-size: contain;
	width: 11px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 18px;
	bottom: auto;
	left: auto;
	z-index: 2;
	margin: 0;
	transform: translate(0, -50%);
	pointer-events: none;
}

.main-vis__search--item .select select {
	box-shadow: none;
	border-radius: 6px;
	border: 1px solid #f2f5f6;
	background: #f2f5f6;
	color: #333;
	line-height: 1;
	width: 100%;
	height: 100%;
	padding: 18px 54px 18px 18px;
	position: relative;
	z-index: 1;
}

.main-vis__search--item .select select::-ms-expand {
	display: none
}

/* .main-vis__search--item .select select.valid {
	font-weight: bold;
} */


@media screen and (max-width: 959px) {
	.main-vis__search--item .select select {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.main-vis__search--item .select {
		height: 56px;
	}

	.main-vis__search--item .select::after {
		right: 12px;
	}

	.main-vis__search--item .select select {
		box-shadow: none;
		border-radius: 6px;
		border: 1px solid #f2f5f6;
		background: #f2f5f6;
		color: #9c9c9c;
		line-height: 1;
		width: 100%;
		height: 100%;
		padding: 12px 54px 12px 12px;
		position: relative;
		z-index: 1;
	}
}


.main-vis__search--body button {
	border-radius: 6px;
	background: #f54d20;
	color: inherit;
	text-align: center;
	width: 64px;
	height: 64px;
	margin: 0 6px;
}

.main-vis__search--body>button img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.main-vis__search--body button {
		width: 56px;
		height: 56px;
		margin: 26px 6px 0;
		order: 5;
	}
}


/**
*
* top-entry
*
**/

.top-entry {
	background: #f2f5f6;
}

.main-vis+.top-entry {
	padding-top: 240px;
}

.top-entry-head {
	margin: 0 0 80px;
}

.top-entry-head>.c-head__ttl {
	font-size: 50px;
	font-weight: 900;
	line-height: 50px;
}

.top-entry-head>.c-head__ttl>span {
	display: inline-block;
	color: #f54d20;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	vertical-align: baseline;
	min-width: 370px;
	padding-right: 1em;
}

.top-entry-head>.c-head__ttl>small {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: inherit;
	vertical-align: baseline;
}

.c-head.top-entry-head {
	max-width: 100%;
}

.type--a .c-head__ttl>span {
	color: #f54d20;
}

.type--b .c-head__ttl>span {
	color: #f172a3;
}

@media only screen and (max-width: 767px) {
	.top-entry-head {
		margin: 0 0 56px;
	}

	.top-entry-head>.c-head__ttl {
		font-size: 28px;
		line-height: 28px;
	}

	.top-entry-head>.c-head__ttl>span {
		min-width: 200px;
		padding-right: 1em;
	}

	.top-entry-head>.c-head__ttl>small {
		font-size: 12px;
	}
}


.top-entry__list {}

.top-entry__list .result__item {
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
	width: 480px;
	padding: 20px;
	margin: 0 14px 28px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.top-entry__list .result__item {
		width: calc(100vw - 80px);
	}
}

.top-entry__list .result__logo {
	width: 100%;
	height: 140px;
	object-fit: contain;
	object-position: center center;
	font-family: 'object-fit: contain; object-position: center center;';
	order: 2;
}

.top-entry__list .result__img {
	border-radius: 50%;
	/*background: #f1f1f1;*/
	width: 140px;
	height: 140px;
	object-fit: cover;
	object-position: top center;
	font-family: 'object-fit: contain; object-position: top center;';
	order: 3;
}

.top-entry__list .result__company__img {
	object-fit: contain;
	object-position: center center;
	font-family: 'object-fit: contain; object-position: center center;';
}


.top-entry__list .result__logo[src*="s.gif"],
.top-entry__list .result__img[src*="s.gif"] {
	display: none;
}

@media only screen and (max-width: 767px) {
	.top-entry__list .result__logo {
		width: 100%;
		height: 96px;
	}

	.top-entry__list .result__img {
		width: 96px;
		height: 96px;
		position: static;
		/* override for style.css */
	}
}


.top-entry__list .result__name {
	font-size: 20px;
	font-weight: bold;
	width: calc(100% - 150px);
	padding: 0 0 0 1em;
	order: 4;
}

.top-entry__list [src*="s.gif"]+.result__name {
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 140px;
	padding: 0;
}

.top-entry__list .result__name[data-value=""] {
	display: none;
}

.top-entry__list .result__name::before {
	content: attr(data-value);
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

@media only screen and (max-width: 767px) {
	.top-entry__list .result__name {
		font-size: 16px;
		width: calc(100% - 96px);
	}

	.top-entry__list [src*="s.gif"]+.result__name {
		width: 100%;
		height: 96px;
	}
}


.top-entry__list .result__age {
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f54d20;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 20px;
	width: 56px;
	height: 56px;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 1;
}

.type--a .top-entry__list .result__age {
	background: #f54d20;
}

.type--b .top-entry__list .result__age {
	background: #f172a3;
}

.top-entry__list .result__age[data-value=""] {
	display: none;
}

.top-entry__list .result__age::before {
	display: inline-block;
	content: attr(data-value);
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.top-entry__list .result__age::after {
	display: inline-block;
	content: attr(data-suffix);
	font-size: 14px;
	font-weight: inherit;
	line-height: inherit;
	transform: translate(0, 3.33%);
}

@media only screen and (max-width: 767px) {
	.top-entry__list .result__age {
		font-size: 14px;
		line-height: 14px;
		width: 40px;
		height: 40px;
	}

	.top-entry__list .result__age::after {
		font-size: 10px;
		transform: translate(0, 3.33%);
	}
}


.top-entry__list .result__area {
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 32px;
	background: #edf1f3;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	white-space: nowrap;
	min-width: 48px;
	height: 32px;
	padding: 0 8px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}

.top-entry__list .result__area[data-value=""] {
	display: none;
}

.top-entry__list .result__area::before {
	content: attr(data-value);
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

@media only screen and (max-width: 767px) {
	.top-entry__list .result__area {
		font-size: 10px;
		line-height: 10px;
		min-width: 48px;
		height: 24px;
		padding: 0 8px;
		right: 12px;
		top: 12px;
	}
}


.top-entry__list .result__ttl {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	width: 100%;
	margin: 0;
	order: 0;
}

.top-entry__list .result__ttl:empty {
	display: none;
}

@media only screen and (max-width: 767px) {
	.top-entry__list .result__ttl {
		font-size: 24px;
		padding-bottom: 8px;
	}
}

.top-entry__list .result__txt {
	border-top: solid 1px #e0e0e0;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.05ex;
	width: 100%;
	margin: 12px 0 0;
	padding: 8px 0 0;
	order: 99;
}

@media screen and (max-width: 767px) {
	.top-entry__list .result__txt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
}

@media screen and (min-width: 768px) {
	.top-entry__list .result__txt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}

.top-entry__list .result__txt:empty {
	display: none;
}


.top-entry .box-btn {
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-entry .box-btn .btn {
	max-width: 480px;
	width: 100%;
}

.top-entry .box-btn .btn>a {
	border-radius: 6px;
	font-size: 24px;
	font-weight: 700;
	height: 56px;
}

.top-entry.type--a .box-btn .btn>a {
	background: #f54d20;
}

.top-entry.type--b .box-btn .btn>a {
	background: #f172a3;
}

.top-entry .box-btn .btn>a::after {
	display: none;
}


/**
*
* top-company
*
**/
.top-company {
	background: #fff;
}

.top-company__list {}

.top-company__list--cell {
	width: 280px;
	margin: 0 14px 28px;
}

.top-company__list .result__item {
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
	width: 280px;
	height: 180px;
	padding: 20px;
	margin: 0 14px 28px;
}

.top-company__list--cell .result__item {
	margin: 0;
}

.top-company__list--cell .result__item+.result__item {
	margin-top: 28px;
}

.top-company__list .result__item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	font-family: 'object-fit: contain; object-position: center center;';
}


/**
*
* top-2col
* セクション群を2カラムにするためのwrapper構造です
*
**/
.top-2col {}

@media (min-width: 768px) {
	.top-2col .l-container {
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: space-between;
		-ms-flex-line-pack: justify;
		align-content: space-between;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.top-2col__item {
		width: calc((100% - 44px) / 2);
	}
}



/**
*
* top-review
*
**/

.top-review {}

*+.top-review.top-2col__item {
	margin-top: 56px;
}

.top-review .review__list .review__txt {
	max-width: 20em;
}

/**
*
* top-knowledge
*
**/

.top-knowledge {}

.top-knowledge.top-2col__item {}

*+.top-knowledge.top-2col__item {
	margin-top: 56px;
}

.top-knowledge__list.knowledge__list {
	display: flex;
	flex-wrap: wrap;
	border-radius: 6px;
	background: #f2f5f6;
	padding: 16px 8px;
}

.top-knowledge__list .knowledge__item {
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
	padding: 20px;
}

@media (min-width: 768px) {

	.top-knowledge__list .knowledge__item:nth-child(2n),
	.top-knowledge__list .knowledge__item:nth-child(5n),
	.top-knowledge__list .knowledge__item {
		width: calc((100% - 16px * 2) / 2);
		margin: 16px 8px 0;
	}
}

@media screen and (max-width: 767px) {

	.top-knowledge__list .knowledge__item:nth-child(2n),
	.top-knowledge__list .knowledge__item:nth-child(5n),
	.top-knowledge__list .knowledge__item {
		width: calc((100% - 16px * 2) / 2);
		margin: 16px 8px 0;
		padding: 12px;
	}
}

.top-knowledge__list .knowledge__img img {
	border-radius: 6px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
	width: 100%;
	height: 160px;
}

.top-knowledge__list .knowledge__desc {
	margin-top: 12px;
}

.top-knowledge__list .knowledge__ttl {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.top-knowledge__list .knowledge__txt {
	display: none;
}

@media only screen and (max-width: 959px) {
	.top-knowledge__list .knowledge__img img {
		width: 100%;
		height: 96px;
	}

	.top-knowledge__list .knowledge__ttl {
		font-size: 14px;
		font-weight: 500;
		line-height: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.top-2col__item .top-knowledge__list {
		margin-left: -15px;
		margin-right: -15px;
	}
}



/**
*
* top-rank
*
**/
.top-rank {}

.top-rank.top-2col__item {}

@media screen and (max-width: 767px) {
	.top-rank.top-2col__item {
		margin-top: 56px;
	}
}

.top-rank__list {
	border-radius: 6px;
	background: #f2f5f6;
	padding: 16px;
}

@media only screen and (max-width: 767px) {
	.top-2col__item .top-rank__list {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.top-rank__list--item {
	display: block;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: left 20px top 50%;
	background-size: 74px 74px;
	background-color: #fff;
	padding: 20px 120px;
	position: relative;
}

.top-rank__list--item:nth-of-type(1) {
	background-image: url("../images/icon-rank01.svg");
}

.top-rank__list--item:nth-of-type(2) {
	background-image: url("../images/icon-rank02.svg");
}

.top-rank__list--item:nth-of-type(3) {
	background-image: url("../images/icon-rank03.svg");
}

.top-rank__list--item:nth-of-type(4) {
	background-image: url("../images/icon-rank04.svg");
}

.top-rank__list--item:nth-of-type(5) {
	background-image: url("../images/icon-rank05.svg");
}

.top-rank__list--item:nth-of-type(6) {
	background-image: url("../images/icon-rank06.svg");
}

.top-rank__list--item:nth-of-type(7) {
	background-image: url("../images/icon-rank07.svg");
}

.top-rank__list--item:nth-of-type(8) {
	background-image: url("../images/icon-rank08.svg");
}

.top-rank__list--item:nth-of-type(9) {
	background-image: url("../images/icon-rank09.svg");
}

.top-rank__list--item:nth-of-type(10) {
	background-image: url("../images/icon-rank10.svg");
}

*+.top-rank__list--item {
	margin-top: 16px;
}

@media only screen and (max-width: 767px) {
	.top-rank__list--item {
		background-position: left 12px top 50%;
		background-size: 48px 48px;
		background-color: #fff;
		padding: 12px 50% 12px 70px !important;
		position: relative;
	}
}

.top-rank__list--more {
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
	color: #f54d20;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	height: 96px;
	padding: 20px;
	position: relative;
}

*+.top-rank__list--more {
	margin-top: 16px;
}

@media only screen and (max-width: 767px) {
	.top-rank__list--more {
		font-size: 14px;
	}
}

.top-rank__list--item>img {
	width: 100%;
	height: 104px;
	object-fit: contain;
	object-position: center left;
	font-family: 'object-fit: contain; object-position: center left;';
}

@media only screen and (max-width: 767px) {
	.top-rank__list--item>img {
		width: 100%;
		height: 88px;
	}
}

.top-rank__list--item>i {
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 32px;
	color: #000;
	font-size: 30px;
	font-weight: 500;
	line-height: 20px;
	white-space: nowrap;
	min-width: 50%;
	padding: 0 8px;
	position: absolute;
	right: 10px;
	top: 55px;
	z-index: 1;
	/* display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 32px;
	background: #edf1f3;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	white-space: nowrap;
	min-width: 48px;
	height: 32px;
	padding: 0 8px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1; */
}

.top-rank__list--item>i[data-cate=""] {
	display: none;
}

.top-rank__list--item>i::before {
	content: attr(data-cate);
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

@media only screen and (max-width: 1400px) {
	.top-rank__list--item>img {
		width: 70%;
	}

	.top-rank__list--item>i {
		font-size: 22px;
		top: 50px;
	}

	.top-rank__list--item {
		padding: 10px 120px 10px 100px;
	}
}

@media only screen and (max-width: 980px) {
	.top-rank__list--item>img {
		width: 60%;
	}

	.top-rank__list--item>i {
		font-size: 18px;
		top: 45px;
	}

	.top-rank__list--more {
		font-size: 18px;
	}
}

/**
*
* top-library
*
**/

.top-library {
	background: #f2f5f6;
}

.top-library__list .result__item {
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
	width: 430px;
	height: 430px !important;
	padding: 20px;
	margin: 0 14px 28px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.top-library__list .result__item {
		width: 300px;
		height: 300px !important;
		padding: 12px;
	}
}


.result__logo {
	width: 300px;
	height: auto;
	object-fit: contain;
	object-position: center center;
	font-family: 'object-fit: contain; object-position: center center;';
}

.result__illust {
	width: 420px;
	height: 420px;
	object-fit: contain;
	object-position: center center;
	font-family: 'object-fit: contain; object-position: center center;';
}

*+.result__illust {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.result__logo {
		width: 200px;
		/* height: 64px; */
	}

	.result__illust {
		width: calc(100vw - 128px);
		height: calc(100vw - 128px);
	}

	*+.result__illust {
		margin-top: 12px;
	}
}


/* old */

.feature {}

.feature__list {}

.feature__item {
	width: 18.4%;
	margin-right: 2%;
}

@media (min-width: 768px) {
	.feature__item:nth-child(5n) {
		margin-right: 0;
	}
}

.feature__img {}

.feature__img img {
	height: 16rem;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: .5rem;
}

.feature__desc {
	margin-top: 1rem;
}

.feature__ttl {
	font-weight: 700
}

.feature__txt {
	margin-top: .5rem;
}

@media screen and (max-width: 767px) {
	.feature__item {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 2rem;
	}

	.feature__item:nth-child(2n) {
		margin-right: 0;
	}
}
