@charset "utf-8";
/*ローディング*/
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #EFEFEC;
  z-index: 9999999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading_logo {
  width: 150px;
}

.fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}
  
.topVisual{
	width: 100%;
	height: 100vh;
	margin-bottom: 220px;
}
.mainVisual{
	width: 100%;
	height: 100vh;
	position: relative;
}
.mainVisual::before{
	content: "";
	z-index: 4;
	position: absolute;
	top: 0;
	left: 0;
	width: 20vw;
	height: 100vh;
	aspect-ratio: 1;
	clip-path: polygon(0 0,100% 0,0 100%);
	background: linear-gradient(45deg,#fff,#fff);
	opacity: .2;
}
.mainVisual::after{
	content: "";
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38vh;
	aspect-ratio: 1;
	clip-path: polygon(0 100%,0 0,100% 100%);
/*	background: linear-gradient(45deg,#fff,#fff);*/
	 background: #000;
	opacity: .6;
}


/*----------------------------------------------------------------------
共通
----------------------------------------------------------------------*/
.ttl_Area{
	margin-bottom: 88px;
}
h2{
	font-size: 10rem;
    font-family: 'brandon-grotesque', sans-serif;
    margin: 0;
	font-style: italic;
    letter-spacing: 0.01em;
	position: relative;
	font-weight: 400;
}
h2::before{
	content: "";
	display: block;
	position: absolute;
	bottom: 3.6rem;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
}
h3{
	font-size: 2rem;
	margin-top: -3.6rem;
	margin-left: 5px;
}
.inner{
	width: 90%;
	padding: 0 2%;
	margin: 0 auto;
}
.rootBtn{
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 200px;
	padding: 20px;
	background: #333;
	color: #fff !important;
	font-weight: 700;
	transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}
.rootBtn:hover{
	opacity: .5;transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}


.topTtl{
	position: absolute;
	bottom: -10px;
	left: 0%;
	transform: translate(0, 0);
	z-index: 5;
	width: 85%;
	opacity: .85;
}
.topTtl p img{
	width: 100%;
}
.intro_img{
	width: 100%;
	max-width: 500px;
	transform: rotate(-3deg);
	margin-left: -2em;
	margin-top: -3em;
	margin-bottom: 88px !important;
}

@media all and (min-width: 1600px) {
	.topTtl{
	position: absolute;
	bottom: -10px;
	left: 0;
	transform: translate(0, 0%);
	z-index: 5;
	width: 85%;
}
}
/*----------------------------------------------------------------------
newsArea
----------------------------------------------------------------------*/
.newsArea{
	width: 100%;
	max-width: 600px;
	background: #000;
	position: absolute;
	bottom: 1em;
	left: 2em;
	z-index: 5;
}
.newsArea a{
	padding: 20px 30px; 
	color: #fff;
	width: 100%;
	display: block;
	position: relative;
	transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}
.newsArea a:hover{
	opacity: .5;
	transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}
.newsArea a::before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	z-index: 6;
	transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}

.newsArea a:hover::before{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 1em;
	transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}

/*----------------------------------------------------------------------
about
----------------------------------------------------------------------*/
.about-sec{
	margin-bottom: 120px;
}
.aboutArea{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}
.aboutArea01{
	margin-bottom: 30px;
}
.aboutArea02{
	margin-bottom: 180px;
}
.aboutCnt{
	width: 50%;
	position: relative;
	z-index: -1;
}

.aboutArea .txt01{
	width: 48%;
	padding-left: 5%;
	transition: all .5s ease;
}
.aboutArea .txt02{
	width: 48%;
	padding-left: 5%;
	transition: all .5s ease;
}

.aboutCnt .img {
	text-align: center;
	position: relative;
	z-index: 10;
}
.aboutCnt p{
	font-size: 2rem;
	margin-bottom: 44px;
}
.aboutCnt p span{
	line-height: 2;
}
/*----------------------------------------------------------------------
service
----------------------------------------------------------------------*/
.service-sec{
	background: url("../img/index/service-img.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 5%;
	position: relative;
}
.service-sec::before{
	content: "";
	display: block;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service-sec h2 , .service-sec h3{
	color: #fff;
	position: relative;
}
.service-sec h2::before{
	background: #fff;
}

.serviceArea{
	display: flex;
	justify-content: space-between;
	margin-bottom: 88px;
}

.serviceArea .cnt{
	width: 30%;
	border: 1px #fff solid;
	position: relative;
}

.serviceArea .cnt h4{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	padding: 20px 0 ;
	color: #fff;
	border-bottom: 1px #fff solid;
}
.serviceArea .cntArea{
	padding: 20px;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	min-height: 100px;
}
.service-sec .txt{
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 1.8rem;
	margin-bottom: 44px;
}
.service-sec .txt span{
	display: block;
	margin-bottom: 5px;
	letter-spacing: .08em;
}

.service-sec .btnArea{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
}
.service-sec .rootBtn{
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 200px;
	padding: 20px;
	background: rgba(0,0,0,0.6);
	border: 1px solid #fff;
	color: #fff !important;
	font-weight: 700;
	transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
	position: relative;
	z-index: 10;
}
.service-sec .rootBtn:hover{
	opacity: .5;transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}

/*----------------------------------------------------------------------
WORKS
----------------------------------------------------------------------*/
.works-sec{
	padding: 120px 0 0;
	background: #FBFBFB;
	margin-bottom: 120px;
}

.works-sec .worksArea{
	display: flex;
	justify-content: space-between;
	margin-bottom: 66px;
}

.works-sec .worksArea .cnt{
	width: 32%;
	height: auto;
	background: #fff;
}

.works-sec .worksArea .cnt .img{
	width: 100%;
	aspect-ratio: 5 / 3;
}

.works-sec .worksArea .cnt .img::before{
	content: '';
	display: block;
	padding-top: 60%;	
}
.works-sec .worksArea .cnt .img01{
	background:  url("../img/works/works_02.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.works-sec .worksArea .cnt .img02{
	background:  url("../img/works/works_04.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.works-sec .worksArea .cnt .img03{
	background:  url("../img/works/works_05.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.works-sec .img{
	margin-bottom: 10px;
}
.works-sec .txt{
	padding: 2% 4%;
}
.works-sec .tags{
	padding: 5px 10px;
	background: #333;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	display: inline-block;
}
.works-sec .ttl{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.works-sec ul li{
	margin-bottom: 10px;
}
.works-sec ul li span{
	color: #555555;
}

.works-sec .works_btnArea{
	text-align: center;
	margin-bottom: 120px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 30vw;
}

.scroll-infinity__item>img {
  width: 100%;
}
/*----------------------------------------------------------------------
FLOW
----------------------------------------------------------------------*/
.flow-sec{
	margin-bottom: 120px;
}

.flowArea{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.flowArea .cnt{
	width: 100%;
}
.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(0,3,51);
  background: -moz-linear-gradient(-45deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
  background: -webkit-linear-gradient(45deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
  background: linear-gradient(45deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );*/
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
	font-family: 'brandon-grotesque', sans-serif;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #333;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 1vh;
}
/*----------------------------------------------------------------------
COMPANY
----------------------------------------------------------------------*/
.company-sec{
	margin-bottom: 120px;
}

.companyArea{
	display: flex;
	justify-content: space-between;
}

.companyArea:first-child .cnt{
	width: 33%
}
.companyArea:last-child .cnt{
	width: 66%
}
.company-sec .sub_ttl{
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 44px;
}
.company-sec .txt{
	font-size: 1.8rem;
	margin-bottom: 44px;
}
@media all and (min-width: 1024px) and (max-width: 1280px){
	.topVisual{
	width: 100%;
	height: 100vh;
	margin-bottom: 120px;
}
.aboutArea01{
	margin-bottom: 30px;
}
.aboutArea02{
	margin-bottom: 80px;
}
	.aboutArea .txt01{
	width: 48%;
	padding-left: 0;
		transition: all .5s ease;
}
.aboutArea .txt02{
	width: 48%;
	padding-left: 0;
	transition: all .5s ease;
}
.aboutCnt p {
font-size: 1.6vw;		
	}
}

@media all and (min-width: 767px) and (max-width: 1023px){
	
	.aboutArea{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
		flex-direction: column;
}
.aboutArea01{
	margin-bottom: 10px;
	transition: all .5s ease;
}
.aboutArea02{
	margin-bottom: 10px;
	transition: all .5s ease;
}
.aboutCnt{
	width: 100%;
	position: relative;
	z-index: -1;
}

.aboutArea .txt01{
	width: 100%;
	padding-left: 0;
}
.aboutArea .txt02{
	width: 100%;
	padding-left: 0;
	}
}
@media all and (max-width: 767px) {
.topVisual{
	width: 100%;
	height: 90vh;
	margin-bottom: 110px;
}
	.mainVisual{
	width: 100%;
	height: 90vh;
	position: relative;
}
.topTtl{
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(0, 0);
	z-index: 5;
	margin-left: -2px;
	width: 100%;
	}
	

.topTtl picture img{
	width: 80%;
	height: 100%;
	margin-left: -2px;
}
.intro_img{
	width: 100%;
	max-width: 500px;
	transform: rotate(-3deg);
	margin-left: -2em;
	margin-top: -3em;
	margin-bottom: 88px !important;
}
/*----------------------------------------------------------------------
共通
----------------------------------------------------------------------*/
.ttl_Area{
	margin-bottom: 44px;
}
h2{
	font-size: 4rem;
    font-family: 'brandon-grotesque', sans-serif;
    margin: 0;
	font-style: italic;
    letter-spacing: 0.01em;
	position: relative;
	font-weight: 100;
}
h2::before{
	content: "";
	display: block;
	position: absolute;
	bottom: 1.4rem;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
}
h3{
	font-size: 2rem;
	margin-top: -0.6rem;
	margin-left: 5px;
	
}
.inner{
	width: 95%;
/*	padding: 0 2%;*/
	margin: 0 auto;
}
.rootBtn{
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 200px;
	padding: 20px;
	background: #333;
	color: #fff !important;
	font-weight: 700;
	transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}
.rootBtn:hover{
	opacity: .5;transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}
/*----------------------------------------------------------------------
newsArea
----------------------------------------------------------------------*/
.newsArea{
	width: 100%;
	max-width: 100%;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.newsArea a{
	padding: 20px 30px; 
	color: #fff;
	width: 100%;
	display: block;
	position: relative;
	transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}
.newsArea a:hover{
	opacity: .5;
	transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}
.newsArea a::before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	z-index: 6;
	transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}

.newsArea a:hover::before{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 1em;
	transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}
/*----------------------------------------------------------------------
about
----------------------------------------------------------------------*/
.about-sec{
	margin-bottom: 60px;
}
.aboutArea{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.aboutCnt{
	width: 100%;
	position: relative;
	z-index: -1;
}
.aboutCnt .img {
	text-align: center;
	position: relative;
	z-index: 10;
}
.aboutCnt p{
	font-size: 1.6rem;
	margin-bottom: 22px;
}
.aboutCnt p span{
	line-height: 2;
}
	.aboutArea01{
	margin-bottom: 0;
}
.aboutArea02{
	margin-bottom: 10px;
}
.aboutCnt{
	width: 100%;
	position: relative;
	z-index: -1;
}

.aboutArea .txt01{
	width: 100%;
	padding-left: 0;
	transition: all .5s ease;
}
.aboutArea .txt02{
	width: 100%;
	padding-left: 0;
	transition: all .5s ease;
}
/*----------------------------------------------------------------------
service
----------------------------------------------------------------------*/
.service-sec{
	background: url("../img/index/service-img.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	padding: 40px 5%;
	position: relative;
}
.service-sec::before{
	content: "";
	display: block;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service-sec h2 , .service-sec h3{
	color: #fff;
	position: relative;
}
.service-sec h2::before{
	background: #fff;
}

.serviceArea{
	display: flex;
	justify-content: space-between;
	margin-bottom: 44px;
	flex-direction: column;
}

.serviceArea .cnt{
	width: 100%;
	border: 1px #fff solid;
	position: relative;
	margin-bottom: 33px;
}

.serviceArea .cnt h4{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	padding: 20px 0 ;
	color: #fff;
	border-bottom: 1px #fff solid;
}
.serviceArea .cntArea{
	padding: 20px;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	min-height: 100px;
}
.service-sec .txt{
	text-align: left;
	color: #fff;
	position: relative;
	font-size: 1.8rem;
	margin-bottom: 44px;
}
.service-sec .txt span{
	display: inline;
	margin-bottom: 5px;
	letter-spacing: .08em;
}

.service-sec .btnArea{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	flex-direction: column;
}
.service-sec .rootBtn{
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 100%;
	padding: 20px;
	background: rgba(0,0,0,0.6);
	border: 1px solid #fff;
	color: #fff !important;
	font-weight: 700;
	transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
	position: relative;
	z-index: 10;
	margin-bottom: 44px;
}
.service-sec .rootBtn:hover{
	opacity: .5;transition:  all ease .5s;
	-webkit-transition:  all ease .5s;
	-moz-transition:  all ease .5s;
}

/*----------------------------------------------------------------------
WORKS
----------------------------------------------------------------------*/
.works-sec{
	padding: 60px 0 0;
	background: #FBFBFB;
	margin-bottom: 60px;
}

.works-sec .worksArea{
	display: flex;
	justify-content: space-between;
	margin-bottom: 33px;
	flex-direction: column;
}

.works-sec .worksArea .cnt{
	width: 100%;
	height: auto;
	background: #fff;
	margin-bottom: 33px;
}

.works-sec .worksArea .cnt .img{
	width: 100%;
	aspect-ratio: 5 / 3;
}

.works-sec .worksArea .cnt .img::before{
	content: '';
	display: block;
	padding-top: 60%;	
}
/*
.works-sec .worksArea .cnt .img01{
	background:  url("../img/works/works-img01.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.works-sec .worksArea .cnt .img02{
	background:  url("../img/works/works-img01.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.works-sec .worksArea .cnt .img03{
	background:  url("../img/works/works-img01.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
*/
.works-sec .img{
	margin-bottom: 10px;
}
.works-sec .txt{
	padding: 2% 4%;
}
.works-sec .tags{
	padding: 3px 5px;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	background: #333;
}
.works-sec .ttl{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.works-sec ul li{
	margin-bottom: 10px;
}
.works-sec ul li span{
	color: #555555;
}

.works-sec .works_btnArea{
	text-align: center;
	margin-bottom: 60px;
}
.scroll-infinity__item {
  width: 60vw;
}
/*----------------------------------------------------------------------
FLOW
----------------------------------------------------------------------*/
.flow-sec{
	margin-bottom: 60px;
}

.flowArea{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.flowArea .cnt{
	width: 100%;
}
.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(0,3,51);
  background: -moz-linear-gradient(-45deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
  background: -webkit-linear-gradient(45deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
  background: linear-gradient(45deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );*/
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
	font-family: 'brandon-grotesque', sans-serif;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 1em;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #333;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 5px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 1vh;
}
/*----------------------------------------------------------------------
COMPANY
----------------------------------------------------------------------*/
.company-sec{
	margin-bottom: 60px;
}

.companyArea{
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
}

.companyArea:first-child .cnt{
	width: 100%;
}
.companyArea:last-child .cnt{
	width: 100%;
	margin-bottom: 10px;
}
.company-sec .sub_ttl{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 22px;
}
.company-sec .txt{
	font-size: 1.8rem;
	margin-bottom: 44px;
}
	.companyBtn{
		margin: 0 auto;
		text-align: center;
	}
	
}
@media all and (max-width: 520px) {
.topVisual{
	width: 100%;
	height: 90vh;
	margin-bottom: 20px;
}
.intro_img{
	width: 100%;
	max-width: 100%;
	transform: rotate(-3deg);
	margin-left: .1em;
	margin-top: 2em;
	margin-bottom: 44px !important;
}
}
@media all and (max-width: 375px) {
	.topTtl picture img{
	width: 100%;
	height: 100%;
	margin-left: -2px;
}
.intro_img{
	width: 100%;
	max-width: 90%;
	transform: rotate(-3deg);
	margin-left: .1em;
	margin-top: 2em;
	margin-bottom: 44px !important;
}
}
