#irra-service .visualArea {
  background: #fff url(/assets/img/bg_produt_mainvisual_threat.jpg) no-repeat center center;
  background-size: cover;

}

#irra-service .sec01 {
  padding-bottom: 70px;
}

#irra-service .sec01 .areaWrap {
  position: relative;
}

#irra-service .sec01 .textArea {
  width: 640px;
}

#irra-service .sec01 .imageArea {
  width: 354px;
  position: absolute;
  top:-25px;
  right:-24px;
}

#irra-service .sec02 {
  position: relative;
  padding: 80px 0;
  background: #f7f7f7 url(/assets/img/2021/bg_line_hexagon_gray04.jpg) no-repeat top right;
}

#irra-service .sec02 .issueArea {
  margin-top: 50px;
}
#irra-service .sec02 .issueList .title {
  margin-bottom: 10px;
  font-size: 21px;
  text-align: center;
}

#irra-service .sec02 .issueListBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#irra-service .sec02 .issueListBox div{
  width: calc((100% / 4) - 2px);
  background-color: #fff;
  /* border-right: 2px solid #f7f7f7; */
}
#irra-service .sec02 .issueListBox div:last-child {
  border-right: none;
}
#irra-service .sec02 .issueListBox dt {
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #7cbac4;
  position: relative;
}
#irra-service .sec02 .issueListBox dt:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #7cbac4;
  position: absolute;
  top:0;
  left:0;
}
#irra-service .sec02 .issueListBox dt:after {
  content: '';
  width: 2px;
  height: 60px;
  background-color: #7cbac4;
  position: absolute;
  top:0;
  right: -2px;
}
#irra-service .sec02 .issueListBox .box02 dt {
  background-color: #52afbe;
}
#irra-service .sec02 .issueListBox .box02 dt:before {
  border-color: transparent transparent transparent #7cbac4;
}
#irra-service .sec02 .issueListBox .box02 dt:after {
  background-color: #52afbe;
}
#irra-service .sec02 .issueListBox .box03 dt {
  background-color: #299cbb;
}
#irra-service .sec02 .issueListBox .box03 dt:before {
  border-color: transparent transparent transparent #52afbe;
}
#irra-service .sec02 .issueListBox .box03 dt:after {
  background-color: #299cbb;
}
#irra-service .sec02 .issueListBox .box04 dt {
  background-color: #0282a5;
}
#irra-service .sec02 .issueListBox .box04 dt:before {
  border-color: transparent transparent transparent #299cbb;
}
#irra-service .sec02 .issueListBox .box04 dt:after {
  background-color: #0282a5;
}
#irra-service .sec02 .issueListBox dd {
  padding: 20px 20px 40px;
}
#irra-service .sec02 .issueListBox dd .list li {
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
  background: url(/assets/img/2021/bullet_irra-list.png) no-repeat top 5px left 0;
}
#irra-service .sec02 .issueListBox dd .list li:last-child {
  margin-bottom: 0;
}
#irra-service .sec02 .solutionText {
  padding: 60px 0;
  background: url(/assets/img/2021/bg_irra_sec02_line.jpg) no-repeat top center;
}
#irra-service .sec02 .solutionText h3 {
  margin: 0 auto;
  width: 480px;
  height: 62px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 62px;
  color: #c14242;
  background-color: #f7f7f7;
  border: 2px solid #c14242;
}

#irra-service .sec02 .evaluationItem {
  margin: 0 auto;
  padding: 20px 20px 0;
  width: 740px;
  text-align: center;
  background-color: #fff;
}
#irra-service .sec02 .evaluationItem .title {
  margin-bottom: 20px;
  font-size: 2.1rem;
  font-weight: 700;
}
#irra-service .sec02 .evaluationItem .list {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
#irra-service .sec02 .evaluationItem .list li {
  margin-bottom: 20px;
  width: 220px;
  height: 80px;
  line-height: 80px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #595955;
  text-align: center;
  background-color: #F6BD03;
}

#irra-service .sec03 {
  padding: 80px 0;
  position: relative;
  color: #fff;
  background: #262a32 url(/assets/img/2021/bg_line_hexagon_dark_02.jpg) no-repeat bottom left;
}
#irra-service .sec03 .toolImage {
  margin: 60px 0;
  text-align: center;
}

#irra-service .sec03 .title {
  margin-bottom: 15px;
  font-size: 2.4rem;
}
#irra-service .sec03 .compositionList {
  margin-bottom: 80px;
  background-color: #fff;
  color: #333;
}
#irra-service .sec03 .compositionList .inner {
  padding: 40px 40px 60px;
}
#irra-service .sec03 .compositionList .compositonTitle {
  margin: 0;
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #595955;
  text-align: center;
  background-color: #F6BD03;
}
#irra-service .sec03 .toolWrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#irra-service .sec03 .toolWrap::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url(/assets/img/2021/icon_irra_cross.png) no-repeat top center;
  position: absolute;
  left:50%;
  top:50%;
  margin:-25px 0 0 -25px;
}
#irra-service .sec03 .tool {
  padding: 30px;
  width: 445px;
  background-color: #f7f7f7;
}
#irra-service .sec03 .tool h4 {
  margin-bottom: 30px;
  padding-left: 16px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  border-left: 6px solid #F6BD03;
}
#irra-service .sec03 .tool h5 {
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #595955;
  border-bottom: 2px solid #b7b7b7;
}
#irra-service .sec03 .tool .service {
  margin-bottom: 30px;
}
#irra-service .sec03 .tool .service:last-child {
  margin-bottom: 0;
}
#irra-service .sec03 .tool .list {
  display: flex;
  justify-content: space-between;
}
#irra-service .sec03 .tool .list li {
  width: 120px;
}
#irra-service .sec03 .tool .list li span{
  display: block;
  text-align: center;
}
#irra-service .sec03 .tool .list li .icon {
  height: 58px;
  margin-bottom: 10px;
}
#irra-service .sec03 .tool .list li .text {
  height: 26px;
  line-height: 26px;
  color: #595955;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #F6BD03;
  border-radius: 20px;
}
#irra-service .dotList li {
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 1.5;
  text-align: left;
  position: relative;
}
#irra-service .dotList li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #005068;
  border-radius: 6px;
  position: absolute;
  top:6px;
  left:4px;
}
#irra-service .dotList.c-light li:before {
  background-color: #299cbb;
}
#irra-service .sec03 .tool .note {
  margin: 30px 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
#irra-service .sec03 .maker {
  margin: 20px 0 30px;
  min-height: 80px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
  color: #c14242;
  background: url(/assets/img/2021/icon_irra_downarrow.png) no-repeat top center;
}

#irra-service .sec03 .irraTable h4 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #595955;
  text-align: center;
}
#irra-service .sec03 .irraTable .wrap {
  width: 100%;
  display: flex;
}
#irra-service .sec03 .irraTable table {
  width: 50%;
}
#irra-service .sec03 .irraTable table th {
  padding: 12px;
  background-color:#343434;
  color: #fff;
  text-align: left;
  border: 1px solid #e4e4e4;
}
#irra-service .sec03 .irraTable table td {
  padding: 12px;
  border: 1px solid #e4e4e4;
}

#irra-service .sec04 {
  padding: 80px 0;
  background: url(/assets/img/2021/bg_line_hexagon_white_03.jpg) no-repeat top right;
}

#irra-service .sec04 .sampleArea {
  margin-top: 40px;
  padding: 40px 50px;
  border: 1px solid #ccc;
}
#irra-service .sec04 .sampleArea .wrap {
  display: flex;
  justify-content:space-between;
}
#irra-service .sec04 .sampleArea .wrap .box {
  width: 280px;
  text-align: center;
}
#irra-service .sec04 .sampleArea .wrap .box .title{
  margin-bottom: 20px;
  font-size: 18px;
  color: #595955;
}
#irra-service .sec04 .sampleArea .wrap .box .image {
  margin-bottom: 20px;
}

#irra-service .sec05 {
  padding: 80px 0 120px;
  background-color: #f7f7f7;
}
#irra-service .sec05 .stepList {
  margin-top: 40px;
  display: flex;
  justify-content:space-between;
}
#irra-service .sec05 .stepList .step{
  width: 225px;
  position: relative;
}
#irra-service .sec05 .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;
}
#irra-service .sec05 .stepList .step:last-child:after {
  content: none;
}
#irra-service .sec05 .stepList dt {
  margin-bottom: 15px;
  font-size: 2.1rem;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  background-color: #343434;
  color: #fff;
}
#irra-service .sec05 .stepList dd {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}


@media only screen and (max-width: 768px) {
  #irra-service .visualArea {
  }

  
#irra-service .sec01 {
  padding-bottom: 20px;
}
#irra-service .sec01 .textArea {
  width: auto;
}
#irra-service .sec01 .imageArea {
  width: 100%;
  position: relative;
  top:auto; 
  right:auto;
  text-align: center;
}
#irra-service .sec01 .imageArea img {
  width: 75%;
}

#irra-service .sec02 {
  padding: 40px 0;
  background-size: 50%;
}

#irra-service .sec02 .issueArea {
  margin-top: 30px;
}
#irra-service .sec02 .issueList .title {
  font-size: 1.8rem;
}

#irra-service .sec02 .issueListBox {
  display: block;
}
#irra-service .sec02 .issueListBox .box {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
#irra-service .sec02 .issueListBox .box:last-child {
  margin-bottom: 0;
}
#irra-service .sec02 .issueListBox .box::after {
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #0282a5 transparent transparent transparent;
  position: absolute;
  bottom:-30px;
  left:50%;
  margin-left: -20px;
}
#irra-service .sec02 .issueListBox .box04::after {
  content: none;
}
#irra-service .sec02 .issueListBox dt {
  height: 40px;
  line-height: 40px;
}
#irra-service .sec02 .issueListBox dt:before {
  content: none;
}
#irra-service .sec02 .issueListBox dt:after {
  content: none;
}
#irra-service .sec02 .issueListBox dd .list li:last-child {
  margin-bottom: 0;
}

#irra-service .sec02 .solutionText {
  padding: 40px 0;
  background: url(/assets/img/2021/bg_irra_sec02_line.jpg) no-repeat center center;
  background-size: contain;
}
#irra-service .sec02 .solutionText h3 {
  width: auto;
  height: 40px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 40px;
  color: #c14242;
}

#irra-service .sec02 .evaluationItem {
  margin: auto;
  padding: 10px 10px 0;
  width: auto;
  text-align: center;
  background-color: #fff;
}
#irra-service .sec02 .evaluationItem .title {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
#irra-service .sec02 .evaluationItem .list {
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
#irra-service .sec02 .evaluationItem .list li {
  margin-bottom: 10px;
  width: 49%;
  height: 40px;
  line-height: 40px;
  font-size: 1.5rem;
}

#irra-service .sec03 {
  padding: 40px 0;
  background-size: 50%;
}
#irra-service .sec03 .toolImage {
  margin: 30px 0;
  text-align: center;
  width: 100%;
}
#irra-service .sec03 .toolImage img {
  width: 75%;
}

#irra-service .sec03 .title {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
#irra-service .sec03 .compositionList {
  margin-bottom: 40px;
}
#irra-service .sec03 .compositionList .inner {
  padding: 20px 20px 30px;
}
#irra-service .sec03 .compositionList .compositonTitle {
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-size: 1.5rem;
}
#irra-service .sec03 .toolWrap {
  display: block;
}
#irra-service .sec03 .toolWrap::after {
  content: none;
}
#irra-service .sec03 .tool {
  padding: 20px;
  width: auto;
}
#irra-service .sec03 .crSide {
  margin-bottom: 40px;
  position: relative;
}
#irra-service .sec03 .crSide::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(/assets/img/2021/icon_irra_cross.png) no-repeat top center;
  background-size: 25px;
  position: absolute;
  left:50%;
  bottom:-30px;
  margin-left:-12px;
}
#irra-service .sec03 .tool h4 {
  margin-bottom: 20px;
  padding-left: 12px;
  font-size: 1.6rem;
  border-left: 4px solid #F6BD03;
}
#irra-service .sec03 .tool h5 {
  margin-bottom: 25px;
  font-size: 1.6rem;
}
#irra-service .sec03 .tool .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#irra-service .sec03 .tool .list li {
  margin-bottom: 15px;
  width: 48%;
}
#irra-service .sec03 .maker {
  margin: 20px 0 10px;
  min-height: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
  color: #c14242;
  background: url(/assets/img/2021/icon_irra_downarrow.png) no-repeat top center;
}

#irra-service .sec03 .irraTable h4 {
  margin-bottom: 5px;
}
#irra-service .sec03 .irraTable .wrap {
  width: 100%;
  display: block;
}
#irra-service .sec03 .irraTable table {
  width: 100%;
  line-height: 1.4;
}
#irra-service .sec03 .irraTable table:last-child {
  margin-top: -1px;
}
#irra-service .sec03 .irraTable table th {
  padding: 10px;
  width: 40%;
}
#irra-service .sec03 .irraTable table td {
  padding: 10px;
}

#irra-service .sec04 {
  padding: 40px 0;
  background-size: 50%;
}

#irra-service .sec04 .sampleArea {
  margin-top: 20px;
  padding: 20px;
}
#irra-service .sec04 .sampleArea .wrap {
  display: block;
}
#irra-service .sec04 .sampleArea .wrap .box {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
#irra-service .sec04 .sampleArea .wrap .box .title{
  margin-bottom: 15px;
}

#irra-service .sec05 {
  padding: 40px 0 80px;
}
#irra-service .sec05 .stepList {
  margin-top: 40px;
  display: block;
}
#irra-service .sec05 .stepList .step{
  margin-bottom: 60px;
  width: 100%;
}
#irra-service .sec05 .stepList .step:last-child {
  margin-bottom: 0;
}
#irra-service .sec05 .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);
}
#irra-service .sec05 .stepList .step:last-child:after {
  content: none;
}



}
