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

.scroll_box {
  width: 1200px;
  margin: 100px auto;
  max-width: 90%;
  margin-bottom: 150px;
}
.scroll_box h3 {
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -6px;
  color: #003f75;
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}
.scroll_box h3 span {
  font-size: 50px;
  color: #2d9c9e;
}
.scroll_box .scroll_flex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.scroll_box button {
  background: white;
  border: 0;
  border: solid 1px #2d9c9e;
  width: 370px;
  max-width: 100%;
  position: relative;
  padding: 20px 50px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s;
}
.scroll_box button .illust {
  width: auto;
  height: 150px;
  margin: 30px auto 20px auto;
}
.scroll_box button .int {
  position: absolute;
  top: 5px;
  left: 10px;
  font-family: "monte-stella-turbo", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  -webkit-text-stroke: 1px white;
  color: #2d9c9e;
}
.scroll_box button .name {
  font-size: 20px;
  color: #2d9c9e;
  text-align: center;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -4px;
}
.scroll_box button:hover {
  transform: scale(1.02, 1.02);
}

.job_box h4 {
  font-size: 30px;
  color: #2d9c9e;
}
.job_box h4 span {
  font-family: "monte-stella-turbo", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 45px;
  -webkit-text-stroke: 1px #f7f7f7;
  color: #2d9c9e;
  padding-right: 10px;
  letter-spacing: 0;
}

.illust_box {
  width: 80%;
  margin: 100px auto 70px auto;
}

.illust_flex {
  width: 80%;
  margin: 100px auto 30px auto;
  display: flex;
  gap: 10%;
}
.illust_flex .right {
  margin-top: 30px;
}

.job_content h5 {
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -4px;
  color: #2d9c9e;
  font-size: 30px;
  margin-bottom: 10px;
}
.job_content h5 + p {
  margin-top: 30px;
}

.job_box .btn a {
  background: white;
  border: 0;
  border: solid 1px #2d9c9e;
  width: 400px;
  max-width: 100%;
  position: relative;
  padding: 15px 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-family: "senobi-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -4px;
  color: #2d9c9e;
  font-size: 20px;
  margin-left: auto;
  display: block;
  text-align: center;
  transition: 0.2s;
}
.job_box .btn a:hover {
  transform: scale(1.03, 1.03);
}

@media screen and (max-width: 700px) {
  .scroll_box {
    margin-top: 50px;
  }
  .scroll_box h3 {
    font-size: 26px;
    letter-spacing: -7px;
    margin-bottom: 30px;
  }
  .scroll_box h3 span {
    font-size: 35px;
  }
  .scroll_box button {
    max-width: 80%;
  }
  .scroll_box button .illust {
    width: 80%;
    margin: 20px auto;
    margin-bottom: 10px;
  }
  .scroll_box button .name {
    font-size: 16px;
  }
  .scroll_box button .int {
    font-size: 35px;
  }
  .job_box h4 {
    font-size: 20px;
  }
  .job_box h4 span {
    font-size: 30px;
  }
  .illust_box {
    width: 80%;
    margin: 30px auto 30px auto;
  }
  .job_content h5 {
    font-size: 23px;
    text-align: center;
  }
  .job_content h5 + p {
    margin-top: 20px;
  }
  .illust_flex {
    margin: 30px auto;
  }
  .job_content h5 {
    font-size: 23px;
    text-align: center;
    line-height: 120%;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .job_box:last-child {
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=business.css.map */