@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@200;300;400;500&family=Noto+Sans+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&text=0123456789&display=swap");
/* -----------------color --------------------------*/
/* -----------------font --------------------------*/
/* -----------------font size --------------------------*/
/* -----------------breakpoint --------------------------*/
/* -----------------mixin --------------------------*/
/* -----------------reset --------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:focus {
  border: none !important;
  box-shadow: none !important;
}

main {
  position: relative;
  z-index: 0;
  background: #FDC2BE;
  background: linear-gradient(90deg, rgb(156, 210, 213) 0%, rgb(253, 194, 190) 100%);
  padding-top: 10vw;
}

.page-header .section-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
  text-align: center;
  color: #252323;
}
@media screen and (min-width: 992px) {
  .page-header .section-title {
    flex-direction: row;
  }
}
.page-header .section-title:after {
  content: "";
  display: none;
}
@media screen and (min-width: 992px) {
  .page-header .section-title:after {
    background-image: url("/assets/images/back-title-pink.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    position: absolute;
    z-index: -1;
    aspect-ratio: 300/280;
    width: 150%;
    height: 1000%;
    top: -250%;
    left: -10%;
    background-position: left top;
  }
}
.page-header .section-title > .subtitle {
  text-align: left;
  margin-left: 0;
}

.recruit-career-detail {
  padding-bottom: 5vw;
}
.recruit-career-detail h2 {
  font-size: clamp(1.563rem, 1.309rem + 1.08vw, 2.188rem);
  display: flex;
  flex-direction: column;
}
.recruit-career-detail h2 > span {
  font-size: clamp(25px, 23.13px + 0.5vw, 30px);
}
.recruit-career-detail table caption {
  border: solid 1px #252323;
  font-size: clamp(20px, 22.66px + 0.1vw, 25px);
}
.recruit-career-detail table th {
  padding: 0.5rem 1rem;
  background-color: #dedede !important;
  border-bottom: solid 1px #252323;
  border-left: solid 1px #252323;
}
.recruit-career-detail table td {
  padding: 0.5rem 1rem;
  border-bottom: solid 1px #252323;
  border-right: solid 1px #252323;
  background-color: #ffffff !important;
}

.page-entry .page-header .section-title {
  flex-direction: column;
}
.page-entry .page-header .section-title:after {
  content: "";
  background-image: url("/assets/images/back-section-title.svg");
}
@media screen and (min-width: 992px) {
  .page-entry .page-header .section-title:after {
    width: auto;
    height: 350%;
    top: -120%;
    left: -30%;
    background-position: left top;
  }
}
.page-entry .btn {
  background-color: #fff9c5;
  border-radius: 1rem;
}/*# sourceMappingURL=recruit-detail.css.map */