@charset "UTF-8";
:root{
  --font-din: "din-2014", sans-serif;
  --font-zenkaku: "Zen Kaku Gothic New", sans-serif;
}
.font-zenkaku{
  font-family: var(--font-zenkaku);
  font-weight: 400;
  font-style: normal;
}
.font-din{
  font-family: var(--font-din);
  font-weight: 400;
  font-style: normal;
}
.mv{
  aspect-ratio: 1680 / 430;
  position: relative;
  &::before{
    content: "";
    width: 100%;
    background-color: rgba(0, 0, 0, .44);
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .mv-text{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: clamp(24px, 4vw, 40px);
    text-align: center;
  }
}
.general-section .tab-inner{
  padding-block: clamp(32px, 6vw, 60px);
  max-width: 1100px;
}
.tab-menu{
  justify-content: center;
  align-items: center;
  gap: 12px min(2vw, 32px);
}
.tab-item{
  width: auto;
  &.is-active,
  &:hover{
    a{
      background-color: var(--color-bl);
      color: var(--color-wh);
      opacity: 1;
    }
  }
  &.is-active{
    pointer-events: none;
  }
  a{
    padding: 16px 24px;
    display: grid;
    place-items: center;
    color: var(--color-bk);
    border-radius: 50px;
    font-size: clamp(16px, 1.9vw, 19px);
    letter-spacing: .1rem;
    transition: all .3s ease-out;
  }
}
.case{
  background: url(../img/concierge/bg-case.webp) no-repeat top center/ cover;
  .inner{
    padding-top: 70px;
  }
}
.case-heading{
  margin-bottom: 1.6em;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .1rem;
}
.case-heading2{
  margin-bottom: 1.6em;
  font-size: clamp(24px, 2.8vw, 28px);
  font-weight: 600;
  letter-spacing: .1rem;
}
.case-img{
  margin: 0 auto 32px;
  max-width: 628px;
  width: 100%;
  .caption{
    right: 21%;
    bottom: 0;
  }
}
.case-copy{
    margin-bottom: 16px;
    font-size: clamp(1.8rem, 2.8vw, 2.8rem);
    font-weight: 600;
    line-height: 1.6;
}
.inner.pb-0{
  padding-bottom: 0;
}
.case-contents{
  position: relative;
  background-color: var(--color-wh);
  border-radius: 60px 60px 0 0;
  .case-copy{
    margin: 32px 0 80px;
  }
}
.concierge-wrap{
  flex-wrap: nowrap;
  align-items: center;
  figure{
    max-width: 240px;
  }
}
.hukidashi{
  padding: 20px clamp(20px, 5vw, 80px);
  background-color: var(--color-bl);
  font-size: clamp(15px, 2.2vw, 22px);
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  border-radius: 20px;
  &::before{
    content: "";
    position: absolute;
    top: 40%;
    left: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 32px solid var(--color-bl);
    border-left: 0;
  }
}
.case-lists{
  margin-bottom: clamp(24px, 6vw, 80px);
  gap: 24px;
  .grid-item{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
  figure {
    margin-bottom: 24px;
    border-radius: 10px;
    overflow: hidden;
  }
  + .btn-space{
    margin-top: 0;
    margin-bottom: 80px;
  }
}
.others-lists{
  margin-bottom: clamp(24px, 6vw, 80px);
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  .grid-item{
    padding: 48px 0;
    border: 1px solid #707070;
    &.wide{
      grid-column: 1 / 3;
    }
  }
  .others-wrap{
    margin: 0 auto;
    max-width: 900px;
    width: calc(100% - 48px);
  }
  .others-head{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #707070;
    &.bd-none{
      padding-bottom: 0;
      border-bottom: none;
      .others-item:first-child{
        height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }
  }
  .lead{
    margin: 0;
  }
  .btn-space{
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    +.lead{
      margin-top: 1.8em;
    }
  }
  .btn-concierge{
    padding-inline: 0;
  }
  .note{
    a{
      display: inline-flex;
      align-items: center;
      gap: 12px;
      justify-content: center;
      color: #000;
      svg{
        transition: .4s;
      }
      &:hover{
        svg{
          transform: translateX(4px);
        }
      }
    }
  }
}
.case-ttl{
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .1rem;
  & + .lead{
    margin: 0 0 18px;
    font-size: 19px;
    font-weight: 600;
    & + .note{
      margin: 0;
    }
  }
}
.relocation{
  .concierge-wrap{
    padding-top: 50px;
  }
  .hukidashi-wrap{
    margin-top: -50px;
  }
  .hukidashi {
    &::before {
      top: 52%;
    }
  }
}
.others{
  .case-lists {
    .grid-item {
      grid-row: span 3;
      .lead{
        margin-bottom: 0;
      }
    }
  }
}
.others-grid{
  margin-block: 32px 60px;
  gap: 16px 0;
  .grid-item{
    display: grid;
    place-items: center;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    figure{
      margin-bottom: 20px;
    }
  }
  img{
    width: auto;
  }
}
.others-btn{
  margin-inline: auto;
  max-width: 280px;
  width: 70%;
  height: 56px;
  display: grid;
  place-items: center;
  background-color: #c84e90;
  color: var(--color-wh);
  border-radius: 50px;
  border: 1px solid #c84e90;
  font-size: clamp(16px, 1.8vw, 18px);
  transition: all .3s ease-out;
  &:hover{
    color: #c84e90;
    background-color: var(--color-wh);
  }
}
.privilege01{
  img{
    height: 64px;
  }
}
.privilege02{
  img{
    height: 68px;
  }
  .others-btn{
    background-color: var(--color-bl);
    border: 1px solid var(--color-bl);
    &:hover{
      color: var(--color-bl);
      background-color: var(--color-wh);
    }
  }
}
.privilege03{
  img{
    height: 48px;
  }
  .others-btn{
    background-color: #00a101;
    border: 1px solid #00a101;
    &:hover{
      color: #00a101;
      background-color: var(--color-wh);
    }
  }
}
.others-box{
  margin-bottom: clamp(60px, 12vw, 120px);
  padding: 20px 10px;
  border: 1px solid #a7B6be;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .03rem;
}
@media screen and (max-width: 767px) {
  .mv{
    aspect-ratio: 750 / 800;
    figure{
      height: 100%;
      img{
        height: 100%;
        object-fit: cover;
      };
    }
  }
  .assets{
    .mv img{
      object-position: 68%;
    }
  }
  .tab-item{
    max-width: 280px;
    width: 100%;
  }
  .case-copy{
    margin-bottom: 32px;
  }
  .concierge-wrap{
    flex-direction: column-reverse;
    figure{
      padding-top: 32px;
      width: 65%;
    }
  }
  .hukidashi{
    &::before{
      top: auto;
      bottom: -14px;
      left: 50%;
      transform: translateX(-50%) rotate(-75deg);
    }
  }
  .relocation{
    .concierge-wrap{
      padding-top: 0;
    }
    .hukidashi-wrap{
      margin-top: 0;
    }
    .hukidashi {
      &::before {
        top: auto;
      }
    }
  }
  .others{
    .mv img{
      object-position: 50%;
    }
  }
  .case-lists{
    .grid-item{
      margin-bottom: 20px;
    }
    + .btn-space{
      margin-top: 0;
      margin-bottom: 48px;
    }
  }
  .case-contents{
    .case-copy{
      margin: 0 0 32px;
    }
  }
  .others-btn{
    height: 45px;
  }
  .privilege01{
    img{
      height: 60px;
    }
  }
  .privilege02{
    img{
      height: 60px;
    }
  }
  .privilege03{
    margin-top: 10px;
    img{
      height: 36px;
    }
  }

  .others-lists{
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
    .grid-item{
      padding: 24px 0 32px;
      border: 1px solid #707070;
      &.wide{
        grid-column: 1 / 2;
      }
    }
    .others-wrap{
    }
    .others-head{
      flex-direction: column;
      align-items: center;
      gap: 16px;
      padding-bottom: 16px;
      margin-bottom: 24px;
      border-bottom: 1px solid #707070;
      &.bd-none{
        padding-bottom: 0;
        border-bottom: none;
        .others-item:first-child{
          height: auto;
          display: flex;
          justify-content: center;
          align-items: center;
          padding-top: 8px;
          &.life{
            max-width: 237px;
            img{
              width: 100%;
              height: auto;
            }
          }
          &.support{
            max-width: 277px;
            img{
              width: 100%;
              height: auto;
            }
          }
        }
      }
    }
    .lead{
      margin: 0;
    }
    .btn-space{
      display: flex;
      justify-content: center;
      margin-bottom: 0;
      +.lead{
        margin-top: 1.8em;
      }
    }
    .btn-concierge{
      padding-inline: 0;
      font-size: 1.4rem;
    }
  }
  .case-ttl{
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: .1rem;
    & + .lead{
      margin: 0 0 18px;
      font-size: 19px;
      font-weight: 600;
      & + .note{
        margin: 0;
      }
    }
  }
}