.l-housing {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: var(--bgColorBoldPink);
}

.l-housing_txt {
  margin-top: 1rem;
  text-align: center;
}

.l-housing_message_txt {
  z-index: 1;
  position: relative;
  padding-top: 2.8rem;
  font-weight: var(--weightMedium);
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .04em;
  text-align: center;
}

.l-housing_message_txt::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: -7.5rem;
  width: 57.2rem;
  height: 13.1rem;
  background-image: url(/career/img/housing/l-housing_message_bg_pc.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-housing_message_txt em {
  color: var(--colorRosePink);
}

.l-housing_message_txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
  gap: 0 1rem;
}

.l-housing_message_illust {
  position: relative;
  right: -5.5rem;
  width: 15.7rem;
}

.l-housing_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}

.l-housing_list {
  width: 55rem;
  max-width: 100%;
  height: 28rem;
}

.l-housing_list:nth-child(2) .l-housing_list_link::before {
  background-image: url(/career/img/housing/l-housing_list_bg02.webp);
}

.l-housing_list_link {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--colorBrown);
  border-radius: 14rem;
  background: var(--bgPatternColorPink);
}

.l-housing_list_link::after {
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: var(--colorWhite);
  content: "";
}

.l-housing_list_link::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(/career/img/housing/l-housing_list_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.l-housing_list_link_img {
  display: block;
  position: absolute;
  top: 2.7rem;
  left: 2.7rem;
  width: 22.5rem;
}

.l-housing_list_link_txt_wrapper {
  z-index: 1;
  position: relative;
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding-top: 6rem;
  padding-right: 5rem;
  text-align: center;
}

.l-housing_list_link_txt {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}

.l-housing_list_link_txt::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  bottom: 0;
  left: -2.7rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/career/img/common/p-icn_txt_border_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-housing_list_link_txt::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  right: -2.3rem;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/career/img/common/p-icn_txt_border_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-housing_list_link_txt02 {
  font-weight: var(--weightRegular);
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: .04em;
}

.l-housing_list_link_icon {
  position: absolute;
  bottom: 4rem;
  left: calc(50% - 3rem);
  translate: -50% 0;
  rotate: 90deg;
}

.l-housing_ttl_sub {
  display: block;
  z-index: 1;
  position: relative;
  margin-bottom: 1rem;
  padding-top: .5rem;
}

.l-housing_ttl_sub::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 31.7rem;
  height: 5.8rem;
  translate: -50% 0;
  background-image: url(/career/img/housing/l-housing_residence_ttl_sub.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-housing_sec02 {
  position: relative;
  padding-top: 20rem;
  padding-bottom: 8rem;
  background-color: var(--bgColorYellow);
}

.l-housing_sec02_container {
  padding-top: 10rem;
}

.l-housing_sec02_img,.l-housing_sec02_img02,.l-housing_sec02_img03 {
  position: absolute;
}

.l-housing_sec02_img {
  top: -10rem;
  left: -7.5rem;
}

.l-housing_sec02_img02 {
  z-index: 2;
  top: 2rem;
  right: 20.5rem;
}

.l-housing_sec02_img03 {
  z-index: 1;
  top: -16rem;
  right: 8rem;
  width: 25.4rem;
  rotate: -35deg;
}

.l-housing_rented {
  position: relative;
  margin-top: 8.4rem;
  padding: 6rem 7rem;
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
  background-color: var(--colorWhite);
}

.l-housing_rented_img {
  position: absolute;
  top: -4.5rem;
  left: 7.4rem;
  width: 22.5rem;
}

.l-housing_rented_ttl {
  color: var(--colorRosePink);
  text-align: center;
}

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

.l-housing_rented_list_ttl {
  text-align: center;
}

.l-housing_rented_list_txt {
  margin-top: 1rem;
}

.l-housing_rented_list_img {
  display: block;
  width: 18rem;
  max-width: 100%;
  margin-top: 1rem;
  margin-inline: auto;
}

.l-housing_rented_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1rem;
  margin-left: auto;
  gap: .5rem;
}

.l-housing_rented_list_link_icon {
  width: 3rem;
  height: 3rem;
  rotate: 90deg;
}

.l-housing_rented_lists_attention {
  margin-top: 1rem;
  color: var(--colorLightBrown);
}

.l-housing_rented_merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin-top: 11.6rem;
  padding: 6rem 7rem;
  gap: 6rem;
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
  background-color: var(--colorWhite);
}

.l-housing_rented_merit_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-housing_rented_merit_ttl {
  color: var(--colorRosePink);
}

.l-housing_rented_merit_txt {
  margin-top: 2rem;
}

.l-housing_rented_merit_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2rem;
  margin-left: auto;
  gap: .7rem;
}

.l-housing_rented_merit_link_icon {
  width: 3rem;
  height: 3rem;
  rotate: 90deg;
}

.l-housing_rented_merit_balloon {
  z-index: 1;
  position: absolute;
  top: -2.5rem;
  left: 9rem;
  rotate: -7.5deg;
  font-weight: var(--weightMedium);
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .04em;
  text-align: center;
}

.l-housing_rented_merit_balloon::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.6rem;
  height: 12.6rem;
  translate: -50% -50%;
  rotate: 9deg;
  background-image: url(/career/img/housing/l-housing_rented_merit_balloon_bg.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-housing_rented_merit_img {
  width: 48rem;
  max-width: 100%;
}

.l-housing_rented_merit_details {
  width: 92.7rem;
  max-width: 100%;
  margin-top: 6.5rem;
  margin-inline: auto;
}

.l-housing_rented_merit_details_dl {
  border-radius: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10rem, var(--bgColorLightYellow)), color-stop(10rem, var(--colorWhite)));
  background: -webkit-linear-gradient(top, var(--bgColorLightYellow) 10rem, var(--colorWhite) 10rem);
  background: linear-gradient(to bottom, var(--bgColorLightYellow) 10rem, var(--colorWhite) 10rem);
  -webkit-transition: padding 500ms;
  transition: padding 500ms;
}

.l-housing_rented_merit_details_dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 10rem;
  padding: 0 7rem;
  cursor: pointer;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

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

.l-housing_rented_merit_details_dd {
  padding: 0 7rem;
  -webkit-transition: height 500ms,margin 500ms;
  transition: height 500ms,margin 500ms;
}

.l-housing_rented_merit_details_dl:has(.is-active) {
  padding-bottom: 4rem;
}

.l-housing_rented_merit_details_dl:has(.is-active) .l-housing_rented_merit_details_dd {
  margin-top: 4rem;
}

.l-housing_rented_merit_details_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-housing_rented_merit_details_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0;
}

.l-housing_rented_merit_details_list:first-child {
  padding-top: 0;
}

.l-housing_rented_merit_details_list:last-child {
  padding-bottom: 0;
}

.l-housing_rented_merit_details_list:not(:last-child)::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  bottom: 0;
  left: -1rem;
  width: calc(100% + 2rem);
  height: .2rem;
  background-image: url(/career/img/common/p-icn_dot_brown.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  content: "";
  content: "";
}

.l-housing_rented_merit_details_list01_small {
  color: var(--colorLightBrown);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: .04em;
}

.l-housing_rented_merit_details_list_ttl {
  position: relative;
}

.l-housing_rented_merit_details_list_txt {
  margin-top: 2rem;
  color: var(--colorBrown);
}

.l-housing_rented_merit_details_list_img {
  width: calc(50% - 2.5rem);
  min-width: 21.1rem;
  margin: 0 auto;
}

.l-housing_rented_merit_details_list_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem 0;
  gap: 3rem 5rem;
}

.l-housing_rented_merit_details_list_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
  gap: 1rem;
}

.l-housing_rented_merit_details_list_sub li {
  position: relative;
  width: 100%;
  padding-left: 1rem;
}

.l-housing_rented_merit_details_list_sub li::before {
  display: block;
  position: absolute;
  top: 1.4rem;
  left: -1rem;
  aspect-ratio: 1;
  width: .6rem;
  border-radius: 50%;
  background-color: var(--colorPink);
  content: "";
}

.l-housing_rented_merit_details_list_sub02 {
  margin-top: 1rem;
  color: var(--colorLightBrown);
}

.l-housing_residence {
  position: relative;
  padding-top: 13rem;
  padding-bottom: 10rem;
  background-color: var(--bgColorPink);
}

.l-housing_residence_img {
  position: absolute;
  top: -6rem;
  right: -8rem;
}

.l-housing_residence_ttl_wrapper {
  padding-top: 10rem;
}

.l-housing_residence_ttl_sub {
  display: block;
  z-index: 1;
  position: relative;
  margin-bottom: 1rem;
  padding-top: .5rem;
}

.l-housing_residence_ttl_sub::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 31.7rem;
  height: 5.8rem;
  translate: -50% 0;
  background-image: url(/career/img/housing/l-housing_residence_ttl_sub.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-housing_residence_content {
  margin-top: 6rem;
  padding: 6.5rem 0;
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
  background-color: var(--colorWhite);
  text-align: center;
}

.l-housing_residence_content_ttl {
  margin-top: -1rem;
  color: var(--colorRosePink);
}

.l-housing_residence_content_txt {
  margin-top: 4rem;
}

.l-housing_residence_content_img {
  display: block;
  width: 40.5rem;
  margin-top: 4rem;
  margin-inline: auto;
}

.l-housing_residence_content_lists {
  width: 61.1rem;
  max-width: 100%;
  margin-top: 1.4rem;
  margin-inline: auto;
  color: var(--colorLightBrown);
  text-align: left;
}

.l-housing_residence_content_img02 {
  width: 67.6rem;
  max-width: 100%;
  margin-top: 6rem;
  margin-inline: auto;
}

.l-housing_residence_content_txt02 {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 6.1rem;
  margin-inline: auto;
}

.l-housing_residence_content_txt02::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  bottom: .6rem;
  left: -3.7rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/career/img/common/p-icn_txt_border_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-housing_residence_content_txt02::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  right: -5rem;
  bottom: .6rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/career/img/common/p-icn_txt_border_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-housing_residence_content_ttl02 {
  margin-top: 2rem;
  color: var(--colorRosePink);
}

.l-housing_residence_content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 102rem;
  max-width: 100%;
  margin-top: 4rem;
  margin-inline: auto;
  padding: 4rem 4.5rem;
  gap: 10rem;
  border-radius: 2rem;
  background-color: var(--bgColorBoldPink);
}

.l-housing_residence_content_block_right {
  width: 39.3rem;
  max-width: 100%;
}

.l-housing_residence_content_block_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.l-housing_residence_content_block_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
  gap: 1rem;
}

.l-housing_residence_content_block_list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 3rem;
  border-radius: .5rem;
  background-color: var(--colorWhite);
  line-height: 4rem;
  text-align: center;
}

.l-housing_residence_content_block_txt {
  margin-top: 1rem;
  color: var(--colorLightBrown);
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: .04em;
}

.l-housing_residence_content_block_btm {
  position: relative;
}

.l-housing_residence_content_block_btm_img {
  top: 9rem;
  right: -13rem;
}

.l-housing_residence_content_block_btm_img02 {
  top: 10rem;
  left: -10rem;
}

.l-housing_residence_content_btn {
  margin-top: 4rem;
  margin-inline: auto;
}

.l-housing_residence_content_txt03 {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10rem;
  margin-inline: auto;
  text-align: center;
}

.l-housing_residence_content_txt03::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  bottom: .5rem;
  left: -4.7rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/career/img/common/p-icn_txt_border_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-housing_residence_content_txt03::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  right: -4.3rem;
  bottom: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/career/img/common/p-icn_txt_border_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-housing_residence_content_inquiry_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.4rem;
  gap: 5rem;
}

.l-housing_residence_content_inquiry_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 12rem;
  padding: 0 3rem 0 1.2rem;
  gap: 2.3rem;
}

.l-housing_residence_content_inquiry_btn.is-pink {
  background-color: var(--colorPink);
}

.l-housing_residence_content_inquiry_btn.is-green {
  background-color: var(--bgColorBoldGreen);
}

.l-housing_residence_content_inquiry_btn_img {
  width: 10rem;
  max-width: 100%;
}

.l-housing_residence_content_inquiry_btn_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-housing_residence_content_inquiry_btn_icon.is-pink {
  background-color: var(--bgColorPink);
}

.l-housing_residence_content_inquiry_btn_icon.is-green {
  background-color: var(--bgColorLightGreen);
}

@media screen and (max-width: 47.9375em) {
  .l-housing {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .l-housing_txt {
    padding: 0rem 1rem;
    text-align: left;
  }
  .l-housing_message_txt {
    padding-top: 1.2rem;
    padding-left: 1.8rem;
    font-size: 1rem;
  }
  .l-housing_message_txt::before {
    right: auto;
    left: 0;
    width: 27.4rem;
    height: 8.1rem;
    background-image: url(/career/img/housing/l-housing_message_bg_sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-housing_message_txt_wrapper {
    margin-top: 4rem;
  }
  .l-housing_message_illust {
    right: -1rem;
    width: 9.6rem;
  }
  .l-housing_lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    gap: 2rem;
  }
  .l-housing_list {
    height: 14rem;
  }
  .l-housing_list:nth-child(2) .l-housing_list_link::before {
    background-image: url(/career/img/housing/l-housing_list_bg02_sp.webp);
  }
  .l-housing_list_link::before {
    background-image: url(/career/img/housing/l-housing_list_bg_sp.webp);
    background-size: cover;
  }
  .l-housing_list_link {
    border-radius: 7rem;
  }
  .l-housing_list_link_img {
    top: 1.5rem;
    left: 1.5rem;
    width: 11rem;
  }
  .l-housing_list_link_txt_wrapper {
    width: 70%;
    padding-top: 2rem;
    padding-right: 0;
  }
  .l-housing_list_link_txt {
    font-size: 1.4rem;
  }
  .l-housing_list_link_txt::before {
    bottom: .4rem;
    left: -2rem;
    width: 1.8rem;
    height: 1.7rem;
  }
  .l-housing_list_link_txt::after {
    right: -2rem;
    bottom: .4rem;
    width: 1.8rem;
    height: 1.7rem;
  }
  .l-housing_list_link_txt02 {
    margin-top: .7rem;
    font-size: 2.2rem;
  }
  .l-housing_list_link_icon {
    top: 50%;
    right: 2rem;
    bottom: auto;
    left: auto;
    translate: 0 -50%;
  }
  .l-housing_ttl_sub {
    margin-bottom: 2rem;
    padding-top: .4rem;
  }
  .l-housing_ttl_sub::before {
    top: -0.5rem;
    width: 25.9rem;
    height: 5.8rem;
    background-image: url(/career/img/housing/l-housing_residence_ttl_sub_sp.webp);
  }
  .l-housing_sec02 {
    padding-top: 5.5rem;
    padding-bottom: 6rem;
  }
  .l-housing_sec02_container {
    padding-top: 8rem;
  }
  .l-housing_sec02_img {
    top: -3.5rem;
    left: -16.5rem;
  }
  .l-housing_sec02_img02 {
    display: none;
  }
  .l-housing_sec02_img03 {
    top: -7rem;
    right: -2rem;
    width: 10.6rem;
  }
  .l-housing_rented {
    margin-top: 5.5rem;
    padding: 4rem 3rem;
  }
  .l-housing_rented_img {
    top: -5rem;
    left: .8rem;
    width: 16.4rem;
  }
  .l-housing_rented_lists {
    grid-template-columns: auto;
    margin-top: 1.5rem;
  }
  .l-housing_rented_list_txt_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.5rem;
    gap: 1rem;
  }
  .l-housing_rented_list_txt {
    margin-top: 0;
  }
  .l-housing_rented_list_img {
    width: 12rem;
    max-width: 100%;
    height: 12rem;
    margin-top: 0;
  }
  .l-housing_rented_merit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 9.6rem;
    padding: 4rem 3rem;
    gap: 0;
  }
  .l-housing_rented_merit_ttl {
    text-align: center;
  }
  .l-housing_rented_merit_link_wrapper {
    margin-left: auto;
  }
  .l-housing_rented_merit_balloon {
    top: -3rem;
    left: 2rem;
    font-size: 1.1rem;
  }
  .l-housing_rented_merit_balloon::before {
    width: 12.1rem;
    height: 8.6rem;
  }
  .l-housing_rented_merit_img {
    width: 28.4rem;
    margin-top: 2rem;
    margin-inline: auto;
  }
  .l-housing_rented_merit_details {
    width: 100%;
    margin-top: 4rem;
  }
  .l-housing_rented_merit_details_dl {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8rem, var(--bgColorLightYellow)), color-stop(8rem, var(--colorWhite)));
    background: -webkit-linear-gradient(top, var(--bgColorLightYellow) 8rem, var(--colorWhite) 8rem);
    background: linear-gradient(to bottom, var(--bgColorLightYellow) 8rem, var(--colorWhite) 8rem);
  }
  .l-housing_rented_merit_details_dt {
    height: 8rem;
    padding: 0 1.8rem;
  }
  .l-housing_rented_merit_details_dd {
    padding: 0 3rem;
  }
  .l-housing_rented_merit_details_list {
    padding: 2rem 0;
  }
  .l-housing_rented_merit_details_list:not(:last-child)::before {
    left: 0;
    width: 100%;
  }
  .l-housing_rented_merit_details_list_txt {
    margin-top: 1rem;
  }
  .l-housing_rented_merit_details_list_img {
    width: 100%;
  }
  .l-housing_rented_merit_details_list_img_wrapper {
    margin-bottom: 1.1rem;
    gap: 2rem 0;
  }
  .l-housing_rented_merit_details_list_sub {
    margin-top: 1rem;
    gap: 1rem;
  }
  .l-housing_rented_merit_details_list_sub li {
    padding-left: 1.5rem;
  }
  .l-housing_rented_merit_details_list_sub li::before {
    top: .9rem;
    left: 0;
  }
  .l-housing_residence {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .l-housing_residence_img {
    top: -4.5rem;
    right: -16rem;
  }
  .l-housing_residence_ttl_wrapper {
    padding-top: 7rem;
  }
  .l-housing_residence_ttl_sub {
    margin-bottom: 2rem;
    padding-top: .4rem;
  }
  .l-housing_residence_ttl_sub::before {
    top: -0.5rem;
    width: 25.9rem;
    height: 5.8rem;
    background-image: url(/career/img/housing/l-housing_residence_ttl_sub_sp.webp);
  }
  .l-housing_residence_content {
    margin-top: 4rem;
    padding: 5rem 3rem 3.5rem;
  }
  .l-housing_residence_content_txt {
    margin-top: 2rem;
    text-align: left;
  }
  .l-housing_residence_content_img {
    margin-top: 2rem;
  }
  .l-housing_residence_content_lists {
    margin-top: 2.4rem;
  }
  .l-housing_residence_content_img02 {
    margin-top: 4rem;
  }
  .l-housing_residence_content_txt02 {
    margin-top: 4rem;
  }
  .l-housing_residence_content_txt02::before {
    bottom: -0.2rem;
    left: -3rem;
  }
  .l-housing_residence_content_txt02::after {
    right: -4rem;
    bottom: -0.2rem;
  }
  .l-housing_residence_content_ttl02 {
    margin-top: 1rem;
  }
  .l-housing_residence_content_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% + 4rem);
    max-width: none;
    margin-top: 2rem;
    margin-left: -2rem;
    padding: 4rem 2rem;
    gap: 3rem;
  }
  .l-housing_residence_content_block_ttl {
    text-align: center;
  }
  .l-housing_residence_content_block_lists {
    margin-top: 2.5rem;
  }
  .l-housing_residence_content_block_list {
    padding: 0 1rem;
    line-height: 3.4rem;
  }
  .l-housing_residence_content_block_btm_img {
    top: 3.5rem;
    left: 12rem;
  }
  .l-housing_residence_content_block_btm_img02 {
    top: 7rem;
    left: -13rem;
  }
  .l-housing_residence_content_btn {
    margin-top: 2.5rem;
  }
  .l-housing_residence_content_txt03 {
    margin-top: 8rem;
  }
  .l-housing_residence_content_txt03::before {
    bottom: -0.2rem;
    left: -5rem;
  }
  .l-housing_residence_content_txt03::after {
    right: -5.3rem;
    bottom: -0.2rem;
  }
  .l-housing_residence_content_inquiry_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
    gap: 2.5rem;
  }
  .l-housing_residence_content_inquiry_btn {
    height: auto;
    min-height: 10rem;
    padding: 0 2rem 0 1rem;
    gap: 1rem;
  }
  .l-housing_residence_content_inquiry_btn_img {
    width: 7.9rem;
  }
}

@media (hover: hover) {
  .l-housing_rented_merit_details_dt:hover {
    opacity: .6;
  }
  .l-housing_residence_content_inquiry_btn.is-pink:hover {
    background: var(--hoverColorPink);
    opacity: 1;
  }
  .l-housing_residence_content_inquiry_btn.is-green:hover {
    background: var(--bgColorLightGreen);
    opacity: 1;
  }
}

@media (hover: none) {
  .l-housing_rented_merit_details_dt:active {
    opacity: 1;
  }
}
