p, .step-content {
  font-size: 1.8rem;
  line-height: 1.7;
}
.container {
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.rec-p_subtt1{
  font-size: 2.5rem;
  line-height: 1.7;
}
.no-scroll {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

iframe {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.fw-b {
  font-weight: bold;
}

.fsi {
  font-style: italic;
}

.t-up {
  text-transform: uppercase;
}

.tabBtn {
  cursor: pointer;
}

.gItem {
  cursor: pointer;
}

.global-title {
  max-width: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #336;
}

.blocker {
  z-index: 999;
}

.mona-content {
  font-size: 1.8rem;
  color: #000000;
}
.mona-content b,
.mona-content strong {
  font-weight: 700;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 2.4rem;
  margin-top: 2.4rem;
  font-weight: 700;
  color: #000;
}
.mona-content h1 {
  font-size: 2.4rem;
}
.mona-content h2 {
  font-size: 2.2rem;
}
.mona-content h3 {
  font-size: 2rem;
}
.mona-content h4 {
  font-size: 1.8rem;
}
.mona-content h5 {
  font-size: 1.6rem;
}
.mona-content h6 {
  font-size: 1.6rem;
}
.mona-content p {
  margin: 1.6rem 0;
}
.mona-content ul,
.mona-content ol {
  margin: 1.6rem 0;
  list-style-position: outside;
  margin-left: 2.4rem;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1rem;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto;
  margin: 1.6rem 0;
}
.mona-content blockquote {
  background: #f9f9f9;
  margin: 1.6rem 0;
  background-color: #e2f1ff;
  padding: 10px;
  position: relative;
  padding-left: 3.4rem;
}
.mona-content blockquote::before {
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/blog/active-star.png");
  filter: brightness(0) saturate(100%) invert(79%) sepia(94%) saturate(403%)
    hue-rotate(336deg) brightness(98%) contrast(101%);
}
.mona-content blockquote p {
  display: inline;
}
.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1.6rem 0;
  border: 1px solid rgba(128, 128, 128, 0.501961);
}
.mona-content table th,
.mona-content table td {
  border-right: 1px solid rgba(128, 128, 128, 0.501961);
  border-bottom: 1px solid rgba(128, 128, 128, 0.501961);
  padding: 5px 10px;
  vertical-align: middle;
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}
.mona-content a {
  color: #000;
  font-weight: 700;
  transition: all 0.5s ease;
}
.mona-content a:hover {
  text-decoration: underline;
  color: #000;
}
.mona-content li {
  margin: 0.5rem 0;
}
.mona-content figure {
  width: fit-content;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  margin-right: auto;
  margin-left: auto;
}
.mona-content figure img {
  margin: 0;
}
.mona-content figcaption {
  font-style: italic;
  font-size: 1.6rem;
  text-align: center;
  color: #333;
}
.mona-content .img-full img {
  width: 100%;
}
.mona-content table {
  width: 100%;
}
.mona-content table td {
  vertical-align: middle;
  text-align: center;
}
.mona-content table th,
.mona-content table td {
  padding: 1.05rem 1.5rem;
}
.mona-content table td {
  background-color: transparent;
}
.mona-content table tbody {
  background-color: #fff;
}
.mona-content table tr:nth-child(even) {
  background-color: rgba(128, 128, 128, 0.0705882);
}
.mona-content .table-resp {
  overflow-x: auto;
  margin-bottom: 3rem;
}
.m-contact{
  background: #ffff;
}
.m-contact-form {
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .mona-content .table-resp th,
  .mona-content .table-resp td {
    min-width: 20rem;
  }
}
.mona-content .wp-caption {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mona-content .img-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mona-content .iframe-wrap iframe {
  border-radius: 0;
  width: 100%;
  height: calc(100vw * (500 / 1728));
  min-height: 20rem;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
  .is-pc {
    display: none !important;
  }
}

.p-recruit {
  overflow: hidden auto;
}
.p-recruit ul {
  padding-left: 0;
}
.p-recruit .btn.popup-with-form {
  max-width: 312px;
  width: 18.5%;
  position: absolute;
  top: 78.8125%;
  left: 21.6458%;
}
.p-recruit .btn.popup-with-form img {
  width: 100%;
  height: auto;
}
/* .p-recruit .mv {
  position: relative;
}
.p-recruit .mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.p-recruit .blocker {
  background: rgba(217, 217, 217, 0.6);
}
.p-recruit .select2-container--open .select2-dropdown {
  top: 0.5rem;
}

.modal-recruit.modal {
  background: #025899;
  box-shadow: none;
  max-width: 615px;
  padding: 0 30px 30px;
  width: 100%;
  margin: 0 auto;
  display: none;
}
.modal-recruit.modal a.close-modal {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .modal-recruit.modal {
    padding: 0 16px 16px;
  }
}

.recruit-user {
  margin-top: -53px;
  display: flex;
  justify-content: center;
}
.recruit-user img {
  width: 106px;
  height: 106px;
}

.recruit-tt {
  font-size: 3rem;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(90deg, #dfaa23 0%, #fbf08d 47.92%, #dfaa23 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .recruit-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-tt {
    font-size: 2.4rem;
  }
}

.recruit-header {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.recruit-txt {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.8rem;
}

.recruit-form .form-inner {
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
}

.recruit-form input,
.recruit-form textarea {
  font-family: "Roboto";
  width: 100% !important;
  font-size: 1.8rem;
  color: #2b2b2b;
  line-height: 1.5;
  border-radius: 50px;
  padding: 8px 2.8rem;
  border: 1px solid transparent;
  transition: 0.3s ease;
}
@media screen and (max-width: 576px) {
  .recruit-form input,
  .recruit-form textarea {
    padding: 0.8rem 1.2rem;
  }
}
.recruit-form input:focus-visible,
.recruit-form input:hover,
.recruit-form textarea:focus-visible,
.recruit-form textarea:hover {
  outline: none;
  border-color: #dfaa23;
}
.recruit-form input::placeholder,
.recruit-form textarea::placeholder {
  color: #2b2b2b;
}

.recruit-form select {
  padding: 1.2rem 2.4rem;
}
@media screen and (max-width: 576px) {
  .recruit-form select {
    padding: 0.9rem 1.2rem;
  }
}

.recruit-form .select2,
.recruit-form select {
  font-family: "Roboto";
  width: 100% !important;
  border-radius: 5rem;
  border: 0.1rem solid #fff;
  outline: none;
  background-color: #fff;
  text-align: left;
  overflow: hidden;
  transition: 0.3s ease;
  font-size: 1.8rem;
  color: #2b2b2b;
  line-height: 1.5;
  cursor: pointer;
}
.recruit-form .select2:focus-visible,
.recruit-form .select2:hover,
.recruit-form select:focus-visible,
.recruit-form select:hover {
  outline: none;
  border-color: #fff;
}
.recruit-form .select2.select2-container--open,
.recruit-form select.select2-container--open {
  border-color: #fff;
}
.recruit-form
  .select2.select2-container--open
  .select2-selection--multiple::after,
.recruit-form
  select.select2-container--open
  .select2-selection--multiple::after {
  transform: translateY(-50%) rotate(180deg) !important;
}
.recruit-form .select2.select2-container--open.select2-container--above,
.recruit-form select.select2-container--open.select2-container--above {
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
}
.recruit-form
  .select2.select2-container--open.select2-container--above
  .select2-selection:focus-visible,
.recruit-form
  select.select2-container--open.select2-container--above
  .select2-selection:focus-visible {
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
}
.recruit-form .select2.select2-container--open.select2-container--below,
.recruit-form select.select2-container--open.select2-container--below {
  border-bottom-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
.recruit-form
  .select2.select2-container--open.select2-container--below
  .select2-selection:focus-visible,
.recruit-form
  select.select2-container--open.select2-container--below
  .select2-selection:focus-visible {
  border-bottom-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
.recruit-form .select2 .select2-selection,
.recruit-form select .select2-selection {
  padding: 0.8rem 2.8rem;
  padding-right: 3.6rem;
  background-color: #f5f5f5;
  border: none;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .recruit-form .select2 .select2-selection,
  .recruit-form select .select2-selection {
    padding: 0.8rem 3.6rem 0.8rem 1.2rem;
  }
}
.recruit-form .select2 .select2-selection:focus-visible,
.recruit-form select .select2-selection:focus-visible {
  outline-color: #fff;
  border-radius: 0.8rem;
  transition: border-radius 0.5s ease;
}
.recruit-form .select2 .select2-selection.select2-selection--multiple,
.recruit-form select .select2-selection.select2-selection--multiple {
  min-height: 4.5rem;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .recruit-form .select2 .select2-selection.select2-selection--multiple,
  .recruit-form select .select2-selection.select2-selection--multiple {
    min-height: 3.9rem;
  }
}
.recruit-form .select2 .select2-selection.select2-selection--multiple::after,
.recruit-form select .select2-selection.select2-selection--multiple::after {
  content: "";
  position: absolute;
  top: 50% !important;
  right: 1.6rem !important;
  width: 1.9rem !important;
  height: 1.9rem !important;
  transform: translateY(-50%);
  transition: transform 0.5s;
  background-image: url("../images/recruit/icon_arr_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.recruit-form .select2 .select2-selection__choice,
.recruit-form select .select2-selection__choice {
  margin: 0;
}
.recruit-form .select2 .select2-selection__rendered,
.recruit-form select .select2-selection__rendered {
  padding: 0 !important;
  font-size: 1.8rem;
  color: #2b2b2b;
  line-height: 1.5;
  cursor: pointer;
}
.recruit-form .select2 .select2-selection__placeholder,
.recruit-form select .select2-selection__placeholder {
  font-size: 1.8rem;
  color: #2b2b2b;
  line-height: 1.5;
}
.recruit-form .select2 .select2-selection--single,
.recruit-form select .select2-selection--single {
  height: auto;
}
.recruit-form .select2 .select2-selection__arrow,
.recruit-form select .select2-selection__arrow {
  top: 50% !important;
  right: 1.6rem !important;
  transform: translateY(-50%);
  width: 1.8rem !important;
  height: 1.8rem !important;
  transition: transform 0.5s;
}
.recruit-form .select2 .select2-selection__arrow::after,
.recruit-form select .select2-selection__arrow::after {
  content: "";
  position: absolute;
  background-image: url("../images/recruit/icon_arr_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.recruit-form .select2 .select2-selection__arrow b,
.recruit-form select .select2-selection__arrow b {
  border: none !important;
}
.recruit-form .select2.select2-container--open .select2-selection__arrow,
.recruit-form select.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}

.recruit-form .select2-hidden-accessible {
  width: 1px !important;
}

.recruit-btn {
  color: var(--Primary-1, #025899);
  text-align: center;
  font-family: "Roboto";
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 50px;
  border: 1px solid #dfaa23;
  width: 100%;
  padding: 0.8rem 1.6rem;
  transition: 0.3s ease;
  background: var(
    --Accent-1,
    linear-gradient(90deg, #dfaa23 0%, #fbf08d 47.92%, #dfaa23 100%)
  );
}
@media only screen and (max-width: 1200px) {
  .recruit-btn {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .recruit-btn {
    font-size: 1.9rem;
  }
}
.recruit-btn:hover {
  opacity: 0.8;
}

.recruit-note {
  color: #fff;
  text-align: center;
  font-family: "Roboto";
  font-size: 1.6rem;
  font-style: italic;
  margin-top: 2rem;
}

.rec-p {
  overflow: hidden;
  padding-top: 3rem;
}
.rec-p .container {
  max-width: 1104px;
}

.rec-p_wrap {
  margin-top: 5rem;
  text-align: center;
}

.rec-p_header {
  text-align: center;
}

.rec-p_subtt {
  color: var(--Primary-1, #025899);
  font-size: 2.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .rec-p_subtt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .rec-p_subtt {
    font-size: 1.9rem;
  }
}

.rec-p_txt { 
  max-width: 695px;
  margin-right: auto;
  margin-left: auto;
}

.rec-p_tt {
  color: #025899;
  line-height: 1.7;
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .rec-p_tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .rec-p_tt {
    font-size: 2.4rem;
  }
}

.rec-p_txt {
  margin-top: 2rem;
  color: #000;
  text-align: center;
  font-size: 1.8rem;
}

.rec-p_card {
  position: relative;
}

.rec-p_list {
  margin-right: -2rem;
  margin-left: -2rem;
  list-style: none;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
}
@media screen and (max-width: 991.98px) {
  .rec-p_list {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.rec-p_item {
  width: calc(100% / 3);
  padding: 0 2rem;
}
@media screen and (max-width: 991.98px) {
  .rec-p_item {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .rec-p_item {
    width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  .rec-p_item {
    width: 100%;
  }
}

.rec-p_img {
  aspect-ratio: 334/432;
  border-radius: 0.8rem;
  overflow: hidden;
}
.rec-p_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.rec-p_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 1;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 10px;
  background: var(--Primary-1, #025899);
}
@media only screen and (max-width: 1200px) {
  .rec-p_content {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .rec-p_content {
    font-size: 1.9rem;
  }
}
.rec-p_content p {
  margin: 0;
}
.rec-p_content .recruit-btn {
  margin-top: 1rem;
  font-size: 1.4rem;
  padding: 0.4rem 1.6rem;
}

.modal.modal-position {
  max-width: 1200px;
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
  box-shadow: none;
  padding: 0;
  display: none;
}
.modal.modal-position a.close-modal {
  display: none;
}

.pos-header {
  padding: 2rem;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  background: var(--Primary-1, #025899);
}
@media only screen and (max-width: 1200px) {
  .pos-header {
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .pos-header {
    font-size: 2.4rem;
  }
}
.pos-header > * {
  margin: 0;
}

.pos-wrap {
  background: var(--Primary-2, #e4f4ff);
  padding: 3.8rem 6rem;
}
@media screen and (max-width: 1199.98px) {
  .pos-wrap {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  .pos-wrap {
    padding: 2rem 1.6rem;
  }
}

.pos-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-left: 0;
}
@media screen and (max-width: 991.98px) {
  .pos-list {
    gap: 1.6rem;
  }
}

.pos-item {
  width: calc(100% / 3 - (1 - 1 / 3) * 2rem);
  display: flex;
  gap: 1.6rem;
}
.pos-item > img {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 991.98px) {
  .pos-item {
    width: calc(100% / 3 - (1 - 1 / 3) * 1.6rem);
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pos-item {
    width: calc(100% / 2 - (1 - 1 / 2) * 1.6rem);
  }
}
@media screen and (max-width: 575.98px) {
  .pos-item {
    width: 100%;
  }
}

.pos-content {
  color: #2b2b2b;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  word-break: break-word;
}
.pos-content strong {
  font-weight: 700;
  color: #025899;
}

.pos-body {
  padding: 6rem 6rem 3rem;
}
.pos-body .mona-content {
  font-size: 1.8rem;
  color: #000;
}
.pos-body .mona-content h2 {
  font-size: 2.2rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .pos-body .mona-content h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .pos-body .mona-content h2 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 991.98px) {
  .pos-body .mona-content h2 {
    margin-top: 3rem;
  }
}
.pos-body .mona-content h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .pos-body .mona-content h3 {
    font-size: 1.8rem;
  }
}
.pos-body .mona-content h4,
.pos-body .mona-content h5,
.pos-body .mona-content h6 {
  font-size: 1.8rem;
}
.pos-body .mona-content ul {
  padding-left: 0;
}
.pos-body .mona-content > :first-child {
  margin-top: 0;
}
.pos-body .mona-content > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199.98px) {
  .pos-body {
    padding: 4rem 4rem 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  .pos-body {
    padding: 2rem 1.6rem;
  }
}

.pos-btn {
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pos-btn .recruit-btn {
  padding: 0.4rem 3.2rem;
  width: fit-content;
  font-size: 2.2rem;
}
@media only screen and (max-width: 1200px) {
  .pos-btn .recruit-btn {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .pos-btn .recruit-btn {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .pos-btn {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .pos-btn {
    margin-top: 3rem;
  }
}

.envi {
  margin-top: 5rem;
  overflow: hidden;
}
.envi .container {
  max-width: 1200px;
}
.envi .rec-p_header .rec-p_tt {
  margin: 0;
}

.envi-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4.8rem;
  margin-top: 5rem;
}
@media screen and (max-width: 991.98px) {
  .envi-wrap {
    column-gap: 1.6rem;
    row-gap: 2.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .envi-wrap {
    margin-top: 4rem;
  }
}

.envi-l {
  width: 56%;
}
.envi-l .rec-p_tt {
  margin: 0;
  font-size: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .envi-l .rec-p_tt {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .envi-l .rec-p_tt {
    font-size: 1.8rem;
  }
}
.envi-l .mona-content ul li {
  font-size: 1.8rem;
  color: #025899;
}
@media screen and (max-width: 767.98px) {
  .envi-l {
    width: 100%;
  }
}

.envi-r {
  flex: 1;
}
.envi-r img {
  width: 100%;
  height: auto;
  max-height: 35rem;
}

.ident {
  margin-top: 5rem;
}
.ident .rec-p_header {
  max-width: 976px;
  margin-right: auto;
  margin-left: auto;
}

.ident-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 3rem;
}
@media screen and (max-width: 575.98px) {
  .ident-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.ident-item {
  border-radius: 1rem;
  overflow: hidden;
}
.ident-item:nth-child(2) {
  grid-column: 2/4;
  grid-row: 1/3;
}
.ident-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 575.98px) {
  .ident-item {
    width: calc(50% - 0.4rem);
  }
  .ident-item:nth-child(2) {
    width: 100%;
    order: 5;
  }
}

.ident-f {
  margin-top: 5rem;
  margin-bottom: 7.8rem;
  overflow: hidden;
}
.ident-f .rec-p_tt {
  background: var(
    --Accent-3,
    linear-gradient(270deg, #ff1f1f 0%, #ff1f1f 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ident-f .rec-p_header > * {
  margin: 0;
}
.ident-f .recruit-form {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.4rem;
}
.ident-f .recruit-form .form-group input {
  height: 3.8rem;
  border-radius: 20px;
  border: 0.5px solid #979797;
  box-shadow: 0px 1px -2px 0px rgba(0, 0, 0, 0.25);
}
.ident-f .recruit-form .form-group input:focus-visible,
.ident-f .recruit-form .form-group input:hover {
  border-color: #dfaa23;
}
.ident-f .recruit-form .form-group input::placeholder {
  color: #979797;
}
.ident-f .recruit-form .recruit-btn {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.5rem;
  padding: 0.4rem 3.2rem;
}
.ident-f .recruit-form .select2 .select2-selection,
.ident-f .recruit-form select .select2-selection {
  background: transparent;
  border-radius: 20px;
  border: 0.5px solid #979797;
  padding: 0.4rem 2.4rem;
}
.ident-f .recruit-form .select2 .select2-selection__arrow::after,
.ident-f .recruit-form select .select2-selection__arrow::after {
  filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(292%)
    hue-rotate(67deg) brightness(94%) contrast(93%);
}
.ident-f .recruit-form .select2 .select2-selection__placeholder,
.ident-f .recruit-form select .select2-selection__placeholder {
  color: #979797;
}
@media screen and (max-width: 575.98px) {
  .ident-f {
    margin-bottom: 5rem;
  }
}

.ident-tt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #025899;
}
@media only screen and (max-width: 1200px) {
  .ident-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .ident-tt {
    font-size: 1.9rem;
  }
}

.remun {
  margin-top: 5rem;
}
.remun .rec-p_header {
  max-width: 976px;
  margin-right: auto;
  margin-left: auto;
}
.remun .container {
  max-width: 1124px;
}

.remun-tt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2b2b2b;
}

.step-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.3rem;
  margin-left: -1.3rem;
  row-gap: 1.6rem;
  list-style: none;
  margin-top: 3rem;
  justify-content: center;
}
@media screen and (max-width: 1199.98px) {
  .step-list {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
}

.step-item {
  padding: 0 1.3rem;
  width: 25%;
}
@media screen and (max-width: 1199.98px) {
  .step-item {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 991.98px) {
  .step-item {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 767.98px) {
  .step-item {
    width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  .step-item {
    width: 100%;
  }
}

.step-card {
  border-radius: 30px;
  border: 1px solid var(--Primary-1, #025899);
  padding: 2rem 1rem;
}

.step-content ul {
  list-style: none;
  padding-left: 2.4rem;
}
.step-content ul li {
  position: relative;
  margin-top: 1rem;
}
.step-content ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: -2.4rem;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/recruit/tick.svg");
}

.step-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  row-gap: 1.2rem;
}

.step-num {
  width: 4.2rem;
  height: 4.2rem;
  background: #025899;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  margin: 0;
}

.step-tt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #025899;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .step-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .step-tt {
    font-size: 1.9rem;
  }
}
.iframe-modal .mfp-content {
  width: fit-content;
  margin: 0 auto;
}
.mfp-content .modal-recruit.modal {
  display: block;
}
.mfp-content .modal.modal-position {
  display: block;
  background: #fff;
  margin: 4rem 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* === CF7: Vị trí ứng tuyển (job_name) === */
.m-contact-form .wpcf7-form-control-wrap.job_name {
  position: relative;
  display: block;
}

.m-contact-form select[name="job_name"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100%;
  height: 34px;
  padding: 0 18px 0 16px; /* space for arrow on the right */
  border-radius: 30px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23025899' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 16px;
  font-size: 1.6rem;
  color: #113;
  font-weight: 500;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

/* Hide default arrow in IE */
.m-contact-form select[name="job_name"]::-ms-expand {
  display: none;
}

/* Placeholder-like first label color */
.m-contact-form select[name="job_name"] option[value=""],
.m-contact-form select[name="job_name"] option[disabled] {
  color: #98a2b3;
}

/* Focus state */
.m-contact-form select[name="job_name"]:focus {
  outline: none;
  border-color: #0072ce;
  box-shadow: 0 0 0 4px rgba(0, 114, 206, 0.12);
}

/* Error state from CF7 */
.m-contact-form select[name="job_name"].wpcf7-not-valid {
  border-color: #e53935;
  box-shadow: 0 0 0 4px rgba(229, 57, 53, 0.1);
}

/* Label + helper text alignment if needed */
.m-contact-form .wpcf7-form-control-wrap.job_name + .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 1.3rem;
}

/* Compact on small screens */
@media screen and (max-width: 788px) {
  .m-contact-form select[name="job_name"] {
    height: 34px;
    font-size: 1.5rem;
    padding-right: 44px;
  }
  .m-contact.is-reverse .wrapper{
    background-color: #ffff;
  }
  .m-contact.is-reverse strong {
    color: #025899;
  }
}

/* === Job card: hover to reveal image === */
.rec-p_card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.rec-p_img {
  position: relative;
}

/* Adjust image overlay: hidden by default, show on hover */
.rec-p_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 88, 153, 0.45);
  opacity: 0; /* hidden by default */
  transition: opacity .35s ease;
  pointer-events: none;
}
.rec-p_card:hover .rec-p_img::before,
.rec-p_card:focus-within .rec-p_img::before { opacity: 1; }

/* === Hover overlay panel === */
.rec-p_hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  background: rgb(2 88 153 / 70%);
  border-radius: 0.8rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .35s ease, visibility .35s ease, transform .35s ease;
}
.rec-p_hover-inner .recruit-btn{
      font-size: 1.4rem;
}
.rec-p_hover-inner { width: 100%; text-align: left; }
.rec-p_hover-tt { margin: 0 0 1.2rem; color: #fff; font-size: 2.2rem; font-weight: 800; text-transform: uppercase; padding-bottom: 1rem;
    border-bottom: 1px solid; }
.rec-p_hover-desc { color: #fff; font-size: 1.6rem; line-height: 1.6; margin-bottom: 3rem; }
.rec-p_hover-desc p { margin: .4rem 0; }
.rec-p_hover-desc ul { margin: .8rem 0 1.4rem; padding-left: 1.6rem; }
.rec-p_hover-desc ul li { list-style: disc; margin: .6rem 0; }

.rec-p_card:hover .rec-p_hover,
.rec-p_card:focus-within .rec-p_hover { opacity: 1; visibility: visible; transform: translateY(0); }

/* Hide bottom bar when overlay shows */
.rec-p_content { transition: opacity .3s ease, transform .3s ease; }
.rec-p_card:hover .rec-p_content,
.rec-p_card:focus-within .rec-p_content { opacity: 0; transform: translateY(8px); }

/* Touch devices: keep original layout (no hover layer) */
@media (hover: none) { .rec-p_hover { display: none; } .rec-p_img::before { opacity: 0 !important; } }
