@charset "UTF-8";
header {
	position: relative;
	height: 6.9444vw;
	z-index: 999;
}
header::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgb( 0, 0, 0, 0.3), rgb( 0, 0, 0, 0));
	mix-blend-mode: multiply;
	z-index: 0;
}
section .l-inner{
	max-width: 1120px;
	width: 77.77%;
}
.mainSec {
	margin-top: -6.9444vw;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (min-width:1441px) {
	header {
		height: 100px;
	}
	.mainSec {
		margin-top: -100px;
	}
}

@media screen and (max-width: 768px) {
	header::before {
		content:none;
	}
	.mainSec {
		margin-top: -16vw;
	}
	section .l-inner{
		width: 89.3333%;
	}
}



/*-------------------------------
 mvSec
-------------------------------*/
.mvSec {
	position: relative;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.mvSec .video-wrap {
	position: relative;
	width: 88.8889vw;
	height: 52.5vw;
	margin: 0 0 auto auto;
	overflow: hidden;
}
.mvSec .video-wrap video {
	height: 100%;
}
.mv__title {
	position: absolute;
	width: 80.1388vw;
	top: 40.9722vw;
	right: 8.75vw;
}
.mv__title .mv__title-1 ,
.mv__title .mv__title-2 {
	display: inline-block;
	clip-path: inset(0 100% 0 0);
}
.mv__title .mv__title-1 {
	width: 61.9444vw;
	animation-name: show__left_to_right;
	animation-fill-mode: forwards;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-delay: 0.5s;
	animation-direction: normal;
}
.mv__title .mv__title-2 {
	animation-name: show__left_to_right;
	animation-fill-mode: forwards;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-delay: 1.5s;
	animation-direction: normal;
}

.mv__text {
	width: 88.8889vw;
	margin: 3.8194vw 0 auto auto;
	padding-bottom: 5.4167vw;
}
.mv__text span {
	display: inline-block;
	font-size: 2.2222vw;
	font-weight: 700;
	letter-spacing: .07em;
	color: transparent;
	background: #343232;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	clip-path: inset(0 100% 0 0);
	animation-name: show__left_to_right;
	animation-fill-mode: forwards;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-delay: 3s;
	animation-direction: normal;
}

.mv__scrolldown {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 11.1111vw;
	height: 52.5vw;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.mv__scrolldown:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: linear-gradient(180deg,rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
}
.mv__scrolldown a {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 2.3611vw;
	margin: auto;
	padding: 26.0417vw 0px 9px 9px;
	font-size: 1.8056vw;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	line-height: 1;
	color: #777;
	letter-spacing: .1em;
	text-decoration: none;
	writing-mode: vertical-lr;
	transition: .2s;
	overflow: hidden;
}
.mv__scrolldown a:before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	width: 1px;
	height: 24.8611vw;
	background: #C1C1C1;
}
.mv__scrolldown a:after {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	width: 1px;
	height: 24.8611vw;
	background: #eaeaea;
}
.mv__scrolldown a:hover {
	opacity: .5;
}
.mv__scrolldown a:after {
	animation: scroll__anime 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes show__left_to_right {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	100% {
		clip-path: inset(0);
	}
}

@keyframes scroll__anime {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

@media screen and (min-width:1441px) {
	.mvSec {
		max-width: 100%;
	}
	.mvSec .video-wrap {
		width: 100%;
		height: 756px;
		padding-left: calc(50% - 560px);
	}
	.mvSec .video-wrap video {
		height: 100%;
	}
	.mv__title {
		width: 1154px;
		top: 590px;
		right: auto;
		left: calc(50% - 560px);
	}
	.mv__title .mv__title-1 {
		width: 892px;
	}
	.mv__text {
		width: 1280px;
		margin: 55px auto auto calc( 50% - 560px );
		padding-bottom: 78px;
	}
	.mv__text span {
		font-size: 32px;
	}
	.mv__scrolldown {
		width: 160px;
		height: 756px;
	}
	.mv__scrolldown a {
		width: 34px;
		padding: 375px 0px 9px 9px;
		font-size: 26px;
	}
	.mv__scrolldown a:before {
		height: 358px;
	}
	.mv__scrolldown a:after {
		height: 358px;
	}
}

@media screen and (min-width:1568px) {
	.mvSec .video-wrap {
		width: 100%;
	}
	.mvSec .video-wrap video {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.mvSec .video-wrap {
		width: 100%;
		height: 144.5333vw;
		margin: auto;
	}
	.mv__title {
		position: absolute;
		width: 100%;
		top: 130.6666vw;
		right: auto;
		left: 0;
	}
	.mv__title .mv__title-1 {
		width: 77.0666vw;
	}
	.mv__title .mv__title-2 {
		width: 100%;
	}
	.mv__text {
		width: auto;
		margin: 6.1333vw 0 auto 8.8vw;
		padding-bottom: 13.3333vw;
	}
	.mv__text span {
		font-size: 5.8667vw;
		letter-spacing: 0.1em;
		line-height: 1.4544;
		clip-path: inset(0 100% 0 0);
	}
	.mv__text span.mv__text-bottom {
		animation-duration: 1s;
		animation-delay: 4s;
	}
	.mv__scrolldown {
		display: none;
	}
}



/*-------------------------------
 title
-------------------------------*/
.sec__title {
	position: relative;
	margin-bottom: 2.4306vw;
}
.l-box .sec__title h2 {
	font-family: "Jost", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 3.75vw;
	line-height: 1;
	letter-spacing: .06em;
	color: #4D4D4D;
}

@media screen and (min-width:1441px) {
	.sec__title {
		margin-bottom: 35px;
	}
	.l-box .sec__title h2 {
		font-size: 54px;
	}
}

@media screen and (max-width:768px) {
	.sec__title {
		position: relative;
		margin-bottom: 5.3333vw;
	}
	.l-box .sec__title h2 {
		font-size: 12vw;
	}
}



/*-------------------------------
 About Section
-------------------------------*/
.aboutSec {
	position: relative;
	max-width: 1440px;
	width: 100%;
	min-height: 36.4583vw;
	margin: 6.9444vw auto 0;
	padding: 8.3333vw 0 4.6527vw;
}
.aboutSec .about__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 49.3056vw;
	z-index: 1;
}
.aboutSec .l-inner {
	position: relative;
	z-index: 2;
}
.aboutSec .sec__title {
	margin-bottom: 1.171875vw;
}
.aboutSec .sec__title h2 {
	font-family: "Jost", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2.0833vw;
	line-height: 1;
	letter-spacing: .06em;
	color: #4C6BD0;
}
.aboutSec p {
	font-weight: 700;
	font-style: normal;
	font-size: 2.5694vw;
	line-height: 2.09;
	letter-spacing: .1em;
	color: #303030;
}
.aboutSec .box__link {
	margin-top: 4.5138vw;
}

@media screen and (min-width:1441px) {
	.aboutSec {
		min-height: 525px;
		margin: 100px auto 0;
		padding: 120px 0 67px;
	}
	.aboutSec .about__img {
		width: 710px;
	}
	.aboutSec .sec__title {
		margin-bottom: 13px;
	}
	.aboutSec .sec__title h2 {
		font-size: 30px;
	}
	.aboutSec p {
		font-size: 37px;
	}
	.aboutSec .box__link {
		margin-top: 65px;
	}
}

@media screen and (max-width: 768px) {
	.aboutSec {
		height: auto;
		margin: 0 auto;
		padding: 9.8667vw 0;
	}
	.aboutSec .l-inner {
		width: 80vw;
	}
	.aboutSec .about__img {
		top: 70.6666vw;
		width: 87.2vw;
	}
	.aboutSec .sec__title {
		margin-bottom: 3.7333vw;
	}
	.aboutSec .sec__title h2 {
		font-size: 4.8vw;
	}
	.aboutSec p {
		font-size: 5.8667vw;
		line-height: 2;
		letter-spacing: 0.08em;
	}
	.aboutSec .box__link {
		margin-top: 83.2vw;
		justify-content: center;
	}
}



/*-------------------------------
 solution Section
-------------------------------*/
.solutionSec {
	position: relative;
	padding: 4.8611vw 0;
}
.solutionSec .solution__text{
	width: 67.7083vw;
	margin: 0 auto 4.1666vw;
}
.solutionSec .box-flex {
	justify-content: space-between;
	align-items: flex-end;
}
.solutionSec .box__text p {
	width: 43.75vw;
	padding-left: 0.2083vw;
	font-size: 1.5277vw;
	line-height: 2.0454;
	letter-spacing: .07em;
}
.solution__list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.solution__item {
  position: relative;
	width: 18.75vw;
	height: 20.8333vw;
	overflow: hidden;
}
.solution__item img {
	position: absolute;
	width: 18.75vw;
	height: 20.8333vw;
	object-fit:contain;
	z-index: -1;
	transition: all .3s ease-out;
}
.solution__item a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: column;
	width: 100%;
	height: 100%;
	padding: 7.6389vw 0 5.1389vw 0;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.solution__item:nth-child(2) a {
	padding: 6.3889vw 0 5.1389vw 0;
}
.solution__item a:hover img {
	transform: scale(1.1);
}
.solution__item a h3{
	font-family: 'Jost';
	font-weight: 600;
	font-style: normal;
	font-size: 2.2222vw;
	line-height: 1.165625;
	letter-spacing: 0;
	text-align: center;
}
.solution__item a p{
	font-family: 'Jost';
	font-weight: 600;
	font-style: normal;
	font-size: 1.25vw;
	line-height: 1;
	letter-spacing: .06em;
	text-align: center;
}

@media screen and (min-width:1441px) {
	.solutionSec {
		padding: 70px 0;
	}
	.solutionSec .solution__text{
		width: 975px;
		margin: 0 auto 60px;
	}
	.solutionSec .box__text p {
		width: 630px;
		padding-left: 3px;
		font-size: 22px;
	}
	.solution__item {
		width: 270px;
		height: 300px;
	}
	.solution__item img {
		width: 270px;
		height: 300px;
	}
	.solution__item a {
		padding: 110px 0 74px 0;
	}
	.solution__item:nth-child(2) a {
		padding: 92px 0 74px 0;
	}
	.solution__item a h3{
		font-size: 32px;
	}
	.solution__item a p {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.solutionSec {
		padding: 7.7333vw 0;
	}
	.solutionSec .l-inner {
		width: 100%;
	}
	.solutionSec.l-box .sec__title {
		padding-left: 1.0667vw;
	}
	.solutionSec .solution__text {
		width: 81.8667vw;
		margin: 0 auto 16vw;
	}
	.solutionSec .box-flex {
		flex-flow: column;
	}
	.solutionSec .box__text p {
		width: 100%;
		padding-left: 0;
		font-size: 4.2667vw;
		line-height: 1.9375;
		letter-spacing: 0;
	}
	.solutionSec .box__link {
		width: 100%;
		margin-top: 9.3333vw;
		justify-content: center;
	}
	.solution__list {
		flex-flow: wrap;
		gap: 1px;
	}
	.solution__item {
		width: 49.8667vw;
		height: 55.4667vw;
	}
	.solution__item img {
		width: 49.8667vw;
		height: 55.4667vw;
	}
	.solution__item a {
		padding: 20.2667vw 0 12.5333vw 0;
	}
	.solution__item a:after {
		background: url(../img/top/solution__img__01-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.solution__item:nth-child(2) a {
		padding: 16.5333vw 0 12.5333vw 0;
	}
	.solution__item a h3 {
		font-size: 5.8667vw;
		line-height: 1.1735;
	}
	.solution__item a p {
		font-size: 4vw;
		font-weight: 500;
	}
}


/*-------------------------------
 partnership Section
-------------------------------*/
.partnershipSec {
	position: relative;
	max-width: 1440px;
	width: 100%;
	margin: 8.6111vw auto;
}
.partnershipSec .partnership__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 49.3056vw;
	z-index: 1;
}
.partnershipSec .partnership__text {
	padding: 8.6805vw 0 0 3.6111vw;
}
.partnershipSec .partnership__text p {
	width: 29.375vw;
	padding-left: 0.4166vw;
	font-size: 1.5277vw;
	letter-spacing: .05em;
	line-height: 2.0454;
}
.partnershipSec .box__link {
	width: 29.375vw;
	margin-top: 3.0555vw;
	padding-left: 0.4861vw;
}

@media screen and (min-width:1441px) {
	.partnershipSec {
		margin: 124px auto;
	}
	.partnershipSec .partnership__img {
		width: 710px;
	}
	.partnershipSec .partnership__text {
		padding: 125px 0 0 52px;
	}
	.partnershipSec .partnership__text p {
		width: 423px;
		padding-left: 6px;
		font-size: 22px;
	}
	.partnershipSec .box__link {
		width: 423px;
		margin-top: 44px;
		padding-left: 7px;
	}
}

@media screen and (max-width: 768px) {
	.partnershipSec {
		margin: 19.4667vw auto;
	}
	.partnershipSec .partnership__img {
		top: 64vw;
		width: 88.5333vw;
	}
	.partnershipSec .partnership__text {
		padding: 0 0 0 0;
	}
	.partnershipSec .partnership__text p {
		width: 100%;
		padding-left: 0;
		font-size: 4.2667vw;
		line-height: 1.9375;
		letter-spacing: 0;
	}
	.partnershipSec .box__link {
		justify-content: center;
		width: 100%;
		margin-top: 80.8vw;
	}
}



/*-------------------------------
 news Section
-------------------------------*/
.newsSec {
	position: relative;
	padding: 4.7222vw 0 3.4722vw;
}
.newsSec .l-inner {
	display: flex;
	justify-content: space-between;
}
.newsSec .sec__title {
	padding-left: 3.6111vw;
}
.newsSec .box__link-arrow {
	margin-top: 3.4722vw;
}
.newsSec .news__list {
	width: 59.7222vw;
	border-top: 1px solid #777777;
}
.newsSec .news__list .news__item {
	border-bottom: 1px solid #777777;
}
.newsSec .news__list .news__item a {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 1.7361vw 6.9444vw 1.7361vw 2.0833vw;
}
.newsSec .news__list .news__item a .news__item__date {
	width: 6.8056vw;
	padding-top: 0.3472vw;
	font-size: 1.0417vw;
	font-feature-settings: "palt";
	color: #777;
}
.newsSec .news__list .news__item a .item__category {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column;
	gap: 2px;
	width: 6.0417vw;
	padding-top: 0.3472vw;
}
.newsSec .news__list .news__item a .item__category span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.5139vw;
	height: 1.3889vw;
	font-size: 0.9028vw;
	font-weight: 500;
	font-feature-settings: "palt";
	color: #fff;
	background: #4C6BD0;
	border-radius: 3px;
}
.newsSec .news__list .news__item a h3 {
	flex: 1;
	font-size: 1.1111vw;
	font-weight: 500;
	line-height: 1.9375;
	font-feature-settings: "palt";
	color: #4A4A4A;
}

@media screen and (min-width:1441px) {
	.newsSec {
		padding: 68px 0 50px;
	}
	.newsSec .sec__title {
		padding-left: 52px;
	}
	.newsSec .box__link-arrow {
		margin-top: 50px;
	}
	.newsSec .news__list {
		width:860px;
	}
	.newsSec .news__list .news__item a {
		padding: 25px 100px 25px 30px;
	}
	.newsSec .news__list .news__item a .news__item__date {
		width: 98px;
		padding-top: 5px;
		font-size: 15px;
	}
	.newsSec .news__list .news__item a .item__category {
		width: 87px;
		padding-top: 5px;
	}
	.newsSec .news__list .news__item a .item__category span {
		width: 65px;
		height: 20px;
		font-size: 13px;
	}
	.newsSec .news__list .news__item a h3 {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.newsSec {
		padding: 12.8vw 0 3.4722vw;
	}
	.newsSec .l-inner {
		flex-flow: column;
	}
	.newsSec .sec__title {
		padding-left: 0;
		margin-bottom: 8vw;
	}
	.newsSec .box__link-arrow {
		margin-top: 9.8667vw
	}
	.newsSec .news__list {
		width: 100%;
		border-top: 1px solid #777777;
	}
	.newsSec .news__list .news__item {
		border-bottom: 1px solid #777777;
	}
	.newsSec .news__list .news__item a {
		flex-flow: wrap;
		align-items: center;
		width: 100%;
		padding: 5.3333vw 0;
	}
	.newsSec .news__list .news__item a .news__item__date {
		width: 26.6667vw;
		padding-top: 0;
		font-size: 4.2667vw;
	}
	.newsSec .news__list .news__item a .item__category {
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
		flex-flow: row;
		gap: 0.8vw;
		width: auto;
		padding-top: 0.3472vw;
	}
	.newsSec .news__list .news__item a .item__category span {
		width: 17.6vw;
		height: 5.6vw;
		font-size: 3.4667vw;
	}
	.newsSec .news__list .news__item a h3 {
		flex: none;
		width: 100%;
		margin-top: 4vw;
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.9375;
	}
}



/*-------------------------------
 career Section
-------------------------------*/
.careerSec {
	position: relative;
	padding: 13.1944vw 0 16.3194vw;
	background: url(../img/top/career__bg.png) no-repeat;
	background-size: 100% 62.5vw;
	background-position: 0 4.1666vw;
}
.careerSec .career__list {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 4.1667vw;
	z-index: 1;
}
.careerSec .career__list .career__item img {
	width: 24.3056vw;
	box-shadow: 0.2083vw 0.2083vw 0.6944vw 0.2083vw rgba(0, 0, 0, 0.2);
}
.careerSec .career__list .career__item:nth-child(1) img {
	margin-top: 3.4722vw;
}
.careerSec .career__list .career__item:nth-child(3) img {
	margin-top: 5.2778vw;
}
.careerSec .career__list .career__item:nth-child(4) img {
	margin-top: 1.1806vw;
}
.careerSec .careeer__text {
	position: absolute;
	top: 28.3333vw;
	width: 100%;
	z-index: 2;
}
.careerSec .careeer__text .l-inner {
	padding: 0 6.8056vw;
	color: #fff;
}
.careerSec .sec__title {
	margin-bottom: 4.1667vw;
}
.careerSec .sec__title h2 {
	color: #fff;
	text-shadow: 0vw 0vw 0.8333vw rgba(0, 0, 0, 0.8);
}
.careerSec .careeer__text p {
	font-family: 'Inter';
	font-size: 2.0833vw;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: -.02em;
	text-shadow: 0vw 0vw 0.8333vw rgba(0, 0, 0, 0.8);
}

@media screen and (min-width:1441px) {
	.careerSec {
		padding: 190px 0 235px;
		background-size: 100% 900px;
		background-position: 0 60px;
	}
	.careerSec .career__list {
		margin: 0 auto 60px;
	}
	.careerSec .career__list .career__item img {
		width: 350px;
		box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
	}
	.careerSec .career__list .career__item:nth-child(1) img {
		margin-top: 50px;
	}
	.careerSec .career__list .career__item:nth-child(3) img {
		margin-top: 76px;
	}
	.careerSec .career__list .career__item:nth-child(4) img {
		margin-top: 17px;
	}
	.careerSec .careeer__text {
		top: 408px;
	}
	.careerSec .careeer__text .l-inner {
		padding: 0 98px;
	}
	.careerSec .sec__title {
		margin-bottom: 60px;
	}
	.careerSec .sec__title h2{
		text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
	}
	.careerSec .careeer__text p {
		font-size: 30px;
		text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
	}
}

@media screen and (max-width: 768px) {
	.careerSec {
		padding: 25.3333vw 0 26.6667vw;
		background: url(../img/top/career__bg-sp.png) no-repeat;
		background-size: contain;
		background-position: 0 16vw;
		overflow: hidden;
	}
	.careerSec .career__list {
		position: absolute;
		width: 106.9333vw;
		margin: 0;
		padding-bottom: 5.3333vw;
		overflow: hidden;
		transform: translateX(-3.4666vw);
		z-index: 1;
	}
	.careerSec .career__list .career__item img {
		width: 26.1333vw;
		box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
	}
	.careerSec .career__list .career__item:nth-child(1) img {
		margin-top: 3.4722vw;
	}
	.careerSec .career__list .career__item:nth-child(3) img {
		margin-top: 5.2778vw;
	}
	.careerSec .career__list .career__item:nth-child(4) img {
		margin-top: 1.1806vw;
	}
	.careerSec .careeer__text {
		position: relative;
		top: auto;
		padding: 24vw 0 10.6667vw;
	}
	.careerSec .careeer__text .l-inner {
		padding: 0 8vw;
	}
	.careerSec .sec__title {
		margin-bottom: 24vw;
	}
	.careerSec .sec__title h2 {
		text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
	}
	.careerSec .careeer__text p {
		padding-left: 1.3333vw;
		font-size: 4.8vw;
		line-height: 2.3864;
		color: #505050;
		text-shadow: none;
	}
}


/*1次リリース対応*/
.solution__list {
	justify-content: center;
	gap: 0.9722vw;
}

@media screen and (min-width:1441px) {
	.solution__list {
		gap: 14px;
	}
}
@media screen and (max-width: 768px) {
	.solution__list {
		justify-content: flex-start;
		gap: 1px;
	}
}