body {
  font-weight: 500;
}

body:not(.home) main {
  background-image: none;
  background-size: auto;
}

.contents {
  margin-top: 0;
  padding-top: 130px;
}

.page-recruit h2 {
  all: revert;
}
.page-recruit .newsbox {
  position: relative;
  border: #1FA1DB 1px solid;
  margin-top: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page-recruit .newsbox .new {
  width: 90px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  color: #1FA1DB;
  text-align: center;
}
.page-recruit .newsbox .vol {
  border-left: #1FA1DB 1px solid;
  padding: 10px 40px 10px 15px;
}
.page-recruit .newsbox .num {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.25;
  margin-right: 0.5em;
}
.page-recruit .newsbox h2 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
}
.page-recruit .newsbox a:link, .page-recruit .newsbox a:visited {
  color: #333;
}
.page-recruit .newsbox:hover {
  background-color: #C5E7F6;
  cursor: pointer;
}
.page-recruit .newsbox::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "\ea4a";
  font-family: remixicon;
  font-size: 2.4rem;
  line-height: 1;
  color: #1FA1DB;
}
.page-recruit .catch {
  container-type: inline-size;
  color: #2BB892;
  margin-top: -100px;
}
.page-recruit .catch h2 {
  font-size: 10cqw;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 30px;
}
.page-recruit .catch p {
  font-size: 4.2cqw;
  font-weight: 900;
}
.page-recruit .localnav {
  list-style: none;
  margin: 0;
  padding: 10px;
  border: #1FA1DB 1px solid;
  border-radius: 26px;
}
.page-recruit .localnav li {
  border-left: #ccc 1px solid;
  padding: 0 10px;
}
.page-recruit .localnav li:first-child {
  border-left: none;
}
.page-recruit .post-item .item {
  padding: 0 20px;
}
.page-recruit .post-item h2 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.page-recruit .post-item .btn {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  width: fit-content;
  min-width: 200px;
  border-radius: 24px;
}
.page-recruit .post-item .btn:link, .page-recruit .post-item .btn:visited {
  background-color: #1FA1DB;
}
.page-recruit .post-item .btn:hover {
  background-color: #000;
}
.page-recruit .post-item .btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "\ea6c";
  font-family: remixicon;
  font-size: 1.4rem;
  vertical-align: middle;
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.page-recruit .post-item .btn.btn.disabled {
  background-color: rgba(102, 102, 102, 0.5);
}
.page-recruit .post-item .text-btn {
  display: inline-block;
}
.page-recruit .hr-none {
  padding-top: 100px;
  border: none;
}

/* post */
.post-recruit .page-title {
  font-size: 4.2rem;
  font-weight: 900;
}
.post-recruit h2 {
  position: relative;
  background: #ECE2BB;
  font-size: 2.4rem;
  color: #333;
  margin: 0 0 30px;
  padding: 1rem 2rem calc(1rem + 10px);
  border-bottom: none;
}
.post-recruit h2:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #707070;
}
.post-recruit h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2BB892;
}
.post-recruit .caption {
  font-size: 1.4rem;
  color: #666;
}
.post-recruit .lead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  color: #2BB892;
  margin-bottom: 50px;
}
.post-recruit figure.wp-block-image img {
  border-radius: 10px;
}
.post-recruit .point {
  position: relative;
  background-color: #F9F6EC;
  border: #ECE2BB 1px solid;
  margin-top: 50px;
  padding: 3% 3% 3% 8%;
}
.post-recruit .point h4 {
  font-size: 2.4rem;
  font-weight: 900;
  color: #f90;
  margin-top: 0;
}
.post-recruit .point .wp-block-list {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 0;
}
.post-recruit .point::after {
  position: absolute;
  top: -8px;
  left: 5px;
  content: "\eae4";
  font-family: remixicon;
  font-size: 4rem;
  line-height: 1;
  color: #f90;
}
.post-recruit .btn-outline {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1FA1DB;
  padding: 14px 40px;
  text-align: center;
  width: fit-content;
  min-width: 200px;
  border-radius: 25px;
}
.post-recruit .btn-outline:link, .post-recruit .btn-outline:visited {
  background-color: #fff;
  border: #1FA1DB 1px solid;
}
.post-recruit .btn-outline:hover {
  background-color: #f90;
  border: #f90 1px solid;
  color: #fff;
}
.post-recruit .btn-outline::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "\ea6c";
  font-family: remixicon;
  font-size: 1.4rem;
  vertical-align: middle;
  padding-left: 10px;
}

/* @media */
@media (max-width: 992px) {
  .page-recruit .catch {
    margin-top: 0;
  }
  .page-recruit .localnav {
    padding: 5px;
  }
  .page-recruit .localnav li {
    padding: 0 6px;
  }
}
@media (max-width: 768px) {
  .contents-body {
    padding: 50px 0;
  }
  .page-recruit .newsbox .new {
    width: auto;
    height: auto;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: left;
    padding: 15px 0 0 15px;
  }
  .page-recruit .newsbox .vol {
    border-left: none;
  }
  .page-recruit .localnav {
    padding: 10px;
    border: none;
    border-radius: 0;
  }
  .page-recruit .localnav li {
    border-bottom: #ccc 1px solid;
    border-left: none;
    padding: 0;
  }
  .page-recruit .localnav li a {
    display: block;
    padding: 10px 15px;
  }
  .page-recruit .localnav li:first-child {
    border-top: #ccc 1px solid;
  }
  /* post */
  .post-recruit .page-title {
    font-size: 3rem;
  }
  .post-recruit .point h4 {
    margin-top: 30px;
  }
  .post-recruit .point::after {
    font-size: 3rem;
  }
}/*# sourceMappingURL=custom.css.map */