@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.sub_title h1 {
  font-size: 60px;
}

.sub_top_flex .sub_title {
  width: 70%;
}

.sub_img {
  width: 28%;
}

.recruit_info {
  position: relative;
}

.info_box {
  max-width: 90%;
  width: 1400px;
  margin: 100px auto;
}
.info_box table {
  margin: 50px 0;
}
.info_box table th {
  color: #005798;
  width: 300px;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
}
.info_box table th,
.info_box table td {
  border-bottom: dashed 2px rgba(112, 112, 112, 0.4705882353);
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 200%;
}
.info_box table th ul,
.info_box table td ul {
  padding-left: 20px;
  margin: 0;
}
.info_box table tr:last-child th,
.info_box table tr:last-child td {
  border-bottom: 0;
}
.info_box .welfare_flex {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.info_box .welfare_flex .circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fdf4b3;
  color: #0e369f;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 7px 7px 3px rgba(0, 0, 0, 0.2);
}
.info_box .welfare_flex .circle .title {
  text-align: center;
  padding-top: 30px;
  font-size: 23px;
  font-weight: 500;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2431372549);
  margin-bottom: 7px;
}
.info_box .welfare_flex .circle ul {
  padding-left: 40px;
  font-size: 15px;
}
.info_box .welfare_flex .circle ul li {
  margin-bottom: 5px;
}
.info_box .welfare_flex .circle ul li:last-child {
  margin-bottom: 0;
}
.info_box .welfare_flex .circle:nth-child(1) {
  background-image: url("../../src/faq/icon1.webp");
}
.info_box .welfare_flex .circle:nth-child(2) {
  background-image: url("../../src/faq/icon2.webp");
}
.info_box .welfare_flex .circle:nth-child(3) {
  background-image: url("../../src/faq/icon3.webp");
}
.info_box .welfare_flex .circle:nth-child(4) {
  background-image: url("../../src/faq/icon4.webp");
}
.info_box .welfare_flex .circle:nth-child(5) {
  background-image: url("../../src/faq/icon5.webp");
}

.recruit_box {
  text-align: center;
  line-height: 100%;
  margin: 100px auto;
}
.recruit_box a {
  background: #f8dc03;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1e2088;
  font-size: 50px;
  padding: 2px 50px 10px 30px;
  border: solid 3px #000000;
  border-radius: 9999px;
}
.recruit_box a span {
  padding-right: 30px;
  font-size: 50px;
}

.faq {
  position: relative;
}

.faq_box {
  max-width: 90%;
  width: 1400px;
  margin: 100px auto;
}
.faq_box li {
  list-style: none;
  display: flex;
}
.faq_box ul {
  margin: 50px 0 80px 0;
}
.faq_box .q,
.faq_box .a {
  margin-bottom: 20px;
  color: #005798;
}
.faq_box .q .q_box,
.faq_box .q .a_box,
.faq_box .a .q_box,
.faq_box .a .a_box {
  font-size: 35px;
  background: #4db6e3;
  display: flex;
  width: 60px;
  height: 60px;
  min-width: 60px;
  border: solid 2px black;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-right: 20px;
  border-radius: 5px;
  color: #222222;
}
.faq_box .q {
  font-size: 25px;
  padding-bottom: 40px;
  position: relative;
}
.faq_box .q::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 50px;
  height: calc(100% + 50px);
  border-left: dashed 1px #1a1311;
  border-bottom: dashed 1px #1a1311;
  z-index: -1;
}
.faq_box .a {
  margin-bottom: 40px;
  margin-left: 60px;
  line-height: 170%;
  font-size: 20px;
}
.faq_box .a .a_box {
  background: #f8dc01;
}
.faq_box .q_text,
.faq_box .a_text {
  align-self: center;
}
.faq_box .q_text {
  font-weight: 800;
}

.bg1 {
  position: absolute;
  width: 300px;
  top: 150px;
  right: 0;
  z-index: -2;
}

.bg2 {
  position: absolute;
  width: 100px;
  top: 200px;
  left: 0;
  z-index: -2;
}

.bg3 {
  position: absolute;
  width: 200px;
  top: 300px;
  right: 0;
  z-index: -2;
}

@media (max-width: 700px) {
  .sub_title h1 {
    font-size: 30px;
  }
  .sub_top_flex .sub_title {
    width: 100%;
  }
  .sub_img {
    display: none;
  }
  .title_card {
    border: solid 2px black;
    padding: 15px 40px 15px 40px;
    border-radius: 10px;
  }
  .title_card h2 {
    font-size: 25px;
  }
  .title_card::after {
    border: solid 2px black;
    border-radius: 10px;
  }
  .info_box {
    margin: 50px auto;
  }
  .info_box table {
    margin-top: 0;
  }
  .info_box table tr,
  .info_box table th,
  .info_box table td {
    display: block;
  }
  .info_box table th {
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 25px;
  }
  .info_box table td {
    padding-top: 20px;
    font-size: 16px;
  }
  .bg1 {
    width: 100px;
  }
  .bg_sp {
    position: absolute;
    width: 70px;
    top: 30%;
    left: 10%;
    z-index: -1;
  }
  .info_box .welfare_flex {
    display: block;
    width: 370px;
    max-width: 100%;
    margin: 0 auto;
  }
  .info_box .welfare_flex .circle:nth-child(odd) {
    margin-top: -20px;
  }
  .info_box .welfare_flex .circle:nth-child(even) {
    margin-left: auto;
    margin-top: -20px;
  }
  .recruit_box {
    text-align: center;
    line-height: 100%;
    margin: 50px auto 100px auto;
  }
  .recruit_box a {
    font-size: 35px;
    border: solid 2px #000000;
  }
  .recruit_box a span {
    font-size: 35px;
  }
  .bg2,
  .bg3 {
    display: none;
  }
  .faq_box .q_text {
    font-weight: 800;
    font-size: 20px;
  }
  .faq_box .a_text {
    font-size: 16px;
  }
}/*# sourceMappingURL=faq.css.map */