@charset "UTF-8";
.recruit h2 {
  font-size: 40px;
  text-align: center;
  color: #184aad;
  margin-top: 50px;
}

.recruit-box {
  display: flex;
  width: 1200px;
  margin: 50px auto;
  margin-top: 20px;
  max-width: 90%;
  gap: 0 5%;
  justify-content: center;
}
.recruit-box .a {
  height: 100%;
  width: 500px;
  max-width: 100%;
  color: #545454;
  border: solid 2px #a6a6a6;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.recruit-box .a img {
  width: 20px;
}
.recruit-box .a .title {
  font-size: 14px;
  width: 100%;
}
.recruit-box .a .tags {
  display: flex;
  margin: 5px;
  margin-bottom: 10px;
  gap: 0 5px;
}
.recruit-box .a .tags .tag {
  background-image: linear-gradient(0deg, rgb(192, 225, 242) 4%, rgb(86, 174, 218) 18%, rgb(96, 141, 192) 38%, rgb(96, 139, 190) 50%, rgb(95, 144, 194) 61%, rgb(86, 174, 218) 75%, rgb(192, 225, 242) 90%);
  color: white;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 5px;
}
.recruit-box .a .re-title {
  display: flex;
}
.recruit-box .a .re-title img {
  width: 130px;
}
.recruit-box .a .re-title h3 {
  font-weight: 400;
  padding-left: 5px;
}
.recruit-box .a .appli-box {
  display: flex;
  width: 100%;
  margin-top: 5px;
}
.recruit-box .a .place {
  font-size: 12px;
  width: calc(100% - 110px);
  padding-right: 5px;
}
.recruit-box .a .appli-btn {
  padding: 15px;
  font-size: 18px;
  background-image: url("../../src/resource/bg-btn.webp");
  background-size: contain;
  color: white;
  background-position: center center;
}
.recruit-box ul {
  padding: 10px 0;
  padding-top: 0;
}
.recruit-box ul li {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #f3f3f3;
  padding: 15px 0;
  font-size: 14px;
}
.recruit-box ul li img {
  width: 40px;
}
.recruit-box ul li .th {
  width: 70px;
  padding-left: 10px;
}
.recruit-box ul li .td span {
  color: #ff5757;
}

details.card summary {
  list-style: none;
  cursor: pointer;
  color: white;
  font-size: 18px;
  position: relative;
  height: 100%;
  padding-right: 40px;
}
details.card summary img {
  margin: 0 auto;
}

details.card[open] summary img {
  transform: rotate(180deg);
}

/*
よくある質問

*/
.question {
  width: 1000px;
  margin: 50px auto;
  max-width: 90%;
}
.question .q-ul {
  margin-top: 20px;
}
.question ul li {
  list-style: none;
  margin-bottom: 20px;
}

details.text-box summary {
  list-style: none;
  cursor: pointer;
  background: #184aad;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  position: relative;
  height: 100%;
  padding-right: 40px;
}
details.text-box summary span {
  padding-left: 20px;
}

details.text-box {
  background: #d6e7ff;
}
details.text-box .ul1 {
  padding-left: 40px;
}
details.text-box .ul1 li {
  margin-bottom: 0px;
  position: relative;
}
details.text-box .ul1 li::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: -37.5px;
}
details.text-box .ul1 li::after {
  display: none;
}
details.text-box .ul {
  padding: 20px 20px;
  padding-left: 60px;
}
details.text-box .ul li {
  margin-bottom: 0 !important;
  font-size: 18px;
  position: relative;
}
details.text-box .ul li::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: -37.5px;
}

details summary::-webkit-details-marker {
  display: none !important;
}

.d-title {
  position: relative;
  display: inline;
  padding-left: 1%;
}

details.text-box summary ::after {
  position: absolute;
  content: ">";
  background-size: contain;
  font-weight: 400;
  color: white;
  transform: rotate(90deg) translate(0%, 0%);
  right: 20px;
  top: 10px;
}

/**
   * アコーディオンがオープン時はマイナスアイコンに変更
  **/
details.text-box[open] summary ::after {
  content: ">";
  font-weight: 400;
  transform: rotate(270deg);
  right: 22px;
}

.q-btn {
  width: 1100px;
  margin: 50px auto;
  margin-top: 100px;
  max-width: 90%;
}

.info3 {
  width: 800px;
  margin: 50px auto;
  margin-bottom: 100px;
  max-width: 90%;
}
.info3 h2 {
  margin-bottom: 20px;
}
.info3 p {
  text-align: center;
}

.call {
  width: 800px;
  max-width: 90%;
  margin: 50px auto;
  font-size: 16px;
}
.call h2 {
  color: #184aad;
  font-size: 20px;
}
.call a {
  color: black;
}
.call a.mail-a {
  display: inline !important;
}

.call-box {
  display: flex;
}
.call-box .call2 {
  padding-left: 20px;
  line-height: 170%;
}

form h2 {
  font-size: 20px;
  color: #184aad;
  cursor: not-allowed;
}

.disable input {
  pointer-events: none;
}

.input-none {
  opacity: 0.5;
}

@media (max-width: 700px) {
  .recruit h2 {
    font-size: 25px;
  }
  .recruit h2 .recruit-box {
    display: block;
  }
  .recruit h2 .recruit-box .a {
    margin: 20px auto;
    margin-bottom: 30px;
  }
  .recruit h2 .recruit-box .a .re-title {
    display: block;
  }
  .recruit h2 .recruit-box .a .re-title img {
    width: 200px;
  }
  .recruit h2 .recruit-box .a .re-img {
    margin-bottom: 10px;
  }
  .recruit-box {
    display: block;
  }
  .recruit-box .a {
    margin: 20px auto;
    margin-bottom: 30px;
  }
  .recruit-box .a .re-title {
    display: block;
  }
  .recruit-box .a .re-title img {
    width: 200px;
  }
  .recruit-box .a .re-img {
    margin-bottom: 10px;
  }
  details.card summary {
    padding-right: 0;
  }
  .info3 p {
    text-align: left;
  }
  .call-box {
    display: block;
  }
  .call-box .call1 {
    padding-bottom: 10px;
  }
  .call-box .call2 {
    padding-left: 0;
  }
}/*# sourceMappingURL=resource.css.map */