/* Sass Document */
.p-recruit {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit {
    padding-bottom: 8rem;
  }
}
.p-recruit .p-link-wrapper {
  margin: 8rem auto 0;
  max-width: 52rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit .p-link-wrapper {
    max-width: inherit;
    margin: 4rem 3rem 0;
  }
}

.p-recruit__main-img {
  max-width: 120rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__main-img {
    width: 100%;
    max-width: inherit;
  }
}

.p-rectuit__ttl {
  text-align: center;
}
.p-rectuit__ttl .u-en {
  color: rgb(53, 63, 170);
  font-size: 12rem;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .p-rectuit__ttl .u-en {
    font-size: 4.2rem;
  }
}
.p-rectuit__ttl .u-jp {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-rectuit__ttl .u-jp {
    font-size: 2rem;
  }
}
.p-rectuit__ttl .c-num {
  display: inline-grid;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgb(53, 63, 170);
  border-radius: 1000px;
  place-content: center;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  margin-right: 1.2rem;
  position: relative;
  top: -0.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-rectuit__ttl .c-num {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.5rem;
    top: -0.4rem;
  }
}

.p-recruit__content {
  padding-top: 14rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__content {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-recruit__content.-content01 {
    background: url(../img/recruit/bg_deco.png) no-repeat top 21rem right/42.9rem auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-recruit__content.-content02 {
    padding-top: 8.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-recruit__content.-content03 {
    padding-top: 8rem;
  }
}

.p-recruit__block.-block01 {
  margin-top: 8.4rem;
  display: flex;
  justify-content: center;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
  background: url(../img/recruit/bg_deco.png) no-repeat top right/67.9rem auto;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block.-block01 {
    display: block;
    padding-inline: 5.5rem;
    margin-top: 5rem;
    background: none;
  }
}
.p-recruit__block.-block01 .p-img-inner {
  max-width: 79rem;
  margin-left: auto;
}
.p-recruit__block.-block01 .p-img-inner img {
  width: 100%;
  height: auto;
}
.p-recruit__block.-block01 .p-img-wrapper {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block.-block01 .p-img-wrapper {
    width: auto;
  }
}
.p-recruit__block.-block01 .p-txt-wrapper {
  width: 50%;
  flex-grow: 1;
  padding-top: 9.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block.-block01 .p-txt-wrapper {
    width: auto;
    padding-top: 3rem;
  }
}
.p-recruit__block.-block01 .p-txt-inner {
  max-width: 50.5rem;
}
.p-recruit__block.-block01 .p-txt-inner .c-ttl {
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block.-block01 .p-txt-inner .c-ttl {
    font-size: 2.2rem;
  }
}
.p-recruit__block.-block01 .p-txt-inner .c-ttl + .c-txt {
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block.-block01 .p-txt-inner .c-ttl + .c-txt {
    margin-top: 1.6rem;
  }
}
.p-recruit__block.-block01 .p-txt-inner .c-txt {
  font-size: 1.8rem;
  color: #000;
  line-height: 2.25;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block.-block01 .p-txt-inner .c-txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.p-recruit__block.-block01 .p-txt-inner .c-txt + .c-txt {
  margin-top: 2em;
}

.u-txtcolor--act1 {
  color: rgb(53, 63, 170);
}

.p-recruit__block.-block02 {
  max-width: 120rem;
  margin: 9.2rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block.-block02 {
    margin-top: 2rem;
    padding-inline: 3rem;
  }
}

.p-wlf__item {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 0px 8rem;
  min-height: 22rem;
  grid-template-areas: "icn ttl" "icn txt";
}
@media screen and (max-width: 767.98px) {
  .p-wlf__item {
    padding-block: 3rem;
    border-bottom: 1px solid rgb(199, 199, 199);
    gap: 0 2rem;
    grid-template-columns: auto 1fr;
    grid-template-areas: "icn ttl" "txt txt";
    align-items: center;
    min-height: inherit;
  }
}
.p-wlf__item .c-icn {
  grid-area: icn;
  background-color: rgb(234, 239, 242);
  display: grid;
  aspect-ratio: 1/1;
  place-content: center;
  width: 22rem;
}
@media screen and (max-width: 767.98px) {
  .p-wlf__item .c-icn {
    width: 8rem;
    height: 8rem;
  }
}
.p-wlf__item .p-ttl-wrapper {
  grid-area: ttl;
  padding-top: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-wlf__item .p-ttl-wrapper {
    padding-top: 0;
  }
}
.p-wlf__item .p-txt-wrapper {
  grid-area: txt;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-wlf__item .p-txt-wrapper {
    margin-top: 2rem;
  }
}
.p-wlf__item .p-txt-wrapper .c-txt {
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .p-wlf__item .p-txt-wrapper .c-txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.p-wlf__item.-item01 .c-icn img {
  width: 6.9rem;
  height: 8.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-wlf__item.-item01 .c-icn img {
    width: 3.8rem;
    height: 4.4rem;
  }
}
.p-wlf__item.-item02 .c-icn img {
  width: 8.9rem;
  height: 9.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-wlf__item.-item02 .c-icn img {
    width: 4.3rem;
    height: 4.4rem;
  }
}
.p-wlf__item.-item03 .c-icn img {
  width: 7.7rem;
  height: 7.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-wlf__item.-item03 .c-icn img {
    width: 4.2rem;
    height: 4rem;
  }
}
.p-wlf__item + .p-wlf__item {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-wlf__item + .p-wlf__item {
    margin-top: 0;
  }
}

.c-wlf__ttl .u-num {
  font-size: 3.6rem;
  color: rgb(53, 63, 170);
  font-weight: 700;
  font-family: "Jost", sans-serif;
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .c-wlf__ttl .u-num {
    font-size: 1.8rem;
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem;
    margin-top: -0.8rem;
  }
}
.c-wlf__ttl .u-jp {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767.98px) {
  .c-wlf__ttl .u-jp {
    font-size: 1.8rem;
  }
}

.p-recruit__block.-block03 {
  max-width: 120rem;
  margin: 8.6rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block.-block03 {
    padding-inline: 3rem;
    margin-top: 5rem;
  }
}

.p-ie__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-ie__item {
  width: 56rem;
}
@media screen and (max-width: 767.98px) {
  .p-ie__item {
    width: auto;
  }
  .p-ie__item + .p-ie__item {
    margin-top: 5rem;
  }
}
.p-ie__item .p-img-wrapper {
  aspect-ratio: 560/380;
  overflow: hidden;
}
.p-ie__item .p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-ie__body {
  padding-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-ie__body {
    padding-top: 3rem;
  }
}
.p-ie__body .c-ttl {
  margin-top: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-ie__body .c-ttl {
    font-size: 1.8rem;
  }
}
.p-ie__body .c-ttl + .c-txt {
  margin-top: 1.6rem;
}
.p-ie__body .c-txt {
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .p-ie__body .c-txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.c-ienum {
  color: rgb(53, 63, 170);
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .c-ienum {
    font-size: 1.4rem;
  }
}

.p-recruit__block.-block04 {
  max-width: 120rem;
  display: flex;
  margin: 12rem auto 0;
  -moz-column-gap: 9.8rem;
       column-gap: 9.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block.-block04 {
    display: block;
    margin-top: 5rem;
    padding-inline: 3rem;
  }
}
.p-recruit__block.-block04 .p-rectuit__ttl {
  flex-shrink: 0;
}
.p-recruit__block.-block04 .p-rectuit__ttl .u-jp {
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block.-block04 .p-rectuit__ttl .u-jp {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block.-block04 .p-txt-wrapper {
    margin-top: 5rem;
  }
}
.p-recruit__block.-block04 .p-txt-wrapper .c-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block.-block04 .p-txt-wrapper .c-ttl {
    font-size: 2.2rem;
  }
}
.p-recruit__block.-block04 .p-txt-wrapper .c-ttl + .c-txt {
  margin-top: 1.6rem;
}
.p-recruit__block.-block04 .p-txt-wrapper .c-txt {
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__block.-block04 .p-txt-wrapper .c-txt {
    font-size: 1.4rem;
  }
}

.p-recruit__message-img {
  max-width: 144rem;
  margin-inline: auto;
}

.p-recruitment {
  max-width: 120rem;
  margin: 9.6rem auto 0;
  padding: 10rem 17rem;
  background-color: #e7ebef;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment {
    padding: 6rem 1.5rem 3rem;
    margin: 8rem 1.5rem 0;
  }
}

.p-recruitment__table {
  margin-top: 5.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__table {
    margin-top: 2rem;
  }
}
.p-recruitment__table > div {
  display: flex;
  align-items: flex-start;
  padding-block: 3rem;
  background-image: repeating-linear-gradient(90deg, rgb(88, 88, 92), rgb(88, 88, 92) 2px, transparent 2px, transparent 5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__table > div {
    display: block;
  }
}
.p-recruitment__table > div dt {
  font-size: 2rem;
  color: rgb(53, 63, 170);
  font-weight: 700;
  width: 19rem;
  flex-shrink: 0;
  padding-inline: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__table > div dt {
    font-size: 1.8rem;
    padding-inline: 0;
  }
}
.p-recruitment__table dd {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.02em;
  padding-right: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__table dd {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 0.4rem;
  }
}
.p-recruitment__table dd * {
  color: #000;
}
.p-recruitment__table .c-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-recruitment__table .c-txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.p-recruitment__table .c-txt + .c-txt {
  margin-top: 2em;
}

.c-contact-btn {
  color: #fff;
  text-decoration: none;
  background-color: rgb(53, 63, 170);
  border: 1px solid rgb(53, 63, 170);
  border-radius: 1000px;
  font-size: 1.8rem;
  display: grid;
  place-content: center;
  font-weight: 700;
  min-height: 10rem;
  width: 100%;
  transition: 0.3s background-color, 0.3s color;
}
@media screen and (max-width: 767.98px) {
  .c-contact-btn {
    font-size: 1.5rem;
    min-height: 5.6rem;
  }
}
@media (any-hover: hover) {
  .c-contact-btn:hover {
    background-color: #fff;
    color: rgb(53, 63, 170);
  }
}
/*# sourceMappingURL=recruit.css.map */