@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 150%;
}

.title_flex {
  display: flex;
  width: 100%;
}
.title_flex .int {
  font-size: 50px;
  color: #2d9c9e;
  font-family: "monte-stella-turbo", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-text-stroke: 1px #f7f7f7;
  line-height: 100%;
  transform: translateY(10px);
}
.title_flex .title {
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -5px;
  font-size: 30px;
  text-align: center;
  border-bottom: solid 2px #2d9c9e;
  border-right: solid 2px #2d9c9e;
  flex-grow: 1;
  padding-bottom: 10px;
  color: #003f75;
  margin-bottom: 0;
  line-height: 120%;
}

.circle_flex {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 10px;
  justify-content: center;
  margin-top: 50px;
}
.circle_flex .card {
  width: 120px;
}
.circle_flex .card .name {
  color: #096db3;
  font-weight: 600;
}

.circle_flex2 {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  position: relative;
}
.circle_flex2 .line {
  position: absolute;
  width: 90%;
  height: 10px;
  background: #096db3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.circle_flex2 .card_box {
  width: 33.3333333333%;
}
.circle_flex2 .card_box:nth-child(2) .card {
  margin: 0 auto;
}
.circle_flex2 .card_box:nth-child(3) .card {
  margin-left: auto;
}
.circle_flex2 .card {
  border: solid 2px #096db3;
  background: white;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  text-align: center;
}
.circle_flex2 .card .int_box {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 60px;
  height: 60px;
  background: #096db3;
  border-radius: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.circle_flex2 .card .int {
  position: relative;
  font-family: "monte-stella-turbo", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 27px;
  color: white;
  -webkit-text-stroke: 0.5px #096db3;
}
.circle_flex2 .card .int img {
  position: absolute;
  bottom: -15px;
  right: -24px;
  width: 20px;
}
.circle_flex2 .card .blue {
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  font-size: 30px;
  color: #096db3;
  margin-bottom: 10px;
}
.circle_flex2 .card .p {
  font-size: 20px;
  line-height: 150%;
}

.flow_box {
  margin-top: 70px;
}

.field_content {
  width: 1200px;
  margin: 0px auto;
  max-width: 90%;
  width: 1100px;
}

.arrow {
  width: 200px;
  margin: 50px auto;
  max-width: 80%;
}

.job_box h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #096db3;
  letter-spacing: 0;
}

.job_box .img_box {
  margin-top: 70px;
}

@media screen and (max-width: 700px) {
  .title_flex {
    align-items: flex-end;
  }
  .title_flex .int {
    font-size: 30px;
    transform: translateY(0px);
  }
  .title_flex .title {
    text-align: left;
    font-size: 24px;
    padding-left: 5%;
    padding-right: 5%;
    border-right: 0;
    position: relative;
  }
  .title_flex .title::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    bottom: 0;
    right: 0;
    background: #2d9c9e;
  }
  .circle_flex .card {
    width: 70px;
  }
  .circle_flex .card .name {
    font-size: 10px;
  }
  .circle_flex2 .card {
    width: 100px;
    height: 100px;
  }
  .circle_flex2 .card .int_box {
    width: 30px;
    height: 30px;
    top: -10px;
  }
  .circle_flex2 .card .int {
    font-size: 15px;
  }
  .circle_flex2 .card .int img {
    width: 10px;
    bottom: -3px;
    right: -10px;
  }
  .circle_flex2 .card .blue {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .circle_flex2 .card .p {
    font-size: 11px;
  }
  .arrow {
    width: 120px;
    margin: 30px auto;
  }
  .job_box {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .job_box h4 {
    font-size: 18px;
  }
  .field_content {
    max-width: 100%;
  }
  .job_box .img_box {
    margin-top: 30px;
  }
  .job_box:last-child {
    margin-bottom: 100px;
  }
  .flow_box {
    margin-top: 30px;
  }
  .flow_box img {
    margin: 40px auto;
    width: 90%;
  }
}/*# sourceMappingURL=field.css.map */