/* -----------------------------------------------
= search
----------------------------------------------- */
.btn-search {
	position: fixed;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 8;
	width: calc(100% - 20px);
	padding: 14px;
	color: #fff;
	background: rgba(22,25,32,.9);
	font-family: var(--fig);
	font-size: calc(1.4rem / 1.6);
	font-weight: 600;
	text-align: left;
	letter-spacing: .025em;
	transition: bottom .3s;
}
.is-scrolled .btn-search {
	bottom: 60px;
}
.btn-search::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 18px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 1px;
	transform: rotate(-135deg);
}
.btn-search.is-open::after {
	top: calc(50% - 6px);
	transform: rotate(45deg);
}
.search {
	position: fixed;
	left: 10px;
	right: 10px;
	bottom: 55px;
	z-index: 8;
	width: calc(100% - 60px);
	height: calc(100svh - 220px);
	padding: 30px 20px;
	background: #fff;
	overflow-y: auto;
	overscroll-behavior: contain;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s ease;
}
.is-scrolled .search {
	bottom: 105px;
}
.search.is-open {
	opacity: 1;
	pointer-events: auto;
}
.hdg-search {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.hdg-search h2 {
	position: relative;
	padding: 3px 10px 3px 38px;
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
}
.hdg-search h2::before,
.hdg-search h2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.hdg-search h2::before {
	width: 28px;
	height: 28px;
	background: var(--grad-orix);
	border-radius: 50%;
}
.hdg-search h2::after {
	width: 12px;
	height: 12px;
	margin: 8px;
	background: url(/company/recruit/people/img/icon_search.svg) no-repeat 50% / cover;
}
.hdg-search button {
	position: relative;
	padding: 5px 38px 4px 10px;
	border-left: 1px solid #e2e2e7;
	font-family: var(--fig);
	font-size: calc(1.2rem / 1.6);
	font-weight: 500;
	text-align: left;
	letter-spacing: .025em;
}
.hdg-search button::before,
.hdg-search button::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
}
.hdg-search button::before {
	width: 28px;
	height: 28px;
	background: #f3f3f7;
	border-radius: 50%;
}
.hdg-search button::after {
	width: 9px;
	height: 10px;
	margin: 9px;
	background: url(/company/recruit/people/img/icon_reset.svg) no-repeat 50% / cover;
}
.search .list {
	margin-bottom: 20px;
}
/*
.search .list {
	position: relative;
	max-height: 420px;
	margin-bottom: 20px;
	overflow: hidden;
}
.search .list.is-open {
	max-height: none;
	overflow: visible;
}
.search .list::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: linear-gradient(transparent,#fff);
}
*/
.search .list .item {
	display: flex;
	align-items: center;
	padding: 13px 0;
	border-top: 1px solid #e2e2e7;
}
.search .list .item h3 {
	width: 6.5em;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
.search .list .item ul {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.search .list .item button {
	padding: 5px 8px;
	background: #f3f3f7;
	border-radius: 2px;
	font-size: calc(1.1rem / 1.6);
	font-weight: 500;
}
.search .list .item button.is-active {
	color: #fff;
	background: var(--black);
}
.search .btn-view-all {
	display: block;
	width: 100%;
	padding: 12px;
	color: #fff;
	background: var(--black);
	font-family: var(--fig);
	font-size: calc(1.3rem / 1.6);
	font-weight: 600;
}
@media print, screen and (min-width: 768px) {/* PC */
.search-box .inner {
	padding: 0;
}
.search {
	position: static;
	width: auto;
	height: auto;
	margin: 0 40px;
	padding: 80px 40px 0;
	opacity: 1;
	pointer-events: auto;
}
.hdg-search {
	justify-content: space-between;
	max-width: 1360px;
	margin: 0 auto 32px;
}
.hdg-search h2 {
	padding: 7px 30px 7px 64px;
	font-size: calc(2.4rem / 1.6);
}
.hdg-search h2::before {
	width: 44px;
	height: 44px;
}
.hdg-search h2::after {
	width: 17px;
	height: 17px;
	margin: 14px;
}
.hdg-search button {
	padding: 10px 64px 10px 30px;
	font-size: calc(1.8rem / 1.6);
}
.hdg-search button::before {
	width: 44px;
	height: 44px;
}
.hdg-search button::after {
	width: 12px;
	height: 14px;
	margin: 15px 16px;
}
.search .list {
	max-width: 1360px;
	max-height: none;
	margin: 0 auto;
	overflow: visible;
}
.search .list::after {
	display: none;
}
.search .list .item {
	padding: 20px 0;
}
.search .list .item h3 {
	width: 140px;
	font-size: calc(1.6rem / 1.6);
}
.search .list .item ul {
	gap: 6px;
}
.search .list .item button {
	padding: 5px 10px;
	border-radius: 4px;
	font-size: calc(1.4rem / 1.6);
}
.search .btn-view-all {
	display: none;
}
}/* @media */
@media (hover:hover) {
.hdg-search button {
	transition: transition .3s;
}
.hdg-search button:hover {
	opacity: .8;
}
.hdg-search button::before {
	transition: background .3s;
}
.hdg-search button:hover::before {
	background: var(--black);
}
.hdg-search button:hover::after {
	filter: var(--filter-white);
}
.search .list .item button {
	transition: background .3s;
}
.search .list .item button:hover {
	background: #e2e2e7;
}
.search .list .item button.is-active:hover {
	color: #fff;
	background: var(--black);
	opacity: .8;
}
}/* @media */
/* -----------------------------------------------
= results
----------------------------------------------- */
.results {
	padding: 50px 20px;
	background: #fff;
}
.results .item + .item {
	margin-top: 50px;
}
.results .item a {
	display: block;
}
.results .item .img {
	position: relative;
	overflow: hidden;
}
.results .item.movie .img {
	aspect-ratio: 426 / 275;
}
.results .item .img img {
	transition: transform .3s;
}
.results .item.movie .img::before,
.results .item.movie .img::after {
	content: "";
	position: absolute;
	z-index: 1;
	transform: translateX(-50%);
}
.results .item.movie .img::before {
	top: calc(50% - 24px);
	left: 50%;
	width: 48px;
	height: 48px;
	background: #fff;
	background-clip: padding-box;
	border: 4px solid rgba(255,255,255,.2);
	border-radius: 50%;
}
.results .item.movie .img::after {
	top: calc(50% - 4px);
	left: calc(50% + 2px);
	width: 12px;
	height: 16px;
	clip-path: polygon(0 0,100% 50%,0 100%);
}
.results .item.movie.type01 .img::after {
	background: #8c77b5;
}
.results .item.movie.type02 .img::after {
	background: #e3a024;
}
.results .item.movie.type03 .img::after {
	background: #81b450;
}
.results .item.movie.type04 .img::after {
	background: #f05871;
}
.results .item .img .type {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 4px 15px;
	color: #fff;
	background: #545c7a;
	font-size: calc(1.1rem / 1.6);
	font-weight: 700;
}
.results .item.article .img .title {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	z-index: 1;
	color: #fff;
	font-size: calc(2rem / 1.6);
	font-weight: 700;
	line-height: calc(29 / 20);
}
.results .item.movie .title {
	margin-top: 20px;
	color: #fff;
	font-family: var(--min);
	font-size: calc(1.9rem / 1.6);
	line-height: calc(29 / 20);
	letter-spacing: 0;
}
.results .item.movie .title span {
	display: inline-block;
	margin-block: 2px;
	padding: 2px;
}
.results .item.movie.type01 .title span {
	background: #8c77b5;
}
.results .item.movie.type02 .title span {
	background: #e3a024;
}
.results .item.movie.type03 .title span {
	background: #81b450;
}
.results .item.movie.type04 .title span {
	background: #f05871;
}
.results .item .set {
	position: relative;
	padding: 25px 60px 25px 0;
}
.results .item .set::before,
.results .item .set::after {
	content: "";
	position: absolute;
	top: 43px;
	right: 0;
	width: 48px;
	height: 48px;
}
.results .item .set::before {
	border: 1px solid #e2e2e7;
}
.results .item .set::after {
	background: url(/company/recruit/assets/img/icon_link_arrow.svg) no-repeat 50% / 17px auto;
	filter: var(--filter-black);
}
.results .item .name {
	margin-bottom: 8px;
	font-family: var(--fig);
	font-size: calc(2rem / 1.6);
	font-weight: 600;
	letter-spacing: .01em;
}
.results .item .division {
	font-size: calc(1.1rem / 1.6);
	font-weight: 500;
	line-height: calc(20 / 11);
	letter-spacing: 0;
}
.results .item .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.results .item .tag li {
	padding: 1px 4px;
	background: #f3f3f7;
	border-radius: 2px;
	font-size: calc(1.1rem / 1.6);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {/* PC */
.results {
	padding: 100px 40px;
}
.results .inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px 40px;
	max-width: 1360px;
	margin-inline: auto;
}
.results .item + .item {
	margin-top: 0;
}
.results .item.movie .img::before {
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
	border-width: 5px;
}
.results .item.movie .img::after {
	top: calc(50% - 6px);
	left: calc(50% + 2px);
	width: 14px;
	height: 20px;
}
.results .item .img .type {
	padding: 5px 18px;
	font-size: calc(1.4rem / 1.6);
}
.results .item.article .img .title {
	left: 20px;
	right: 20px;
	bottom: 18px;
	font-size: calc(2.6rem / 1.6);
	line-height: calc(37 / 26);
}
.results .item.movie .title {
	margin-top: 30px;
	font-size: clamp(calc(2rem / 1.6),calc(24 / 1420 * 100vw),calc(2.6rem / 1.6));
	line-height: calc(29 / 20);
}
.results .item.movie .title span {
	margin-block: 3px;
	padding: 2px;
}
.results .item .set {
	padding: 35px 70px 35px 0;
}
.results .item .set::before,
.results .item .set::after {
	top: 43px;
	width: 64px;
	height: 64px;
}
.results .item .set::after {
	background-size: 20px auto;
}
.results .item .name {
	margin-bottom: 8px;
	font-size: calc(2.6rem / 1.6);
}
.results .item .division {
	font-size: calc(1.4rem / 1.6);
	line-height: calc(25 / 14);
}
.results .item .tag li {
	padding: 2px 8px;
	background: #f3f3f7;
	border-radius: 0;
	font-size: calc(1.4rem / 1.6);
	line-height: 1.7;
}
}/* @media */
@media print, screen and (max-width: 1160px) and (min-width: 768px) {/* TABLET */
.results .inner {
	grid-template-columns: repeat(2, 1fr);
}
}/* @media */
@media (hover:hover) {
.results .item a:hover .img img {
	transform: scale(1.1);
}
.results a .set::before {
	transition: border .3s;
}
.results a:hover .set::before {
	border-color: var(--black);
}
}/* @media */
/* -----------------------------------------------
= recommended
----------------------------------------------- */
.recommended {
	position: relative;
	padding: 50px 20px 20px;
	background: #fff;
}
.recommended::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	border-top: 1px solid #e2e2e7;
}
.recommended h2 {
	margin-bottom: 30px;
}
.recommended h2 span {
	display: block;
	text-align: center;
}
.recommended h2 span:first-child {
	margin-bottom: 8px;
	color: #e2e2e7;
	font-family: var(--fig);
	font-size: calc(4.5rem / 1.6);
	line-height: 1;
	letter-spacing: -.01em;
}
.recommended h2 span:last-child {
	font-size: calc(1.7rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
.recommended li + li {
	margin-top: 20px;
}
.recommended a {
	display: block;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.recommended a::before {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 1;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255,255,255,.3);
}
.recommended a::after {
	content: "";
	position: absolute;
	right: 23px;
	bottom: 26px;
	width: 16px;
	height: 11px;
	background: url(/company/recruit/assets/img/icon_link_arrow.svg) no-repeat 50% / cover;
	filter: var(--filter-white);
}
.recommended li.special .set {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}
.recommended li.special .category {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.recommended li.special .category::after {
	content: "";
	position: absolute;
	left: calc(50% - 40px);
	bottom: 0;
	width: 70px;
	height: 2px;
	background: url(/company/recruit/img/bg_people.png) no-repeat 50% / cover;
}
.recommended li.special .category span:first-child {
	font-family: var(--fig);
	font-size: calc(1.2rem / 1.6);
	font-weight: 600;
}
.recommended li.special .category span:last-child {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid rgba(255,255,255,.3);
	font-family: var(--min);
	font-size: calc(1rem / 1.6);
}
.recommended li.special .title {
	font-family: var(--min);
	font-size: calc(2.6rem / 1.6);
	letter-spacing: 0;
}
.recommended li.project .title {
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 65px;
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
}
.recommended li.project .category {
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: var(--fig);
	font-size: calc(1rem / 1.6);
	font-weight: 600;
}
.recommended li.project .category::before {
	content: "・";
}
@media print, screen and (min-width: 768px) {/* PC */
.recommended {
	padding: 80px 40px 40px;
}
.recommended::before {
	left: 40px;
	right: 40px;
}
.recommended h2 {
	margin-bottom: 70px;
}
.recommended h2 span:first-child {
	margin-bottom: 8px;
	font-size: calc(6rem / 1.6);
}
.recommended h2 span:last-child {
	font-size: calc(3.6rem / 1.6);
}
.recommended ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	max-width: 1840px;
	margin-inline: auto;
}
.recommended li + li {
	margin-top: 0;
}
.recommended li:nth-child(1) {
	grid-row: span 2;
}
.recommended li:nth-child(1) img {
	object-fit: cover;
	height: min(720px, calc(720 / 1920 * 100vw));
}
.recommended a::before {
	right: clamp(calc(10 / 1920 * 100vw), calc(20 / 1920 * 100vw), 20px);
	bottom: clamp(calc(10 / 1920 * 100vw), calc(20 / 1920 * 100vw), 20px);
	width: clamp(calc(40 / 1920 * 100vw), calc(64 / 1920 * 100vw), 64px);
	height: clamp(calc(40 / 1920 * 100vw), calc(64 / 1920 * 100vw), 64px);
}
.recommended a::after {
	right: clamp(calc(20 / 1920 * 100vw), calc(42 / 1920 * 100vw), 42px);
	bottom: clamp(calc(22 / 1920 * 100vw), calc(45 / 1920 * 100vw), 45px);
	width: clamp(calc(10 / 1920 * 100vw), calc(20 / 1920 * 100vw), 20px);
	height: clamp(calc(7 / 1920 * 100vw), calc(14 / 1920 * 100vw), 14px);
}
.recommended li.special .category {
	margin-bottom: 25px;
	padding-bottom: 30px;
}
.recommended li.special .category::after {
	left: calc(50% - 60px);
	bottom: 0;
	width: 120px;
	height: 4px;
}
.recommended li.special .category span:first-child {
	font-size: clamp(calc(2.4rem / 1.6),calc(28 / 1920 * 100vw),calc(2.8rem / 1.6));
}
.recommended li.special .category span:last-child {
	font-size: clamp(calc(2.2rem / 1.6),calc(24 / 1920 * 100vw),calc(2.4rem / 1.6));
}
.recommended li.special .title {
	font-size: clamp(calc(3.6rem / 1.6),calc(61 / 1920 * 100vw),calc(6.1rem / 1.6));
}
.recommended li.project .title {
	left: 20px;
	bottom: 20px;
	right: 106px;
	font-size: clamp(calc(2.4rem / 1.6),calc(30 / 1920 * 100vw),calc(3rem / 1.6));
}
.recommended li.project .category {
	top: 20px;
	left: 20px;
	font-size: calc(1.4rem / 1.6);
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.recommended ul {
	display: block;
}
.recommended li + li {
	margin-top: 40px;
}
}/* @media */
@media (hover:hover) {
.recommended a::before {
	transition: border .3s;
}
.recommended a:hover::before {
	border-color: #fff;
}
.recommended a img {
	transition: transform .3s;
}
.recommended a:hover img {
	transform: scale(1.1);
}
}/* @media */



