@charset "UTF-8";
/* ----関数設定---- */
/* ----------------------------------------------------------------------
office
---------------------------------------------------------------------- */
#recruit {
  /* ----- 働く女性応援宣言 ----- */
}
#recruit p {
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
  font-weight: 400;
}
#recruit p:last-child {
  margin-bottom: 0;
}
#recruit .lead_text {
  font-size: max(2rem, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
  line-height: 2;
  color: var(--color-blue);
}
#recruit .msg_flex {
  display: flex;
  gap: 4rem;
}
#recruit .msg_flex .pic_area {
  width: 32%;
  flex-shrink: 0;
}
#recruit .msg_flex .pic_area picture {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}
#recruit .msg_flex .pic_area picture img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}
#recruit .msg_flex .pic_area .ceo_name {
  text-align: center;
  font-weight: 400;
  line-height: 2;
  color: #333;
}
#recruit .msg_list {
  margin: 3rem 0;
}
#recruit .msg_list li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.5em;
  font-weight: 700;
  margin-bottom: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
#recruit .msg_list li:last-child {
  margin-bottom: 0;
}
#recruit .recruit_list li {
  display: flex;
  gap: 5rem;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 2rem 0;
}
#recruit .recruit_list li:first-child {
  border-top: 1px solid #ccc;
}
#recruit .recruit_list li .list_text {
  letter-spacing: 0.1em;
}
#recruit .recruit_list li .list_text .list_title {
  font-size: max(2rem, 18px);
  font-weight: 700;
  margin-bottom: 2rem;
}
#recruit .recruit_list li p:last-of-type {
  margin-bottom: 0;
}
#recruit .recruit_list li .recruit_label {
  margin-top: 2rem;
  color: var(--color-red);
  font-weight: 500;
}
#recruit .recruit_list li picture {
  width: 24%;
  aspect-ratio: 3/2;
  flex-shrink: 0;
}
#recruit .recruit_list li picture img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#recruit .bnr_woman {
  text-align: center;
  margin-top: 8rem;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}
#recruit .bnr_woman a {
  transition: opacity 0.3s;
  display: block;
  width: 100%;
}
#recruit .bnr_woman a picture {
  width: 100%;
  height: 100%;
}
#recruit .bnr_woman a picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (hover: hover) and (pointer: fine) {
  #recruit .bnr_woman a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  #recruit .recruit_list li .list_text .list_title {
    margin-bottom: 1.5rem;
  }
  #recruit .recruit_list li .list_text p {
    line-height: 1.6;
  }
  #recruit .recruit_list li .list_text .recruit_label {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 820px) {
  #recruit .msg_flex {
    flex-direction: column-reverse;
  }
  #recruit .msg_flex .pic_area {
    width: 100%;
    max-width: 280px;
    margin-inline: auto;
  }
  #recruit .recruit_list li {
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 4rem 0;
  }
  #recruit .recruit_list li picture {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
  #recruit .recruit_list li .list_text .list_title {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #recruit p {
    font-size: 14px;
  }
  #recruit .lead_text {
    font-size: max(1.6rem, 16px);
    line-height: 1.6;
  }
  #recruit .msg_flex {
    gap: 2rem;
  }
  #recruit .msg_flex .pic_area {
    width: 100%;
    max-width: none;
  }
  #recruit .msg_flex .pic_area picture {
    width: 60%;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
  #recruit .msg_flex .pic_area .ceo_name {
    font-size: 14px;
    line-height: 1.6;
  }
  #recruit .bnr_woman {
    margin-top: 4rem;
  }
}
#recruit .woman_title_band {
  background-image: url(../images/cate_woman.jpg);
  background-size: cover;
  text-align: center;
  position: relative;
  padding: 10rem 3rem;
  margin-bottom: 12rem;
}
#recruit .woman_title_band .woman_title {
  font-size: max(3.6rem, 26px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
#recruit .woman_title_band p {
  z-index: 1;
  position: relative;
  margin-bottom: 0;
}
#recruit .woman_title_band .woman_sashie {
  position: absolute;
  right: -2rem;
  bottom: -4rem;
  width: 23%;
  aspect-ratio: 1;
  z-index: 0;
}
#recruit .woman_title_band .woman_sashie img {
  width: 100%;
  height: 100;
  object-fit: contain;
}
#recruit .content_body .content_title {
  font-size: max(2.2rem, 20px);
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 500;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
#recruit .content_body .content_title::after {
  content: "";
  width: 95%;
  height: 60%;
  background-color: #fee2e1;
  position: absolute;
  bottom: -2px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
#recruit .content_body .flex_box {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  margin-bottom: 8rem;
}
#recruit .content_body .flex_box .flex_text .qanda_area {
  margin-bottom: 6rem;
}
#recruit .content_body .flex_box .flex_text .qanda_area .q_area {
  padding: 0 0 6px 36px;
  background-image: url("../images/icon_q.gif");
  background-repeat: no-repeat;
  background-position: left top 5px;
  font-size: max(2rem, 20px);
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  line-height: 1.8;
}
#recruit .content_body .flex_box .flex_text .qanda_area .a_area {
  padding-left: 36px;
}
#recruit .back_recruit a {
  display: block;
  color: var(--color-red);
  border: 1px solid var(--color-red);
  border-radius: 3px;
  padding: 17px 30px 17px 55px;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
}
#recruit .back_recruit a::after {
  content: "";
  height: 7px;
  width: 30px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translatey(-50%) rotate(180deg);
  background-image: url("../images/btn_arrow_r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (hover: hover) and (pointer: fine) {
  #recruit .back_recruit a::before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.0392156863);
    transition: width 0.3s;
  }
  #recruit .back_recruit a:hover::before {
    width: 100%;
    transform-origin: left;
  }
}
@media screen and (max-width: 768px) {
  #recruit .content_body .flex_box {
    align-items: center;
  }
  #recruit .content_body .flex_box:nth-child(even) {
    flex-direction: column-reverse;
  }
  #recruit .content_body .flex_box:nth-child(odd) {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  #recruit .woman_title_band {
    padding: 5rem 2rem 8rem;
  }
  #recruit .woman_title_band .woman_title {
    font-size: max(2.4rem, 24px);
  }
  #recruit .woman_title_band .woman_sashie {
    width: 42%;
  }
  #recruit .content_body .flex_box {
    margin-bottom: 2rem;
  }
  #recruit .content_body .flex_box .flex_text .qanda_area .q_area {
    font-size: max(1.8rem, 18px);
  }
}

#page:has(#recruit.woman) .page_title {
  display: none;
}