@charset "UTF-8";
/* 共通スタイル */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 30px;
}

.left-block .h1 {
  margin-bottom: 50px;
  display: none;
}

h2 {
  font-size: 20px;
}

h1,
h2,
h3 {
  margin: 10px 0;
}

ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  margin-left: 30px;
}

a {
  text-decoration: none;
  color: #2c2c2c;
}

.qa-link {
  display: block;
  margin-top: 20px;
}

.arrow {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

/* 1つ目のセクション */
.section-one {
  display: flex;
  justify-content: center;
  padding: 20px;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 100px;
}
.section-one .left-block,
.section-one .right-block {
  width: 500px;
}
.section-one .job-list li {
  width: 270px;
  max-width: 90%;
  margin-bottom: 10px;
  position: relative;
}
.section-one .job-list li a {
  border-bottom: 1px solid #2c2c2c;
  padding: 15px 5px 5px 5px;
}
.section-one .right-block img {
  width: 400px;
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}

/* 2つ目のセクション */
.section-two {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 100px auto;
  max-width: 90%;
  border: 0.5px solid #2c2c2c;
}
.section-two .box {
  display: flex;
  flex-direction: column;
  width: 600px;
  max-width: 50%;
  border: 0.5px solid #2c2c2c;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.section-two .box .link-box {
  text-align: right;
  margin-top: 20px;
}
.section-two .box .detail-link {
  color: #fff;
  background-color: #de1414;
  border-radius: 9999px;
  padding: 5px 15px;
  text-decoration: none;
  display: inline !important;
}
.section-two .box p {
  flex-grow: 1;
}

/* 3つ目のセクション */
.section-three {
  width: 1200px;
  margin: 100px auto 100px auto;
  max-width: 90%;
}
.section-three .qa-flex {
  border: 0.5px solid #2c2c2c;
}
.section-three .qa-box {
  display: flex;
  border: 0.5px solid #2c2c2c;
  padding: 50px 30px;
}
.section-three .qa-box .question {
  width: 50%;
  font-weight: bold;
}
.section-three .qa-box .answer {
  width: 50%;
}

/* レスポンシブ対応 */
@media screen and (max-width: 700px) {
  h1 {
    font-size: 27px;
  }
  .section-one {
    flex-direction: column-reverse;
    margin-top: 0px;
  }
  .section-one .right-block {
    width: 100%;
  }
  .section-one .left-block {
    width: 300px;
    margin: 0 auto;
    max-width: 100%;
  }
  .section-two {
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
    width: 100%;
    max-width: 100%;
    border: 0;
    padding-top: 30px;
    border-top: 2px solid #2c2c2c;
  }
  .section-two .box {
    width: 90%;
    max-width: 90%;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
  }
  .section-three {
    width: 100%;
    width: 100%;
    max-width: 100%;
    border: 0;
    padding-top: 50px;
    border-top: 2px solid #2c2c2c;
  }
  .section-three h2 {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 30px;
  }
  .section-three .qa-flex {
    border: 0;
  }
  .section-three .qa-box {
    flex-direction: column;
    width: 90%;
    max-width: 90%;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    margin: 0 auto;
  }
  .section-three .qa-box .question,
  .section-three .qa-box .answer {
    width: 100%;
  }
}/*# sourceMappingURL=entry.css.map */