@charset "UTF-8";

body {
  background-color: #f2f2f2;
}

.breadcrumbs {
  background-color: #fff;
}

.heading--h1 {
  background-image: url(/technical/service/img/bg_h1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.heading--h1__category {
  color: #fff;
}

.flow_wrap {
  margin-top: 3.3rem;
}

.flow_item {
  position: relative;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  padding: 35px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  box-sizing: border-box;
}

.flow_item:before {
  content: "";
  position: absolute;
  bottom: -191px;
  left: 50%;
  margin-left: -123px;
  border: 120px solid transparent;
  border-top: 72px solid #fff;
  z-index: 2;
}

.flow_item:after {
  content: "";
  position: absolute;
  bottom: -192px;
  left: 50%;
  margin-left: -123px;
  border: 120px solid transparent;
  border-top: 72px solid #c8c8c8;
  z-index: 1;
}

.flow_item:last-child:before,
.flow_item:last-child:after {
  content: none;
}

.flow_item + .flow_item {
  margin-top: 5.4rem;
}

.flow_item__ttl {
  font-size: 1.25rem;
  font-weight: bold;
  color: #006cb7;
  text-align: center;
  flex: 1;
}

.flow_item__body {
  display: flex;
  column-gap: 30px;
  flex: 4;
}

.flow_wrap .figure {
  margin: auto;
  flex: 1;
}

.flow_wrap .figure img {
  width: 100%;
}

.flow_item__txt {
  margin: 0;
  align-self: flex-start;
  flex: 1.5;
}

@media (min-width: 768px) {
  .flow_item__body {
    border-left: 1px solid #c8c8c8;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .heading--h1 {
    background-position: right 31% center;
  }

  .flow_item {
    flex-direction: column;
    padding: 1.5rem;
    row-gap: 1.5625rem;
  }

  .flow_item:before {
    content: "";
    position: absolute;
    bottom: -6.1rem;
    margin-left: -2.7rem;
    border: 2.6rem solid transparent;
    border-top: 3.6rem solid #fff;
  }

  .flow_item:after {
    content: "";
    position: absolute;
    bottom: -6.2rem;
    margin-left: -2.7rem;
    border: 2.6rem solid transparent;
    border-top: 3.6rem solid #c8c8c8;
  }

  .flow_item + .flow_item {
    margin-top: 4.8rem;
  }

  .flow_item__ttl p {
    margin-top: 2.45rem;
    margin-bottom: 2.45rem;
  }

  .flow_item__body {
    flex-direction: column;
    row-gap: 1.0625rem;
    border-top: 1px solid #c8c8c8;
    padding-top: 1.5625rem;
  }
}
