#training .visualArea {
  background: #fff url(/assets/img/bg_produt_mainvisual_threat.jpg) no-repeat center center;
  background-size: cover;
}

#training .headline--white:after {
  background-color: #F6BD03;
}

#training .sec01 {
  padding-bottom: 80px;
}
#training .sec01 .areaWrap{
  position: relative;
}
#training .sec01 .textArea {
  width: 600px;
}
#training .sec01 .imgArea {
  position: absolute;
  right:0;
  top:-40px;
}
#training .sec02 {
  padding: 80px 0 140px;
  color: #fff;
  background: #262a32 url(/assets/img/2021/bg_line_hexagon_dark_01.jpg) no-repeat top right;
}
#training .sec02 .menuArea {
  margin: 80px 0;
}
#training .sec02 .menuArea .title {
  margin-bottom: 25px;
  height: 62px;
  line-height: 62px;
  font-size: 2.4rem;
  text-align: center;
  background-color: #F6BD03;
  color: #595955;
}
#training .sec02 .menuList {
  margin-top: 25px;
  border-top:2px solid #444;
}
#training .sec02 .menuList .list {
  padding: 40px 0 ;
  border-bottom:2px solid #444;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
#training .sec02 .menuList .listText {
  width: 580px;
}
#training .sec02 .menuList p {
  margin-bottom: 0;
}
#training .sec02 .menuList .blue {
  margin-bottom: 10px;
  color: #F6BD03;
  font-size: 1.6rem;
  font-weight: 700;
}
#training .sec02 .listText .head {
  margin-bottom: 30px;
  padding-left: 70px;
  min-height: 60px;
  position: relative;
}
#training .sec02 .listText .head::before {
  content: "";
  display: block;
  width: 50px;
  height: 58px;
  position: absolute;
  left: 0;
  top: -3px;
  background: url(/assets/img/2021/bullet_hexagon.svg) no-repeat left bottom;
  z-index: 1;
}
#training .sec02 .listText .head h4 {
  margin-bottom: 5px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
}
#training .sec02 .listText .head .time {
  font-weight: 700;
}
#training .sec02 .stepList {
  margin-top: 70px;
  display: flex;
  justify-content:space-between;
}
#training .sec02 .stepList .step{
  width: 225px;
  position: relative;
}
#training .sec02 .stepList .step:after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(/assets/img/2021/img_products-ahs_08.svg) no-repeat top left;
  position: absolute;
  top: 2px;
  right: -37px;
  opacity: 0.6;
}
#training .sec02 .stepList .step:last-child:after {
  content: none;
}
#training .sec02 .stepList dt {
  margin-bottom: 15px;
  font-size: 2.1rem;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  background-color: #F6BD03;
  color: #595955;
}
#training .sec02 .stepList dd {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {

  #training .visualArea {
  }

  #training .sec01 {
    padding-bottom: 20px;
  }
  #training .sec01 .textArea {
    width: 100%;
  }
  #training .sec01 .imgArea {
    position: relative;
    right:auto;
    top:auto;
    text-align: center;
  }
  #training .sec01 .imgArea img {
    width: 75%;
    margin-left:-12%;
  }

  #training .sec02 {
    padding: 40px 0 80px;
    background-size: 50%;
  }
  #training .sec02 .menuArea {
    margin: 40px 0;
  }
  #training .sec02 .menuArea + .menuArea {
    margin: 60px 0;
  }
  #training .sec02 .menuArea .title {
    margin-bottom: 20px;
    height: auto;
    line-height: 2.6em;
    font-size: 1.8rem;
  }
  #training .sec02 .menuList {
    margin-top: 25px;
    border-top:2px solid #444;
  }
  #training .sec02 .menuList .list {
    padding: 40px 0 ;
    display: block;
  }
  #training .sec02 .menuList .listText {
    width: auto;
  }
  #training .sec02 .menuList .blue {
    margin-bottom: 20px;
  }
  #training .sec02 .listText .head {
    margin-bottom: 15px;
    padding-left: 70px;
  }

  #training .sec02 .listText .head h4 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  #training .sec02 .listText .head .time {
    font-size: 1.4rem;
  }
  #training .sec02 .listImage {
    margin-top: 30px;
    width: 100%;
  }
  #training .sec02 .listImage img {
    width: 100%;
  }
  #training .sec02 .stepList {
    margin-top: 0;
    display: block;
  }
  #training .sec02 .stepList .step{
    margin-bottom: 60px;
    width: 100%;
    position: relative;
  }
  #training .sec02 .stepList .step:last-child {
    margin-bottom: 0;
  }
  #training .sec02 .stepList .step:after {
    content: "";
    position: absolute;
    right: auto;
    left: 50%;
    bottom: -40px;
    top: auto;
    display: block;
    width: 26px;
    height: 26px;
    background: url(/assets/img/2021/img_products-ahs_08.svg) no-repeat left top;
    transform: translate(-50%, 0) rotate(90deg);
    opacity: 0.6;
  }
  #training .sec02 .stepList .step:last-child:after {
    content: none;
  }
  #training .sec02 .stepList dt {
    margin-bottom: 15px;
    font-size: 2.1rem;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    background-color: #F6BD03;
    color: #595955;
  }

}