@charset "UTF-8";
/* CSS Document */
/* =================================
   Base
================================= */



img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.subTitleSankaku{
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #d2d2d2;
  margin-bottom: 24px;
	width: 100%;
	
}
.subTitleSankaku span{
	display: flex;
}
.subTitleSankaku span::before{
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	background-image: url("../images/arrow_lefttop.png");
  background-size: 6px auto;
  background-position: left top;
  background-repeat: no-repeat;
}
.subTitleSankaku span::after{
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	background-image: url("../images/arrow_rightbottom.png");
  background-size: 6px auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.subTitleSankaku.t02 span::before{
	background-image: url("../images/arrow_lefttop02.png");
}
.subTitleSankaku.t02 span::after{
	background-image: url("../images/arrow_rightbottom02.png");
}
.subTitleSankaku.t-big{
	font-size: 16px;
}
/* =================================
   Header
================================= */
.site-header {
  position: relative;
  z-index: 1000;
  background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.site-header__inner {
  max-width: calc(1400px + 80px);
	max-width: 100%;
  min-height: 88px;
  margin: 0 auto;
  padding: 0px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header__logo {
  flex: 0 0 auto;
}

.site-header__logo a {
  display: inline-flex;
  align-items: center;
}

.site-header__logo img {
  width: 200px;
  height: auto;
  display: block;
	max-width: 200px;
	filter: invert(100%) sepia(5%) saturate(2156%) hue-rotate(197deg) brightness(107%) contrast(103%);
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.global-nav__item a {
  display: inline-block;
  font-size: 16px;
	height: 40px;
	display: flex;
	align-items: center;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #FFF;
	font-family: "Figtree", sans-serif;
	text-decoration: none;
	padding: 0 15px;
}
.global-nav__item a:hover {
	background-color: rgba(91,52,230,0.50);
}
.site-header__contact {
  width: 100%;
  height: 40px;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #5b34e6;
	min-width: 134px;
	font-family: "Figtree", sans-serif;
	text-decoration: none;
	background-image: url("../images/btn_arrow01.png");
  background-size: 20px auto;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
	padding-left: 20px;
}

.site-header__contact:hover {
  background-color: #4a28c4;
  opacity: 1;
	color: #FFF;
}

.site-header__contact-icon {
  font-size: 10px;
  line-height: 1;
}

.site-header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
}

.site-header__toggle span {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}

.site-header__toggle span:nth-child(1) {
  top: 13px;
}

.site-header__toggle span:nth-child(2) {
  top: 21px;
}

.site-header__toggle span:nth-child(3) {
  top: 29px;
}

.site-header__toggle.is-open span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.site-header__toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.site-header__toggle.is-open span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

/* =================================
   Footer CTA
================================= */
.footer-cta {
  padding: 0;
 
}

.footer-cta__inner {
  max-width: calc(var(--container) - 120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer-cta__box {
  position: relative;
  min-height: 220px;
  padding: 28px 32px 34px;
  background: #4c2ac7;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s ease;
}

.footer-cta__box--download {
	background-color: #2b108d;
}
.footer-cta__box:hover {
    background-color: #4325AF;
}
.footer-cta__box--download:hover{
	background-color: #230D73;
}
.footer-cta__sub {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  color: #FFF;
}

.footer-cta__title {
  display: block;
  margin-bottom: 18px;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
	font-family: "Figtree", sans-serif;
	color: #FFF;
}

.footer-cta__text {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  color: #FFF;
}

.footer-cta__icon {
  position: absolute;
  right: 20px;
  bottom: 18px;
	width: 20px;
  height: 20px;
  background: #5b34e6;
  background-image: url("../images/btn_arrow01.png");
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-cta__box--download .footer-cta__icon{
	background-image: url("../images/btn_arrow03.png");
}
/* =================================
   Footer Main
================================= */
.site-footer {
  background: #111;
	background-image: url("../images/a_logo.png");
  background-size: 400px auto;
  background-size: 560px auto;
  background-position: right calc(100% - 100px);
  background-repeat: no-repeat;
}
.site-footer::before {
	content: '';
	width: 100%;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}
.site-footer__main {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
 
}

.site-footer__inner {
  max-width: calc(var(--container) - 120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: start;
}

.site-footer__brand {
  padding-top: 6px;
}

.site-footer__logo {
  display: inline-block;
}

.site-footer__logo img {
  width: 200px;
  height: auto;
  display: block;
	filter: invert(100%) sepia(5%) saturate(2156%) hue-rotate(197deg) brightness(107%) contrast(103%);
}

.site-footer__nav {
  width: 50%;
	
}
.site-footer__nav li{
	width: 100%;
}

.site-footer__nav li + li {
  margin-top: 16px;
}

.site-footer__nav a {
	
  display: inline-block;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	padding-left: 1em;
	background-image: url("../images/foot_arrow01.png");
  background-size: 6px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.site-footer__nav a::before {
}
.site-footer__nav a:hover {
	color: #5b34e6;
	text-decoration: underline;
}
/* =================================
   Footer Bottom
================================= */
.site-footer__bottom {
  padding: 0 0px 100px;
  border-top: #666666 1px solid;
}

.site-footer__bottom-inner {
  max-width: calc(var(--container) - 120px);
  margin: 0 auto;
  padding-top: 60px;
  border-top: 1px solid var(--color-border);
}

.site-footer__copyright {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.68);
	font-family: "Figtree", sans-serif;
}

/* =================================
   Responsive
================================= */
@media screen and (max-width: 1160px) {
  .site-header__inner {
    padding: 20px 24px;
  }

  .site-header__toggle {
    display: block;
  }

  .site-header__nav {
    gap: 20px;
  }

  .site-header__nav.is-open {
    display: flex;
  }

  .global-nav {
    /*width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;*/
  }

  .global-nav__item {
    /*width: 100%;*/
  }

  .global-nav__item a {
    /*display: block;
    width: 100%;
    padding: 4px 0;
    font-size: 14px;*/
	  font-size: 14px;
	  padding: 0 8px;
  }

  .site-header__contact {
    min-width: 120px;
	  font-size: 14px;
  }

  .footer-cta {
    padding: 0 24px;
    margin-top: 80px;
  }

  .site-footer__main,
  .site-footer__bottom {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer-cta__inner,
  .site-footer__inner,
  .site-footer__bottom-inner {
    max-width: 100%;
  }

  .footer-cta__inner {
    grid-template-columns: 1fr;
  }

  .footer-cta__box--download {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
.site-header__logo img {
  width: 170px;
  max-width: 170px;
}
}
@media screen and (max-width: 834px) {
  :root {
    --header-height: 60px;
  }
.site-header {
	background-color: transparent;
	}
  .site-header__inner {
    min-height: var(--header-height);
    padding: 0px 16px;
	  
  }

  .site-header__logo img {
    width: 138px;
  }

  .site-header__nav {
    padding: 20px 16px 24px;
	  display: none;
  }

  .footer-cta {
    padding: 0 0px;
    margin-top: 20px;
  }

  .footer-cta__box {
    min-height: auto;
    padding: 22px 20px 28px;
  }

  .footer-cta__title {
    margin-bottom: 14px;
    font-size: 36px;
	  font-weight: 600;
  }

  .footer-cta__text {
    font-size: 12px;
    line-height: 1.5;
  }

  .site-footer__main {
    padding: 48px 0px 40px;
  }

  .site-footer__navs {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__nav li + li {
    margin-top: 12px;
  }

  .site-footer__nav a {
    font-size: 12px;
  }

  .site-footer__bottom {
    padding: 20 0px 40px;
  }

  .site-footer__bottom-inner {
    padding-top: 18px;
  }

  .site-footer__copyright {
    font-size: 9px;
    line-height: 1.8;
  }
}
/* =========================================
   TOP MESSAGE
========================================= */
.top-message{
	width:100%;
	min-height: 980px;
	padding: 170px 0 160px;
	overflow:hidden;
	background-color:#000;
	position: relative;
}

.top-message__bg-text{
	position:absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 980px;
	line-height: 0.8;
	font-weight: 700;
	color: rgba(84, 67, 180, 0.16);
	letter-spacing: -0.08em;
	pointer-events:none;
	user-select:none;
	font-family: 'Roboto', 'Arial', sans-serif;
	z-index: 0;
}

.top-message .box1600{
	z-index: 2;
}

.top-message__inner{
	width:100%;
	max-width: 980px;
	margin: 0 auto;
	text-align:center;
	padding-top: 90px;
}

.top-message__lead{
	width:100%;
	float:left;
	font-size: 72px;
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -0.03em;
	color:#FFF;
	margin-bottom: 42px;
	text-align:center;
}

.top-message__lead-ai{
	color:#5b34e6;
	display:inline-block;
	padding: 0 0.08em;
}

.top-message__intro{
	width:100%;
	float:left;
	margin-bottom: 78px;
}

.top-message__intro p{
	font-size: 18px;
	line-height: 2.15em;
	font-weight: 500;
	color: rgba(255,255,255,0.88);
	letter-spacing: 0.04em;
}

.top-message__title{
	width:100%;
	float:left;
	font-size: 56px;
	line-height: 1.35;
	font-weight: 700;
	color:#FFF;
	letter-spacing: -0.02em;
	margin-bottom: 34px;
}

.top-message__text{
	width:100%;
	float:left;
	margin-bottom: 78px;
}

.top-message__text p{
	
}

.top-message__btn{
	width:100%;
	float:left;
	display:flex;
	justify-content:center;
}

.top-message__btn a{
	width:100%;
	max-width: 340px;
	height: 84px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding: 0 20px 0 34px;
	background: linear-gradient(90deg, #5b34e6 0%, #4727bf 100%);
	border-radius: 0;
	text-decoration:none;
	transition: 0.2s ease;
}

.top-message__btn a:hover{
	opacity: 0.88;
}

.top-message__btn-text{
	font-size: 26px;
	line-height:1;
	font-weight: 700;
	color:#FFF;
	letter-spacing: 0.02em;
}

.top-message__btn-icon{
	width: 38px;
	height: 38px;
	display:block;
	background-color: rgba(0,0,0,0.22);
}

.top-message__btn-icon::before{
	content:'';
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	position:absolute;
	top: calc(50% - 4px);
	left: calc(50% - 6px);
	transform: rotate(45deg);
}

/* =========================================
   Responsive
========================================= */
@media screen and (max-width: 1400px){

	.top-message{
		min-height: 860px;
		padding: 150px 0 130px;
	}

	.top-message__bg-text{
		font-size: 820px;
		top: 10px;
	}

	.top-message__lead{
		font-size: 60px;
	}

	.top-message__title{
		font-size: 46px;
	}

	.top-message__text p{
		font-size: 20px;
	}
}

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

	.top-message{
		min-height: auto;
		padding: 130px 0 110px;
	}

	.top-message__bg-text{
		font-size: 640px;
		top: 70px;
	}

	.top-message__inner{
		max-width: 820px;
		padding-top: 40px;
	}

	.top-message__lead{
		font-size: 48px;
		margin-bottom: 32px;
	}

	.top-message__intro{
		margin-bottom: 56px;
	}

	.top-message__intro p{
		font-size: 16px;
		line-height: 2em;
	}

	.top-message__title{
		font-size: 38px;
		margin-bottom: 26px;
	}

	.top-message__text{
		margin-bottom: 56px;
	}

	.top-message__text p{
		font-size: 18px;
		line-height: 1.9em;
	}

	.top-message__btn a{
		max-width: 300px;
		height: 74px;
		padding: 0 18px 0 28px;
	}

	.top-message__btn-text{
		font-size: 22px;
	}
}

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

	.top-message{
		padding: 110px 0 80px;
	}

	.top-message .box1600{
		padding-left: 20px;
		padding-right: 20px;
	}

	.top-message__bg-text{
		font-size: 360px;
		top: 120px;
		left: 54%;
	}

	.top-message__inner{
		padding-top: 0;
	}

	.top-message__lead{
		font-size: 32px;
		line-height: 1.25;
		margin-bottom: 26px;
		letter-spacing: -0.02em;
	}

	.top-message__lead-main,
	.top-message__lead-ai{
		display:inline;
	}

	.top-message__intro{
		margin-bottom: 42px;
	}

	.top-message__intro p{
		font-size: 13px;
		line-height: 2em;
	}

	.top-message__title{
		font-size: 28px;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.top-message__text{
		margin-bottom: 40px;
	}

	.top-message__text p{
		font-size: 14px;
		line-height: 1.9em;
		margin-bottom: 4px;
	}

	.top-message__btn a{
		max-width: 240px;
		height: 60px;
		padding: 0 14px 0 20px;
	}

	.top-message__btn-text{
		font-size: 18px;
	}

	.top-message__btn-icon{
		width: 28px;
		height: 28px;
	}

	.top-message__btn-icon::before{
		width: 6px;
		height: 6px;
		top: calc(50% - 3px);
		left: calc(50% - 5px);
	}
}

/* =================================
   OUR BUSINESS
================================= */

.top-business{
    width:100%;
    padding:140px 0 0;
    position:relative;
    background:#000;
}

.top-business__head{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:80px;
}

.top-business__title{
    flex:0 0 420px;
}

.top-business__title h2{
    font-size:64px;
    font-weight:700;
    letter-spacing:-0.02em;
    color:#FFF;
}

.top-business__sub{
    display:block;
    margin-top:12px;
    font-size:14px;
    letter-spacing:0.08em;
    color:rgba(255,255,255,0.7);
}

.top-business__lead{
    max-width:640px;
}

.top-business__lead-main{
    font-size:30px;
    line-height:1.7;
    font-weight:700;
    margin-bottom:28px;
}

.top-business__lead-text{
    font-size:16px;
    line-height:2;
    color:rgba(255,255,255,0.8);
}

/* diagram */

.top-business__diagram{
    width:100%;
    margin-top:100px;
    text-align:center;
    position:relative;
}

.top-business__diagram img{
    width:100%;
    max-width:1200px;
}

/* =================================
   responsive
================================= */

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

.top-business__head{
    flex-direction:column;
    gap:40px;
}

.top-business__title{
    flex:none;
}

.top-business__title h2{
    font-size:52px;
}

.top-business__lead-main{
    font-size:26px;
}

}

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

.top-business{
    padding:100px 0 0;
}

.top-business__title h2{
    font-size:38px;
}

.top-business__lead-main{
    font-size:20px;
}

.top-business__lead-text{
    font-size:14px;
}

.top-business__diagram{
    margin-top:60px;
}

}
/* =================================
   OUR STRENGTH
================================= */
.top-strength{
	width:100%;
	padding: 130px 0 180px;
	background:#000;
	position:relative;
	overflow:hidden;
}

.top-strength__bg-line{
	position:absolute;
	left:-260px;
	bottom:-180px;
	width:900px;
	height:900px;
	border:70px solid rgba(84, 67, 180, 0.18);
	border-radius:50%;
	pointer-events:none;
	z-index:0;
}

.top-strength .box1600{
	position:relative;
	z-index:2;
}

.top-strength__head{
	width:100%;
	display:flex;
	align-items:flex-end;
	gap:18px;
	/*margin-bottom: 70px;*/
}

.top-strength__title{
	font-size:64px;
	line-height:1;
	font-weight:700;
	letter-spacing:-0.02em;
	color:#FFF;
}

.top-strength__sub{
	display:inline-block;
	padding-bottom:10px;
	font-size:14px;
	line-height:1;
	font-weight:700;
	letter-spacing:0.06em;
	color:#d2d2d2;
}

.top-strength__image{
	position:absolute;
	top: 0;
	right: 0;
	width: 460px;
}

.top-strength__image img{
	width:100%;
	height:auto;
	display:block;
}

.top-strength__list{
	width:100%;
	position:relative;
}

.top-strength__item{
	display:flex;
	align-items:flex-start;
	gap:34px;
	position:relative;
}

.top-strength__item + .top-strength__item{
	margin-top: 80px;
}

.top-strength__item--01{
	max-width: 700px;
	margin-left: 0;
}

.top-strength__item--02{
	max-width: 700px;
	margin-left: 320px;
}

.top-strength__item--03{
	max-width: 700px;
	margin-left: 640px;
}

.top-strength__num{
	flex:0 0 auto;
	font-size:80px;
	line-height:0.9;
	font-weight:700;
	letter-spacing:-0.04em;
	color:#5b34e6;
}

.top-strength__content{
	flex:1 1 auto;
}

.top-strength__item-title{
	font-size:34px;
	line-height:1.45;
	font-weight:700;
	letter-spacing:-0.02em;
	color:#FFF;
	margin-bottom: 20px;
}

.top-strength__item-text{
	font-size:16px;
	line-height:2.1;
	font-weight:500;
	letter-spacing:0.03em;
	color:rgba(255,255,255,0.86);
}

/* =================================
   Responsive
================================= */
@media screen and (max-width: 1400px){

	.top-strength{
		padding: 120px 0 150px;
	}

	.top-strength__title{
		font-size:56px;
	}

	.top-strength__image{
		width: 400px;
	}

	.top-strength__item--02{
		margin-left: 220px;
	}

	.top-strength__item--03{
		margin-left: 420px;
	}

	.top-strength__item-title{
		font-size:30px;
	}

	.top-strength__num{
		font-size:72px;
	}
}

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

	.top-strength{
		padding: 100px 0 110px;
	}

	.top-strength__bg-line{
		left:-180px;
		bottom:-180px;
		width:620px;
		height:620px;
		border-width:50px;
	}

	.top-strength__head{
		margin-bottom: 50px;
	}

	.top-strength__title{
		font-size:44px;
	}

	.top-strength__sub{
		padding-bottom:6px;
		font-size:12px;
	}

	.top-strength__image{
		position:relative;
		top:auto;
		right:auto;
		width:100%;
		max-width:520px;
		margin: 0 0 50px auto;
	}

	.top-strength__item,
	.top-strength__item--01,
	.top-strength__item--02,
	.top-strength__item--03{
		max-width:100%;
		margin-left:0;
	}

	.top-strength__item + .top-strength__item{
		margin-top: 54px;
	}

	.top-strength__num{
		font-size:64px;
	}

	.top-strength__item-title{
		font-size:28px;
		margin-bottom:16px;
	}

	.top-strength__item-text{
		font-size:15px;
		line-height:2;
	}
}

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

	.top-strength{
		padding: 80px 0 90px;
	}

	.top-strength__bg-line{
		left:-140px;
		bottom:-120px;
		width:420px;
		height:420px;
		border-width:34px;
	}

	.top-strength__head{
		gap:10px;
		margin-bottom: 34px;
		align-items:flex-end;
	}

	.top-strength__title{
		font-size:34px;
	}

	.top-strength__sub{
		padding-bottom:4px;
		font-size:11px;
	}

	.top-strength__image{
		margin-bottom: 34px;
	}

	.top-strength__item{
		gap:18px;
	}

	.top-strength__item + .top-strength__item{
		margin-top: 34px;
	}

	.top-strength__num{
		font-size:46px;
	}

	.top-strength__content{
		padding-top:4px;
	}

	.top-strength__item-title{
		font-size:22px;
		line-height:1.5;
		margin-bottom:10px;
	}

	.top-strength__item-text{
		font-size:13px;
		line-height:1.9;
	}
}
/* =================================
   TOP SERVICE
================================= */
.top-service{
	width:100%;
	padding: 120px 0 140px;
	background:#000;
	position:relative;
}

.top-service__intro{
	width:100%;
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items:start;
	margin-bottom: 80px;
}

.top-service__heading{
	width:100%;
}

.top-service__label{
	position:relative;
	padding-left:18px;
	font-size:14px;
	line-height:1.4;
	font-weight:700;
	letter-spacing:0.04em;
	color:#FFF;
	margin-bottom: 24px;
}

.top-service__label::before{
	content:'';
	position:absolute;
	left:0;
	top: 4px;
	width:8px;
	height:8px;
	background:#5b34e6;
}

.top-service__title{
	font-size:120px;
	line-height:0.9;
	font-weight:600;
	letter-spacing:-0.02em;
	color:#FFF;
}

.top-service__title-s{
	color:#5b34e6;
}
.top-service__title.pageHead{
	font-size:100px;
}
.top-service__lead{
	padding-top: 54px;
	max-width: 720px;
}

.top-service__lead-title{
	font-size:34px;
	line-height:1.5;
	font-weight:700;
	letter-spacing:-0.02em;
	color:#FFF;
	margin-bottom: 28px;
}

.top-service__lead-text{
	font-size:18px;
	line-height:2;
	font-weight:500;
	letter-spacing:0.03em;
	color:rgba(255,255,255,0.84);
}

.top-service__cards{
	width:100%;
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 34px;
	margin-bottom: 58px;
}

.top-service-card{
	display:flex;
	flex-direction:column;
	background:#161616;
	min-height:100%;
	transition: 0.25s ease;
	position:relative;
	text-decoration: none;
}

.top-service-card:hover{
	/*transform: translateY(-4px);*/
	opacity:0.8;
}

.top-service-card__image{
	width:100%;
	aspect-ratio: 1.9 / 1;
	overflow:hidden;
	background:#222;
}

.top-service-card__image img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.top-service-card__body{
	position:relative;
	flex:1 1 auto;
	padding: 28px 30px 60px;
}

.top-service-card__en{
	font-size:16px;
	line-height:1.4;
	font-weight:500;
	color:#5b34e6;
	margin-bottom: 14px;
}

.top-service-card__title{
	font-size:28px;
	line-height:1.45;
	font-weight:700;
	letter-spacing:-0.02em;
	color:#FFF;
	margin-bottom: 24px;
}

.top-service-card__text{
	font-size:15px;
	line-height:2;
	font-weight:500;
	letter-spacing:0.03em;
	color:rgba(255,255,255,0.82);
	margin-bottom: 30px;
	min-height: 90px;
}

.top-service-card__list li{
	position:relative;
	padding-left:16px;
	font-size:15px;
	line-height:1.9;
	font-weight:700;
	color:#FFF;
}

.top-service-card__list li + li{
	margin-top: 4px;
}

.top-service-card__list li::before{
	content:'';
	position:absolute;
	left:0;
	top: 0.8em;
	width:6px;
	height:6px;
	background:#5b34e6;
}

.top-service-card__arrow{
	position:absolute;
	right: 18px;
	bottom: 18px;
	width: 20px;
	height: 20px;
	background:#5b34e6;
	background-image: url("../images/btn_arrow02.png");
  background-size: 20px auto;
  background-position:center center;
  background-repeat: no-repeat;
}
.top-project-card__body .top-service-card__arrow{
	
	background-image: url("../images/btn_arrow04.png");
}
.top-service-card__arrow::before{
/*	content:'';
	position:absolute;
	top: calc(50% - 4px);
	left: calc(50% - 6px);
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);*/
}

.top-service__btn{
	width:100%;
	display:flex;
	justify-content:center;
}

.top-service__btn a{
	width:100%;
	max-width: 320px;
	height: 72px;
	padding: 0 22px 0 32px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	background: linear-gradient(90deg, #5b34e6 0%, #4727bf 100%);
	transition: 0.2s ease;
}

.top-service__btn a:hover{
	opacity:0.88;
}

.top-service__btn-text{
	font-size:20px;
	line-height:1;
	font-weight:700;
	color:#FFF;
	letter-spacing:0.02em;
}

.top-service__btn-icon{
	position:relative;
	width: 28px;
	height: 28px;
	background: rgba(0,0,0,0.18);
}

.top-service__btn-icon::before{
	content:'';
	position:absolute;
	top: calc(50% - 4px);
	left: calc(50% - 6px);
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);
}

/* =================================
   Responsive
================================= */
@media screen and (max-width: 1400px){

	.top-service__title{
		
	}

	.top-service__lead-title{
		font-size:30px;
	}

	.top-service-card__title{
		font-size:24px;
	}
}

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

	.top-service{
		padding: 90px 0 110px;
	}

	.top-service__intro{
		grid-template-columns: 1fr;
		gap: 34px;
		margin-bottom: 56px;
	}

	.top-service__title{
		font-size:86px;
	}

	.top-service__lead{
		padding-top:0;
		max-width:100%;
	}

	.top-service__lead-title{
		font-size:28px;
		margin-bottom: 18px;
	}

	.top-service__lead-text{
		font-size:16px;
	}

	.top-service__cards{
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 42px;
	}

	.top-service-card__text{
		min-height:auto;
	}
}

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

	.top-service{
		padding: 70px 0 80px;
	}

	.top-service__label{
		font-size:12px;
		margin-bottom: 18px;
		padding-left:14px;
	}

	.top-service__label::before{
		width:6px;
		height:6px;
		top: 4px;
	}

	.top-service__title{
		font-size:48px;
	}

	.top-service__intro{
		gap: 26px;
		margin-bottom: 40px;
	}

	.top-service__lead-title{
		font-size:22px;
		line-height:1.6;
		margin-bottom: 14px;
	}

	.top-service__lead-text{
		font-size:14px;
		line-height:1.9;
	}

	.top-service__cards{
		gap: 18px;
		margin-bottom: 32px;
	}

	.top-service-card__body{
		padding: 20px 20px 40px;
	}

	.top-service-card__en{
		font-size:14px;
		margin-bottom: 10px;
	}

	.top-service-card__title{
		font-size:22px;
		margin-bottom: 16px;
	}

	.top-service-card__text{
		font-size:13px;
		line-height:1.9;
		margin-bottom: 20px;
	}

	.top-service-card__list li{
		font-size:12px;
		padding-left:14px;
	}

	.top-service__btn a{
		max-width: 240px;
		height: 60px;
		padding: 0 14px 0 20px;
	}

	.top-service__btn-text{
		font-size:18px;
	}

	.top-service__btn-icon{
		width: 24px;
		height: 24px;
	}

	.top-service__btn-icon::before{
		width: 6px;
		height: 6px;
		top: calc(50% - 3px);
		left: calc(50% - 5px);
	}
}
/* =================================
   TOP PROJECTS
================================= */
.top-projects{
	width:100%;
	padding: 110px 0 120px;
	background:#eeeeee;
	position:relative;
	overflow:hidden;
}

.top-projects__curve{
	position:absolute;
	left:50%;
	top: 430px;
	transform: translateX(-50%);
	width: 1900px;
	height: 320px;
	border: 78px solid #1a1827;
	border-radius: 50%;
	pointer-events:none;
	z-index:0;
}

.top-projects .box1600{
	position:relative;
	z-index:2;
}

.top-projects__head{
	width:100%;
	margin-bottom: 54px;
}

.top-projects__label{
	position:relative;
	padding-left:18px;
	font-size:14px;
	line-height:1.4;
	font-weight:700;
	letter-spacing:0.04em;
	color:#111;
	margin-bottom: 22px;
}

.top-projects__label::before{
	content:'';
	position:absolute;
	left:0;
	top: 4px;
	width:8px;
	height:8px;
	background:#5b34e6;
}

.top-projects__title{
	font-size:120px;
	line-height:0.95;
	font-weight:700;
	letter-spacing:-0.02em;
	color:#000;
}

.top-projects__title-p{
	color:#5b34e6;
}

.top-projects__list{
	width:100%;
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 62px;
	margin-bottom: 70px;
	
}

.top-project-card{
	position:relative;
	display:block;
	color:inherit;
	transition-property: all;
  transition: 0.2s ease;
}

.top-project-card::before{
	content:'';
	position:absolute;
	top:-6px;
	left:-6px;
	width:42px;
	height:88px;
	background-image: url("../images/arrow_lefttop.png");
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
	z-index: 0;
}
.top-project-card::after{
	content:'';
	position:absolute;
	bottom:-6px;
	right:-6px;
	width:42px;
	height:88px;
	background-image: url("../images/arrow_rightbottom.png");
  background-size: 100% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
	z-index: 0;
}

.top-project-card:hover{
	opacity:1;
}

.top-project-card__image{
	position:relative;
	overflow:hidden;
	background:#ccc;
	aspect-ratio: 0.78 / 1;
	z-index: 1;
	transition-property: all;
  transition: 0.2s ease;
}

.top-project-card__image img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.top-project-card__image:hover{
	opacity:0.9;
}
.top-project-card__frame{
	position:absolute;
	inset:0;
	pointer-events:none;
	z-index: 1;
}

.top-project-card__frame::before{
	/*content:'';
	position:absolute;
	top:-6px;
	left:-6px;
	width:42px;
	height:88px;
	background-image: url("../images/arrow_lefttop.png");
  background-size: 100% 100%;
  background-position: top left;
  background-repeat: no-repeat;
	z-index: 0;*/
}

.top-project-card__frame::after{
	/*content:'';
	position:absolute;
	right:-10px;
	bottom:-10px;
	width:42px;
	height:88px;
	border-right: 10px solid #5b34e6;
	border-bottom: 10px solid #5b34e6;*/
}

.top-project-card__body{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding: 30px 28px 28px;
	color:#FFF;
	background: linear-gradient(
		to top,
		rgba(0,0,0,0.85) 0%,
		rgba(0,0,0,0.72) 40%,
		rgba(0,0,0,0.28) 68%,
		rgba(0,0,0,0) 100%
	);
	z-index: 1;
}

.top-project-card__tag{
	display:inline-block;
	padding: 6px 10px;
	border:1px solid rgba(255,255,255,0.7);
	font-size:14px;
	line-height:1.2;
	font-weight:700;
	letter-spacing:0.02em;
	color:#FFF;
	margin-bottom: 5px;
	margin-right: 5px;
}
.top-project-card__tag::before{
	content: '#';
  margin-right: 5px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}
.top-project-card__title{
	font-size:18px;
	line-height:1.6;
	font-weight:700;
	letter-spacing:0em;
	color:#FFF;
	margin-bottom: 18px;
}

.top-project-card__company{
	font-size:14px;
	line-height:1.6;
	font-weight:500;
	color:rgba(255,255,255,0.9);
}

.top-project-card__arrow{
	position:absolute;
	right: 22px;
	bottom: 22px;
	width: 22px;
	height: 22px;
	background:#5b34e6;
}

.top-project-card__arrow::before{
	content:'';
	position:absolute;
	top: calc(50% - 4px);
	left: calc(50% - 6px);
	width:8px;
	height:8px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	transform: rotate(45deg);
}

.top-projects__btn{
	width:100%;
	display:flex;
	justify-content:center;
}

.top-projects__btn a{
	width:100%;
	max-width: 320px;
	height: 72px;
	padding: 0 22px 0 32px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	background: linear-gradient(90deg, #5b34e6 0%, #4727bf 100%);
	transition: 0.2s ease;
}

.top-projects__btn a:hover{
	opacity:0.88;
}

.top-projects__btn-text{
	font-size:20px;
	line-height:1;
	font-weight:700;
	color:#FFF;
	letter-spacing:0.02em;
}

.top-projects__btn-icon{
	position:relative;
	width:28px;
	height:28px;
	background: rgba(0,0,0,0.18);
}

.top-projects__btn-icon::before{
	content:'';
	position:absolute;
	top: calc(50% - 4px);
	left: calc(50% - 6px);
	width:8px;
	height:8px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	transform: rotate(45deg);
}

/* =================================
   Responsive
================================= */
@media screen and (max-width: 1400px){

	.top-projects__title{
		font-size:76px;
	}

	.top-projects__list{
		gap: 34px;
	}

	.top-project-card__title{
		font-size:20px;
	}
}

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

	.top-projects{
		padding: 90px 0 100px;
	}

	.top-projects__curve{
		top: 460px;
		width: 1500px;
		height: 280px;
		border-width: 62px;
	}

	.top-projects__head{
		margin-bottom: 40px;
	}

	.top-projects__title{
		font-size:64px;
	}

	.top-projects__list{
		grid-template-columns: 1fr;
		gap: 34px;
		margin-bottom: 48px;
	}

	.top-project-card{
		max-width: 520px;
		width:100%;
	}

	.top-project-card:nth-child(1){
		margin-right:auto;
	}

	.top-project-card:nth-child(2){
		margin-left:auto;
		margin-right:auto;
	}

	.top-project-card:nth-child(3){
		margin-left:auto;
	}
}

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

	.top-projects{
		padding: 70px 0 80px;
	}

	.top-projects__curve{
		top: 360px;
		width: 980px;
		height: 210px;
		border-width: 38px;
	}

	.top-projects__label{
		font-size:12px;
		margin-bottom: 18px;
		padding-left:14px;
	}

	.top-projects__label::before{
		width:6px;
		height:6px;
		top:4px;
	}

	.top-projects__title{
		font-size:54px;
	}

	.top-projects__list{
		gap: 22px;
		margin-bottom: 34px;
	}

	.top-project-card__frame::before{
		top:-8px;
		left:-8px;
		width:30px;
		height:64px;
		border-top-width:8px;
		border-left-width:8px;
	}

	.top-project-card__frame::after{
		right:-8px;
		bottom:-8px;
		width:30px;
		height:64px;
		border-right-width:8px;
		border-bottom-width:8px;
	}

	.top-project-card__body{
		padding: 0 18px 18px;
	}

	.top-project-card__tag{
		font-size:11px;
		padding: 5px 8px;
		
	}

	.top-project-card__title{
		font-size:16px;
		line-height:1.6;
		margin-bottom: 12px;
	}

	.top-project-card__company{
		font-size:12px;
	}

	.top-project-card__arrow{
		right: 16px;
		bottom: 16px;
		width: 20px;
		height: 20px;
	}

	.top-project-card__arrow::before{
		width: 6px;
		height: 6px;
		top: calc(50% - 3px);
		left: calc(50% - 5px);
	}

	.top-projects__btn a{
		max-width: 240px;
		height: 60px;
		padding: 0 14px 0 20px;
	}

	.top-projects__btn-text{
		font-size:18px;
	}

	.top-projects__btn-icon{
		width:24px;
		height:24px;
	}

	.top-projects__btn-icon::before{
		width:6px;
		height:6px;
		top: calc(50% - 3px);
		left: calc(50% - 5px);
	}
}
/* =================================
   TOP RECRUIT
================================= */
.top-recruit{
	width:100%;
	padding: 80px 0 100px;
	background:
		linear-gradient(180deg, #0f062f 0%, #090021 36%, #020010 100%);
	position:relative;
	overflow:hidden;
}

.top-recruit::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:92px;
	background:#000;
	z-index:0;
}

.top-recruit .box1600{
	position:relative;
	z-index:2;
}

.top-recruit__head{
	width:100%;
	display:grid;
	grid-template-columns: 1fr 550px;
	gap: 70px;
	align-items:start;
	margin-bottom: 72px;
}

.top-recruit__intro{
	padding-top: 88px;
}

.top-recruit__label{
	position:relative;
	padding-left:18px;
	font-size:14px;
	line-height:1.4;
	font-weight:700;
	letter-spacing:0.04em;
	color:#FFF;
	margin-bottom: 26px;
}

.top-recruit__label::before{
	content:'';
	position:absolute;
	left:0;
	top:4px;
	width:8px;
	height:8px;
	background:#5b34e6;
}

.top-recruit__title{
	font-size:116px;
	line-height:0.9;
	font-weight:600;
	letter-spacing:-0.03em;
	color:#FFF;
	margin-bottom: 56px;
}

.top-recruit__title-r{
	color:#5b34e6;
}

.top-recruit__lead-title{
	font-size:32px;
	line-height:1.5;
	font-weight:700;
	letter-spacing:-0.02em;
	color:#FFF;
	margin-bottom: 28px;
}

.top-recruit__lead-text{
	font-size:18px;
	line-height:2;
	font-weight:500;
	letter-spacing:0.03em;
	color:rgba(255,255,255,0.86);
}

.top-recruit__image{
	position:relative;
	margin-left:auto;
	width:100%;
	max-width:550px;
	overflow:hidden;
	top: -80px;
}

.top-recruit__image img{
	position:relative;
	z-index:1;
	width:100%;
	height:auto;
	display:block;
	object-fit:cover;
}

.top-recruit__features{
	width:100%;
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 64px;
	margin-bottom: 72px;
}

.top-recruit-card{
	position:relative;
	
	padding: 60px 30px;
}

.top-recruit-card__corner{
	position:absolute;
	width:54px;
	height:54px;
	pointer-events:none;
}

.top-recruit-card__corner--tl{
	left:0;
	top:0;
	border-top: 1px solid rgba(255,255,255,0.36);
	border-left: 1px solid rgba(255,255,255,0.36);
}

.top-recruit-card__corner--br{
	right:0;
	bottom:0;
	border-right: 1px solid rgba(255,255,255,0.36);
	border-bottom: 1px solid rgba(255,255,255,0.36);
}

.top-recruit-card__icon{
	width:100%;
	margin-bottom: 32px;
	text-align: center;
	display: flex;
  justify-content: center;
}

.top-recruit-card__icon img{
	width:110px;
	height:110px;
	object-fit:contain;
	display:block;
}

.top-recruit-card__title{
	font-size:24px;
	line-height:1.55;
	font-weight:700;
	color:#FFF;
	margin-bottom: 18px;
}

.top-recruit-card__text{
	font-size:16px;
	line-height:2;
	font-weight:500;
	letter-spacing:0.03em;
	color:rgba(255,255,255,0.82);
}

.top-recruit__btn{
	width:100%;
	display:flex;
	justify-content:center;
}

.top-recruit__btn a{
	width:100%;
	max-width: 300px;
	height: 72px;
	padding: 0 18px 0 28px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	background: linear-gradient(90deg, #5b34e6 0%, #4727bf 100%);
	transition: 0.2s ease;
}

.top-recruit__btn a:hover{
	opacity:0.88;
}

.top-recruit__btn-text{
	font-size:20px;
	line-height:1;
	font-weight:700;
	color:#FFF;
	letter-spacing:0.02em;
}

.top-recruit__btn-icon{
	position:relative;
	width:28px;
	height:28px;
	background: rgba(0,0,0,0.18);
}

.top-recruit__btn-icon::before{
	content:'';
	position:absolute;
	top: calc(50% - 4px);
	left: calc(50% - 6px);
	width:8px;
	height:8px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	transform: rotate(45deg);
}

/* =================================
   Responsive
================================= */
@media screen and (max-width: 1400px){

	.top-recruit__title{
		font-size:96px;
	}

	.top-recruit__head{
		grid-template-columns: 1fr 480px;
		gap: 50px;
	}

	.top-recruit__lead-title{
		font-size:28px;
	}

	.top-recruit-card__title{
		font-size:22px;
	}
}

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

	.top-recruit{
		padding: 90px 0 90px;
	}

	.top-recruit::before{
		height:56px;
	}

	.top-recruit__head{
		grid-template-columns: 1fr;
		gap: 34px;
		margin-bottom: 50px;
	}

	.top-recruit__intro{
		padding-top: 40px;
	}

	.top-recruit__title{
		font-size:78px;
		margin-bottom: 36px;
	}

	.top-recruit__lead-title{
		font-size:26px;
		margin-bottom: 20px;
	}

	.top-recruit__lead-text{
		font-size:16px;
	}

	.top-recruit__image{
		max-width:620px;
	}

	.top-recruit__features{
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 46px;
	}

	.top-recruit-card{
		min-height:auto;
		padding: 38px 22px 28px;
	}
}

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

	.top-recruit{
		padding: 70px 0 0px;
	}

	.top-recruit::before{
		height:36px;
	}

	.top-recruit__intro{
		padding-top: 22px;
	}

	.top-recruit__label{
		font-size:12px;
		margin-bottom: 18px;
		padding-left:14px;
	}

	.top-recruit__label::before{
		width:6px;
		height:6px;
		top:4px;
	}

	.top-recruit__title{
		font-size:62px;
		margin-bottom: 28px;
	}

	.top-recruit__lead-title{
		font-size:22px;
		line-height:1.6;
		margin-bottom: 16px;
	}

	.top-recruit__lead-text{
		font-size:14px;
		line-height:1.9;
	}

	.top-recruit__image::after{
		height:62px;
	}

	.top-recruit__features{
		gap: 16px;
		margin-bottom: 34px;
	}

	.top-recruit-card{
		padding: 28px 18px 22px;
	}

	.top-recruit-card__corner{
		width:30px;
		height:30px;
	}

	.top-recruit-card__icon{
		margin-bottom: 20px;
	}

	.top-recruit-card__icon img{
		width:78px;
		height:78px;
	}

	.top-recruit-card__title{
		font-size:20px;
		margin-bottom: 12px;
	}

	.top-recruit-card__text{
		font-size:13px;
		line-height:1.9;
	}

	.top-recruit__btn a{
		max-width: 240px;
		height: 60px;
		padding: 0 14px 0 20px;
	}

	.top-recruit__btn-text{
		font-size:18px;
	}

	.top-recruit__btn-icon{
		width:24px;
		height:24px;
	}

	.top-recruit__btn-icon::before{
		width:6px;
		height:6px;
		top: calc(50% - 3px);
		left: calc(50% - 5px);
	}
}