@charset "UTF-8";

/*-------------------------------------------
メインタイトル
-------------------------------------------*/
.TtlBox {
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  background: linear-gradient(90deg, #027319 0%, #5f996a 100%);
  position: relative;
  margin-bottom: 200px;
}

.ttlVideo {
  width: 95%;
  position: relative;
  border-bottom-left-radius: 5px;
  background: #000;
  overflow: hidden;
  /* height: 100vh; */
}

.ttlVideo video {
  width: 100%;
  opacity: 0.9;
  display: block;
  border-bottom-left-radius: 5px;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    bottom:0;
}

.ttlVideo h2 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: 0.12em;
}



.ttlInfo {
  position: absolute;
  left: 5%;
  bottom: 4%;
  background: #fff;
  border-radius: 5px;
  padding: 20px 50px;
}

.ttlInfo .InfoBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ttlInfo .InfoBox h3 {
  font-size: 1.4rem;
  padding-right: 50px;
  border-right: 1px solid #404040;
  margin-right: 50px;
}
.InfoBox .ss {
  margin-right: 50px;
}

.InfoBox .ss span {
  margin-right: 20px;
}

.InfoMore {
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
}
  
@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 599px) {
  .TtlBox {
  padding-bottom: 20px;
  display: block;
  padding-left: 5%;
}
  .ttlVideo {
  width: 100%;
}
  .ttlVideo h2 {
  position: absolute;
  top: 15%;
  left: 5%;
  color: #fff;
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0;
}

  
  .ttlInfo {
  position: inherit;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  width: 95%;
  margin-top: 20px;
}
  
  .ttlInfo .InfoBox {
  display: block;
  justify-content: center;
  align-items: center;
}

.ttlInfo .InfoBox h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-right: 0px;
  border-right: none;
  margin-right: 0px;
}
.InfoBox .ss {
  margin-right: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #404040;
  padding-bottom: 5px;
}

.InfoBox .ss span {
  margin-right: 0px;
  display: block;
  margin-bottom: 5px;
}
  .InfoMore {
  text-align: right;
}
}

/*-------------------------------------------
企業情報
-------------------------------------------*/
.company {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  max-width: 1280px;
  margin: 0 auto 200px;
}

.company .conL {
  width: 50%;
  display: flex;
}

.company .HeadE {
  writing-mode: vertical-rl;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.8rem;
  line-height: 4.9rem;
  display: inline-block;
  background: linear-gradient(0deg, #027319 0%, #5f996a 100%);
  background: -webkit-linear-gradient(0deg, #027319 0%, #5f996a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: -6px;
}

.company .TxtBox {
  width: 50%;
  margin-left: 25%;
  margin-top: 100px;
  position: relative
}

.company .TxtBox h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  color: #027319;
  margin-bottom: 50px;
}

.company .TxtBox p {
  line-height: 1.6rem;
}

.BtnBox {
  display: flex;
}


.MoreBtn01 {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #027319;/* ボーダーの色と太さ */
  padding: 15px 30px;
  text-align: left;
  outline: none;
  /*アニメーションの指定*/   
  transition: ease .2s;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:  1rem;
  letter-spacing: 0.12em;
  margin: 30px 0 0 auto;
  width: 73%;
}

/*ボタン内spanの形状*/
.MoreBtn01 span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#027319;
}

.MoreBtn01:hover span{
	color:#fff;
}

.MoreBtn01::after {
  content: "→";
  position: absolute;
  top: 55%;
  right: 10%;
  width: 20px;
  height: 20px;
  transform: translateY(-55%) translateX(-50%);
  -webkit- transform: translateY(-55%) translateX(-50%);
  color:#027319;
}

.MoreBtn01:hover::after {
	content: "→";
  position: absolute;
  top: 55%;
  right: 10%;
  width: 20px;
  height: 20px;
  transform: translateY(-55%) translateX(-50%);
  -webkit- transform: translateY(-55%) translateX(-50%);
  color:#fff;
  z-index: 5;
}

/*== 背景が流れる（左から右） */
.bgleft::before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background: linear-gradient(90deg, #027319 0%, #5f996a 100%);/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover::before{
	transform-origin:left top;
	transform:scale(1, 1);
}

/*スクロールダウン全体の場所*/
.company .scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  top:400px;
  right:-10%;
}

/* 丸の描写 */
.company .scrolldown::before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-3px;
    /*丸の形状*/
  width:7px;
  height:7px;
  border-radius: 50%;
  background:#027319;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom: 400px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.company .scrolldown::after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width: 1px;
  height: 400px;
  background:#027319;
}


.company .conR {
  width: 50%;
}
@media screen and (max-width: 1024px) {
.company {
  max-width: 960px;
}
  .company .TxtBox {
  width: 55%;
  margin-top: 50px;
}
/*スクロールダウン全体の場所*/
.company .scrolldown {
  top:450px;
}
.company .scrolldown::after{
  height: 450px;
}
  /*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom: 450px;}
     100%{bottom:-5px;}
 }

}

@media screen and (max-width: 599px) {
.company {
  display: block;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 0 auto 200px;
}

.company .conL {
  width: 90%;
  display: flex;
  margin-bottom: 50px;
}
  .company .HeadE {
  writing-mode: vertical-rl;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 4.9rem;
  display: inline-block;
  background: linear-gradient(0deg, #027319 0%, #5f996a 100%);
  background: -webkit-linear-gradient(0deg, #027319 0%, #5f996a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: inherit;
  left: 0;
}
  .company .TxtBox {
  width: 75%;
  margin-left: 5%;
  margin-top: 0px;
}
  .company .TxtBox h3 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  color: #027319;
  margin-bottom: 30px;
}
  .company .conR {
  width: 95%;
  margin: 0 auto;
}
  /*スクロールダウン全体の場所*/
.company .scrolldown {
  top:470px;
}
.company .scrolldown::after{
  height: 470px;
}
.MoreBtn01 {
  width: 100%;
}

  /*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom: 470px;}
     100%{bottom:-5px;}
 }

}

/*-------------------------------------------
事業内容
-------------------------------------------*/
.business {
  margin-bottom: 200px;
  position: relative;
}

.business::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾けます*/
  clip-path: polygon(0% 10%, 100% 30%, 100% 90%, 0% 90%);
  z-index: -1;
  width:100%;
  height:100%;
  background: linear-gradient(90deg, #027319 0%, #5f996a 100%);
  opacity: 0.2;
}


.business .HeadBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 1280px;
  margin: 0 auto 100px;
}

.business .HeadBox h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  color: #027319;
}

.business .HeadE {
  writing-mode: horizontal-tb;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.8rem;
  line-height: 4.9rem;
  display: inline-block;
  background: linear-gradient(0deg, #027319 0%, #5f996a 100%);
  background: -webkit-linear-gradient(0deg, #027319 0%, #5f996a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: inherit;
}

.business .conBox {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  height: 100vh;
}

.Busi01 {
  top: -250px;
  width: 30%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.Busi02 {
  top: 220px;
  width: 30%;
  left: 0;
  display: block;
  position: absolute;
}

.Busi03 {
  top: 220px;
  width: 30%;
  right: 0;
  display: block;
  position: absolute;
}

.Busi04 {
  top: 560px;
  width: 30%;
  left: 0;
  display: block;
  position: absolute;
}

.Busi05 {
  top: 560px;
  width: 30%;
  right: 0;
  display: block;
  position: absolute;
}

.Busi06 {
  bottom: -250px;
  width: 30%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.Busi07 {
  bottom: 0;
  width: 30%;
  right: 150px;
  display: block;
  position: absolute;
}

.business .imgBox {
  position: relative;
}

.business .imgBox p {
  font-size: 1.4rem;
  font-weight: bold;
  background: #027319;
  padding: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  z-index: 10;
}

.business .conM {
  width: 32%;
  order: 2;
}

.business .conM .imgBox p {
  font-size: 1.4rem;
  font-weight: bold;
  background: #027319;
  padding: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  z-index: 10;
}

.ComName {
  background-color: #027319;
  border-radius: 5px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.8rem;
  text-align: center;
  width: 22%;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto;
  padding: 70px 0;
  position: absolute;
  top: 35vh;
}

.ComName span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-bottom: 20px;
  display: block;
}

.arrow{
    position: relative;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

/* .bar::before{
    left: 125px;
    width: 1px;
    height: 250%;
    border-right: 1px solid #027319;
    -webkit-transform: rotate(90deg);
    transform: rotate(46deg);
    z-index: -1;
}
.bar::after{
    left: 127px;
    width: 1px;
    height: 250%;
    border-right: 1px solid #027319;
    -webkit-transform: rotate(90deg);
    transform: rotate(134deg);
    z-index: -1;
} */

.business .conR {
  width: 31%;
  margin-top: 8rem;
  order: 3;
}

.business .conR .imgBox p {
  font-size: 1.4rem;
  font-weight: bold;
  background: #027319;
  padding: 10px;
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #fff;
  z-index: 10;
}

.business .BtnBox {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  bottom: 15rem;
  right: 0;
}

.business .BtnBox .MoreBtn01 {
  width: 100%;
  padding: 15px 85px;
}

/*スクロールダウン全体の場所*/
.business .scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  top:50%;
  left:5%;
}

/* 丸の描写 */
.business .scrolldown::before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:-3px;
    left:0;
    /*丸の形状*/
  width:7px;
  height:7px;
  border-radius: 50%;
  background:#027319;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    businesscirclemove 3s ease-in-out infinite,
    businesscirlemovehide 3s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes businesscirclemove{
      0%{left:120px;}
     100%{left:520px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes businesscirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.business .scrolldown::after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:120px;
    /*線の形状*/
  width: 400px;
  height: 1px;
  background:#027319;
}



@media screen and (max-width: 1024px) {
.business .HeadBox {
  width: 95%;
}
  .business .conBox {
  width: 95%;
}
  
  .business .BtnBox {
  width: 95%;
}
  .business .BtnBox .MoreBtn01 {
  width: 25%;
}
  .business .scrolldown::after{
    /*線の形状*/
  width: 300px;
}
  .ComName {
  align-items: center;
  background-color: #027319;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: auto;
  text-align: center;
  width: 25%;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto;
  padding: 70px 0;
}
  
  /* .bar::before{
    left: 129px;
    width: 1px;
    height: 250%;
    border-top: 1px solid #7a0;
    border-right: 1px solid #027319;
    -webkit-transform: rotate(90deg);
    transform: rotate(46deg);
    z-index: -1;
}
.bar::after{
    left: 128px;
    width: 1px;
    height: 250%;
    border-top: 1px solid #7a0;
    border-right: 1px solid #027319;
    -webkit-transform: rotate(90deg);
    transform: rotate(134deg);
    z-index: -1;
} */
  /*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes businesscirclemove{
      0%{left:120px;}
     100%{left:420px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes businesscirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }
}

@media screen and (max-width: 599px) {
.business .HeadBox {
  display: block;
  position: relative;
  width: 95%;
  margin: 0 auto 100px;
}
  .business .HeadBox h3 {
  font-size: 1.6rem;
}
  .business .HeadE {
  font-size: 4.8rem;
    margin-top: 10px;
}
  /*スクロールダウン全体の場所*/
.business .scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  top:35%;
  left:0%;
}

/* 丸の描写 */
.business .scrolldown::before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:-3px;
    left:0;
    /*丸の形状*/
  width:7px;
  height:7px;
  border-radius: 50%;
  background:#027319;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    businesscirclemove 3s ease-in-out infinite,
    businesscirlemovehide 3s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes businesscirclemove{
      0%{left:0px;}
     100%{left:370px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes businesscirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.business .scrolldown::after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0px;
    /*線の形状*/
  width: 370px;
  height: 1px;
  background:#027319;
}

  .business .conBox {
    height: auto;
  }
  .business .conBox, .Busi01, .Busi02, .Busi03, .Busi04, .Busi05, .Busi06, .Busi07 {
    position: static;
  }
  
  .Busi01, .Busi02, .Busi03, .Busi04, .Busi05, .Busi06, .Busi07 {
    width: 100%;
    margin-bottom: 3rem;
  }
  
  .business .BtnBox .MoreBtn01 {
  width: 100%;
}

.business .imgBox p {
  font-size: 1.1rem;

}

.business .BtnBox {
  width: 90%;
}

.business .BtnBox {
  position: static;
  bottom: 0rem;
  right: 5%;
}
}

/*-------------------------------------------
　施工事例
-------------------------------------------*/
.case {
  margin-bottom: 200px;
  position: relative;
  padding: 100px 0;
}

.case::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  z-index: -1;
  width:100%;
  height:100%;
  background: linear-gradient(90deg, #027319 0%, #5f996a 100%);
  opacity: 0.2;
}

.case .HeadBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.case .HeadBox h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  color: #027319;
}

.case .HeadE {
  writing-mode: horizontal-tb;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.8rem;
  line-height: 4.9rem;
  display: inline-block;
  background: linear-gradient(0deg, #027319 0%, #5f996a 100%);
  background: -webkit-linear-gradient(0deg, #027319 0%, #5f996a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: inherit;
  margin-right: 5%;
  
}

/*スクロールダウン全体の場所*/
.case .scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  top:50%;
  left:30%;
}

/* 丸の描写 */
.case .scrolldown::before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:-3px;
    left:0;
    /*丸の形状*/
  width:7px;
  height:7px;
  border-radius: 50%;
  background:#027319;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    casecirclemove 3s ease-in-out infinite,
    casecirlemovehide 3s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes casecirclemove{
      0%{left:120px;}
     100%{left:520px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes casecirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.case .scrolldown::after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:120px;
    /*線の形状*/
  width: 400px;
  height: 1px;
  background:#027319;
}

.slideBox {
  max-width: 1280px;
  margin: 0 auto;
}

.slick-slide {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: scale( .75 );
}
.is--active {
  transform: scale( 1 );
}

.slick-slide {
  margin: 0 -50px;
}

.case .MoreBtn01 {
  width: 18%;
  margin: 0 0 0 auto;
}


@media screen and (max-width: 1024px) {
.case .HeadBox {
  width: 95%;
}
  .slideBox {
  width: 95%;
}
  .case .scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  top:50%;
  left:35%;
}

}

@media screen and (max-width: 599px) {
.case .HeadBox {
  display: block;
  position: relative;
  width: 95%;
  margin: 0 auto 30px;
}
  .case .HeadBox h3 {
  font-size: 1.6rem;
 }
  .case .HeadE {
  font-size: 4.8rem;
    margin-bottom: 10px;
}

.slideBox {
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
}

  /*スクロールダウン全体の場所*/
.case .scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  top:65%;
  left:0%;
}

/* 丸の描写 */
.case .scrolldown::before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:-3px;
    left:0;
    /*丸の形状*/
  width:7px;
  height:7px;
  border-radius: 50%;
  background:#027319;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    casecirclemove 3s ease-in-out infinite,
    casecirlemovehide 3s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes casecirclemove{
      0%{left:0px;}
     100%{left:370px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes casecirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.case .scrolldown::after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0px;
    /*線の形状*/
  width: 370px;
  height: 1px;
  background:#027319;
}
  .slick-slide {
  margin: 0 -35px;
}
  .case .MoreBtn01 {
  width: 100%;
}
}

/*-------------------------------------------
3D CAD
-------------------------------------------*/
.cad {
  position: relative;
  max-width: 1280px;
  margin: 0 auto 250px;
}

.cad .HeadE {
  writing-mode: horizontal-tb;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.8rem;
  line-height: 4.9rem;
  display: inline-block;
  background: linear-gradient(0deg, #027319 0%, #5f996a 100%);
  background: -webkit-linear-gradient(0deg, #027319 0%, #5f996a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  text-align: right;
}

.cad .conBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cad .conL {
  width: 52%;
}

.cad .TxtBox {
  width:  490px;
  background:rgba(255,255,255,0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 100px 30px 30px;
}

.cad .TxtBox h3 {
  font-size: 2rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.4rem;
  color: #027319;
  margin-bottom: 50px;
}

.cad .TxtBox p {
  line-height: 1.6rem;
}

/*スクロールダウン全体の場所*/
.cad .scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:30px;
  right:10%;
}

/* 丸の描写 */
.cad .scrolldown::before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-3px;
    /*丸の形状*/
  width:7px;
  height:7px;
  border-radius: 50%;
  background:#027319;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    cadcirclemove 3s ease-in-out infinite,
    cadcirlemovehide 3s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes cadcirclemove{
      0%{bottom:295px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cadcirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.cad .scrolldown::after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width: 1px;
  height: 295px;
  background:#027319;
}


.cad .conR {
  width: 47%;
}

.cad .conR div:first-child {
  margin-bottom: 1%;
}

.cad .conR div:nth-child(2) {
  width: 49.5%;
  float: left;
}

.cad .conR div:last-child {
  width: 49.5%;
  float: right;
}
@media screen and (max-width: 1024px) {
.cad {
  width: 95%;
}
  .cad .TxtBox {
  width:  440px;
  padding: 20px 50px 20px 10px;
}
.cad .scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:20px;
  right:5%;
}
.cad .scrolldown::after{
  height: 255px;
}
  /*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes cadcirclemove{
      0%{bottom:255px;}
     100%{bottom:-5px;}
 }

}

@media screen and (max-width: 599px) {
.cad .HeadE {
  font-size: 4.8rem;
  text-align: right;
}
  .cad .conBox {
  display: block;
}
.cad .conL {
  width: 100%;
  margin-bottom: 20px;
}
.cad .conR {
  width: 100%;
  margin-bottom: 20px;
}
.cad .TxtBox {
  width:  100%;
  background:rgba(255,255,255,0.9);
  position: inherit;
  bottom: 0;
  left: 0;
  padding: 30px 30px 0px 0px;
}
  .cad .TxtBox h3 {
  font-size: 1.6rem;
  margin-bottom:  30px;
}
 .cad .scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:255px;
  right:3%;
}
.cad .scrolldown::after{
  height: 275px;
}
  /*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes cadcirclemove{
      0%{bottom:275px;}
     100%{bottom:-5px;}
 }
}

/*-------------------------------------------
FLOW
-------------------------------------------*/
.flow {
  margin-bottom: 380px;
  position: relative;
}

.flow::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  z-index: -1;
  width:100%;
  height:110%;
  background: linear-gradient(90deg, #027319 0%, #5f996a 100%);
  opacity: 0.2;
}

.flow .conBox {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flow .HeadE {
  writing-mode: horizontal-tb;
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.8rem;
  line-height: 4.9rem;
  display: inline-block;
  background: linear-gradient(0deg, #027319 0%, #5f996a 100%);
  background: -webkit-linear-gradient(0deg, #027319 0%, #5f996a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flow .conL {
  width: 50%;
}

.flow .TxtBox {
    margin-left: 25%;
    padding: 100px 100px 30px 0;
    position: relative;
}

.flow .TxtBox h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  color: #027319;
  margin-bottom: 50px;
}

.flow .TxtBox p {
  line-height: 1.6rem;
}

/*スクロールダウン全体の場所*/
.flow .scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  top:480px;
  right:10%;
}

/* 丸の描写 */
.flow .scrolldown::before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-3px;
    /*丸の形状*/
  width:7px;
  height:7px;
  border-radius: 50%;
  background:#027319;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    flowcirclemove 3s ease-in-out infinite,
    flowcirlemovehide 3s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes flowcirclemove{
      0%{bottom:380px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes flowcirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.flow .scrolldown::after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width: 1px;
  height: 380px;
  background:#027319;
}


.flow .conR {
  width: 50%;
  margin-top: -50px;
}

@media screen and (max-width: 1024px) {
.flow .conBox {
  width: 95%;
  max-width: 100%;
}
.flow .TxtBox {
    margin-left: 10%;
    padding: 100px 80px 30px 0;
    position: relative;
}
}

@media screen and (max-width: 599px) {
.flow .conBox {
  display: block;
}

.flow .HeadE {
  font-size: 4.8rem;
}
  .flow .conL {
    width: 100%;
  }
  .flow .TxtBox {
    margin-left: 0%;
    padding: 50px 30px 30px 0;
    position: relative;
}
  .flow .TxtBox h3 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
  .flow .scrolldown {
    right: 3%;
}
  .flow .conR {
    width: 100%;
    margin-top: 0px;
}
  /*スクロールダウン全体の場所*/
.flow .scrolldown {
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  top:400px;
  right:3%;
}
  
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes flowcirclemove{
      0%{bottom:350px;}
     100%{bottom:-5px;}
 }
/* 線の描写 */
.flow .scrolldown::after{
  height: 350px;
}
}