/* ========================================================================
    residence PC START
 ========================================================================== */
.m-mv-pic {
  background-image: url("/assets/images/company/residence/bg_mv_pc.webp");
}

.no-webp .m-mv-pic {
  background-image: url("/assets/images/company/residence/bg_mv_pc.png");
}

@media screen and (max-width: 767px) {
  .m-mv-pic {
    background-image: url("/assets/images/company/residence/bg_mv_sp.webp");
  }
  .no-webp .m-mv-pic {
    background-image: url("/assets/images/company/residence/bg_mv_sp.png");
  }
}
.p-residence-base-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

.p-residence {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 75px;
}

.p-residence-box {
  margin: 0 auto;
  position: relative;
  top: -60px;
}

.p-residence-wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.p-residence-anker-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-residence-anker-list-item + .p-residence-anker-list-item {
  margin: 0 0 0 25px;
}

.p-residence-anker-list-item-link {
  display: block;
  background-color: #fff;
  width: 344px;
  height: 100%;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 25px 0 25px 30px;
  position: relative;
}
.p-residence-anker-list-item-link:after {
  content: "";
  width: 13px;
  height: 13px;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  position: absolute;
  top: 48%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  margin: auto;
  transition: 0.3s;
}
.p-residence-anker-list-item-link:hover:after {
  top: 52%;
}

.p-residence-anker-list-item-link-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-residence-anker-list-item-link-txt {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 0 25px;
}

.p-residence-txt {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 700;
  text-align: right;
  margin-top: 40px;
}
.p-residence-txt a {
  color: #041E8A;
  position: relative;
  border-bottom: 2px solid #041E8A;
  padding-right: 15px;
}
.p-residence-txt a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.p-residence-txt a:hover {
  border-bottom: 2px solid transparent;
}

.p-residence-reason {
  margin: 70px 0 0;
}

.p-residence-reason-ttl-box {
  text-align: center;
}

.p-residence-reason-ttl {
  font-size: 3.2rem;
  line-height: 1.71875;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.p-residence-reason-ttl:before {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #1B885F;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
}
.p-residence-reason-ttl span {
  font-size: 2.2rem;
  line-height: 2.5;
  font-weight: bold;
  line-height: inherit;
}

.p-residence-reason-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 40px;
  margin-top: 55px;
}

.p-residence-reason-list-item {
  width: 333px;
  position: relative;
}

.p-residence-reason-list-item-ttl-box {
  position: relative;
}

.p-residence-reason-list-item-ttl {
  font-size: 2.4rem;
  line-height: 1.7083333333;
  font-weight: bold;
  min-height: 82px;
}

.p-residence-reason-list-item-number-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: -60px;
  z-index: -1;
}

.p-residence-reason-list-item-number-ttl {
  color: #97CCB9;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  position: relative;
  margin: 0 0 10px;
}
.p-residence-reason-list-item-number-ttl:after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background-color: #97CCB9;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) rotate(45deg);
}

.p-residence-reason-list-item-number-txt {
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  letter-spacing: 0.07em;
  font-weight: 900;
  color: #97CCB9;
  text-shadow: 3px 3px #fff;
  margin: 0 0 0 45px;
}

.p-residence-reason-list-item-pic {
  margin: 30px 0 0;
}

.p-residence-reason-list-item-txt {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  margin: 20px 0 0;
}

.p-residence-reason-list-item01 {
  width: 100%;
}

.p-residence-reason-list-item01-ttl-box {
  display: flex;
  align-items: center;
  gap: 0 50px;
}

.p-residence-reason-list-item01-ttl {
  font-size: 3.9rem;
  line-height: 1.4358974359;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.p-residence-reason-list-item01-ttl img {
  width: 192px;
  height: auto;
}

.p-residence-reason-list-item01-number-wrap {
  display: flex;
  align-items: center;
}

.p-residence-reason-list-item01-read {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.p-residence-reason-list-item01-read span {
  color: #1B885F;
}

.p-residence-structure {
  margin: 125px 0 0;
}

.p-residence-structure-ttl-box {
  text-align: center;
}

.p-residence-structure-ttl {
  font-size: 3.2rem;
  line-height: 1.71875;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.p-residence-structure-ttl:before {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #1B885F;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
}

.p-residence-structure-ttl-lead {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  font-weight: 500;
  text-align: center;
  margin: 50px 0 0;
}

.p-residence-structure-pic {
  margin: 40px auto 0;
  max-width: 960px;
  width: 100%;
}

.p-residence-service {
  max-width: 960px;
  margin: 130px auto 0;
}

.p-residence-service-tab-wrap {
  display: flex;
  gap: 20px;
}

.p-residence-service-tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  height: 75px;
  background-color: #999999;
  border: 2px solid #999999;
  border-bottom: none;
  transition: all 0.3s;
}
.p-residence-service-tab-btn.is-active {
  color: #333333;
  background-color: transparent;
  position: relative;
}
.p-residence-service-tab-btn.is-active::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: 10px;
  background-color: #1B885F;
  transition: all 0.3s;
}
.p-residence-service-tab-btn.is-active._gold::before {
  background-color: #84752A;
}

.js-tab-panel {
  display: none;
}

.p-residence-service-tab-panel {
  padding: 70px 0 0;
}

.p-residence-service-ttl-box {
  text-align: center;
}
.p-residence-service-ttl-box._mt {
  margin-top: 140px;
}

.p-residence-service-ttl {
  font-size: 3.2rem;
  line-height: 1.71875;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.p-residence-service-ttl:before {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #1B885F;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
}

.p-residence-service-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px;
  margin: 60px auto 0;
  background-color: #fff;
}
.p-residence-service-overview._reverse {
  flex-direction: row-reverse;
  gap: 30px;
}
.p-residence-service-overview picture {
  flex-shrink: 0;
}

.p-residence-service-overview-ttl {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 25px;
  background-image: repeating-linear-gradient(90deg, #333333, #333333 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.p-residence-service-overview-txt01 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #1B885F;
  display: inline-block;
  background: linear-gradient(transparent 50%, #FFE200 50%);
}

.p-residence-service-overview-txt02 {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  margin: 15px 0;
}
.p-residence-service-overview-txt02 span {
  font-weight: 700;
  color: #1B885F;
}
.p-residence-service-overview-txt02 span._fz {
  font-size: 20px;
}

.p-residence-service-overview-txt03 {
  color: #1B885F;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  width: fit-content;
  padding-bottom: 15px;
  margin-bottom: 10px;
  background: url(../../../images/company/residence/img_residence_overview-bubble.svg) no-repeat center bottom/contain;
}

.p-residence-service-overview-list li, .p-residence-payment-list li {
  font-size: 1.6rem;
  line-height: 1.6875;
  font-weight: 400;
  white-space: nowrap;
  padding-left: 34px;
  position: relative;
}
.p-residence-service-overview-list li::before, .p-residence-payment-list li::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../../../images/common/icn_check-mark_gr.svg) no-repeat center/contain;
}
.p-residence-service-overview-list li:not(:last-child), .p-residence-payment-list li:not(:last-child) {
  margin-bottom: 5px;
}

.p-residence-service-overview-content {
  padding-inline: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.p-residence-service-overview-content-pic01 {
  margin-bottom: 45px;
}

.p-residence-service-overview-content-lists {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-residence-service-overview-content-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 34px;
  position: relative;
}
.p-residence-service-overview-content-list em {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #1B885F;
  font-style: normal;
}
.p-residence-service-overview-content-list span {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
}

.p-residence-service-overview-content-list::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  aspect-ratio: 1;
  background: url(../../../images/common/icn_check-mark_gr.svg) no-repeat center/contain;
}

.p-residence-service-overview-content-pic02 {
  margin-block: 40px;
}

.p-residence-service-information {
  margin: 80px 0 0;
}

.p-residence-service-information-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1B885F;
  text-align: center;
  border-bottom: 2px solid #1B885F;
  padding: 0 0 20px;
}
.p-residence-service-information-ttl span {
  font-size: 1.6rem;
  font-weight: 400;
}

.p-residence-service-information-ttl-lead {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 45px 0 0;
  text-align: center;
}

.p-residence-service-information-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 0;
}

.p-residence-service-information-list-item {
  width: 300px;
}
.p-residence-service-information-list-item + .p-residence-service-information-list-item {
  margin: 0 0 0 30px;
}

.p-residence-service-information-list-item-ttl-box {
  background-color: #1B885F;
  padding: 25px 0;
}
.p-residence-service-information-list-item-ttl-box + .p-residence-service-information-list-item-ttl-box {
  margin: 15px 0 0;
}

.p-residence-service-information-list-item-ttl {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-residence-service-information-list-item-ttl span {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
}

.p-residence-service-information-list-sub {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0;
}

.p-residence-service-information-list-item-sub {
  width: 40%;
  margin: 0 0 20px;
}

.p-residence-service-information-list-item-txt-sub {
  font-size: 1.6rem;
  font-weight: 400;
}

.p-residence-service-information-list-item-sub-caution {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}

.p-residence-service-information-list-item-caution {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 10px 0 0;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.p-residence-service-addition-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  margin-top: 40px;
}

.p-residence-service-addition-list-item {
  flex: 1;
  padding: 30px 20px 25px;
  border: 1px solid #1B885F;
  background-color: #fff;
}
.p-residence-service-addition-list-item sup {
  top: -3px;
}

.p-residence-service-addition-list-ttl {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #1B885F;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 15px;
}

.p-residence-service-addition-list-note {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
}

.p-residence-service-consign {
  margin: 80px 0 0;
}

.p-residence-service-consign-wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.p-residence-service-consign-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1B885F;
  text-align: center;
  border-bottom: 2px solid #1B885F;
  padding: 0 0 20px;
}
.p-residence-service-consign-ttl span {
  font-size: 1.6rem;
  font-weight: 400;
}

.p-residence-service-consign-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 65px 0 0;
}

.p-residence-service-consign-list-item {
  width: 268px;
}
.p-residence-service-consign-list-item + .p-residence-service-consign-list-item {
  margin: 0 0 0 40px;
}
.p-residence-service-consign-list-item .p-residence-service-consign-list-item-ttl-box {
  padding: 24px 0;
}
.p-residence-service-consign-list-item .p-residence-service-consign-list-item-txt-box {
  top: 75px;
}

.p-residence-service-consign-list-item-box {
  background-color: #fff;
  border: 1px solid #1B885F;
  position: relative;
  height: 208px;
}

.p-residence-service-consign-list-item-ttl-box {
  background-color: #1B885F;
  position: absolute;
  padding: 24px 0;
  top: -30px;
  left: 50%;
  width: 204px;
  transform: translateX(-50%);
}
.p-residence-service-consign-list-item-ttl-box:after {
  content: "";
  display: block;
  border-right: 6px solid transparent;
  border-top: 10px solid #1B885F;
  border-left: 6px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.p-residence-service-consign-list-item-ttl {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
}
.p-residence-service-consign-list-item-ttl span {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-weight: bold;
}

.p-residence-service-consign-list-item-txt-box {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.p-residence-service-consign-list-item-txt-box span {
  font-size: 2rem;
  font-weight: bold;
}

.p-residence-service-consign-list-item-txt {
  font-size: 3.3rem;
  line-height: 1.2424242424;
  font-weight: bold;
  color: #1B885F;
}
.p-residence-service-consign-list-item-txt span {
  font-size: 2rem;
  font-weight: bold;
}

.p-residence-service-consign-list-item-caution {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 400;
  margin: 5px 0 0;
}

.p-residence-service-consign-list-under-txt {
  max-width: 575px;
  margin-inline: auto;
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 24px;
}

.p-residence-service-consign-caution {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
  margin: 25px 0 0;
}

.p-residence-service-consign-pic {
  margin: 60px 0 0;
}

.p-residence-content-box {
  padding: 40px 70px;
  margin: 65px 0;
  background-color: #fff;
}

#life-support {
  padding-left: 130px;
  padding-right: 130px;
  margin-top: 30px;
}

.p-residence-content-box-ttl01 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 0 15px 50px;
  position: relative;
}
.p-residence-content-box-ttl01::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #1B885F;
}
.p-residence-content-box-ttl01 span {
  padding: 0 25px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.p-residence-content-txt {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  margin-bottom: 30px;
}

.p-residence-content-note {
  font-size: 1.2rem;
  line-height: 1.5833333333;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}

.p-residence-payment-list {
  margin-bottom: 40px;
}

.p-residence-payment-list li {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-residence-payment-list li:not(:last-child) {
  margin-bottom: 20px;
}

.p-residence-payment-list li::before {
  top: 7px;
}

.p-residence-payment-notes {
  padding: 35px 0 0 30px;
}

.p-residence-payment-ttl {
  color: #1B885F;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.p-residence-payment-ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #1B885F;
}
.p-residence-payment-ttl span {
  padding-right: 15px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.p-residence-payment-notes-text01 {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 700;
}

.p-residence-payment-notes-text02 {
  font-size: 1.2rem;
  line-height: 1.5833333333;
  font-weight: 400;
  margin-top: 20px;
}

.p-residence-navlist {
  margin: 40px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-residence-navlist-item {
  background: #fff;
}

.p-residence-navlist-item:last-of-type {
  margin-right: 0;
}

.p-residence-navlist-item-link {
  position: relative;
  width: 238px;
  height: 100%;
  border: 2px solid #1B885F;
  border-radius: 5px;
  padding: 10px 5px 10px 0;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #1B885F;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s;
}

.p-residence-navlist-item-link:hover {
  background-color: #1B885F;
  color: #fff;
}

.p-residence-navlist-item-link:hover .p-residence-navlist-item-text:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.p-residence-navlist-item-link-twolines {
  padding: 2px 5px 2px 0;
}

.p-residence-navlist-item-text {
  position: relative;
  display: inline-block;
}

.p-residence-navlist-item-text:before {
  position: absolute;
  top: 45%;
  right: -18px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #1B885F;
  border-bottom: 2px solid #1B885F;
}

.p-residence-indoor-pic {
  margin-bottom: 30px;
}

.p-smooving-service {
  padding: 60px 0;
  font-family: "Noto Sans CJK JP", sans-serif;
}

.p-smooving-service-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-smooving-service-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.p-smooving-service-question {
  font-size: 20px;
  font-weight: 700;
  color: #1B885F;
  margin-bottom: 20px;
  text-align: left;
}

.p-smooving-service-desc {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  margin-bottom: 25px;
}
.p-smooving-service-desc span {
  font-weight: 700;
}

.p-smooving-service-highlight {
  color: #1B885F;
  background: linear-gradient(transparent 50%, #FFE200 50%);
}

.p-smooving-lead {
  margin-bottom: 30px;
}

.p-smooving-catch {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  border-radius: 9999px;
  padding: 5px 30px;
  background: #1B885F;
  position: relative;
}
.p-smooving-catch::before {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 64px;
  transform: translateY(100%);
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  clip-path: polygon(80% 0, 0 0, 100% 100%);
  background: #1B885F;
}

.p-smooving-text {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
}

.p-smooving-service-dot {
  font-size: 22px;
  background: top left/1em 0.2em repeat-x radial-gradient(0.08em 0.08em, #1B885F, #1B885F 100%, transparent, transparent);
  padding-top: 0.2em;
}

.p-smooving-situation {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.p-smooving-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  background: #e8fbf4;
  padding: 20px;
}

.p-smooving-icon {
  display: block;
  height: 72px;
}

.p-smooving-label {
  color: #1B885F;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
}

.p-smooving-list {
  margin-bottom: 20px;
}

.p-smooving-item {
  color: #1B885F;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 34px;
  position: relative;
}
.p-smooving-item::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../../../images/common/icn_check-mark_gr.svg) no-repeat center/contain;
}

.p-smooving-service-note {
  font-size: 12px;
  line-height: 1.6;
}

.p-life-support-box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 45px;
  margin: 20px 0;
}

.p-life-support-benefits picture {
  display: block;
  margin-bottom: 15px;
}

.p-life-support-image {
  width: 308px;
  min-width: 308px;
}

.p-life-support-caution {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  text-align: center;
}

.p-residence-follow-btn {
  position: fixed;
  bottom: 110px;
  right: 30px;
  width: 130px;
  height: auto;
  z-index: 999;
}

/* ========================================================================
    residence PC END
 ========================================================================== */
@media screen and (max-width: 767px) {
  /* ========================================================================
      residence SP START
  ========================================================================== */
  .p-residence {
    padding: 0 0 5.3333333333vw;
  }
  .p-residence-box {
    top: -10.6666666667vw;
  }
  .p-residence-wrap {
    max-width: initial;
    width: 90%;
    margin: 0 auto;
  }
  .p-residence-anker-list-item + .p-residence-anker-list-item {
    margin: 0 0 0 2.6666666667vw;
  }
  .p-residence-anker-list-item-link {
    width: 27.7333333333vw;
    padding: 4vw 4vw 7.7333333333vw;
  }
  .p-residence-anker-list-item-link:after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    border-bottom: 0.8vw solid #000;
    border-right: 0.8vw solid #000;
    top: initial;
    bottom: 4vw;
    right: 50%;
    transform: translate(50%, 0) rotate(45deg);
  }
  .p-residence-anker-list-item-link:hover:after {
    top: initial;
    bottom: 4vw;
  }
  .p-residence-anker-list-item-link-wrap {
    flex-direction: column;
  }
  .p-residence-anker-list-item-link-icon {
    width: 6.4vw;
    height: auto;
  }
  .p-residence-anker-list-item-link-txt {
    font-size: 4vw;
    line-height: 1.7333333333;
    font-weight: bold;
    text-align: center;
    margin: 0.8vw 0 0;
  }
  .p-residence-increase {
    margin: 10.6666666667vw 0 0;
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
  .p-residence-increase-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }
  .p-residence-increase-wrap {
    flex-direction: column-reverse;
    margin: 2.6666666667vw 0 0;
  }
  .p-residence-increase-pic {
    width: 61.3333333333vw;
    margin: 4vw 0 0;
  }
  .p-residence-increase-txt-box {
    width: 100%;
    margin: 0;
  }
  .p-residence-increase-txt {
    font-size: 4vw;
    line-height: 1.7333333333;
    font-weight: 400;
  }
  .p-residence-increase-txt span {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    font-weight: bold;
    margin: 1.3333333333vw 0 0;
  }
  .p-residence-txt {
    font-size: 4vw;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    margin-top: 8vw;
  }
  .p-residence-txt a {
    border-bottom: 0.5333333333vw solid #041E8A;
    padding-right: 2.6666666667vw;
  }
  .p-residence-txt a::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: solid 0.5333333333vw currentColor;
    border-right: solid 0.5333333333vw currentColor;
  }
  .p-residence-txt a:hover {
    border-bottom: 0.5333333333vw solid transparent;
  }
  .p-residence-reason {
    margin: 13.3333333333vw 0 0;
  }
  .p-residence-reason-ttl {
    font-size: 6.4vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .p-residence-reason-ttl:before {
    width: 26.6666666667vw;
    height: 1.0666666667vw;
    bottom: -5.8666666667vw;
  }
  .p-residence-reason-ttl span {
    font-size: 4.5333333333vw;
  }
  .p-residence-reason-list {
    flex-direction: column;
    margin-top: 17.3333333333vw;
    gap: 20vw;
  }
  .p-residence-reason-list-item {
    width: 100%;
  }
  .p-residence-reason-list-item-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    font-weight: bold;
    min-height: initial;
  }
  .p-residence-reason-list-item-number-wrap {
    top: -14.6666666667vw;
  }
  .p-residence-reason-list-item-number-ttl {
    font-size: 4vw;
    letter-spacing: 0.1em;
    font-weight: 900;
    margin: 0 0 2.6666666667vw;
  }
  .p-residence-reason-list-item-number-ttl:after {
    width: 0.5333333333vw;
    height: 6.6666666667vw;
    right: -5.3333333333vw;
  }
  .p-residence-reason-list-item-number-txt {
    font-size: 21.3333333333vw;
    text-shadow: 0.8vw 0.8vw #fff;
    margin: 0 0 0 12vw;
  }
  .p-residence-reason-list-item-pic {
    margin: 10.6666666667vw 0 0;
  }
  .p-residence-reason-list-item-pic img {
    width: 100%;
  }
  .p-residence-reason-list-item-txt {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    font-weight: 400;
    margin: 5.3333333333vw 0 0;
  }
  .p-residence-reason-list-item01-ttl-box {
    flex-direction: column;
    gap: initial;
  }
  .p-residence-reason-list-item01-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    display: inline;
  }
  .p-residence-reason-list-item01-ttl img {
    width: 34.6666666667vw;
  }
  .p-residence-reason-list-item01-number-wrap {
    align-self: flex-end;
    margin-bottom: -2.6666666667vw;
  }
  .p-residence-reason-list-item01-read {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    text-align: left;
    margin-top: 5.3333333333vw;
  }
  .p-residence-structure {
    margin: 20vw 0 0;
  }
  .p-residence-structure-ttl {
    font-size: 6.4vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .p-residence-structure-ttl:before {
    width: 26.6666666667vw;
    height: 1.0666666667vw;
    bottom: -5.8666666667vw;
  }
  .p-residence-structure-ttl-lead {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    font-weight: 400;
    text-align: left;
    margin: 10.6666666667vw 0 0;
  }
  .p-residence-structure-pic {
    margin: 8vw 0 0;
  }
  .p-residence-service {
    margin: 20vw 0 0;
  }
  .p-residence-service {
    max-width: 100%;
    margin: 18.6666666667vw auto 0;
  }
  .p-residence-service-tab-wrap {
    gap: 2.6666666667vw;
  }
  .p-residence-service-tab-btn {
    font-size: 4.8vw;
    height: 21.3333333333vw;
    border: 0.5333333333vw solid #999999;
    border-bottom: none;
  }
  .p-residence-service-tab-btn.is-active::before {
    top: -0.5333333333vw;
    left: -0.5333333333vw;
    width: calc(100% + 0.5333333333vw * 2);
    height: 2.6666666667vw;
  }
  .p-residence-service-tab-panel {
    padding: 10.6666666667vw 0 0;
  }
  .p-residence-service-ttl-box._mt {
    margin-top: 14.6666666667vw;
  }
  .p-residence-service-ttl {
    font-size: 6.4vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .p-residence-service-ttl:before {
    width: 26.6666666667vw;
    height: 1.0666666667vw;
    bottom: -5.8666666667vw;
  }
  .p-residence-service-overview {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 5.3333333333vw;
    margin: 13.3333333333vw auto 0;
  }
  .p-residence-service-overview._reverse {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-residence-service-overview-ttl {
    gap: 2.6666666667vw;
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    background-image: repeating-linear-gradient(90deg, #333333, #333333 1.0666666667vw, transparent 1.0666666667vw, transparent 2.1333333333vw);
    background-size: 100% 0.2666666667vw;
  }
  .p-residence-service-overview-ttl img {
    width: 22.6666666667vw;
    margin-left: 2.6666666667vw;
  }
  .p-residence-service-overview-txt01 {
    font-size: 4.8vw;
  }
  .p-residence-service-overview-txt02 {
    font-size: 3.7333333333vw;
    margin: 2.6666666667vw 0;
  }
  .p-residence-service-overview-txt02 span._fz {
    font-size: 4.2666666667vw;
  }
  .p-residence-service-overview-txt03 {
    font-size: 4.2666666667vw;
    padding-bottom: 4vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-residence-service-overview-list li, .p-residence-payment-list li {
    font-size: 3.7333333333vw;
    white-space: normal;
    padding-left: 6.6666666667vw;
  }
  .p-residence-service-overview-list li::before, .p-residence-payment-list li::before {
    top: 0.5333333333vw;
    width: 5.3333333333vw;
  }
  .p-residence-service-overview-list li:not(:last-child), .p-residence-payment-list li:not(:last-child) {
    margin-bottom: 1.3333333333vw;
  }
  .p-residence-service-overview-content {
    padding-inline: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .p-residence-service-overview-content-pic01 {
    margin-bottom: 5.3333333333vw;
  }
  .p-residence-service-overview-content-lists {
    gap: 2.6666666667vw;
  }
  .p-residence-service-overview-content-list {
    gap: 1.3333333333vw;
    padding-left: 7.2vw;
  }
  .p-residence-service-overview-content-list em,
  .p-residence-service-overview-content-list span {
    font-size: 3.7333333333vw;
  }
  .p-residence-service-overview-content-list::before {
    top: 0.5333333333vw;
    width: 5.8666666667vw;
  }
  .p-residence-service-overview-content-pic02 {
    margin-block: 5.3333333333vw;
  }
  .p-residence-service-information {
    margin: 13.3333333333vw 0 0;
  }
  .p-residence-service-information-ttl {
    font-size: 4.8vw;
    font-weight: bold;
    padding: 0 0 5.3333333333vw;
  }
  .p-residence-service-information-ttl span {
    font-size: 4.8vw;
    font-weight: 400;
  }
  .p-residence-service-information-ttl-lead {
    font-size: 3.7333333333vw;
    font-weight: 400;
    margin: 4vw 0 0;
  }
  .p-residence-service-information-list {
    flex-direction: column;
    margin: 10.6666666667vw 0 0;
  }
  .p-residence-service-information-list-item {
    width: 100%;
  }
  .p-residence-service-information-list-item + .p-residence-service-information-list-item {
    margin: 5.3333333333vw 0 0;
  }
  .p-residence-service-information-list-item-ttl-box {
    width: 54.6666666667vw;
    margin: 0 auto;
    padding: 3.2vw 0 4vw;
  }
  .p-residence-service-information-list-item-ttl-box + .p-residence-service-information-list-item-ttl-box {
    margin: 5.3333333333vw auto 0;
  }
  .p-residence-service-information-list-item-ttl {
    font-size: 4.8vw;
    font-weight: bold;
  }
  .p-residence-service-information-list-item-ttl span {
    font-size: 2.6666666667vw;
  }
  .p-residence-service-information-list-sub {
    margin: 4vw auto 0;
    width: 80vw;
  }
  .p-residence-service-information-list-item-sub {
    width: 24%;
    margin: 0 0 4vw;
  }
  .p-residence-service-information-list-item-sub:first-of-type {
    width: 28%;
  }
  .p-residence-service-information-list-item-sub:nth-of-type(5) {
    width: 28%;
  }
  .p-residence-service-information-list-item-sub:last-of-type {
    width: 40%;
  }
  .p-residence-service-information-list-item-txt-sub {
    font-size: 3.7333333333vw;
  }
  .p-residence-service-information-list-item-sub-caution {
    font-size: 2.9333333333vw;
    margin: 0 auto;
    width: 80vw;
  }
  .p-residence-service-information-list-item-caution {
    font-size: 2.9333333333vw;
    margin: 1.3333333333vw 0 0;
  }
  .p-residence-service-addition-list {
    flex-direction: column;
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
  .p-residence-service-addition-list-item {
    padding: 5.3333333333vw;
    border: 0.2666666667vw solid #1B885F;
  }
  .p-residence-service-addition-list-item sup {
    top: -0.8vw;
  }
  .p-residence-service-addition-list-ttl {
    justify-content: center;
    gap: 2.6666666667vw;
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .p-residence-service-addition-list-note {
    font-size: 3.2vw;
  }
  .p-residence-service-consign {
    margin: 8vw 0 0;
  }
  .p-residence-service-consign-ttl {
    font-size: 4.8vw;
    font-weight: bold;
    padding: 0 0 5.3333333333vw;
  }
  .p-residence-service-consign-ttl span {
    font-size: 4.8vw;
    font-weight: 400;
  }
  .p-residence-service-consign-list {
    flex-direction: column;
    margin: 13.3333333333vw 0 0;
    align-items: center;
  }
  .p-residence-service-consign-list-item {
    width: 60.8vw;
  }
  .p-residence-service-consign-list-item + .p-residence-service-consign-list-item {
    margin: 13.3333333333vw 0 0;
  }
  .p-residence-service-consign-list-item .p-residence-service-consign-list-item-ttl-box {
    padding: 1.8666666667vw 0;
  }
  .p-residence-service-consign-list-item .p-residence-service-consign-list-item-box {
    height: 34.6666666667vw;
  }
  .p-residence-service-consign-list-item .p-residence-service-consign-list-item-txt-box {
    top: 5.8666666667vw;
  }
  .p-residence-service-consign-list-item-box {
    height: 53.3333333333vw;
  }
  .p-residence-service-consign-list-item-ttl-box {
    top: -5.3333333333vw;
    width: 54.4vw;
  }
  .p-residence-service-consign-list-item-ttl-box:after {
    bottom: -2.1333333333vw;
  }
  .p-residence-service-consign-list-item-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-residence-service-consign-list-item-ttl span {
    font-size: 3.4666666667vw;
  }
  .p-residence-service-consign-list-item-txt-box {
    top: 18.6666666667vw;
  }
  .p-residence-service-consign-list-item-txt-box span {
    font-size: 2rem;
    font-weight: bold;
  }
  .p-residence-service-consign-list-item-txt {
    font-size: 7.4666666667vw;
    line-height: 1.1785714286;
    font-weight: bold;
  }
  .p-residence-service-consign-list-item-txt span {
    font-size: 4.8vw;
    line-height: 1;
    font-weight: bold;
  }
  .p-residence-service-consign-list-item-caution {
    font-size: 3.2vw;
    line-height: 1.75;
    font-weight: 400;
    margin: 1.3333333333vw 0 0;
  }
  .p-residence-service-consign-list-under-txt {
    max-width: 100%;
    font-size: 2.9333333333vw;
    line-height: 1.6363636364;
    margin-top: 4vw;
  }
  .p-residence-service-consign-caution {
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
    margin: 2.6666666667vw 0 0;
  }
  .p-residence-service-consign-pic {
    margin: 13.3333333333vw 0 0;
  }
  .p-residence-content-box {
    padding: 5.3333333333vw;
    margin: 6.6666666667vw 0;
  }
  #life-support {
    padding: 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
  #life-support .p-life-support-box {
    margin-top: 0;
  }
  .p-residence-content-box-ttl01 {
    font-size: 5.3333333333vw;
    margin: 0 0 4vw;
  }
  .p-residence-content-box-ttl01 span {
    padding: 0 2.1333333333vw;
  }
  .p-residence-content-txt {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-residence-content-note {
    font-size: 3.2vw;
  }
  .p-residence-payment-list {
    margin-bottom: 6.6666666667vw;
  }
  .p-residence-payment-list li {
    font-size: 4.2666666667vw;
  }
  .p-residence-payment-list li:not(:last-child) {
    margin-bottom: 4vw;
  }
  .p-residence-payment-list li::before {
    top: 1.3333333333vw;
    width: 4.2666666667vw;
  }
  .p-residence-payment-notes {
    padding: 6.6666666667vw 0 0 0;
  }
  .p-residence-payment-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-residence-payment-ttl span {
    padding-right: 2.6666666667vw;
  }
  .p-residence-payment-notes-text01 {
    font-size: 4.2666666667vw;
  }
  .p-residence-payment-notes-text02 {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .p-residence-navlist {
    margin: 40px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-residence-navlist-item {
    background: #fff;
  }
  .p-residence-navlist-item:last-of-type {
    margin-right: 0;
  }
  .p-residence-navlist-item-link {
    position: relative;
    width: 238px;
    height: 100%;
    border: 2px solid #1B885F;
    border-radius: 5px;
    padding: 10px 5px 10px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    color: #1B885F;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.3s;
  }
  .p-residence-navlist-item-link:hover {
    background-color: #1B885F;
    color: #fff;
  }
  .p-residence-navlist-item-link:hover .p-residence-navlist-item-text:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .p-residence-navlist-item-link-twolines {
    padding: 2px 5px 2px 0;
  }
  .p-residence-navlist-item-text {
    position: relative;
    display: inline-block;
  }
  .p-residence-navlist-item-text:before {
    position: absolute;
    top: 45%;
    right: -18px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #1B885F;
    border-bottom: 2px solid #1B885F;
  }
  .p-residence-indoor-pic {
    margin-bottom: 30px;
  }
  .p-smooving-service {
    padding: 60px 0;
    font-family: "Noto Sans CJK JP", sans-serif;
  }
  .p-smooving-service-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .p-smooving-service-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-smooving-service-question {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .p-smooving-service-desc {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-smooving-service-highlight {
    font-size: 4.2666666667vw;
    background: linear-gradient(transparent 60%, #FFE200 60%);
  }
  .p-smooving-lead {
    margin-bottom: 4vw;
  }
  .p-smooving-catch {
    font-size: 3.2vw;
    padding: 1.3333333333vw 4vw;
  }
  .p-smooving-catch::before {
    bottom: 0.8vw;
    left: 10.6666666667vw;
    width: 2.6666666667vw;
  }
  .p-smooving-text {
    margin-top: 6.6666666667vw;
    font-size: 4.8vw;
  }
  .p-smooving-text .p-smooving-service-highlight {
    font-size: 4.8vw;
  }
  .p-smooving-service-dot {
    display: inline-block;
    font-size: 5.3333333333vw;
    margin-top: 1.3333333333vw;
  }
  .p-smooving-situation {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-smooving-box {
    gap: 4vw;
    padding: 4vw;
  }
  .p-smooving-icon {
    height: 12.8vw;
  }
  .p-smooving-label {
    font-size: 4.8vw;
  }
  .p-smooving-list {
    margin-bottom: 4vw;
  }
  .p-smooving-item {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
    padding-left: 8.5333333333vw;
  }
  .p-smooving-item::before {
    top: 0.8vw;
    width: 5.8666666667vw;
  }
  .p-smooving-service-note {
    font-size: 2.9333333333vw;
  }
  .p-life-support-box {
    flex-direction: column;
    gap: 4vw;
    margin: 5.3333333333vw 0 0;
  }
  .p-life-support-benefits picture {
    margin-bottom: 5.3333333333vw;
  }
  .p-life-support-image {
    width: 100%;
    min-width: 100%;
  }
  .p-life-support-caution {
    font-size: 2.9333333333vw;
  }
  .p-residence-follow-btn {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 13.3333333333vw;
  }
  /* ========================================================================
      residence SP END
  ========================================================================== */
}
