@charset "UTF-8";
.sub_title4 .block h2 {
  max-width: 90%;
}

.vision .block {
  width: 1200px;
  margin: 100px auto;
  max-width: 90%;
}
.vision h3 {
  font-size: 55px;
  text-align: center;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -5px;
  color: #2d9c9e;
  margin: 50px auto;
}
.vision .path {
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  width: 800px;
}
.vision .path_table {
  background: white;
  margin: 100px auto;
  padding: 70px 10%;
  border-radius: 30px;
}
.vision .path_table .path_flex {
  display: flex;
}
.vision .path_table .left {
  padding-right: 5%;
  position: relative;
}
.vision .path_table .left::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  border-left: dashed 2px #707070;
  top: 0;
  left: 59px;
  z-index: 1;
}
.vision .path_table .left .circle {
  background: #76bbf8;
  color: white;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.vision .path_table .left .circle span {
  display: block;
}
.vision .path_table .path_flex:nth-child(2) .left .circle {
  background: #3a9cf0;
}
.vision .path_table .path_flex:nth-child(3) .left .circle {
  background: #084c87;
}
.vision .path_table .path_flex:nth-child(3) .left::before {
  content: none;
}
.vision .path_table ul {
  padding-left: 50px;
  margin-bottom: 100px;
  margin-top: 30px;
}
.vision .path_table ul li {
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
  padding-top: 3px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.vision .path_table ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 30px;
  height: 30px;
  background-image: url("../../src/job/check.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
.vision .path_table ul li:last-child {
  margin-bottom: 0;
}
.vision .path_table .path_flex:last-child ul {
  margin-bottom: 0;
}

.system_flex_box {
  margin-bottom: 200px;
}

.system_flex {
  display: flex;
  margin-bottom: 70px;
  gap: 5%;
  align-items: center;
}
.system_flex p {
  line-height: 200%;
}
.system_flex .left {
  width: 50%;
}
.system_flex .right {
  width: 45%;
}
.system_flex h4 {
  font-size: 30px;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -5px;
  color: #003f75;
  margin-bottom: 30px;
  position: relative;
  margin-left: 50px;
}
.system_flex h4::before {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  left: -40px;
  letter-spacing: 0;
  font-family: "monte-stella", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 50px;
  color: #2d9c9e;
}
.system_flex h4 span {
  border-bottom: solid 2px #2d9c9e;
  padding: 0 90px 0 30px;
  position: relative;
}
.system_flex h4 span::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 2px;
  right: -10px;
  background-image: url(../../src/vision/pen.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.system_flex:nth-child(1) h4::before {
  content: "01";
}

.system_flex:nth-child(2) h4::before {
  content: "02";
}

.system_flex:nth-child(3) h4::before {
  content: "03";
}

.system_flex:nth-child(4) h4::before {
  content: "04";
}

.system_flex:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1200px) {
  .sub_title4 .block h2 {
    max-width: 60%;
  }
  .system_flex h4::before {
    top: auto;
    bottom: -11px;
  }
  .system_flex h4 span::before {
    top: auto;
    bottom: -2px;
  }
}
@media screen and (max-width: 900px) {
  .system_flex h4 span {
    display: inline-block;
    line-height: 150%;
  }
}
@media screen and (max-width: 700px) {
  .vision .block {
    margin-top: 50px;
  }
  .sub_title4 {
    position: relative;
  }
  .sub_title4 .block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sub_title4 .top_bg1,
  .sub_title4 .top_bg2,
  .sub_title4 .top_bg3,
  .sub_title4 .top_bg4 {
    position: absolute;
    width: 100px;
    transform: translate(0);
    z-index: -1;
  }
  .sub_title4 h2,
  .sub_title4 p {
    position: relative;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .sub_title4 .top_bg1 {
    top: -30px;
    left: -30%;
    width: 80%;
    max-width: none;
  }
  .sub_title4 .top_bg2 {
    top: -60px;
    right: -30%;
    width: 80%;
    max-width: none;
  }
  .sub_title4 .top_bg3 {
    bottom: -80px;
    left: 0%;
    width: 40%;
    max-width: 150px;
  }
  .sub_title4 .top_bg4 {
    bottom: -70px;
    right: 5%;
    width: 25%;
    max-width: 100px;
  }
  .vision h3 {
    font-size: 30px;
  }
  .vision .path_table {
    border-radius: 10px;
    padding: 50px 5%;
  }
  .vision .path_table .left .circle {
    width: 60px;
    height: 60px;
  }
  .vision .path_table .left .circle span {
    font-size: 12px;
  }
  .vision .path_table .left::before {
    left: 29px;
  }
  .system_flex {
    flex-direction: column;
  }
  .system_flex .left {
    width: 100%;
  }
  .system_flex .right {
    width: 100%;
  }
  .system_flex h4 {
    font-size: 23px;
    padding-bottom: 0px;
    display: block;
    width: calc(100% - 50px);
  }
  .system_flex h4::before {
    font-size: 40px;
  }
  .system_flex h4 span {
    display: block;
    padding-bottom: 7px;
  }
  .system_flex h4 span::before {
    width: 30px;
    height: 30px;
  }
  .system_flex p {
    margin-bottom: 20px;
  }
  .system_flex:nth-child(even) {
    flex-direction: column;
  }
  .system_flex h4::before {
    top: auto;
    left: -38px;
    bottom: -15px;
  }
}/*# sourceMappingURL=vision.css.map */