/*---------------------------------------------------------
width
---------------------------------------------------------*/
#h_sec_b,
#h_sec_b .wrap,
#h_sec_b .flow dl :nth-child(1),
#h_sec_b .flow dl :nth-child(2),
#h_sec_b .wrap p{
  width: 100%;
}

#h_sec_b .flow,
#h_sec_b .flow dl :nth-child(3){
  width: 70%;
}

#h_sec_b .flow dl{
  width: 23%;
}

@media only screen and (max-width: 767px){
  #h_sec_b .flow dl{
    width: 100%;
  }

  #h_sec_b .flow,
  #h_sec_b .wrap p{
    width: 78%;
  }
}


/*---------------------------------------------------------
height
---------------------------------------------------------*/
#h_sec_b{
  height: 800px
}

#h_sec_b .wrap{
  height: 100%;
}

#h_sec_b .flow dl{
  height: 300px;
}

#h_sec_b .flow dl :nth-child(1){
  height: 30%;
}

#h_sec_b .flow dl :nth-child(2){
  height: 25%;
}

#h_sec_b .flow dl :nth-child(3){
  height: 45%;
}

@media only screen and (max-width: 767px){ 
  #h_sec_b{
    height: auto;
  }
}


/*---------------------------------------------------------
display
---------------------------------------------------------*/
#h_sec_b .flow{
  justify-content: space-between;
}

/*---------------------------------------------------------
align-items
---------------------------------------------------------*/
#h_sec_b .flow dl :nth-child(1),
#h_sec_b .flow dl :nth-child(2){
  align-items: center;
}

/*---------------------------------------------------------
justify-content
---------------------------------------------------------*/
#h_sec_b .flow dl dt,
#h_sec_b .flow dl dd,
#h_sec_b .wrap p{
  justify-content: center;
}

/*---------------------------------------------------------
margin
---------------------------------------------------------*/
#h_sec_b .flow,
#h_sec_b .flow dl :nth-child(3){
  margin: 0 auto;
}

#h_sec_b .flow{
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px){
  #h_sec_b .flow dl{
    margin-bottom: 30px;
  }

  #h_sec_b .wrap p{
    margin: 0 auto;
  }

}

/*---------------------------------------------------------
padding
---------------------------------------------------------*/
#h_sec_b .wrap{
  padding: 100px 0;
}

/*---------------------------------------------------------
font-size
---------------------------------------------------------*/
#h_sec_b .flow dl :nth-child(1){
  font-size: 120%;
}

#h_sec_b .flow dl :nth-child(2){
  font-size: 160%;
}

#h_sec_b .flow dl :nth-child(3){
  font-size: 80%;
}

/*---------------------------------------------------------
color
---------------------------------------------------------*/
#h_sec_b .flow dl dt,
#h_sec_b .flow dl dd,
#h_sec_b .wrap p{
  color: #fff;
}


/*---------------------------------------------------------
background
---------------------------------------------------------*/
#h_sec_b{
  background: #000;
}

#h_sec_b .wrap{
  background: url(../../img/h_sec_b_bk.webp) no-repeat;
  background-position: right;
  background-size: auto 100%;
}

#h_sec_b .flow dl{
  background-image: linear-gradient(0deg, #404b57 70%,
                                          #303c49 70%);
}

@media only screen and (max-width: 767px){
  #h_sec_b .wrap{
    position: relative;
    clip-path: inset(0);
    background: none;
  }

  #h_sec_b .wrap img{
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}


/*---------------------------------------------------------
background
---------------------------------------------------------*/
#h_sec_b .flow dl{
  box-shadow: 3px 2px 10px 5px #000;
}

@media only screen and (max-width: 767px){
  #h_sec_b .flow dl{
  box-shadow: none;
}

}

/*---------------------------------------------------------
border
---------------------------------------------------------*/
#h_sec_b .flow dl{
  border: 2px solid #cccccc;
}

/*---------------------------------------------------------
z-index;
---------------------------------------------------------*/
#h_sec_b .flow dl{
  border-radius: 50%;;
}