.l-pagetitle__inner::after {
  content: "RECRUITMENT";
}

.p-recruitment__guideline {
  margin-top: 20px;
}
@media (min-width: 959px) {
  .p-recruitment__guideline {
    margin-top: 30px;
  }
}
@media (min-width: 1199px) {
  .p-recruitment__guideline {
    margin-top: 50px;
  }
}
.p-recruitment__guideline th {
  width: 200px;
}
.p-recruitment__guideline td.u-alignC {
  border-right: 1px solid #C8C8C8;
}
.p-recruitment__guideline-salary {
  gap: 15px;
  align-items: flex-end;
}
.p-recruitment__guideline-salary dl {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 23px;
  align-items: center;
  max-width: 300px;
}
.p-recruitment__guideline-salary dl dt {
  text-align: center;
  width: 180px;
  color: #fff;
  background-color: #4682A0;
  padding: 5px;
}
.p-recruitment__guideline-salary dl dd {
  width: calc(100% - 23px - 180px);
}
.p-recruitment__flow, .p-recruitment__entry {
  background-color: #002855;
  color: #fff;
  padding: 60px 5%;
}
@media (min-width: 767px) {
  .p-recruitment__flow, .p-recruitment__entry {
    padding: 80px 40px;
  }
}
@media (min-width: 959px) {
  .p-recruitment__flow, .p-recruitment__entry {
    padding: 100px 50px;
  }
}
.p-recruitment__flow dl {
  display: flex;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
}
@media (min-width: 959px) {
  .p-recruitment__flow dl {
    flex-direction: row;
    border-radius: 100px;
    max-width: 1000px;
    margin-inline: auto;
  }
}
.p-recruitment__flow dl:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.p-recruitment__flow dl:not(:last-child)::after {
  content: "";
  width: 35px;
  height: 25px;
  background-color: #4682A0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -40px;
  left: 50%;
  translate: -50% 0;
}
.p-recruitment__flow dl dt, .p-recruitment__flow dl dd {
  padding: 15px;
  font-size: 1.0625rem;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .p-recruitment__flow dl dt, .p-recruitment__flow dl dd {
    padding: 20px;
  }
}
@media (min-width: 959px) {
  .p-recruitment__flow dl dt, .p-recruitment__flow dl dd {
    font-size: 1.25rem;
  }
}
.p-recruitment__flow dl dt {
  font-weight: bold;
  background-color: #4682A0;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 959px) {
  .p-recruitment__flow dl dt {
    width: 180px;
    border-radius: 100px 0 0 100px;
  }
}
.p-recruitment__flow dl dd {
  font-weight: 500;
  color: #002855;
}
@media (min-width: 959px) {
  .p-recruitment__flow dl dd {
    width: calc(100% - 180px);
    text-align: left;
  }
}
.p-recruitment__entry {
  background-color: #DC0514;
  /* .c-commonSub02 {
      margin-bottom: 30px;
      @include pc {margin-bottom: 50px;}
  } */
}
.p-recruitment__entry-inner {
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
@media (min-width: 959px) {
  .p-recruitment__entry-inner {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1199px) {
  .p-recruitment__entry-inner {
    max-width: 1000px;
    margin-inline: auto;
  }
}
@media (min-width: 959px) {
  .p-recruitment__entry-inner dl {
    width: calc((100% - 40px) / 2);
  }
}
.p-recruitment__entry-inner dl dt {
  font-weight: bold;
  font-size: clamp(1.25rem, 1.079rem + 0.728vw, 1.625rem);
  margin-bottom: 1em;
  line-height: 1.5;
}
@media (min-width: 1199px) {
  .p-recruitment__entry-inner dl dt {
    font-size: 1.625rem;
  }
}
.p-recruitment__entry-inner dl dd a {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  position: relative;
  height: 100%;
}
@media (min-width: 959px) {
  .p-recruitment__entry-inner dl dd a {
    border-radius: 20px;
  }
}
.p-recruitment__entry-inner dl dd a.-bnrmynavi {
  text-decoration: none;
  color: #fff;
}
.p-recruitment__entry-inner dl dd a.-bnrmynavi:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 959px) {
  .p-recruitment__entry-inner dl dd a.-bnrmynavi {
    height: 110px;
  }
}
.p-recruitment__entry-inner dl dd a.-bnrmynavi figure {
  padding: 15px 15px 20px;
}
.p-recruitment__entry-inner dl dd a.-bnrmynavi figcaption {
  border-radius: 100px;
  text-align: center;
  background-color: #00ABEB;
  font-weight: bold;
  padding: 0 20px;
  margin-top: 5px;
}
@media (min-width: 959px) {
  .p-recruitment__entry-inner dl dd a.-bnrmynavi figcaption {
    font-size: 0.9375rem;
  }
}
.p-recruitment__entry-inner dl dd a .c-newwindow {
  position: absolute;
  right: 2%;
  bottom: 6%;
}
.p-recruitment__entry-inner dl dd a .c-newwindow svg {
  fill: #00ABEB;
  vertical-align: top;
}
.p-recruitment__entry-inner dl dd a figure {
  padding: 15px;
}
.p-recruitment__entry-inner dl dd a div {
  padding: 15px;
}
.p-recruitment__entry-inner dl.mynavi figure {
  max-width: 438px;
  margin-inline: auto;
}
.p-recruitment__entry-inner dl.entry dd a {
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: flex !important;
  align-items: center;
  gap: 20px;
  padding-right: 15px;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .p-recruitment__entry-inner dl.entry dd a {
    padding-right: 25px;
  }
}
@media (min-width: 959px) {
  .p-recruitment__entry-inner dl.entry dd a {
    border-radius: 20px;
    height: 235px;
  }
}
.p-recruitment__entry-inner dl.entry dd a div {
  width: calc(100% - 20px - 40px);
  text-align: center;
}
@media (min-width: 767px) {
  .p-recruitment__entry-inner dl.entry dd a div {
    width: calc(100% - 20px - 60px);
    padding: 30px 35px;
  }
}
@media (min-width: 959px) {
  .p-recruitment__entry-inner dl.entry dd a div {
    width: 100%;
  }
}
.p-recruitment__entry-inner dl.entry dd a div::before {
  display: none !important;
}
.p-recruitment__entry-inner dl.entry dd a div > span {
  display: block;
  text-align: center;
}
.p-recruitment__entry-inner dl.entry dd a div > span:first-child {
  letter-spacing: 0.2em;
  color: #002855 !important;
  font-family: "Oswald", sans-serif;
  padding-left: 0.2em;
  line-height: 1.1;
  font-size: clamp(2.5rem, 0.936rem + 6.675vw, 5.938rem);
}
.p-recruitment__entry-inner dl.entry dd a div > span:first-child::first-letter {
  color: #DC0514;
}
@media (min-width: 1199px) {
  .p-recruitment__entry-inner dl.entry dd a div > span:first-child {
    font-size: 5.9375rem;
  }
}
.p-recruitment__entry-inner dl.entry dd a div > span:last-child {
  letter-spacing: 0.1em;
  background-color: #002855;
  border-radius: 100px;
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(1.188rem, 1.045rem + 0.607vw, 1.5rem);
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  color: #fff;
}
@media (min-width: 1199px) {
  .p-recruitment__entry-inner dl.entry dd a div > span:last-child {
    font-size: 1.5rem;
  }
}
.p-recruitment__entry-inner dl.entry dd a .c-circleArrow {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  background-color: #002855;
}
@media (min-width: 767px) {
  .p-recruitment__entry-inner dl.entry dd a .c-circleArrow {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 959px) {
  .p-recruitment__entry-inner dl.entry dd a .c-circleArrow {
    position: absolute;
    right: 25px;
  }
}
.p-recruitment__entry-inner dl.entry dd a .c-circleArrow svg {
  fill: #fff;
  height: 20px;
}
@media (min-width: 767px) {
  .p-recruitment__entry-inner dl.entry dd a .c-circleArrow svg {
    height: 25px;
  }
}
.p-recruitment__entry-inner a {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  position: relative;
  text-align: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 959px) {
  .p-recruitment__entry-inner a {
    border-radius: 20px;
    width: calc((100% - 40px) / 2);
  }
}
.p-recruitment__entry-inner a.-bnrmynavi {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 959px) {
  .p-recruitment__entry-inner a.-bnrmynavi {
    height: 110px;
  }
}
.p-recruitment__entry-inner a.-bnrmynavi figure {
  padding: 15px 15px 20px;
}
.p-recruitment__entry-inner a.-bnrmynavi figcaption {
  border-radius: 100px;
  text-align: center;
  background-color: #00ABEB;
  font-weight: bold;
  padding: 0 20px;
  margin-top: 5px;
}
@media (min-width: 959px) {
  .p-recruitment__entry-inner a.-bnrmynavi figcaption {
    font-size: 0.9375rem;
  }
}
.p-recruitment__entry-inner a .c-newwindow {
  position: absolute;
  right: 2%;
  bottom: 6%;
}
.p-recruitment__entry-inner a .c-newwindow svg {
  fill: #00ABEB;
  vertical-align: top;
}
.p-recruitment__entry-inner a figure {
  padding: 15px;
}
.p-recruitment__entry-inner a div {
  padding: 15px;
}

.c-contactRecruit__inner h2 {
  font-size: clamp(1.313rem, 0.914rem + 1.699vw, 2.188rem);
}
@media (min-width: 1199px) {
  .c-contactRecruit__inner h2 {
    font-size: 2.1875rem;
  }
}
/*# sourceMappingURL=recruitment.css.map */