.module_mv.module_mv--recruit {
  display: grid;
  gap: 60px;
  margin-top: 140px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .module_mv.module_mv--recruit {
    display: block;
    margin-top: calc(17.6 * var(--safe-vw));
  }
}
.module_mv.module_mv--recruit .module_mv_text_area {
  padding-left: 45px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .module_mv.module_mv--recruit .module_mv_text_area {
    padding: 0 calc(3.2 * var(--safe-vw));
  }
}
.module_mv.module_mv--recruit .module_mv_text_area .lead_text {
  margin: 0;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  color: #000;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .module_mv.module_mv--recruit .module_mv_text_area .lead_text {
    font-size: 1.5rem;
    margin-bottom: calc(13.3333333333 * var(--safe-vw));
  }
}
.module_mv.module_mv--recruit .module_mv_text_area .default_text {
  font-size: 1rem;
  line-height: 1.8;
}
.module_mv.module_mv--recruit .module_mv_text_area .default_text + .default_text {
  margin-top: 2.3rem;
}
.module_mv.module_mv--recruit .module_mv_text_area .recruit_mv_message {
  margin-top: 42px;
  font-family: "Rokkitt", serif;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .module_mv.module_mv--recruit .module_mv_text_area .recruit_mv_message {
    margin-top: calc(7.4666666667 * var(--safe-vw));
    margin-bottom: calc(18.6666666667 * var(--safe-vw));
    font-size: 2.375rem !important;
  }
}
.module_mv.module_mv--recruit .module_mv_list .c-companylist {
  grid-template-columns: inherit;
}

.module_visual_link_comment {
  font-size: 1.25rem;
  min-width: 24.2rem;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .module_visual_link_comment {
    min-width: inherit;
    font-size: 0.875rem;
    flex: none;
  }
}

.module_visual_link_name {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .module_visual_link_name {
    min-width: inherit;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .module_visual_link_data {
    justify-content: space-between;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .module_visual_link_item {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .module_visual_link_item:nth-of-type(n+3) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .module_visual_link:not(:last-child) {
    margin-bottom: 0;
  }
}

.lead_text {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .lead_text {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.default_text {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .default_text {
    font-size: 0.875rem;
  }
}

.recruit_mv_message {
  font-size: 3.75rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruit_mv_message {
    font-size: 3.75rem !important;
  }
}

@media screen and (max-width: 767px) {
  .module_visual_link_item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .member {
    margin: 100px 0;
    flex-wrap: wrap;
  }
}

.member_text {
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .member_text {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit_button_wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .module_visual_link_list {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .recruit_button {
    width: 100%;
  }
}

ol {
  margin: 0;
  padding: 0;
}

.button_anchor {
  color: #FFF !important;
  line-height: 1 !important;
  font-size: 0.875rem;
}
.button_anchor:focus-visible {
  color: #000 !important;
  background: #FFF !important;
}
@media (any-hover: hover) {
  .button_anchor:hover {
    color: #000 !important;
    background: #FFF !important;
  }
}
@media screen and (max-width: 767px) {
  .button_anchor {
    line-height: 1 !important;
    font-weight: bold;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .module_mv_main {
    margin-bottom: 100px;
  }
}

.module_mv_text_area + .module_mv_text_area {
  margin-top: 12.9rem;
}
@media screen and (max-width: 767px) {
  .module_mv_text_area + .module_mv_text_area {
    margin-top: 100px;
  }
}

.value_section {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .value_section {
    margin-top: 100px;
  }
}

.value_block {
  margin-top: 10.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .value_block {
    margin-top: 100px;
  }
}

.value_title {
  margin-bottom: 6rem;
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.value_list {
  counter-reset: order;
}

.value_item {
  display: flex;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .value_item {
    font-size: 1rem;
    display: block;
    padding-left: 25px;
    position: relative;
  }
}

.value_item:not(:last-child) {
  margin-bottom: 3rem;
}

.value_item:before {
  counter-increment: order;
  content: counter(order) ".";
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .value_item:before {
    font-size: 1rem;
    position: absolute;
    left: 0;
  }
}

.value_date {
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.71429;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .value_date {
    position: relative;
    margin-top: 40px;
  }
}

.recruit_button_wrapper {
  margin: 30px 0;
}

.module_visual_link {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .module_visual_link {
    margin-top: 0;
  }
}

.workstyle_heading {
  font-size: 2rem;
  line-height: 1.5;
}

.module_visual_link_button {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .module_visual_link_button {
    width: 50%;
  }
}

.module_visual_link_data {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.workstyle_list_image {
  width: inherit;
}

.workstyle_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .workstyle_list {
    grid-template-columns: 1fr 1fr;
  }
}

.workstyle_list_item {
  text-align: center;
}
.workstyle_list_item .workstyle_list_title {
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .workstyle_list_item .workstyle_list_title {
    font-size: 1rem;
  }
}
.workstyle_list_item .default_text {
  text-align: left;
}

.environment_section .environment_title {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .environment_section .environment_title {
    padding-top: 0px;
  }
}
.environment_section .environment_text {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .environment_section .environment_text {
    padding-top: 50px;
  }
}

.environment_section:not(:last-of-type) {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .environment_section:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

.environment_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .environment_block {
    display: block;
  }
}

.recruit_photo {
  gap: 3vw;
}
@media screen and (max-width: 767px) {
  .recruit_photo {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .recruit_photo_main {
    width: 100%;
  }
}

.recruit_photo_sub {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit_photo_sub {
    flex-direction: row;
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .recruit_photo_sub_item {
    width: 50%;
  }
}

.recruit_photo_sub_item:first-child {
  margin-bottom: 2.8rem;
}

.environment_text, .environment_title {
  width: 54rem;
  padding-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .environment_text, .environment_title {
    padding-top: 10px;
    width: 100%;
  }
}

.environment_title {
  font-size: 3rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .environment_title {
    font-size: 2rem;
  }
}

.career_button_block {
  margin: 5.6rem auto 13.5rem;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .career_button_block {
    margin: 100px auto;
  }
}