@charset "UTF-8";
/* ────── 追加_20250826 ────── */
html body .workFlow {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  html body .workFlow {
    padding-bottom: 30px;
  }
}
html body .workFlow .wrapper {
  max-width: 1260px;
  width: 100%;
}
html body .workFlow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  html body .workFlow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
html body .workFlow-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 60px) / 2);
  flex: 0 0 calc((100% - 60px) / 2);
}
@media screen and (max-width: 991px) {
  html body .workFlow-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 700px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body .workFlow-item {
    max-width: 350px;
  }
}
html body .workFlow-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
html body .workFlow-item a:hover .workFlow-item_overlay {
  background-color: #5D5D5D;
}
html body .workFlow-item_bg {
  width: 100%;
  position: relative;
}
html body .workFlow-item_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7B7B7B;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 1;
}
html body .workFlow-item_textbox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
html body .workFlow-item_subtext {
  margin-bottom: 13px;
  font-size: 26px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  html body .workFlow-item_subtext {
    font-size: 20px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  html body .workFlow-item_subtext {
    margin-bottom: 1px;
  }
}
html body .workFlow-item_maintext {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 37px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .workFlow-item_maintext {
    font-size: 20px;
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) {
  html body .workFlow-item_maintext {
    margin-bottom: 10px;
  }
}
html body .workFlow-item_arrow {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .workFlow-item_arrow {
    width: 26px;
    height: 26px;
  }
}
html body .workFlow-item_arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 55%;
  left: 35%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  html body .workFlow-item_arrow::after {
    width: 5px;
    height: 5px;
  }
}

/*# sourceMappingURL=work-flow.css.map */
