.l-faq {
  position: relative;
  padding-bottom: 10rem;
}

.l-faq:nth-child(even) {
  background: var(--bgColorYellow);
}

.l-faq.is-01 {
  --svgColor: var(--bgColorBoldPink);
  background: var(--bgColorYellow);
}

.l-faq.is-02 {
  --svgColor: var(--bgColorYellow);
  background: var(--bgColorPink);
}

.l-faq.is-03 {
  --svgColor: var(--bgColorPink);
  background: var(--bgColorLightGreen);
}

.l-faq.is-04 {
  --svgColor: var(--bgColorLightGreen);
  background: var(--bgColorBoldPink);
}

.l-faq.is-05 {
  --svgColor: var(--bgColorBoldPink);
  background: var(--bgColorYellow);
}

.l-faq.is-06 {
  --svgColor: var(--bgColorYellow);
  background: var(--bgColorPink);
}

.l-faq_pickup {
  position: relative;
  padding-bottom: 10rem;
  background: var(--bgColorBoldPink);
}

.l-faq_pickup_content {
  padding: 0rem 11.7rem 6rem;
  border-radius: 2rem;
  background: var(--bgColorYellow);
}

.l-faq_wrapper {
  padding-top: 17.2rem;
}

.l-faq_ttl {
  position: relative;
  margin-bottom: 5.1rem;
  padding-top: 6rem;
  text-align: center;
}

.l-faq_ttl_icn {
  display: block;
  width: 7.4rem;
  height: 7.4rem;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--colorWhite);
}

.l-faq_ttl::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  bottom: -1.3rem;
  left: 49%;
  width: 41.7rem;
  height: 2.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/career/img/faq/l-faq_ttl_icn.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-faq_cat {
  padding: 6rem;
  background: var(--bgColorBoldPink);
}

.l-faq_cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border: 1px solid var(--colorBrown);
  border-radius: 1.5rem;
  background: var(--bgColorLightYellow);
}

.l-faq_cat_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 6.4rem;
}

.l-faq_cat_list_icn {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
}

.l-faq_cat_list_wrapper {
  display: grid;
  z-index: 2;
  position: relative;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 1rem;
}

.l-faq_cat_arrow {
  position: absolute;
  top: 1.6rem;
  right: 1rem;
  width: 1.4rem;
  height: 1.4rem;
}

.l-faq_content {
  padding: 0 11.7rem;
}

.l-faq_item {
  display: grid;
  gap: 3rem 0;
}

.l-faq_item dl {
  overflow: hidden;
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
}

.l-faq_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.1rem 4.5rem 3.1rem 3.1rem;
  gap: 0 1.5rem;
  border-radius: 2rem;
  background: var(--bgColorLightYellow);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.l-faq_question_icn {
  width: 4rem;
}

.l-faq_question.is-active {
  border-radius: 2rem 2rem 0 0;
}

.l-faq_question.is-active .l-faq_question_arrow svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.l-faq_question_arrow svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 1.7rem;
  height: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-faq_answer {
  background: var(--colorWhite);
}

.l-faq_answer .l-faq_answer_icn {
  width: 4rem;
  min-width: 4rem;
  height: 100%;
  min-height: 0;
  margin: 0;
  border: none;
}

.l-faq_answer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3rem 9rem 3rem 3.1rem;
  gap: 0 1.5rem;
}

.l-faq_answer_content {
  word-break: break-all;
}

.l-faq_answer a {
  color: var(--colorRosePink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.l-faq_answer img {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  min-width: 100%;
  min-height: 42.3rem;
  max-height: 42.3rem;
  margin: 3rem 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-faq_answer img+br {
  display: none;
}

.l-faq_answer img+br+iframe {
  margin-top: 0;
}

.l-faq_answer iframe {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  margin: 3rem 0;
  border: 3px solid #ffe4e7;
}

.l-faq_answer iframe+br {
  display: none;
}

.l-faq_answer iframe+br+img {
  margin-top: 0;
}

.l-faq_modal_btn {
  margin: 4rem auto 0;
  cursor: pointer;
}

.l-faq_bg_star {
  z-index: 1;
  position: absolute;
  top: -7rem;
  right: 8rem;
  width: 25.4rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.l-faq_bg_star.is-even {
  left: 7.5rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.l-faq_bg_circle {
  z-index: 2;
  top: 10rem;
  right: 20rem;
}

.l-faq_bg_circle.is-even {
  top: 12rem;
  right: auto;
  left: 20rem;
}

.l-faq_bg_dot {
  top: 15rem;
  left: -6.5rem;
}

.l-faq_bg_dot.is-even {
  top: 17rem;
  right: -6.5rem;
  left: auto;
}

.l-faq_modal_content {
  width: 100%;
  max-width: 77.4rem;
  padding: 6rem 10.7rem;
  border-radius: 2rem;
  background: var(--bgColorPink);
}

.l-faq_modal_txt {
  margin-bottom: 4rem;
}

.l-faq_modal_cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border: 1px solid var(--colorBrown);
  border-radius: 1.5rem;
  background: var(--bgColorLightYellow);
}

.l-faq_modal_cat_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 6.4rem;
}

.l-faq_modal_cat_list_icn {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
}

.l-faq_modal_cat_list_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4rem;
  gap: 3rem 1rem;
}

.l-faq_modal_close_btn {
  margin: 0 auto;
  cursor: pointer;
}

.l-faq_link {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background: var(--bgColorPink);
  text-align: center;
}

.l-faq_link_txt {
  margin-bottom: 3.5rem;
  font-weight: var(--weightMedium);
  font-size: 2.2rem;
}

.l-faq_link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55rem;
  min-height: 12rem;
  padding: 0 1rem;
  gap: 0 2.3rem;
  border: 1px solid var(--colorBrown);
  border-radius: 50vw;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}

.l-faq_link_btn.is-contact {
  background: var(--colorPink);
}

.l-faq_link_btn.is-line {
  gap: 0 3rem;
  background: var(--bgColorBoldGreen);
}

.l-faq_link_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-faq_link_btn_icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: var(--colorWhite);
}

.l-faq_link_btn_icn_img.is-contact {
  width: 5.4rem;
}

.l-faq_link_btn_icn_img.is-line {
  width: 4.9rem;
}

.l-faq_link_btn .c-arrow_bg {
  position: absolute;
  right: 3rem;
}

.l-faq_link_btn .c-arrow_bg.is-contact {
  background: #f7eeeb;
}

.l-faq_link_btn .c-arrow_bg.is-line {
  background: var(--bgColorLightGreen);
}

.l-faq_link_bg_border {
  position: absolute;
  top: -14rem;
  right: -8rem;
}

.l-faq_link_bg_dot {
  position: absolute;
  top: -14rem;
  left: -9rem;
}

@media screen and (max-width: 47.9375em) {
  .l-faq_pickup {
    padding-bottom: 5rem;
  }
  .l-faq_pickup_content {
    padding: 4rem 3rem 4rem;
  }
  .l-faq_wrapper {
    padding-top: 6.2rem;
  }
  .l-faq_ttl {
    margin-bottom: 4.1rem;
    padding-top: 6rem;
  }
  .l-faq_ttl.is-pickup {
    margin-top: -6rem;
  }
  .l-faq_ttl_icn {
    width: 5.4rem;
    height: 5.4rem;
  }
  .l-faq_ttl::after {
    bottom: -2.7rem;
    width: 28.5rem;
    height: 3.3rem;
    background: url(/career/img/faq/l-faq_ttl_icn_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-faq_cat {
    padding: 4rem 1rem;
  }
  .l-faq_cat_list_wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem 1.2rem;
  }
  .l-faq_cat_arrow {
    top: 2.1rem;
    right: .6rem;
  }
  .l-faq_content {
    padding: 0 3rem;
  }
  .l-faq_item {
    gap: 2rem 0;
  }
  .l-faq_question {
    padding: 2.1rem 3.4rem 2.1rem 1.9rem;
    gap: 0 1.2rem;
  }
  .l-faq_question_icn {
    width: 3rem;
  }
  .l-faq_question_arrow svg {
    right: 1.7rem;
    width: 1.3rem;
    height: 1.1rem;
  }
  .l-faq_answer .l-faq_answer_icn {
    left: 0;
    width: 2.7rem;
    min-width: 2.7rem;
    min-height: 0;
    max-height: 100%;
  }
  .l-faq_answer_wrapper {
    padding: 2rem 1.9rem;
  }
  .l-faq_answer_content {
    max-width: 20rem;
  }
  .l-faq_answer img {
    position: relative;
    left: -4rem;
    min-width: 24rem;
    max-width: 24rem;
    min-height: 13.8rem;
    max-height: 13.8rem;
  }
  .l-faq_answer iframe {
    position: relative;
    left: -4rem;
    min-width: 23.5rem;
    max-width: 23.5rem;
    max-height: 13.8rem;
  }
  .l-faq_bg_star {
    top: -1.8rem;
    right: -1.6rem;
    width: 10.6rem;
  }
  .l-faq_bg_star.is-even {
    left: -1.6rem;
  }
  .l-faq_bg_circle {
    display: none;
    top: -10rem;
    right: -1rem;
  }
  .l-faq_bg_circle.is-even {
    right: auto;
    left: -1.6rem;
  }
  .l-faq_bg_dot {
    top: 3.5rem;
    left: -20rem;
  }
  .l-faq_bg_dot.is-even {
    top: 4rem;
    right: -20rem;
    left: auto;
  }
  .l-faq_modal_content {
    width: calc(100% - 3.2rem);
    max-width: 100%;
    padding: 4rem 1rem;
    border-radius: 1rem;
  }
  .l-faq_modal_txt {
    margin-bottom: 2rem;
  }
  .l-faq_modal_cat_list_wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 2.5rem;
    gap: 1.8rem 1.2rem;
  }
  .l-faq_link {
    margin-top: -2.3rem;
    padding-top: 0;
    padding-bottom: 6rem;
  }
  .l-faq_link_txt {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
  .l-faq_link_btn {
    width: 100%;
    min-height: 10rem;
    gap: 0 1rem;
  }
  .l-faq_link_btn.is-line {
    gap: 0 1rem;
  }
  .l-faq_link_btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem 0;
  }
  .l-faq_link_btn_icn {
    width: 7.9rem;
    height: 7.9rem;
  }
  .l-faq_link_btn_icn_img.is-contact {
    width: 4rem;
  }
  .l-faq_link_btn_icn_img.is-line {
    width: 3.6rem;
  }
  .l-faq_link_btn .c-arrow_bg {
    right: 2rem;
  }
  .l-faq_link_bg_border {
    top: -10.5rem;
    right: -15rem;
  }
  .l-faq_link_bg_dot {
    top: -6rem;
    left: -16rem;
  }
}

@media (hover: hover) {
  .l-faq_question:hover {
    opacity: .6;
  }
  .l-faq_link_btn.is-contact:hover {
    background: var(--hoverColorPink);
    opacity: 1;
  }
  .l-faq_link_btn.is-line:hover {
    background: var(--bgColorLightGreen);
    opacity: 1;
  }
}
