@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 (min-width: 769px) {
	html {
		font-size: 15px;
	}
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.06em;
	background-color: #ffffff;
	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:link, a:visited {
	color: #000000;
}

a:hover {
	opacity: 0.7;
}

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 {
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.l-limit {
		box-sizing: border-box;
		min-width: 1000px;
		max-width: 1600px;
	}
}

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

@media screen and (min-width: 769px) {
	.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
----------------------------------------*/
/*----------------------------------------
	Component
----------------------------------------*/
.c-h1 {
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
	.c-h1 {
		font-size: 1rem;
		line-height: 1.5;
	}
}

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

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

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

.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;
}

/* 
* 余白
*/
.-padding-t {
	padding-top: 10px;
}
.-padding-t.-x2 {
	padding-top: 20px;
}
.-padding-t.-x4 {
	padding-top: 40px;
}
.-padding-t.-x6 {
	padding-top: 60px;
}
.-padding-t.-x8 {
	padding-top: 80px;
}
.-padding-t.-x10 {
	padding-top: 100px;
}

.-padding-b {
	padding-bottom: 10px;
}
.-padding-b.-x2 {
	padding-bottom: 20px;
}
.-padding-b.-x4 {
	padding-bottom: 40px;
}
.-padding-b.-x6 {
	padding-bottom: 60px;
}
.-padding-b.-x8 {
	padding-bottom: 80px;
}
.-padding-b.-x10 {
	padding-bottom: 100px;
}

.-margin-t {
	margin-top: 10px;
}
.-margin-t.-x2 {
	margin-top: 20px;
}
.-margin-t.-x4 {
	margin-top: 40px;
}
.-margin-t.-x6 {
	margin-top: 60px;
}
.-margin-t.-x8 {
	margin-top: 80px;
}
.-margin-t.-x10 {
	margin-top: 100px;
}

.-margin-b {
	margin-bottom: 10px;
}
.-margin-b.-x2 {
	margin-bottom: 20px;
}
.-margin-b.-x4 {
	margin-bottom: 40px;
}
.-margin-b.-x6 {
	margin-bottom: 60px;
}
.-margin-b.-x8 {
	margin-bottom: 80px;
}
.-margin-b.-x10 {
	margin-bottom: 100px;
}

/*----------------------------------------
	Page Home
----------------------------------------*/
.t-hero {
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.t-hero__wrap {
	position: relative;
	margin: auto;
	width: 85.9375%;
}
.t-hero__wrap:after {
	content: "";
	position: absolute;
	bottom: 3px;
	right: 1%;
	background: url("../../image/top/plm.png") no-repeat;
	background-size: cover;
	width: 11px;
	height: 26px;
}
@media screen and (min-width: 480px) {
	.t-hero__wrap:after {
		right: 1.5%;
		bottom: 8px;
	}
}
.t-hero__wrap--bg {
	position: absolute;
}
.t-hero__random {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 70px 0;
	justify-content: space-between;
	opacity: 1;
}
@media screen and (min-width: 480px) {
	.t-hero__random {
		padding-bottom: 10.2%;
		flex-wrap: nowrap;
		gap: 0;
	}
}
.t-hero__item {
	position: relative;
	z-index: 1;
	display: block;
	width: 32.5333333333%;
	height: 115px;
}
@media screen and (min-width: 480px) {
	.t-hero__item {
		display: flex;
		width: 21.1221122112%;
		height: auto;
	}
}
.t-hero__item--img {
	position: relative;
	display: block;
	height: 115px;
	width: 115%;
	left: -8px;
	overflow: hidden;
}
@media screen and (min-width: 480px) {
	.t-hero__item--img {
		display: flex;
		height: auto;
		width: auto;
		overflow: visible;
		left: 0;
	}
}
.t-hero__item img {
	position: relative;
	transform: scale(1.1);
	top: 8%;
	left: -10px;
}
@media screen and (min-width: 480px) {
	.t-hero__item img {
		top: 17.7%;
		left: 0;
		transform: scale(1.3);
	}
}
.t-hero__item:nth-child(4) .t-hero__item--img img, .t-hero__item:nth-child(5) .t-hero__item--img img, .t-hero__item:nth-child(6) .t-hero__item--img img {
	transform: scale(1);
	top: 0%;
	left: 0px;
}
@media screen and (min-width: 480px) {
	.t-hero__item:nth-child(4) .t-hero__item--img img, .t-hero__item:nth-child(5) .t-hero__item--img img, .t-hero__item:nth-child(6) .t-hero__item--img img {
		top: 17.7%;
		left: 0;
		transform: scale(1.3);
	}
}
@media screen and (min-width: 480px) {
	.t-hero__item:nth-child(4) .t-hero__item--img img.u-hidden-pc, .t-hero__item:nth-child(5) .t-hero__item--img img.u-hidden-pc, .t-hero__item:nth-child(6) .t-hero__item--img img.u-hidden-pc {
		display: none;
	}
}
.t-hero__item.load-up {
	opacity: 0;
	transform: translateX(100px);
	transition: all 0.4s;
}
.t-hero__item.load-up.done {
	opacity: 1;
	transform: translate(0, 0);
}
.t-hero__head {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
@media screen and (min-width: 480px) {
	.t-hero__head {
		margin-top: 20px;
		position: relative;
		top: auto;
		left: 50%;
	}
}
.t-hero__head div {
	display: flex;
}
.t-hero__head--h1 {
	margin: auto;
	width: 85.3333333333%;
	max-width: 320px;
}
@media screen and (min-width: 480px) {
	.t-hero__head--h1 {
		width: 73.828125%;
		max-width: 945px;
	}
}
.t-hero__head--copy {
	margin: 4px auto auto;
	width: 48%;
	max-width: 180px;
}
@media screen and (min-width: 480px) {
	.t-hero__head--copy {
		width: 41.796875%;
		max-width: 535px;
		margin-top: 20px;
	}
}
.t-hero__head.load-fade {
	opacity: 0;
	transition: all 1s;
}
.t-hero__head.load-fade.done {
	opacity: 1;
	transform: translate(-50%, 0);
}

.t-contents {
	position: relative;
	margin: 46px auto auto;
}
.t-contents__logo {
	margin: 10% auto 50px;
}
@media screen and (min-width: 769px) {
	.t-contents__logo {
		margin: 76px auto 60px;
	}
}
.t-contents__logo--logo {
	margin: auto;
	width: 32.5333333333%;
}
@media screen and (min-width: 769px) {
	.t-contents__logo--logo {
		width: 23.28125%;
	}
}
.t-contents__logo--team {
	margin: 14px auto auto;
	width: 84.8%;
}
@media screen and (min-width: 769px) {
	.t-contents__logo--team {
		width: 57.8125%;
		margin: 20px auto auto;
	}
}
.t-contents__ticker {
	background-color: #000;
	width: 100%;
	height: 30px;
	overflow: hidden;
	display: flex;
}
@media screen and (min-width: 769px) {
	.t-contents__ticker {
		height: 68px;
	}
}
.t-contents__ticker--list {
	display: flex;
	padding: 0;
	align-items: center;
	margin: auto;
}
.t-contents__ticker--list.-left {
	animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.t-contents__ticker--list.-right {
	animation: infinity-scroll-right 30s infinite linear 0.5s both;
}
.t-contents__ticker--item {
	width: 50vw;
	margin-right: 24px;
	display: flex;
}
@media screen and (min-width: 769px) {
	.t-contents__ticker--item {
		margin-right: 58px;
		margin-top: 6px;
	}
}
.t-contents__ticker--item img {
	width: 100%;
}
.t-contents__text {
	text-align: center;
	padding: 74px 0 80px;
	margin: auto;
	width: 96%;
}
@media screen and (min-width: 769px) {
	.t-contents__text {
		padding: 112px 0 130px;
		width: auto;
	}
}
.t-contents__text p {
	margin-top: 40px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 0;
	letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
	.t-contents__text p {
		margin-top: 70px;
		font-size: 25px;
		line-height: 50px;
	}
}
.t-contents__text p:first-child {
	margin-top: 0;
}

@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes infinity-scroll-right {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0%);
	}
}
.t-movie__wrap {
	position: relative;
}
.t-movie__wrap video {
	width: 100%;
}
.t-movie__bg {
	position: relative;
	display: flex;
}
.t-movie__bg::before {
	content: "";
	position: absolute;
	background: url("../../image/top/mask.png");
	background-size: cover;
	top: 0;
	width: 100%;
	height: 100%;
}
.t-movie__frame {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 63.4375%;
	max-width: 812px;
	aspect-ratio: 16/9;
}
.t-movie__frame iframe {
	width: 100%;
	height: 99%;
	border: solid 10px #000;
}

.t-link {
	padding: 40px 0;
}
@media screen and (min-width: 769px) {
	.t-link {
		padding: 90px 0 120px;
	}
}
.t-link__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	width: 89.3333333333%;
}
@media screen and (min-width: 769px) {
	.t-link__wrap {
		width: 80%;
	}
}
.t-link__item {
	position: relative;
	width: 48.53515625%;
	background-color: #fff;
	overflow: hidden;
}
.t-link__item:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 40.7643312102%;
	height: 2px;
	background-color: #FF6B00;
	z-index: 1;
	transform: skewX(-20deg);
}
@media screen and (min-width: 769px) {
	.t-link__item:before {
		width: 41.6498993964%;
		height: 10px;
	}
}
.t-link__item:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -6px;
	width: 60.5095541401%;
	height: 2px;
	background-color: #FF6B00;
	z-index: 1;
	transform: skewX(-20deg);
}
@media screen and (min-width: 769px) {
	.t-link__item:after {
		width: 58.3501006036%;
		height: 10px;
	}
}
.t-link__item a {
	position: relative;
	display: block;
	border: solid 2px #000;
	border-right: solid 2px #FF6B00;
	padding: 13px 0 19px;
	text-decoration: none;
}
@media screen and (min-width: 769px) {
	.t-link__item a {
		border: solid 10px #000;
		border-right: solid 10px #FF6B00;
		padding: 41px 0 46px;
	}
}
.t-link__item a:hover {
	opacity: 1;
}
.t-link__item a:hover .t-link__thumbnail img {
	transform: scale(1.05, 1.05);
}
.t-link__item h2 {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	.t-link__item h2 {
		font-size: clamp(12px, 2.3vw, 30px);
		line-height: 60px;
	}
}
.t-link__item span {
	display: block;
	margin: 0 auto 0;
}
.t-link__item span.-about {
	width: 30px;
}
@media screen and (min-width: 769px) {
	.t-link__item span.-about {
		width: 91px;
	}
}
.t-link__item span.-recruiting {
	width: 49px;
}
@media screen and (min-width: 769px) {
	.t-link__item span.-recruiting {
		width: 150px;
	}
}
.t-link__thumbnail {
	position: relative;
	margin: 10px auto auto;
	width: 76.4331210191%;
}
@media screen and (min-width: 769px) {
	.t-link__thumbnail {
		margin: 30px auto auto;
		width: 77.5681341719%;
	}
}
.t-link__thumbnail--box {
	overflow: hidden;
}
.t-link__thumbnail--boxInner {
	text-align: center;
	background-color: #fff;
	opacity: 0;
}
.t-link__thumbnail--boxInner.isPlay {
	animation-name: play;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
	position: relative;
	opacity: 1 !important;
}
.t-link__thumbnail--boxInner.isPlay:before {
	animation-name: maskOut;
	animation-duration: 0.4s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transform: skewX(-20deg);
	background-image: linear-gradient(109.6deg, rgb(255, 107, 0) 11.2%, rgb(255, 107, 0) 91.1%);
}
.t-link__thumbnail img {
	transform: scale(1, 1);
	transition: 0.4s;
}
.t-link__thumbnail:before {
	content: "";
	position: absolute;
	bottom: -6px;
	right: 17px;
	width: 12px;
	height: 12px;
	background-color: #FF6B00;
	transform: skewX(-20deg);
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.t-link__thumbnail:before {
		width: 40px;
		height: 40px;
	}
}
.t-link__thumbnail:after {
	content: "";
	position: absolute;
	bottom: -2px;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
	border-bottom: 4px solid #ffffff;
	border-top: 0;
	transform: rotate(105deg);
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.t-link__thumbnail:after {
		bottom: 8px;
		right: 30px;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-bottom: 10px solid #ffffff;
	}
}

@keyframes play {
	from {
		transform: translateX(-100%) skewX(-20deg);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes maskOut {
	from {
		transform: translateX(0) skewX(-20deg);
	}
	to {
		transform: translateX(120%) skewX(-20deg);
	}
}