@charset "UTF-8";
/* ====================================== */
/* Page-Recruit */
.page-recruit .__list--line_item:nth-of-type(2) ._list_content ._ttl {
  font-size: 4.2rem;
  font-weight: bold;
  font-family: var(--font-min);
}
@media screen and (max-width: 767px) {
  .page-recruit .__list--line_item:nth-of-type(2) ._list_content ._ttl {
    font-size: 3.6rem;
  }
}

.page-recruit {
  background-color: var(--color-blue-ll);
}
.page-recruit .__head_box .__head--sub,
.page-recruit .__head_box .__head--sub {
  margin-top: 1rem;
  transform: skewX(-12deg);
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .page-recruit .__head_box .__head--sub,
  .page-recruit .__head_box .__head--sub {
    font-size: 2.2rem;
  }
}

.r-introduction .__wrapper {
  margin-top: 12rem;
  padding: 13.5rem 0 6rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .r-introduction .__wrapper {
    margin-top: 4rem;
    padding: 8rem 0 0;
  }
}
.r-introduction .__wrapper ._bg {
  position: absolute;
  top: 0;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 100%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
.r-introduction .__head {
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .r-introduction .__head {
    font-size: 3rem;
  }
}
.r-introduction .__head span {
  margin: 1.5rem auto 0;
  display: block;
  font-size: 4.6rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .r-introduction .__head span {
    line-height: 1.4;
    font-size: 3.8rem;
  }
}
.r-introduction .__description {
  margin-top: 3rem;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .r-introduction .__description {
    font-size: 1.8rem;
  }
}
.r-introduction_slider {
  margin-top: 8rem;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .r-introduction_slider {
    margin-top: 6rem;
  }
}
.r-introduction_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.r-introduction_slider_item {
  overflow: hidden;
  border-radius: 1rem;
  margin-top: 4.5rem !important;
  transition: margin-top 0.6s ease-out;
}
.r-introduction_slider_item img {
  width: 100%;
}
.r-introduction_slider_item.swiper-slide-prev, .r-introduction_slider_item.swiper-slide-next, .r-introduction_slider_item.swiper-slide-next + .r-introduction_slider_item + .r-introduction_slider_item {
  margin-top: 0 !important;
}

.r-spilit .__wrapper {
  padding-bottom: 0;
}
.r-spilit .__head_box {
  text-align: center;
}

.r-voice {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .r-voice .__head_box {
    text-align: center;
  }
}
.r-voice_slider {
  width: 86vw;
}
@media screen and (max-width: 767px) {
  .r-voice_slider {
    width: 100vw;
    margin-left: -6vw;
  }
}
.r-voice_slider_item {
  margin-bottom: 1.5rem;
  padding-right: 4.5rem;
  position: relative;
  width: 24vw;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_item {
    width: 80vw;
    padding: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .r-voice_slider_item {
    transition: all 0.3s;
  }
  .r-voice_slider_item:hover .__fig::after {
    position: absolute;
    top: 0rem;
    left: 0rem;
  }
  .r-voice_slider_item:hover ._catch,
  .r-voice_slider_item:hover ._bumon,
  .r-voice_slider_item:hover ._nyusha,
  .r-voice_slider_item:hover ._name {
    color: #fff;
    background-color: var(--color-blue);
  }
}
.r-voice_slider_item .__fig {
  position: relative;
}
.r-voice_slider_item .__fig::after {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgb(0, 163, 225) -10%, rgb(252, 213, 21) 100%);
}
@media screen and (min-width: 1025px) {
  .r-voice_slider_item .__fig::after {
    transition: all 0.3s;
  }
}
.r-voice_slider_item .__fig .__img {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1025px) {
  .r-voice_slider_item .__fig {
    transition: all 0.3s;
  }
}
.r-voice_slider_item ._catch {
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 5;
}
.r-voice_slider_item ._prof {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 5;
}
.r-voice_slider_nav {
  margin-top: 4.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_nav {
    margin-top: 3rem;
  }
}
.r-voice_slider_nav .r-voice_dots {
  display: flex;
  position: static;
  width: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_nav .r-voice_dots {
    margin: 0 auto;
  }
}
.r-voice_slider_nav .r-voice_dots span {
  position: static;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #939393;
  opacity: 1;
}
.r-voice_slider_nav .r-voice_dots span.swiper-pagination-bullet-active {
  background: var(--color-blue-l);
}

._catch,
._bumon,
._nyusha,
._name {
  padding: 0.5rem 0.8rem;
  display: block;
  width: fit-content;
  color: var(--color-blue);
  line-height: 1;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1025px) {
  ._catch,
  ._bumon,
  ._nyusha,
  ._name {
    transition: all 0.3s;
  }
}

._catch {
  z-index: 5;
  color: var(--color-blue);
  font-size: 2.4rem;
  font-weight: bold;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  ._catch {
    font-size: 2.2rem;
  }
}

._prof ._bumon {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
._prof ._nyusha {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
._prof ._name {
  font-family: var(--font-en);
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  ._prof ._name {
    font-size: 2.2rem;
  }
}

.r-voice_slider_modal_box {
  position: relative;
  display: none;
  width: 90%;
  max-width: none !important;
  height: 90vh !important;
  background-color: #fff;
  border-radius: 0.5rem !important;
  overflow: hidden !important;
}
.r-voice_slider_modal_box .iziModal-wrap {
  position: static;
  padding: 6rem;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_modal_box .iziModal-wrap {
    padding: 2rem;
  }
}
.r-voice_slider_modal_box .close_button {
  position: fixed;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  color: #fff;
  font-weight: 900;
  font-size: 3rem;
  border-bottom-left-radius: 0.5rem;
  border: none;
  box-shadow: none;
  background-color: var(--color-blue);
}
.r-voice_slider_modal_box ._mv {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_modal_box ._mv {
    flex-direction: column;
  }
}
.r-voice_slider_modal_box ._mv .__fig {
  border-top-right-radius: 2rem;
  flex: 1;
}
.r-voice_slider_modal_box ._mv .__fig .__img {
  border-top-right-radius: 2rem;
}
.r-voice_slider_modal_box ._mv ._prof {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_modal_box ._mv ._prof {
    display: block;
    width: 100%;
  }
}
.r-voice_slider_modal_box ._mv ._prof p {
  padding: 0;
  text-align: center;
  box-shadow: none;
}
.r-voice_slider_modal_box ._mv ._prof p._catch {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  font-size: 3.2rem;
  border-bottom: 1px solid var(--color-blue);
}
@media screen and (max-width: 767px) {
  .r-voice_slider_modal_box ._mv ._prof p._catch {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
    width: 100%;
    font-size: 2.2rem;
    writing-mode: unset;
  }
}
.r-voice_slider_modal_box ._mv ._prof p._bumon {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_modal_box ._mv ._prof p._bumon {
    width: 100%;
  }
}
.r-voice_slider_modal_box ._mv ._prof p._name {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_modal_box ._mv ._prof p._name {
    width: 100%;
  }
}
.r-voice_slider_modal_box ._content {
  margin-top: 6rem;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_modal_box ._content {
    margin-top: 3rem;
    flex-direction: column;
    gap: 3rem;
  }
}
.r-voice_slider_modal_box ._content .qa_list {
  flex: 1;
}
.r-voice_slider_modal_box ._content .qa_list_item {
  padding: 3rem;
  border-bottom: 1px solid #eee;
}
.r-voice_slider_modal_box ._content .qa_list_item:first-of-type {
  border-top: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_modal_box ._content .qa_list_item {
    padding: 2rem 0;
  }
}
.r-voice_slider_modal_box ._content .qa_list_item dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_modal_box ._content .qa_list_item dt {
    font-size: 2rem;
  }
}
.r-voice_slider_modal_box ._content .qa_list_item dt::before {
  content: "Q.";
  display: block;
  line-height: 1;
  font-size: 6rem;
  width: 3rem;
  height: 0.7em;
  vertical-align: middle;
  color: var(--color-blue-ll);
  font-family: var(--font-en);
}
.r-voice_slider_modal_box ._content .qa_list_item dd {
  margin-top: 1rem;
  padding-left: 3rem;
}
.r-voice_slider_modal_box ._content .qa_list_item dd span {
  font-size: 2.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_modal_box ._content .qa_list_item dd span {
    font-size: 2.4rem;
  }
}
.r-voice_slider_modal_box ._content .qa_block {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_modal_box ._content .qa_block {
    width: 100%;
  }
}
.r-voice_slider_modal_box ._content .qa_block dl {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .r-voice_slider_modal_box ._content .qa_block dl {
    padding: 3rem 1.5rem;
  }
}
.r-voice_slider_modal_box ._content .qa_block dl dt {
  margin-bottom: 1.5rem;
  text-align: center;
}
.r-voice_slider_modal_box ._content .qa_block dl dt p {
  margin: 0 auto;
  padding: 0.8rem 1.2rem;
  display: block;
  width: fit-content;
  line-height: 1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 50px;
  background-color: var(--color-blue);
}
.r-voice_slider_modal_box ._content .qa_block dl dt span {
  display: block;
  color: var(--color-blue);
  font-family: var(--font-en);
  font-weight: bold;
}
.r-voice_slider_modal_box ._content .qa_block .schedule {
  background-color: #fffde6;
}
.r-voice_slider_modal_box ._content .qa_block .schedule dd {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.r-voice_slider_modal_box ._content .qa_block .schedule dd span {
  margin-top: 0.5rem;
  display: block;
  width: 4.5rem;
  color: var(--color-blue);
  font-family: var(--font-en);
  font-weight: bold;
  text-align: right;
}
.r-voice_slider_modal_box ._content .qa_block .schedule dd p {
  flex: 1;
}
.r-voice_slider_modal_box ._content .qa_block .schedule dd p::before {
  margin-right: 1rem;
  content: "●";
  color: var(--color-blue);
}
.r-voice_slider_modal_box ._content .qa_block .message {
  margin-top: 3rem;
  border: 5px solid transparent;
  border-image: var(--color-gradient);
  border-image-slice: 1;
  background-color: #fff;
}
.r-voice_slider_modal_box ._content .qa_block .message dt {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-blue);
}
.r-voice_slider_modal_box ._content .qa_block .message dt p {
  padding: 0;
  color: var(--color-blue);
  border-radius: 0;
  background-color: transparent;
}
.r-voice_slider_modal_box ._content .qa_block .message dd {
  color: var(--color-blue);
  font-weight: bold;
}

.r-environment .__head_box {
  text-align: center;
}
.r-environment .__wrapper {
  margin: 0 auto;
  width: 90%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .r-environment .__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .r-environment .__wrapper .__container > .__fig {
    width: 100vw;
    height: 65vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .r-environment .__wrapper .__container > .__fig .__img {
    height: 100%;
    object-fit: cover;
  }
}
.r-environment .__wrapper .__detail {
  padding-top: 6rem;
}
.r-environment .r-envirenment_benefits {
  padding-left: 6rem;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .r-environment .r-envirenment_benefits {
    padding-left: 1.5rem;
    flex-direction: column;
    gap: 3rem;
  }
}
.r-environment .r-envirenment_benefits .__head_box {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .r-environment .r-envirenment_benefits .__head_box {
    width: 100%;
  }
}
.r-environment .r-envirenment_benefits .content_box {
  padding-right: 6rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .r-environment .r-envirenment_benefits .content_box {
    padding-right: 1.5rem;
  }
}
.r-environment .r-envirenment_benefits .__description {
  margin-top: 0;
}
.r-environment .r-envirenment_benefits_list {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
.r-environment .r-envirenment_benefits_list::after {
  content: "etc.";
  display: block;
  width: 100%;
  color: var(--color-blue);
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .r-environment .r-envirenment_benefits_list {
    flex-direction: column;
  }
}
.r-environment .r-envirenment_benefits_list ._list_item {
  padding: 1.2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48.5%;
  border-radius: 3px;
  background-color: var(--color-blue-ll);
}
@media screen and (max-width: 767px) {
  .r-environment .r-envirenment_benefits_list ._list_item {
    width: 100%;
  }
}
.r-environment .r-envirenment_benefits_list ._list_item p {
  color: var(--color-blue);
  font-weight: bold;
}
.r-environment .r-envirenment_benefits_list ._list_item .__img {
  width: 5.5rem;
}
.r-environment .r-envirenment_events {
  margin-top: 6rem;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .r-environment .r-envirenment_events {
    padding-left: 1.5rem;
  }
}
.r-environment .r-envirenment_events .__title {
  margin: 0;
}
.r-environment .r-envirenment_numbers {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: 1px solid #ccc;
}
.r-environment .r-envirenment_numbers .__detailHead_box {
  text-align: center;
}
.r-environment .r-envirenment_numbers_list {
  margin-top: 6rem;
}
.r-environment .r-envirenment_numbers_list ._list_item {
  padding: 4.5rem 2rem;
  border-radius: 3px;
  background-color: var(--color-blue-ll);
}
@media screen and (max-width: 767px) {
  .r-environment .r-envirenment_numbers_list ._list_item {
    padding: 3.5rem 2rem;
  }
}
.r-environment .r-envirenment_numbers_list ._list_item .__title {
  text-align: center;
}
.r-environment .r-envirenment_numbers_list ._list_item .__fig {
  margin: 1.5rem auto;
}
@media screen and (max-width: 767px) {
  .r-environment .r-envirenment_numbers_list ._list_item .__fig {
    margin: 1rem auto;
    width: 70%;
  }
}
.r-environment .r-envirenment_numbers_list ._list_item ._number {
  text-align: center;
}
.r-environment .r-envirenment_numbers_list ._list_item ._number span {
  line-height: 1;
  color: var(--color-blue);
  font-family: var(--font-en);
}
.r-environment .r-envirenment_numbers_list ._list_item ._number ._nb {
  font-size: 7.6rem;
}
.r-environment .r-envirenment_numbers_list ._list_item ._number ._ns {
  font-size: 3.6rem;
  font-weight: bold;
}
.r-environment .r-envirenment_numbers_list ._list_item .__text {
  margin-top: 0;
  color: var(--color-blue);
  font-size: 1.3rem;
  text-align: center;
}
.r-environment .r-envirenment_numbers_list ._list_item:nth-of-type(4) ._number {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.5rem;
}
.r-environment .r-envirenment_numbers_list ._list_item:nth-of-type(4) ._number ._nb::before {
  display: block;
  font-size: 1.2rem;
  text-align: left;
}
.r-environment .r-envirenment_numbers_list ._list_item:nth-of-type(4) ._number ._nb.--a::before {
  content: "新卒";
}
.r-environment .r-envirenment_numbers_list ._list_item:nth-of-type(4) ._number ._nb.--b::before {
  content: "中途";
}

.r-message {
  background: center no-repeat url("/assets/images/recruit/message_bg.webp");
}
.r-message .__wrapper {
  background-color: rgba(0, 163, 225, 0.92);
}
.r-message .__head_box {
  text-align: center;
}
.r-message .__head_box .__head--recruit,
.r-message .__head_box .__head--sub {
  color: #fff;
}
.r-message .__head_box .__head--recruit span,
.r-message .__head_box .__head--sub span {
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 163, 225) -10%, rgb(252, 213, 21) 100%);
}
.r-message .__detail {
  margin: 0 auto;
  width: 90%;
  max-width: 100rem;
}
.r-message .__detail .r-message_box p {
  color: #fff;
  font-size: 2rem;
}
.r-message .__detail .r-message_box p:not(:first-of-type) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .r-message .__detail .r-message_box p {
    font-size: 1.8rem;
  }
}
.r-message .__detail .r-message_name {
  margin-top: 6rem;
}
.r-message .__detail .r-message_name p {
  color: #fff;
  text-align: right;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .r-message .__detail .r-message_name p {
    font-size: 1.6rem;
  }
}
.r-message .__detail .r-message_name .__img {
  margin-top: 1.5rem;
  margin-left: auto;
  width: 24rem;
}

.r-internship .__wrapper {
  margin: 0 auto;
  width: 90%;
  border-radius: 3px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .r-internship .__wrapper {
    padding-top: 0;
    width: 95%;
  }
}
.r-internship .__wrapper > .__fig {
  margin: -21rem auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .r-internship .__wrapper > .__fig {
    margin-top: 0;
    width: 100vw;
    height: 65vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .r-internship .__wrapper > .__fig .__img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .r-internship .__wrapper .__container {
    width: 92%;
  }
}
.r-internship .__head_box {
  position: relative;
  margin-top: -3rem;
  padding: 1rem 1.8rem 0;
  width: fit-content;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .r-internship .__head_box {
    padding: 0.5rem 1.8rem 0 1rem;
    margin-top: -3rem;
  }
}
.r-internship .__detail {
  padding: 0 4.5rem;
  display: flex;
  justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .r-internship .__detail {
    padding: 0 1.8rem;
    flex-direction: column;
    gap: 3rem;
  }
}
.r-internship .__detail .__content_box {
  flex: 1;
}
.r-internship .__detail .__content_box .__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .r-internship .__detail .__content_box .__title {
    font-size: 2.2rem;
  }
}
.r-internship .__detail .__fig {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .r-internship .__detail .__fig {
    flex-direction: column;
    gap: 3rem;
    width: 100%;
    height: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .r-internship .__detail .__fig .__img {
    height: 100%;
    object-fit: cover;
  }
}
.r-internship .internship-activity {
  margin-top: 3rem;
}
.r-internship .internship-activity ._ttl {
  padding: 1rem 1rem 1.5rem;
  font-size: 1.8rem;
  border-bottom: 1px solid var(--color-blue);
  background-color: var(--color-blue-ll);
}
.r-internship .internship-activity ._in {
  margin-top: 4.5rem;
}
.r-internship .internship-activity ._in ul li {
  margin-top: 2rem;
}
.r-internship .internship-activity ._in ul li h4 {
  font-size: 1.8rem;
}
.r-internship .internship-activity ._in ul li h4::before {
  content: "■ ";
  color: var(--color-blue);
}
.r-internship .internship-activity ._in ul li p {
  margin-top: 1rem;
  margin-left: 1.4rem;
}
.r-internship .internship-activity ._in ul li span {
  margin-top: 0.8rem;
  margin-left: 1.4rem;
  display: block;
  color: #F28A00;
  font-size: 1.3rem;
  font-weight: bold;
}

.r-recruitment .__wrapper {
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .r-recruitment .__wrapper {
    padding-bottom: 16rem;
  }
}
.r-recruitment .__head_box {
  text-align: center;
}
.r-recruitment .__title {
  margin: 0;
  margin-bottom: 3rem;
}
.r-recruitment .flow_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 6rem;
  background: linear-gradient(transparent 38%, #d6e6e8 38%, #d6e6e8 53%, transparent 53%);
}
@media screen and (max-width: 767px) {
  .r-recruitment .flow_list {
    flex-direction: column;
    gap: 1.5rem;
    background: linear-gradient(90deg, transparent 46%, #d6e6e8 46%, #d6e6e8 56%, transparent 56%);
  }
}
.r-recruitment .flow_list ._list_item {
  flex: 1;
}
.r-recruitment .flow_list ._list_item:nth-of-type(4) {
  margin-top: 0;
  padding: 3rem;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  background-color: var(--color-blue-l);
}
@media screen and (min-width: 768px) {
  .r-recruitment .flow_list ._list_item:nth-of-type(4) {
    writing-mode: vertical-rl;
    width: 8rem;
  }
}
.r-recruitment .flow_list ._list_item .__fig {
  position: relative;
  padding: 3rem;
  background-color: #fff;
  border-radius: 3px;
}
.r-recruitment .flow_list ._list_item .__fig span {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: block;
  line-height: 1;
  color: #efefef;
  font-family: var(--font-en);
  font-size: 7rem;
  font-weight: bold;
  transform: skewX(-12deg);
}
.r-recruitment .flow_list ._list_item .__fig .__img {
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .r-recruitment .flow_list ._list_item .__fig .__img {
    width: 40%;
  }
}
.r-recruitment .flow_list ._list_item p {
  margin-top: 1rem;
  font-size: 2rem;
  color: var(--color-blue);
  text-align: center;
}
.r-recruitment .document_box {
  margin-top: 6rem;
}
.r-recruitment .requirement_list {
  margin-top: 6rem;
}
.r-recruitment .requirement_list ._list_item {
  position: relative;
  border-radius: 3px;
  transition: all 0.2s;
}
.r-recruitment .requirement_list ._list_item:not(:first-child) {
  margin-top: 3rem;
}
.r-recruitment .requirement_list ._list_item ._trigger {
  position: relative;
  padding: 3rem;
  padding-right: 4.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background-color: #fff;
  cursor: pointer;
  border-radius: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .r-recruitment .requirement_list ._list_item ._trigger {
    padding: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .r-recruitment .requirement_list ._list_item ._trigger {
    transition: all 0.2s;
  }
  .r-recruitment .requirement_list ._list_item ._trigger:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  }
  .r-recruitment .requirement_list ._list_item ._trigger:hover dt {
    background-color: var(--color-blue-l);
  }
}
.r-recruitment .requirement_list ._list_item ._trigger dt {
  padding: 1rem;
  flex-shrink: 0;
  display: block;
  width: 18rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  background-color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .r-recruitment .requirement_list ._list_item ._trigger dt {
    padding: 0.7rem;
    width: fit-content;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .r-recruitment .requirement_list ._list_item ._trigger dt {
    transition: all 0.2s;
  }
}
.r-recruitment .requirement_list ._list_item ._trigger dd {
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .r-recruitment .requirement_list ._list_item ._trigger dd {
    font-size: 1.8rem;
  }
}
.r-recruitment .requirement_list ._list_item ._trigger dd ._arrow {
  position: absolute;
  top: 50%;
  right: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2rem;
  border: 1px solid var(--color-blue-l);
  transform-origin: center;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1025px) {
  .r-recruitment .requirement_list ._list_item ._trigger dd ._arrow {
    transition: all 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .r-recruitment .requirement_list ._list_item ._trigger dd ._arrow {
    right: 1.5rem;
  }
}
.r-recruitment .requirement_list ._list_item ._trigger dd ._arrow::before {
  margin-top: -1px;
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid var(--color-blue-l);
  border-right: 1px solid var(--color-blue-l);
  transform-origin: center;
  transform: rotate(135deg);
}
.r-recruitment .requirement_list ._list_item ._content {
  margin-top: 1rem;
  padding: 6rem;
  display: none;
  border-radius: 3px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .r-recruitment .requirement_list ._list_item ._content {
    padding: 3rem 2rem;
  }
}
.r-recruitment .requirement_list ._list_item ._content dl {
  padding: 3rem 1.5rem;
  display: flex;
  border-radius: 3px;
  border-bottom: 1px solid #ddd;
}
.r-recruitment .requirement_list ._list_item ._content dl:first-of-type {
  padding-top: 0;
}
.r-recruitment .requirement_list ._list_item ._content dl:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .r-recruitment .requirement_list ._list_item ._content dl {
    flex-direction: column;
  }
}
.r-recruitment .requirement_list ._list_item ._content dl dt {
  width: 30%;
  color: var(--color-blue);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .r-recruitment .requirement_list ._list_item ._content dl dt {
    width: 100%;
  }
}
.r-recruitment .requirement_list ._list_item ._content dl dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .r-recruitment .requirement_list ._list_item ._content dl dd {
    margin-top: 1rem;
    width: 100%;
  }
}
.r-recruitment .requirement_list ._list_item.--active ._trigger {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
.r-recruitment .requirement_list ._list_item.--active ._trigger dt {
  background-color: var(--color-blue-l);
}
.r-recruitment .requirement_list ._list_item.--active ._trigger ._arrow {
  transform: rotate(-180deg) translate(0, 50%);
  background-color: var(--color-blue-l);
}
.r-recruitment .requirement_list ._list_item.--active ._trigger ._arrow::before {
  margin-top: -2px;
  border-top-color: #fff;
  border-right-color: #fff;
}