/* Sass Document */
.p-policy {
  padding-top: 13.4rem;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-policy {
    padding-top: 7.4rem;
    padding-bottom: 5.5rem;
  }
}

.p-recruit__ttl .u-en {
  font-size: 14rem;
  font-weight: 900;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__ttl .u-en {
    font-size: 4.6rem;
  }
}
.p-recruit__ttl .u-flex {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__ttl .u-flex {
    display: block;
  }
}
.p-recruit__ttl .u-jp {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__ttl .u-jp {
    display: block;
    font-size: 2rem;
  }
}

.p-recruit__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-heading__txt {
  font-size: 2.4rem;
  line-height: 2.3333333333;
  font-weight: 700;
  margin-top: 4.2rem;
}
@media screen and (max-width: 767.98px) {
  .c-heading__txt {
    margin-top: 3rem;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.u-bgcolor--black {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 8%, rgb(0, 0, 0) 8%, rgb(0, 0, 0) 100%);
  color: #fff;
  padding-inline: 0.2em;
}

.p-policy__list {
  margin-top: 7.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-policy__list {
    margin-top: 4rem;
  }
}

.p-policy__item {
  position: relative;
}
.p-policy__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 37.4rem);
  width: 44.4rem;
  height: 50rem;
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .p-policy__item::after {
    width: 22rem;
    left: 20%;
    height: 30rem;
  }
}
.p-policy__item:first-of-type::after {
  width: 34.4rem;
  left: calc(50% - 30.4rem);
  background-image: url(../img/recruit/num01.svg);
}
@media screen and (max-width: 767.98px) {
  .p-policy__item:first-of-type::after {
    width: 18rem;
    left: 20%;
  }
}
.p-policy__item:nth-of-type(2) {
  margin-top: 4.4rem;
}
.p-policy__item:nth-of-type(2)::after {
  left: auto;
  right: -4rem;
  background-image: url(../img/recruit/num02.svg);
}
@media screen and (max-width: 767.98px) {
  .p-policy__item:nth-of-type(2)::after {
    right: auto;
    left: 20%;
  }
}
.p-policy__item:nth-of-type(2) .p-policy__body {
  padding-top: 3.5rem;
  padding-bottom: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-policy__item:nth-of-type(2) .p-policy__body {
    padding: 0;
  }
}
.p-policy__item:nth-of-type(2) .p-policy__body .p-policy__ttl {
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-policy__item:nth-of-type(2) .p-policy__body .p-policy__ttl {
    margin-bottom: 1.6rem;
  }
}
.p-policy__item:nth-of-type(3) {
  margin-top: 7rem;
}
.p-policy__item:nth-of-type(3)::after {
  background-image: url(../img/recruit/num03.svg);
}
@media screen and (max-width: 767.98px) {
  .p-policy__item:nth-of-type(3) {
    margin-top: 4.4rem;
    background-position: 50% 0;
    background-size: 23.2rem auto;
  }
}
.p-policy__item:nth-of-type(even) .p-policy__inner {
  flex-direction: row-reverse;
}
.p-policy__item:nth-of-type(even) .p-policy__img .img01 {
  margin-left: 0;
}
.p-policy__item:nth-of-type(even) .p-policy__img .img02 {
  margin-left: auto;
}

@media screen and (max-width: 767.98px) {
  .p-policy__img {
    margin-top: 2rem;
  }
}

.p-policy__item {
  background-repeat: no-repeat;
}

.p-policy__inner {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  min-height: 53rem;
}
@media screen and (max-width: 767.98px) {
  .p-policy__inner {
    display: block;
    min-height: inherit;
    padding-top: 0;
  }
}

.p-policy__num {
  color: #00b315;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.p-policy__num .u-line {
  font-size: 2rem;
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
.p-policy__num .u-line::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 0.3rem;
  background-color: #00b315;
  left: 0;
  right: 0;
}
.p-policy__num .u-num {
  font-size: 3.6rem;
}

.p-policy__body {
  flex-grow: 1;
  max-width: 56rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-policy__body {
    max-width: inherit;
    padding: 0;
  }
}
.p-policy__body p {
  text-align: justify;
}

.p-policy__ttl {
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-policy__ttl {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
}

.p-policy__img {
  width: 54.1rem;
  flex-shrink: 0;
  display: grid;
}
@media screen and (max-width: 767.98px) {
  .p-policy__img {
    display: block;
    width: auto;
  }
}
.p-policy__img .img01 {
  max-width: 46rem;
  display: block;
  grid-column: 1;
  grid-row: 1;
  margin-left: auto;
  aspect-ratio: 46/38;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .p-policy__img .img01 {
    max-width: inherit;
    width: 76%;
  }
}
.p-policy__img .img02 {
  max-width: 29rem;
  aspect-ratio: 29/23;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  grid-column: 1;
  grid-row: 1;
  margin-top: 30.3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-policy__img .img02 {
    max-width: inherit;
    width: 67%;
    margin-top: -5rem;
  }
}

.p-faq {
  padding-bottom: 8rem;
}
.p-faq .p-link-wrapper {
  margin-top: 4.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .p-faq .p-link-wrapper {
    margin-top: 3rem;
  }
}
.p-faq .p-link-wrapper .c-link {
  margin-left: auto;
  font-size: 2rem;
  color: currentColor;
  font-weight: 700;
  position: relative;
  padding-left: 5rem;
}
@media (any-hover) {
  .p-faq .p-link-wrapper .c-link {
    transition: 0.3s;
  }
  .p-faq .p-link-wrapper .c-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-faq .p-link-wrapper .c-link {
    font-size: 1.6rem;
    padding-left: 4.4rem;
  }
}
.p-faq .p-link-wrapper .c-link::before, .p-faq .p-link-wrapper .c-link::after {
  content: "";
  position: absolute;
}
.p-faq .p-link-wrapper .c-link::before {
  left: 0;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100vw;
  top: 54%;
  transform: translateY(-50%);
  background-color: #1d1d1d;
}
@media screen and (max-width: 767.98px) {
  .p-faq .p-link-wrapper .c-link::before {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.p-faq .p-link-wrapper .c-link::after {
  width: 1.9rem;
  height: 1.5rem;
  background-color: #fff;
  z-index: 1;
  left: 1.3rem;
  top: 55%;
  transform: translateY(-50%);
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.41 11.41"><title>arrow</title><polygon  points="8.71 0 7.29 1.41 10.59 4.71 0 4.71 0 6.71 10.59 6.71 7.29 10 8.71 11.41 14.41 5.71 8.71 0"/></svg>') no-repeat center center/100% 100%;
          mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.41 11.41"><title>arrow</title><polygon  points="8.71 0 7.29 1.41 10.59 4.71 0 4.71 0 6.71 10.59 6.71 7.29 10 8.71 11.41 14.41 5.71 8.71 0"/></svg>') no-repeat center center/100% 100%;
}
@media screen and (max-width: 767.98px) {
  .p-faq .p-link-wrapper .c-link::after {
    width: 1.7rem;
    height: 1.4rem;
    left: 1.1rem;
  }
}
.p-faq .p-link-wrapper .c-link span {
  display: inline-block;
  border-bottom: 3px solid #1d1d1d;
  padding-bottom: 0.5rem;
}

.p-faq__content {
  padding-top: 10.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq__content {
    padding-top: 6.4rem;
  }
}

.p-faq__block {
  background-color: #fff;
  width: 100%;
  padding: 6rem 8rem;
  border-radius: 1rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq__block {
    margin-top: 3.3rem;
    padding: 3rem 2rem;
  }
}
.p-faq__block + .p-faq__block {
  margin-top: 3rem;
}

.p-faq__txt-wrapper {
  display: flex;
  gap: 0 2.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq__txt-wrapper {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }
}
.p-faq__txt-wrapper .p-faq__icn {
  font-size: 4.8rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-faq__txt-wrapper .p-faq__icn {
    font-size: 3.7rem;
  }
}

.p-faq__question .p-faq__icn {
  color: #00b315;
}
.p-faq__question .p-faq__txt {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-faq__question .p-faq__txt {
    font-size: 1.8rem;
  }
}

.p-faq__answer {
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq__answer {
    margin-top: 2.2rem;
  }
}
.p-faq__answer .p-faq__txt {
  padding-top: 0.5rem;
}

.p-flow {
  padding-top: 8.4rem;
  padding-bottom: 8.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow {
    padding-block: 5.4rem;
  }
}

.p-flow__list {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__list {
    margin-top: 2.5rem;
  }
}

.p-flow__item {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item {
    padding-bottom: 2rem;
  }
}
.p-flow__item:first-of-type {
  position: relative;
}
.p-flow__item:first-of-type::before {
  content: "";
  position: absolute;
  background: url(../img/recruit/img_flow-deco.png) no-repeat bottom center/contain;
  width: 81.2rem;
  height: 18.2rem;
  bottom: 100%;
  right: -6.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item:first-of-type::before {
    width: auto;
  }
}
.p-flow__item:not(:last-of-type) {
  margin-bottom: 7.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item:not(:last-of-type) {
    margin-bottom: 4.9rem;
  }
}
.p-flow__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 15rem;
  height: 3.8rem;
  background: url(../img/recruit/icn_flow_arrow.svg) no-repeat center center/100% 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item:not(:last-of-type)::after {
    width: 8rem;
    bottom: -4.6rem;
  }
}
.p-flow__item .p-comment {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -3rem;
  right: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item .p-comment {
    width: calc(100% - 4rem);
    right: 0;
    left: 0;
    margin-inline: auto;
    bottom: 0;
    position: relative;
  }
}
.p-flow__item .p-comment.u-middle .p-balloon {
  padding-right: 3.3rem;
  padding-left: 2.5rem;
  max-width: 35rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item .p-comment.u-middle .p-balloon {
    max-width: inherit;
  }
}
.p-flow__item .p-comment.u-large {
  right: 1rem;
}
.p-flow__item .p-comment.u-large .p-balloon {
  max-width: 38.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item .p-comment.u-large .p-balloon {
    max-width: inherit;
  }
}
.p-flow__item .p-comment .c-icn {
  width: 7.7rem;
  height: 7.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item .p-comment .c-icn {
    width: 6rem;
    height: 6rem;
    flex-shrink: 0;
  }
}
.p-flow__item .p-comment .p-balloon {
  margin-left: 3rem;
  border-radius: 100vw;
  background-color: #ffdd00;
  max-width: 36.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 3.6rem 0.3rem 3.9rem;
  min-height: 6rem;
  display: grid;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item .p-comment .p-balloon {
    padding: 1rem 1.5rem !important;
    margin-left: 2rem;
    border-radius: 2rem;
    flex-grow: 1;
  }
}
.p-flow__item .p-comment .p-balloon::before {
  content: "";
  position: absolute;
  right: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.2rem;
  background-color: #ffdd00;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.p-flow__item .p-comment .p-balloon p {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.p-flow__item .p-comment .p-balloon p .u-txtsize--large {
  font-size: 2rem;
}

.p-flow__inner {
  padding: 6rem 6.8rem 5.4rem 3.3rem;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 19rem 1fr;
  grid-template-rows: auto auto;
  gap: 0px 3.2rem;
  grid-template-areas: "num ttl" "num txt";
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-flow__inner {
    padding: 2rem;
    grid-template-columns: 6.7rem 1fr;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-template-areas: "num ttl" "txt txt";
  }
}
.p-flow__inner .c-step {
  text-align: center;
  color: #00b315;
  font-weight: 800;
  display: inline-flex;
  flex-direction: column;
  grid-area: num;
}
.p-flow__inner .c-step .u-txt {
  font-size: 3rem;
  line-height: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-flow__inner .c-step .u-txt {
    font-size: 1.5rem;
  }
}
.p-flow__inner .c-step .u-txt::before, .p-flow__inner .c-step .u-txt::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 1em;
  background-color: #00b315;
}
.p-flow__inner .c-step .u-txt::before {
  left: -1.5rem;
  transform: rotate(-25deg);
}
@media screen and (max-width: 767.98px) {
  .p-flow__inner .c-step .u-txt::before {
    left: -0.8rem;
  }
}
.p-flow__inner .c-step .u-txt::after {
  right: -1.5rem;
  transform: rotate(25deg);
}
@media screen and (max-width: 767.98px) {
  .p-flow__inner .c-step .u-txt::after {
    right: -0.8rem;
  }
}
.p-flow__inner .c-step .u-num {
  font-size: 12rem;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-flow__inner .c-step .u-num {
    font-size: 3.1rem;
  }
}
.p-flow__inner .c-txt {
  grid-area: txt;
}
.p-flow__inner .c-txt a {
  text-decoration: underline;
  color: currentColor;
}

.p-flow__item-ttl {
  font-size: 4.2rem;
  font-weight: 900;
  grid-area: ttl;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item-ttl {
    font-size: 3rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
}
.p-flow__item-ttl .u-txtsize--small {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  top: -0.4em;
}
@media screen and (max-width: 767.98px) {
  .p-flow__item-ttl .u-txtsize--small {
    font-size: 1.4rem;
  }
}

.p-job-description {
  padding-top: 11.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-job-description {
    padding-top: 5.5rem;
  }
}

.p-job-description__content {
  border: 3px solid #000;
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-job-description__content {
    margin-top: 2rem;
  }
}

.p-change-tabs {
  display: flex;
}

.p-change-tab__list {
  width: 33.3333%;
  min-height: 9rem;
}
@media screen and (max-width: 767.98px) {
  .p-change-tab__list {
    min-height: 4rem;
  }
}
.p-change-tab__list:not(:first-of-type) {
  border-left: 1px solid #fff;
}

.p-change-tab__btn {
  width: 100%;
  text-align: center;
  height: 100%;
  display: grid;
  font-size: 2.4rem;
  font-weight: 700;
  place-content: center;
  cursor: pointer;
  background-color: #000;
  color: #fff;
}
@media (any-hover) {
  .p-change-tab__btn {
    transition: 0.3s;
  }
  .p-change-tab__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-change-tab__btn {
    padding: 0.8rem 0.1rem 1rem;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.p-change-tab__btn.is-current {
  background-color: #00b315;
}
@media (any-hover: hover) {
  .p-change-tab__btn.is-current:hover {
    opacity: 1;
  }
}

.p-job-description__block {
  padding: 6rem 8.2rem 9.6rem;
  display: none;
}
@media screen and (max-width: 767.98px) {
  .p-job-description__block {
    padding: 0 0 3rem;
  }
}
.p-job-description__block.is-current {
  display: block;
}
.p-job-description__block .p-btn-wrapper {
  margin: 6rem auto 0;
  max-width: 52rem;
}
@media screen and (max-width: 767.98px) {
  .p-job-description__block .p-btn-wrapper {
    width: calc(100% - 4rem);
    margin-top: 3rem;
  }
}

.p-job-description__table {
  width: 100%;
}
.p-job-description__table tr:first-of-type th,
.p-job-description__table tr:first-of-type td {
  border-top: 1px solid #d2d2d2;
}
@media screen and (max-width: 767.98px) {
  .p-job-description__table tr:first-of-type th,
.p-job-description__table tr:first-of-type td {
    padding: 0.5rem 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-job-description__table tr:first-of-type td {
    padding-block: 1rem;
  }
}
.p-job-description__table th {
  width: 24rem;
  font-weight: 700;
  vertical-align: middle;
  line-height: 2;
  padding-right: 1em;
}
.p-job-description__table th.u-vt {
  vertical-align: top;
}
@media screen and (max-width: 767.98px) {
  .p-job-description__table th.u-vt {
    vertical-align: middle;
  }
}
.p-job-description__table th,
.p-job-description__table td {
  padding: 3rem 0;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 767.98px) {
  .p-job-description__table th,
.p-job-description__table td {
    width: 100%;
    padding: 2rem 2rem;
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .p-job-description__table th {
    border-bottom: none;
    padding-block: 0.5rem;
    background-color: #eaf7da;
  }
}
@media screen and (max-width: 767.98px) {
  .p-job-description__table td {
    padding-block: 1rem;
  }
}
.p-job-description__table p + p {
  margin-top: 2em;
}
.p-job-description__table td {
  border-top: none;
}
.p-job-description__table dl + dl {
  margin-top: 2em;
}
.p-job-description__table dt,
.p-job-description__table dd {
  font-size: 1.6rem;
  line-height: 2;
}
.p-job-description__table .c-note li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-message {
  background: url(../img/recruit/ttl_message.svg) #00b315 no-repeat top 17.8rem center/121.8rem auto;
  padding-top: 23rem;
  max-width: 117rem;
  margin-inline: auto;
  border-radius: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-message {
    padding-top: 7.5rem;
    padding-bottom: 4.2rem;
    background-position: top 3.7rem center;
    background-size: calc(100% - 4rem) auto;
  }
}

.p-message__ttl {
  text-align: center;
  font-size: 6.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2857142857;
}
@media screen and (max-width: 767.98px) {
  .p-message__ttl {
    font-size: 2.8rem;
  }
}

.p-message__img-wrapper {
  margin-top: 9.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-message__img-wrapper {
    margin-top: 3rem;
  }
}

.p-message__txt-wrapper .c-txt {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-message__txt-wrapper .c-txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.p-message__txt-wrapper .c-txt + .c-txt {
  margin-top: 2em;
}
.p-message__txt-wrapper .c-txt .u-bgcolor--white {
  background-color: #fff;
  color: #00b315;
}

.p-message__body {
  max-width: 107.3rem;
  margin: 8.6rem auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: clip;
}
@media screen and (max-width: 767.98px) {
  .p-message__body {
    margin-top: 3.6rem;
    display: block;
  }
}

.p-messge__body-img {
  width: 35rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-messge__body-img {
    width: 25.2rem;
    margin-left: auto;
    margin-top: -2.3rem;
  }
}
/*# sourceMappingURL=recruit.css.map */