@charset "UTF-8";
/*!
global > Color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > function
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p-recruit .info {
  padding-block: 55px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info {
    padding-block: 130px 134px;
  }
}
.p-recruit .info .container {
  max-width: 946px;
}
.p-recruit .info__heading {
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.17em;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__heading {
    font-size: 1.875rem;
    letter-spacing: 0.3em;
    padding-left: 42px;
    margin-bottom: 104px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .info__heading span {
    position: relative;
    padding: 0 97px;
  }
  .p-recruit .info__heading span::before, .p-recruit .info__heading span::after {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 0;
    margin: auto 0;
    width: 61px;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
  .p-recruit .info__heading span::before {
    left: 0;
  }
  .p-recruit .info__heading span::after {
    right: 0;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
}
.p-recruit .info__heading--h3 {
  position: relative;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--cl-secondary);
  letter-spacing: 0.2em;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__heading--h3 {
    padding: 0 69px 17px;
    font-size: 2.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .info__heading--h3 {
    padding-bottom: 7px;
  }
}
.p-recruit .info__heading--h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 198px;
  height: 1px;
  background: var(--cl-secondary);
}
@media screen and (min-width: 768px) {
  .p-recruit .info__heading--h3::after {
    height: 2px;
  }
}
.p-recruit .info__strength {
  margin-bottom: 58px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__strength {
    margin-bottom: 126px;
  }
}
.p-recruit .info__strength .strength__heading {
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__strength .strength__heading {
    margin-bottom: 44px;
  }
}
.p-recruit .info__strength .strength__list {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__strength .strength__list {
    gap: 7.906295754vw;
  }
}
.p-recruit .info__strength .strength__item {
  position: relative;
  display: flex;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit .info__strength .strength__item {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .info__strength .strength__item:nth-child(odd) {
    justify-content: flex-end;
    min-height: 29.7950219619vw;
  }
  .p-recruit .info__strength .strength__item:nth-child(odd) .strength__content--title {
    padding-right: 28px;
    text-align: right;
  }
  .p-recruit .info__strength .strength__item:nth-child(odd) .strength__content--title::before {
    right: 0;
  }
  .p-recruit .info__strength .strength__item:nth-child(odd) .strength__content--desc {
    text-align: right;
  }
  .p-recruit .info__strength .strength__item:nth-child(odd) .strength__img {
    left: calc(50% - 50vw);
    width: 55.35vw;
  }
  .p-recruit .info__strength .strength__item:nth-child(odd) .strength__img img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1063/584;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .info__strength .strength__item:nth-child(even) {
    min-height: 36.1639824305vw;
  }
  .p-recruit .info__strength .strength__item:nth-child(even) .strength__content--title {
    padding-top: clamp(5rem, 27.5280898876vw + -8.2134831461rem, 8.0625rem);
    padding-left: 35px;
    margin-bottom: clamp(1.25rem, 7.8651685393vw + -2.5252808989rem, 2.125rem);
  }
  .p-recruit .info__strength .strength__item:nth-child(even) .strength__content--title::before {
    left: 0;
  }
  .p-recruit .info__strength .strength__item:nth-child(even) .strength__img {
    top: 79px;
    right: calc(50% - 50vw);
    width: 55.3440702782vw;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .info__strength .strength__img {
    position: absolute;
    top: 55px;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .info__strength .strength__img {
    margin-inline: -25px;
  }
}
.p-recruit .info__strength .strength__content--title {
  margin-bottom: 8px;
  position: relative;
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-recruit .info__strength .strength__content--title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .info__strength .strength__content--title {
    margin-bottom: clamp(1.25rem, 10.1123595506vw + -3.6039325843rem, 2.375rem);
    padding-top: clamp(3.75rem, 15.7303370787vw + -3.8005617978rem, 5.5rem);
    font-size: clamp(1.375rem, 2.808988764vw + 0.0266853933rem, 1.6875rem);
    line-height: 1.65;
  }
  .p-recruit .info__strength .strength__content--title::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: calc(100% - 10px);
    background: var(--cl-white);
  }
}
.p-recruit .info__strength .strength__content--desc {
  font-family: var(--font-serif);
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.825;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-recruit .info__strength .strength__content--desc {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .info__strength .strength__content--desc {
    font-size: clamp(0.875rem, 1.1235955056vw + 0.3356741573rem, 1rem);
    line-height: 2.4;
    letter-spacing: 0.3em;
  }
}
.p-recruit .info__feature {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__feature {
    margin-bottom: 133px;
  }
}
.p-recruit .info__feature .feature__heading {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__feature .feature__heading {
    margin-bottom: 65px;
    padding: 0 45px 17px;
  }
}
.p-recruit .info__feature .feature__desc {
  margin-bottom: 20px;
  font-family: var(--font-serif);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__feature .feature__desc {
    margin-bottom: 33px;
    line-height: 1.5;
    font-size: 1.5625rem;
  }
}
.p-recruit .info__feature .feature__tbl {
  margin-inline: auto;
  width: 796px;
  max-width: 100%;
}
.p-recruit .info__feature .feature__tbl thead th {
  padding: 17px 15px 15px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  background: var(--cl-gray);
}
.p-recruit .info__feature .feature__tbl thead th:nth-child(1) {
  width: 120px;
}
.p-recruit .info__feature .feature__tbl thead th:nth-child(2) {
  width: 340px;
}
.p-recruit .info__feature .feature__tbl thead th:nth-child(3) {
  width: 334px;
}
.p-recruit .info__feature .feature__tbl thead th:not(:last-child) {
  border-right: 1px solid var(--cl-primary);
}
.p-recruit .info__feature .feature__tbl tbody tr {
  border-bottom: 1px solid var(--cl-border);
}
.p-recruit .info__feature .feature__tbl tbody th, .p-recruit .info__feature .feature__tbl tbody td {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: middle;
}
.p-recruit .info__feature .feature__tbl tbody th {
  border-right: 1px solid var(--cl-border);
  color: var(--cl-secondary);
  text-align: center;
}
.p-recruit .info__feature .feature__tbl tbody td {
  padding: 10px 15px;
  height: 139px;
}
.p-recruit .info__feature .feature__tbl tbody td:not(:last-child) {
  border-right: 1px solid var(--cl-border);
}
.p-recruit .info__feature .feature__col {
  padding-inline: 25px;
}
.p-recruit .info__feature .feature__col:not(:last-child) {
  margin-bottom: 60px;
}
.p-recruit .info__feature .feature__col--item {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--cl-white);
}
.p-recruit .info__feature .feature__col--item:not(:last-child) {
  margin-bottom: 20px;
}
.p-recruit .info__feature .feature__col--title {
  margin-bottom: 21px;
  padding: 8px 10px 10px;
  font-size: 0.9375rem;
  font-weight: 500;
  background: var(--cl-gray);
  text-align: center;
}
.p-recruit .info__feature .feature__col--label {
  margin-bottom: 16px;
  color: var(--cl-secondary);
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
}
.p-recruit .info__feature .feature__col--desc {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.p-recruit .info__skill .skill__heading {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__skill .skill__heading {
    margin-bottom: 70px;
    letter-spacing: 0.11em;
    padding: 0 50px 17px;
  }
}
.p-recruit .info__skill .skill__list {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__skill .skill__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 52px 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .info__skill .skill__list {
    align-items: center;
  }
}
.p-recruit .info__skill .skill__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit .info__skill .skill__item:nth-child(1) .skill__icon {
  width: 89px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__skill .skill__item:nth-child(1) .skill__icon {
    width: 92px;
    margin-top: 5px;
    margin-bottom: 21px;
  }
}
.p-recruit .info__skill .skill__item:nth-child(2) .skill__icon {
  width: 88px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__skill .skill__item:nth-child(2) .skill__icon {
    margin-bottom: 20px;
    margin-top: 9px;
  }
}
.p-recruit .info__skill .skill__item:nth-child(3) .skill__icon {
  width: 78px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__skill .skill__item:nth-child(3) .skill__icon {
    margin-bottom: 15px;
  }
}
.p-recruit .info__skill .skill__item:nth-child(4) .skill__icon {
  width: 113px;
}
.p-recruit .info__skill .skill__item:nth-child(5) .skill__icon {
  width: 94px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__skill .skill__item:nth-child(5) .skill__icon {
    margin-bottom: 22px;
    margin-top: 15px;
  }
}
.p-recruit .info__skill .skill__icon {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__skill .skill__icon {
    margin-bottom: 12px;
  }
}
.p-recruit .info__skill .skill__title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.77;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit .info__skill .skill__title {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
}
.p-recruit .career {
  padding-block: 57px;
  background: var(--cl-gray);
}
@media screen and (min-width: 768px) {
  .p-recruit .career {
    padding-block: 136px 141px;
  }
}
.p-recruit .career .container {
  max-width: 948px;
}
.p-recruit .career__sec:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-recruit .career__sec:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .career__sec.sec01 .career__content--img {
    margin-inline: auto;
    width: 66.1818181818%;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .career__sec.sec01 .career__content--desc {
    width: 58.574610245%;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .career__sec.sec02 .career__item:nth-child(odd) .career__content {
    flex-direction: row-reverse;
  }
}
.p-recruit .career__heading {
  position: relative;
  margin-inline: auto;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--cl-secondary);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit .career__heading {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .career__heading {
    margin-bottom: 67px;
    padding: 0 40px 17px;
    font-size: 2.0625rem;
  }
}
.p-recruit .career__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 198px;
  height: 1px;
  background: var(--cl-secondary);
}
@media screen and (min-width: 768px) {
  .p-recruit .career__heading::after {
    height: 2px;
  }
}
.p-recruit .career__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .p-recruit .career__list {
    gap: 60px;
  }
}
.p-recruit .career__title {
  margin-bottom: 18px;
  font-size: 1rem;
  text-align: center;
  font-family: var(--font-serif);
  letter-spacing: 0.14em;
  color: var(--cl-white);
  z-index: 2;
}
.p-recruit .career__title .hl {
  color: var(--cl-secondary);
}
@media screen and (max-width: 767px) {
  .p-recruit .career__title {
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .career__title {
    margin-bottom: 54px;
    font-size: 1.625rem;
  }
}
.p-recruit .career__content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-recruit .career__content {
    padding-inline: 15px;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .career__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .career__content--img {
    width: 35.8574610245%;
  }
}
.p-recruit .career__content--img figcaption {
  padding: 7px;
  display: block;
  width: 100%;
  background: var(--cl-secondary);
  font-family: var(--font-serif);
  font-size: 1rem;
  font-size: clamp(0.75rem, 7.2727272727vw + -0.7045454545rem, 1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--cl-primary);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-recruit .career__content--img figcaption {
    padding: 9px 10px 10px;
    font-size: clamp(0.875rem, 2.2222222222vw + -0.1916666667rem, 1.125rem);
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .career__content--desc {
    width: 57.2383073497%;
  }
}
.p-recruit .career__content--desc p {
  font-family: var(--font-serif);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-recruit .career__content--desc p {
    margin-top: -2px;
    font-size: clamp(0.875rem, 1.1111111111vw + 0.3416666667rem, 1rem);
    line-height: 2.4;
    text-align: left;
  }
}
.p-recruit .requirement {
  padding-block: 60px 55px;
  color: var(--cl-primary);
  background: var(--cl-white);
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement {
    padding-block: 141px 135px;
  }
}
.p-recruit .requirement__heading {
  margin-bottom: 40px;
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.17em;
  color: var(--cl-brown);
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__heading {
    font-size: 1.875rem;
    letter-spacing: 0.3em;
    padding-left: 42px;
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__heading span {
    position: relative;
    padding: 0 97px;
  }
  .p-recruit .requirement__heading span::before, .p-recruit .requirement__heading span::after {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 0;
    margin: auto 0;
    width: 61px;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #42210b 100%);
  }
  .p-recruit .requirement__heading span::before {
    left: 0;
  }
  .p-recruit .requirement__heading span::after {
    right: 0;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #42210b 100%);
  }
}
.p-recruit .requirement__desc {
  margin-bottom: 40px;
  font-family: var(--font-serif);
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__desc {
    margin-bottom: 102px;
    font-size: 1rem;
    line-height: 2.4;
  }
}
.p-recruit .requirement__target {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__target {
    margin-bottom: 89px;
  }
}
.p-recruit .requirement__target .target__heading {
  margin-bottom: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 6px;
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #9f8b4b;
  text-align: center;
  border-bottom: 1px solid #9f8b4b;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__target .target__heading {
    margin-bottom: 60px;
    padding-bottom: 15px;
    font-size: 1.8125rem;
  }
}
.p-recruit .requirement__target .target__img {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__target .target__img {
    margin-bottom: 72px;
  }
}
.p-recruit .requirement__target .target__img img {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__target .target__img img {
    width: 105px;
  }
}
.p-recruit .requirement__target .target__wrap {
  margin-inline: auto;
  max-width: 768px;
  display: flex;
  justify-content: space-between;
  gap: 5px 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit .requirement__target .target__wrap {
    padding-inline: 30px;
    flex-direction: column;
    gap: 3px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-recruit .requirement__target .target__list--item {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__target .target__list--item {
    font-size: 1.125rem;
    letter-spacing: 0.13em;
  }
}
.p-recruit .requirement__target .target__list--item::before {
  content: "●";
  color: #9f8b4b;
}
.p-recruit .requirement__target .target__list--item:not(:last-child) {
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__target .target__list--item:not(:last-child) {
    margin-bottom: 5px;
  }
}
.p-recruit .requirement__tbl {
  margin-inline: auto;
  max-width: 878px;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__tbl {
    display: grid;
    grid-template-columns: 187px 1fr;
    border-top: 1px solid var(--cl-border);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .requirement__tbl {
    padding-inline: 25px;
  }
}
.p-recruit .requirement__tbl--label, .p-recruit .requirement__tbl--desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__tbl--label, .p-recruit .requirement__tbl--desc {
    border-bottom: 1px solid var(--cl-border);
  }
}
.p-recruit .requirement__tbl--label {
  padding: 4px 10px;
  width: 100%;
  background: #ededed;
  font-size: 0.9375rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__tbl--label {
    padding: 20px;
    width: 187px;
    font-size: 1.125rem;
  }
}
.p-recruit .requirement__tbl--desc {
  padding: 20px 0 40px;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__tbl--desc {
    padding: 29px 0 24px 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .requirement__tbl--desc:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .requirement__tbl--desc .sp_center {
    text-align: center;
  }
}
.p-recruit .requirement__tbl--desc > p {
  font-size: 0.8125rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__tbl--desc > p {
    font-size: 1.125rem;
  }
}
.p-recruit .requirement__tbl--desc > p:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__tbl--desc > p:not(:first-child) {
    margin-top: 25px;
  }
}
.p-recruit .requirement__tbl--desc > p.sm {
  font-size: 0.6875rem;
  display: inline-block;
  padding-left: 11px;
  text-indent: -11px;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__tbl--desc > p.sm {
    font-size: 0.9375rem;
    padding-left: 15px;
    text-indent: -15px;
  }
}
.p-recruit .requirement__tbl--desc > p.sm:not(:first-child) {
  margin-top: 8px;
}
.p-recruit .requirement__tbl--desc > p .ident {
  display: inline-block;
  padding-left: 13px;
  text-indent: -13px;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__tbl--desc > p .ident {
    padding-left: 18px;
    text-indent: -18px;
  }
}
.p-recruit .requirement__tbl--desc > p .note {
  font-size: 0.6875rem;
  display: inline-block;
  padding-left: 11px;
  text-indent: -11px;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__tbl--desc > p .note {
    font-size: 0.9375rem;
    padding-left: 15px;
    text-indent: -15px;
  }
}
.p-recruit .requirement__tbl--desc > p a[href^="tel:"] {
  color: #9f8b4b;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-recruit .requirement__tbl--desc > p a[href^="tel:"] {
    font-size: 1.8125rem;
  }
}
/*# sourceMappingURL=recruit.css.map */