html {
  scroll-behavior: smooth;
}

.page-rental-management .page-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 750px) {
  .page-rental-management .page-inner {
    gap: 40px;
  }
}

.page-rental-management em {
  font-style: normal;
}
.page-rental-management .ib {
  display: inline-block;
}

/* fv */
.fv-worries {
  background: #e6e6d9;
  padding: clamp(20px, 4.3%, 47px) clamp(20px, 2.8%, 30px);
  counter-reset: management;
}
.fv-worries-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 700;
  text-align: center;
}
.fv-worries-title-text:nth-child(2) {
  margin-top: 25px;
  font-size: clamp(26px, 6vw, 50px);
  line-height: 1.2;
}
.fv-worries-title-text-black {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0 5px 5px;
  background: #000;
  color: #fff;
}
.fv-worries-title-text-black::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: radial-gradient(
      5px 5px at center center,
      #000 95%,
      transparent 100%
    )
    repeat-x center top / 1.08em 10px;
}
.fv-worries-list {
  padding: 30px 20px 0;
}
.fv-worries-list-items {
  display: grid;
  max-width: 960px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 0 auto -20px;
  gap: 0.625rem;
}
.fv-worries-list-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background: #fff;
  padding: 5px 10px 10px;
  border-radius: 49% 49% 49% 49% / 49% 49% 49% 49%;
  min-height: 220px;
}
.fv-worries-list-item-text {
  font-size: clamp(15px, 2.4vw, 18px);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.fv-worries-list-item-text-red {
  color: #d83939;
  font-size: clamp(18px, 3vw, 22px);
}
.fv-suggestion {
  padding: 50px 0 0;
}
.fv-suggestion-text {
  font-size: clamp(18px, 3.4vw, 26px);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.fv-suggestion-text-pop {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 110px;
  margin: -130px 0 0 -140px;
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  font-family: 'Century Gothic', 'Hiragino Kaku Gothic Pro';
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 115px;
  vertical-align: middle;
  letter-spacing: 3px;
}
.fv-suggestion-text-pop::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: 10px;
  margin-top: -30px;
  border: 10px solid transparent;
  border-left: 20px solid var(--main-color);
  z-index: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(60deg);
}
.fv-suggestion-text-orange {
  color: var(--main-color);
  font-size: clamp(26px, 5.4vw, 40px);
}
.fv-graph {
  max-width: 1000px;
  margin: 30px auto 0;
  padding: 30px clamp(20px, 2.8%, 30px);
  background: #fff;
}
.fv-graph-img {
  width: 80%;
  max-width: 740px;
  margin: 0 auto;
}
.fv-graph-img img {
  width: 100%;
  height: auto;
  max-width: fit-content;
}
.fv-graph-list {
  counter-reset: graph 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.fv-graph-list-item {
  width: 100%;
  max-width: 300px;
}
.fv-graph-list-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  min-height: 150px;
  border: var(--main-color) solid 2px;
  border-bottom: var(--main-color) solid 5px;
  border-radius: 3px;
  text-decoration: none;
  padding: 12px 0 16px;
}
.fv-graph-list-item-link::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  transform: rotate(45deg);
}
.fv-graph-list-item-link:hover {
  opacity: 0.7;
}
.fv-graph-list-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.fv-graph-list-item-text::after {
  content: '';
  display: block;
  width: 100px;
  height: 70px;
  background: no-repeat center / contain;
}
.fv-graph-list-item:nth-child(1) .fv-graph-list-item-text::after {
  background-image: url('../image/rental-management/ico_flow_06.png');
}
.fv-graph-list-item:nth-child(2) .fv-graph-list-item-text::after {
  background-image: url('../image/rental-management/ico_flow_01.png');
}
.fv-graph-list-item:nth-child(3) .fv-graph-list-item-text::after {
  background-image: url('../image/rental-management/ico_flow_07.png');
}
.fv-graph-list-item-text-num {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--main-color);
}
.fv-graph-list-item-text-num::before {
  counter-increment: graph 1;
  content: counter(graph);
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  font-family: 'Century Gothic', 'Hiragino Kaku Gothic Pro';
  text-align: center;
  line-height: 32px;
}
@media screen and (max-width: 750px) {
  .fv-worries-title-text:nth-child(2) {
    margin-top: 15px;
  }
  .fv-worries-title-text-black::before {
    top: -12px;
    background: radial-gradient(
        3px 3px at center center,
        #000 95%,
        transparent 100%
      )
      repeat-x center top / 1.08em 10px;
  }
  .fv-worries-list {
    padding: 20px 0 0;
  }
  .fv-worries-list-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    gap: 0.625rem;
    margin: 0 auto;
  }
  .fv-worries-list-item {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    max-width: 100%;
    padding-bottom: 0;
    min-height: auto;
  }
  .fv-worries-list-item::after {
    top: 0;
    bottom: unset;
    left: -10px;
    width: 60px;
    height: 100%;
    background: no-repeat left center / contain;
  }
  .fv-suggestion-text-pop {
    width: 90px;
    height: 70px;
    margin: -90px -10px 0 -90px;
    font-size: 18px;
    line-height: 70px;
    letter-spacing: 1px;
  }
  .fv-graph {
    padding: 20px 10px;
  }
  .fv-graph-img {
    width: 100%;
  }
  .fv-graph-list {
    gap: 10px;
  }
  .fv-graph-list-item-text {
    padding: 0;
    gap: 0;
  }
  .fv-graph-list-item-text::before {
    counter-increment: graph 1;
    content: counter(graph);
    display: inline-block;
    max-width: 33px;
    max-height: 33px;
    width: 7vw;
    height: 7vw;
    margin-bottom: 4px;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    font-family: 'Century Gothic', 'Hiragino Kaku Gothic Pro';
    font-weight: bold;
    text-align: center;
    line-height: min(7vw, 32px);
  }
  .fv-graph-list-item-text::after {
    width: 80px;
    height: 55px;
  }
  .fv-graph-list-item-text-num {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5px;
    height: 2.4em;
    font-size: clamp(14px, 2.4vw, 18px);
    line-height: 1.2;
  }
  .fv-graph-list-item-text-num::before {
    content: none;
  }
  .fv-worries-list-item-text {
    font-weight: bold;
    line-height: 1.6;
    background: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 0;
    padding: 15px 30px;
    width: auto;
    height: auto;
    font-size: 15px;
  }
  .onlyPC {
    display: none !important;
  }
}
/* management */
.management {
  padding: var(--p-xl);
  background-color: #fff;
  border: #e2e2e2 solid 1px;
}
.managementHead {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: #e9eaea solid 1px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
.managementHead::before {
  counter-increment: management 1;
  content: counter(management);
  display: inline-block;
  width: 48px;
  height: 48px;
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  font-family: 'Century Gothic', 'Hiragino Kaku Gothic Pro';
  text-align: center;
  line-height: 48px;
}
.managementTtl {
  width: 80%;
}
.managementExp {
  padding-left: 10px;
  border-left: solid 3px #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.managementMainTxt {
  font-size: 15px;
}
.management1Inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  gap: 3%;
  padding: 20px 0 0;
}
.management1PlanA {
  width: 390px;
  width: 39%;
}
.management1PlanB {
  width: 600px;
  width: 60%;
}
.management1PlanTtl {
  font-size: 18px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #e1e1e1;
}
.management1PlanData {
  display: flex;
  justify-content: center;
  align-items: center;
  border: #e1e1e1 solid 3px;
  border-top: none;
  width: 100%;
  height: 28vw;
  max-height: 300px;
  padding: 20px;
  image-rendering: -webkit-optimize-contrast;
}
.management1PlanData img {
  width: 100%;
  max-width: 284px;
  height: 100%;
  object-fit: contain;
}
.management1PlanTxt {
  position: relative;
  margin-top: 40px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.management1PlanTxt::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  width: 24px;
  height: 21px;
  background: url('../image/rental-management/ico_triangle_01.png') no-repeat
    center / contain;
  translate: -50% 0;
}
.management1PlanB .management1PlanTtl {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 700;
}
.management1PlanB .management1PlanData {
  border-color: var(--main-color);
}
.management1PlanB .management1PlanData img {
  max-width: 458px;
}
.management1PlanB .management1PlanTxt::before {
  background-image: url('../image/rental-management/ico_triangle_02.png');
}
.management1PlanB .management1PlanTxt {
  color: var(--main-color);
}
.management2 .managementBody,
.management3 .managementBody {
  display: grid;
  align-content: flex-start;
  grid-template-columns: 1fr 240px;
  grid-template-rows: auto 1fr;
  gap: 20px;
}
.managementExp {
  grid-column: 1;
}
.managementImg {
  grid-column: 2;
  grid-row: 1 / 3;
}
.managementMainTxt {
  font-size: 15px;
  line-height: 1.8;
}
.management2List {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  padding: 20px 0 0;
}
.management2Item {
  position: relative;
  height: 168px;
  padding: 15px 3px 100px;
  background: no-repeat center 70px / 100px auto;
  border: 3px solid #e2e2e2;
  font-size: clamp(13px, 2vw, 16px);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.management2Item::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.management2Item:nth-child(1) {
  background-image: url('../image/rental-management/ico_flow_01.png');
}
.management2Item:nth-child(2) {
  background-image: url('../image/rental-management/ico_flow_02.png');
}
.management2Item:nth-child(3) {
  background-image: url('../image/rental-management/ico_flow_03.png');
}
.management2Item:nth-child(4) {
  background-image: url('../image/rental-management/ico_flow_04.png');
}
.management2Item:nth-child(5) {
  background-image: url('../image/rental-management/ico_flow_05.png');
}
.management2ItemTxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 45px;
}
@media screen and (max-width: 900px) {
  .management2List {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 75px 75px 65px;
  }
  .management2Item {
    height: 100%;
    padding: 0 10px 0 60px;
    background: no-repeat 5px center / 50px auto;
  }
  .management2Item:last-child {
    grid-column: 1 / 3;
  }
  .management2ItemTxt {
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .management {
    margin-top: 40px;
    padding: 0;
    border: none;
  }
  .managementHead {
    gap: 15px;
    font-size: 24px;
  }
  .managementTtl small {
    font-size: 20px;
  }
  .managementHead::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .managementExp {
    font-size: 16px;
  }
  .management1Inner {
    flex-direction: column;
  }
  .management1PlanA {
    width: 100%;
    margin-bottom: 30px;
  }
  .management1PlanB {
    width: 100%;
  }
  .management1PlanTtl {
    font-size: 16px;
  }
  .management1PlanData {
    height: auto;
    padding: 0 10px 10px;
  }
  .management1PlanData img {
    max-width: 310px;
    height: auto;
    margin-top: -5px;
  }
  .management1PlanB .management1PlanData img {
    max-width: 310px;
  }
  .management2 .managementBody,
  .management3 .managementBody {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    gap: 15px;
  }
  .managementMainTxt {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .management2Item {
    height: 100%;
    padding: 0 6px 0 46px;
    background: no-repeat 3px center / 40px auto;
  }
}

/* flow */
.flow {
  margin-top: 60px;
  padding: 0 var(--p-xl) var(--p-xl);
  background-color: #fff;
  border: 1px solid var(--border-color);
}
.flowBody {
  margin-bottom: 40px;
}
.flowTtl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
}
.flowTtlOrange {
  display: block;
  height: 50px;
  margin: 0 15px 0 calc(var(--p-xl) * -1);
  padding: 15px 39px;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.flowTargetList {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 0 0;
}
.flowTargetItem {
  width: 320px;
  height: 200px;
  background: no-repeat left top / cover;
}
.flowTargetTxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 0 10px;
  margin-top: 140px;
  font-weight: bold;
  line-height: 1.2;
}
.flowTargetItem:nth-child(1) {
  background-image: url('../image/rental-management/img_management05_01.png');
}
.flowTargetItem:nth-child(2) {
  background-image: url('../image/rental-management/img_management05_02.png');
}
.flowTargetItem:nth-child(3) {
  background-image: url('../image/rental-management/img_management05_03.png');
}
.flowStepList {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 40px;
}
.flowStepInner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 40px;
}
.flowStepInner:first-child {
  align-items: flex-start;
}
.flowStepInner:last-child {
  padding-bottom: 0;
}
.flowStepInner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 370px;
  width: 30%;
  height: 100%;
  background: url('../image/rental-management/ico_arrow_01.png') no-repeat
    center bottom / 15px auto;
  z-index: 0;
}
.flowStepTit {
  position: relative;
  max-width: 370px;
  width: 30%;
  height: 50px;
  background-color: var(--main-color);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  z-index: 1;
  color: #fff;
}
.flowStepData {
  width: 70%;
  font-size: 14px;
  line-height: 1.8;
}
.flowFoot {
  margin-top: 40px;
  border: 3px solid #cbb372;
}
.flowFootTtl {
  width: 100%;
  min-height: 50px;
  padding: 10px;
  background: #cbb372;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.flowFootInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 20px 30px;
  padding: 40px;
}
.flowFootTel {
  font-size: 12px;
  text-align: center;
}
.flowFootTelNum {
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 32px;
  background: url('../image/rental-management/ico_tel.png') no-repeat left
    center / 21px auto;
  color: #000;
  font-family:
    Arial, Helvetica, 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN',
    'Meiryo UI', Meiryo, 'MS PGothic', sans-serif;
  font-weight: 500;
  font-size: 34px;
}
.flowFootTelNum a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
.flowFootTelTime {
  padding-top: 10px;
  font-size: 12px;
}
.flowFootForm {
  width: 39%;
  max-width: 430px;
  min-width: 360px;
}
.flowFootFormLink {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0;
  padding: 20px 0;
  /* background: url('../image/rental-management/ico_mail.png') no-repeat 30px 30px / 48px 33px; */
  border: 2px solid #000;
  border-radius: 3px;
  color: #000;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: clamp(5px, 5vw, 20px);
}
.flowFootFormLink::before {
  content: '';
  display: block;
  width: 48px;
  height: 33px;
  background: url(../image/rental-management/ico_mail.png) no-repeat 0 0 / 48px
    33px;
}
.flowFootFormLink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .flow {
    margin-top: 40px;
    padding: 0;
    border: none;
  }
  .flowTtl {
    flex-direction: column-reverse;
    font-size: 24px;
  }
  .flowTtlOrange {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }
  .flowTtlOrange::after {
    content: '';
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid var(--main-color);
  }
  .flowTargetList {
    flex-direction: column;
    gap: 0;
  }
  .flowTargetItem {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    background-size: 40vw auto;
  }
  .flowTargetItem:nth-child(2) {
    margin: -20px 0;
    background-position-x: right;
  }
  .flowTargetTxt {
    width: 90%;
    margin: 0 0 0 auto;
    padding: 0 0 0 30px;
    background: linear-gradient(
        110deg,
        transparent 8%,
        rgba(255, 255, 255, 0.7) 8%
      )
      no-repeat left top / 100% auto;
    font-size: 16px;
    line-height: 1.2;
  }
  .flowTargetItem:nth-child(2) .flowTargetTxt {
    margin: 0 auto 0 0;
    padding: 0 30px 0 0;
    background: linear-gradient(
        70deg,
        rgba(255, 255, 255, 0.7) 92%,
        transparent 92%
      )
      no-repeat left top / 100% auto;
  }
  .flowStepInner {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
    background: url('../image/rental-management/ico_arrow_01.png') no-repeat
      10px bottom / 12px auto;
  }
  .flowStepInner::after {
    content: none;
  }
  .flowStepTit {
    max-width: 100%;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
  }
  .flowStepData {
    width: 100%;
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 1.6;
  }
  .flowFootInner {
    flex-direction: column;
    padding: 20px;
  }
  .flowFootTel {
    line-height: 1.6;
  }
  .flowFootTelNum {
    font-size: 30px;
  }
  .flowFootTelNum a {
    pointer-events: auto;
  }
  .flowFootForm {
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
}
