@charset "UTF-8";
/* CSS Document */
/**************************************************
* office
***************************************************/
/**************************************************
* CLASのオフィスサービスの強み
***************************************************/
.p-office-features__inner {
  padding-left: 4%;
}
.p-office-features__catchphrase {
  font-size: 1.5rem;
  font-weight: var(--weight-6);
}
.p-office-features__point {
  margin-bottom: 2px;
}
.p-office-features__text {
  font-size: 1.125rem;
  position: relative;
}
.p-office-features__text::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -19px;
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: var(--color--key-blue);
}
.p-office-features__text:nth-child(1) {
  margin-left: 1em;
}
.p-office-features__text:nth-child(2) {
  margin-left: 2em;
}
.p-office-features__img {
  padding-top: 1.5em;
  margin-left: auto;
  max-width: 1000px;
  width: 90%;
}
/*３つの特徴*/
.p-office-strength-ttl {
  margin-bottom: 10px;
}
.p-office-strength__item {
  margin-bottom: 30px;
}
.p-office-strength__item:last-child {
  margin-bottom: 0;
}
.p-office-strength__item-text {
  width: 92%;
  margin: 0 auto 30px;
}
.p-office-strength__item-text-img {
  display: none;
}
.p-office-strength__ttl {
  font-weight: var(--weight-6);
  position: relative;
  padding-left: 45px; /* 数字分のスペース */
  line-height: 1.6;
  display: flex;
  align-items: center;
}
.p-office-strength__ttl::before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.875rem;
  color: var(--color--key-blue);
}
.p-strength__list {
  /*	justify-content: center;*/
}
.p-strength__detail {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  width: calc(50% - 5px);
  margin-right: 10px;
  background-color: var(--color--white);
}
.p-strength__detail:nth-child(2n) {
  margin-right: 0;
}
.p-strength__detail--row {
  width: 100%;
  margin-right: 0;
  align-items: center;
  display: grid;
  grid-template-columns: 60px 1fr;
}
.p-strength__icon {
  /*	width: 30%;*/
  max-width: 60px;
  padding-right: 3%;
  align-self: center;
  margin-bottom: 10px;
}
.p-strength__text {
  width: 100%;
}
.p-floor-plan {
  padding: 10px;
  position: relative;
  margin: 30px 0;
}
.p-floor-plan__wrap {
  margin: 20px auto 20px 0;
}
.p-floor-plan__ttl {
  background-color: var(--color--key-blue);
  color: var(--color--white);
  padding: 4px 20px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 10px;
}
.p-floor-plan-arrow {
  width: 35px;
}
.p-office-strength__img {
  width: 100%;
}
.p-floor-plan__table {
  text-align: left;
  table-layout: fixed;
}
.p-floor-plan__table th {
  width: 50%;
}
.p-floor-plan__table td {
  width: auto;
}
/*　する・しない　*/
.p-do-and-dont {
  padding: 10px;
}
.p-do-and-dont__item {
  flex-grow: 1; /*--幅を指定--*/
  position: relative; /*--positionを追加--*/
  text-align: center;
  padding: 20px 10px;
  width: 100%;
}
.p-do-and-dont__item:first-child {
  margin-bottom: 1em;
  padding-bottom: 40px;
}
.p-do-and-dont__item:first-child::after {
  background-color: var(--color--key-blue); /*--縦線の色--*/
  position: absolute; /*--positionを追加--*/
  top: 100%;
  left: 0;
  margin: 0 1rem;
  content: "";
  height: 1px;
  width: 90%;
}
.p-do-and-dont__ttl {
  font-size: 1.25rem;
}
.p-do-and-dont__point {
  background-color: var(--color--key-blue);
  color: var(--color--light-blue01);
  padding: 1px 20px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  width: 70%;
  margin: 10px 0;
}
.panel img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.p-office-content-bg img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  overflow: hidden;
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-office-features__img {
    padding-top: 0;
    width: 70%;
  }
  .p-strength__detail {
    padding: 20px 36px;
    margin-bottom: 20px;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .p-strength__detail--row {
    width: 100%;
    margin-right: 0;
    grid-template-columns: 70px 1fr;
  }
  .p-strength__icon {
    padding-right: 0;
  }
  .p-strength__text {
    text-align: center;
    font-size: 1.0625rem;
    font-weight: 600;
  }
  .p-strength__detail--row .p-strength__text {
    text-align: left;
  }
  .p-floor-plan {
    padding: 10px 16px;
    justify-content: center;
  }
  .p-floor-plan__wrap {
    width: 54%;
    margin: 30px auto 30px 0;
    max-width: 380px;
  }
  .p-floor-plan__ttl {
    padding: 8px 20px;
    border-radius: 25px;
    top: -22px;
    left: 30px;
  }
  .p-floor-plan__text {
    margin-bottom: 30px;
  }
  .p-floor-plan__img {
    width: 46%;
    align-self: end;
    max-width: 340px;
  }
  .p-do-and-dont__item {
    width: 46%;
  }
  .p-do-and-dont__item:first-child {
    margin-right: 2em;
  }
  .p-do-and-dont__item:first-child::after {
    top: 0;
    left: 100%;
    margin: 0 1rem;
    content: "";
    width: 1px; /*--縦線の太さ(幅)--*/
    height: 100%;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-office-features {
    position: relative;
  }
  .p-office-features__ttl {
    margin-bottom: 56px;
  }
  .p-office-features__text::before {
    top: 22px;
    left: -26px;
    width: 20px;
  }
  .p-office-features__catchphrase {
    font-size: 1.8125rem;
  }
  .p-office-features__catchphrase {
    font-size: 2.0625rem;
  }
  .p-strength__detail--row {
    max-width: 470px;
  }
  .p-office-features__text-wrap {
    padding-left: 0;
    position: absolute;
    top: 4%;
    left: 4%;
    width: 50%;
    max-width: 550px;
  }
  .p-office-features__text {
    font-size: 1.75rem;
    padding-bottom: 40px;
  }
  .p-office-features__img {
    max-width: 1090px;
    width: 71%;
  }
  @media screen and (max-width: 1460px) {
    .p-office-features__img {
      width: 60%;
    }
    .p-office-features__text-wrap {
      padding-left: 3%;
      top: -2%;
      left: -3%;
    }
    .p-floor-plan {
      padding: 30px;
    }
    .p-floor-plan__wrap {
      width: 100%;
      margin: 20px auto 20px 0;
    }
    .p-floor-plan__img {
      width: 100%;
      margin-top: 24px;
    }
  }
  .p-office-strength-ttl {
    margin-bottom: 40px;
  }
  .p-office-strength__item {
    margin-bottom: 0;
  }
  .p-office-strength__item {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row-reverse;
    align-items: center;
  }
  .p-office-strength__item-text {
    width: 100%;
    position: relative;
  }
  .p-office-strength__item-text-img {
    display: block;
    width: 400px;
    max-width: 480px;
    position: absolute;
    right: 0;
    bottom: -190px;
    z-index: -1;
  }
  .p-strength__list--mb-long {
    margin-bottom: 190px;
  }
  .p-do-and-dont {
    padding: 32px 16px;
  }
  .p-office-content-bg img {
    height: auto;
  }
}
/*=================== PCここまで ==================*/
@media screen and (max-width: 599px) {
  .p-main-content-img img {
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (min-width: 600px) and (max-width: 1022px) {
  .p-main-content-img img {
    height: 600px;
    object-fit: cover;
  }
}
@media screen and (max-width: 1022px) {
  .p-main-content-img {
    margin-bottom: 40px;
  }
  .p-main-content-img:last-child {
    margin-bottom: 0;
  }
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-main-content-text {
    width: 92%;
    margin: 0 auto;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  /* コンテンツ毎の画像 */
  .p-main-content-img {
    position: relative !important;
  }
  .p-main-content-img--first {
    overflow: hidden;
  }
  .p-main-content-text {
    position: relative;
  }
  .p-main-content__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6%;
    margin-top: 60px;
  }
  .p-main-content__img-wrap {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    z-index: 10;
  }
  .p-main-content-img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
  }
  .p-main-content-img img {
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: 50% 100%;
    overflow: hidden;
  }
  .p-main-content-img--first {
    height: 100vh;
  }
  /*.p-main-content-img--second,*/
  .p-main-content-img--first {
    /* height: 61vh; */
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
  }
  .p-main-content__text-wrap {
    position: relative;
    z-index: 1;
  }
  .p-main-content-text {
    width: 90%;
    max-width: 780px;
    margin-top: 300px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 100px;
  }
  .p-main-content-text--top {
    margin: 200px 0;
  }
}
/**************************************************
* p-office-features-ttl
***************************************************/
.p-office-features-ttl {}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {}
/*=================== PCここまで ==================*/
/*------------------------------
ご利用の流れ
------------------------------*/
.p-r2o .con02-imgbox p {
  margin: 25px auto;
}
.p-r2o .con02-discbox {
  padding: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .p-r20-img {
    display: flex;
    width: 100%;
    height: auto;
    overflow-x: scroll;
  }
  .p-r20-img img {
    display: block;
    width: 630px;
    height: auto;
    flex-shrink: 0;
  }
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-r2o .con02-imgbox {
    margin: 25px 0;
  }
  .p-r2o .con02-imgbox p {
    width: 50%;
    margin: 0;
  }
  .p-r2o .con02-discbox {
    padding: 15px;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-r2o .con02-imgbox {
    margin: 30px 0;
  }
  .p-r2o .con02-discbox {
    padding: 25px 40px;
  }
}
/*=================== PCここまで ==================*/
/*------------------------------
お客様の声  オフィス/フォンブース共通
------------------------------*/
.p-case__item {
  margin-bottom: 130px;
  position: relative;
}
.p-case__text {
  position: absolute;
  top: 75%;
  z-index: 10;
  width: 92%;
  min-height: 136px;
  padding: 8px 16px 8px 0;
  border-radius: 0 12px 12px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-case__text--booth {
  top: 63%;
  max-width: 540px;
}
/* .c-ttl-horizontal-line */
.p-case__text .c-ttl-horizontal-line {
  padding-left: 30px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.p-case__text .c-ttl-horizontal-line:before {
  width: 25px;
}
.slick-dotted.slick-slider .p-case__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.slick-dotted.slick-slider .p-case__text p {
  text-align: left;
  padding-left: 30px;
  flex-grow: 1;
}
.p-case__text-content {
  font-size: 0.875rem;
}
.p-case__btn {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-case__item {
    margin-bottom: 20px;
  }
  .p-case__text {
    top: auto;
    bottom: 15px;
    padding: 15px 20px 15px 0;
    border-radius: 0 30px 30px 0;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-case__text--booth {
    padding: 15px 30px 15px 0;
  }
  .p-case__btn {
    padding-top: 50px;
  }
}
/*=================== PCここまで ==================*/
/*------------------------------
取り扱い商品例
------------------------------*/
/* con04-box01 */
.p-con04-products {
  width: 100%;
}
.p-office-products__list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
/*

.p-office-products__{
  width: 49%;
  padding: 2% 0 0;
}
*/
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-office-products__list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-office-products__list {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }
}
/*=================== PCここまで ==================*/
/*------------------------------
SDGs
------------------------------*/
.p-office-sdgs {
  align-items: center;
}
.p-office-sdgs__list {
  justify-content: space-evenly;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 420px;
}
.p-office-sdgs__detail-img {
  max-width: 80px;
  margin-bottom: 10px;
}
.p-office-sdgs__detail-text {
  text-align: center;
  font-size: 0.875rem;
}
.p-office-sdgs__img {
  width: 80%;
  max-width: 550px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-office-sdgs__img {
    width: 55%;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: unset;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-office-sdgs__list {
    justify-content: stretch;
  }
  .p-office-sdgs__detail {
    margin-right: 10%;
  }
  .p-office-sdgs__detail:nth-child(3) {
    margin-right: 0;
  }
  .p-office-sdgs__detail-img {
    max-width: 111px;
  }
  .p-office-sdgs__detail-text {
    font-size: 1rem;
  }
  .p-office-sdgs__img {
    width: calc(55% - 90px);
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 90px;
  }
}
/*=================== PCここまで ==================*/
/**************************************************
* TOP kv
***************************************************/
.p-top-kv {
  position: relative;
}
.p-kv-center-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.p-top-kv-center-img {
  width: 100%;
  margin: auto;
  display: block;
}
.p-top-kv-ttl {
  font-size: 0.75rem;
  /*	background: var(--color--black);*/
  background: rgba(34, 34, 34, 0.5);
  border: 1px solid var(--color--white);
  color: var(--color--white);
  padding: 4px 6px;
  text-align: center;
  display: inline;
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-kv-center-text {
    top: 50%;
    left: 50%;
    width: 85%;
    text-align: center;
  }
  .p-top-kv-center-img {
    width: 90%;
    margin-left: 9.5vw;
    margin-bottom: 40px;
  }
  .p-top-kv-ttl {
    text-align: center;
    display: inline;
    padding: 8px;
    font-size: 1.7vw;
    margin-top: 40px;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-kv-center-text {
    width: 80%;
  }
  .p-top-kv-center-img {
    width: 88%;
    margin-left: 10vw;
  }
  .p-top-kv-ttl {
    padding: 10px 14px;
    font-size: 1.125rem;
  }
}
/*=================== PCここまで ==================*/
/**************************************************
* TOP
***************************************************/
.p-top-about__wrap {
  flex-direction: column-reverse;
  margin: 0 auto;
}
.p-top-about__inner {
  width: 92%;
  margin: auto;
}
.p-top-about__img {
  margin: 24px auto 0;
}
.p-top-about__text-main {
  font-size: 1.125rem;
  margin-bottom: 16px;
}
.p-top-about__text-sub {
  font-size: 0.875rem;
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-top-about__wrap {
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-between;
  }
  .p-top-about__inner {
    margin-bottom: 46px;
  }
  .p-top-about__img {
    width: 40%;
    margin: 0;
  }
  .p-top-about__text-wrap {
    width: 52%;
    margin: 0;
    align-self: center;
  }
  .p-top-about__text-main {
    font-size: 1.25rem;
  }
  .p-top-about__text-sub {
    font-size: 0.9375rem;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-top-about__inner {
    margin-bottom: 96px;
  }
  .p-top-about__text-main {
    font-size: 1.5rem;
    line-height: 1.68;
  }
  .p-top-about__text-sub {
    font-size: 0.9375rem;
    line-height: 1.68;
  }
}
/*=================== PCここまで ==================*/
/**************************************************
* TOP サービスメニューとトピックス背景色
***************************************************/
/*   ループ画像*/
.p-top-loop-img {
  margin-bottom: -7em;
}
.p-top-content-bg {
  padding-top: 10em;
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  /*   ループ画像*/
  .p-top-loop-img {
    margin-bottom: -20em;
  }
  .p-top-content-bg {
    padding-top: 14em;
  }
}
/*=================== PCここまで ==================*/
/**************************************************
* TOP サービスメニュー
***************************************************/
.p-top-service {
  position: relative;
}
.p-top-service--office {
  background-color: var(--color--light-blue04);
}
.p-top-service--housing {
  background-color: var(--color--light-yellow);
}
.p-top-service__ttl-wrap, .p-top-r2o, .p-top-service__item, .p-top-service__text {
  position: relative;
}
.p-top-service__ttl-wrap {
  width: 92%;
  /*    max-width: 1200px;*/
  margin: auto;
}
.p-top-service__ttl {
  background-color: var(--color--white);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.3em;
  line-height: 2;
}
.p-top-service__list {
  /*    max-width: 1600px;*/
  width: 96%;
  flex-direction: column;
  padding-top: 24px;
}
.p-top-service__list--left {
  margin-right: auto;
}
.p-top-service__list--right {
  /*    margin-left: auto;*/
  margin-right: auto;
  overflow: hidden;
}
.p-top-service__text-arrow {
  padding-left: 8px;
}
.p-top-service__text, .p-top-service__text-ttl, .p-top-service__text-content {
  color: var(--color--white);
}
.p-top-service__item {
  display: table;
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin: 0 0 16px;
  transition: all 0.3s ease-out;
}
.p-top-service__item :hover::after {
  opacity: 0.8;
  transform: scale(1.2);
}
.p-top-service01 {
  background: url("../../images/top/top-office-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top-service02 {
  background: url("../../images/top/top-office-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top-service03 {
  background: url("../../images/top/top-service-housing-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top-service04 {
  background: url("../../images/top/top-service-housing-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top-service__text {
  /*    font-size: 0.875rem;*/
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  /* margin: 0 20px; */
  padding: 0 16px 16px 16px;
  width: 100%;
}
.p-bg-rgba::before {
  /*background: rgba(0,0,0,0.3);*/
  background: rgba(0, 0, 0, 0.4);
  /*    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 0%);*/
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*Rent to own*/
.p-top-r2o {
  width: 92%;
  /*    max-width: 1200px;*/
  margin: auto;
  padding: 24px;
}
.p-top-r2o__text-wrap {
  margin-bottom: 24px;
}
.p-top-r2o__ttl {
  margin-bottom: 4px;
}
.p-top-r2o-ttl__img {
  width: 100%;
  max-width: 500px;
}
.p-top-r2o__btn {
  text-align: right;
  padding-right: 40px;
}
.p-top-service__item {
  display: table;
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin: 0 0 16px;
  transition: all 0.3s ease-out;
}
.p-top-service__item:hover::after {
  opacity: 0.8;
  transform: scale(1.2);
}
.p-top-service01 {
  background: url("../../images/top/top-office-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-top-service--office {
    background-color: unset;
    margin-bottom: 1em;
  }
  .p-top-service--housing {
    background-color: unset;
  }
  .p-top-service__list {
    flex-direction: row;
    padding-top: 24px;
  }
  .p-top-service__list--right {
    margin-left: auto;
    margin-right: unset;
  }
  .p-top-service__item {
    width: calc(100% / 2);
    height: 340px;
    margin: 0 0 40px 0;
  }
  .p-top-service-bg {
    width: 98%;
    /*    height: 50vh;*/
    height: 100%;
    position: absolute;
    top: 80px;
  }
  .p-top-service--office .p-top-service-bg {
    height: 94%;
  }
  .p-top-service--office .p-top-service-bg {
    height: 94%;
  }
  .p-top-service--housing .p-top-service-bg {
    height: 85%;
  }
  .p-top-service-bg--right {
    right: 0;
  }
  /*Rent to own*/
  .p-top-r2o {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .p-top-r2o__text-wrap, .p-top-r2o__img {
    width: calc(100% / 2 - 10px);
  }
  .p-top-r2o__btn {
    text-align: left;
    padding-right: 0;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-top-service--office {
    margin-bottom: 0;
  }
  .p-top-service .l-wrap {
    margin-bottom: 96px;
  }
  .p-top-service-bg {
    width: 90vw; /*  背景色の幅*/
    height: 92%;
    top: 140px;
  }
  .p-top-service--office .p-top-service-bg {
    height: 94%;
  }
  .p-top-service--housing .p-top-service-bg {
    height: 89%;
  }
  .p-top-service__ttl-wrap {
    width: 84vw; /*  見出しの幅*/
  }
  .p-top-service__list {
    width: 88.5vw; /*  サービスメニューの幅*/
    padding-top: 32px;
  }
  .p-top-service__item {
    height: 31vw; /* サービスメニューの画像高さ */
  }
  .p-top-service--housing .p-top-service__item {
    margin: 0;
  }
  .p-top-service__text {
    padding: 6%;
  }
  .p-top-service__text-content {
    max-width: 480px;
  }
  .p-top-r2o {
    width: 77vw; /*  オフィス下にあるR2Oの幅*/
    padding: 5% 5% 3%;
  }
  .p-top-r2o__text-wrap, .p-top-r2o__img {
    width: calc(100% / 2 - 20px);
  }
  .p-top-r2o__text-wrap {
    align-self: center;
  }
  .p-top-r2o-ttl__img, .p-top-r2o__text {
    font-size: 1.125rem;
    margin-bottom: 60px;
    line-height: 1.7;
  }
}
/*=================== PCここまで ==================*/
/**************************************************
*トップ  トピックス
***************************************************/
.p-top-topics {
  padding: 20px;
  width: 92%;
  margin: auto;
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-top-topics {
    padding: 40px 24px 10px;
    width: 94%;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-top-topics__wrap {
    margin-top: 5em;
  }
  .p-top-topics {
    padding: 6%;
    width: 79vw;
    position: relative;
    left: -10px;
  }
}
/*=================== PCここまで ==================*/
/**************************************************
* phonebooth　フォンブース
***************************************************/
/**************************************************
* KV-a *画像の上にテキストを上下中央位置に配置＊
***************************************************/
.p-kv-a-b--a {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
  color: #565956;
}
.p-kv-a-b--a .p-kv-a-b__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-kv-a-b--a .p-kv-text__ttl {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
.p-kv-a-b--a .p-kv-text__read {
  font-size: 0.875rem;
}
.p-kv-a-b--a .p-kv-text__read, .p-kv-a-b--a .p-kv-text__point {
  margin-bottom: 20px;
}
.p-kv-a-b--a .p-kv-text--center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 92%;
  margin: 0 auto;
}
.p-kv-a-b--a .p-kv-bg-overlap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.p-kv-a-b--a .p-kv-img img {
  width: 100%;
  min-height: 800px;
  object-fit: cover;
}
.p-kv-a-b--a .p-kv-text__ttl, .p-kv-a-b--a .p-kv-text__read {
  color: #fff;
}
.p-kv-a-b--a .p-kv-text__point {
  display: grid;
  place-content: center;
  gap: 10px;
}
.p-kv-text__point--circle {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  max-width: 906px;
  margin: 0 auto 50px;
  width: 90%;
}
/* 特徴 */
.p-kv-a-b--a .p-kv-text__point-item {
  font-size: 0.75rem;
  line-height: 1.4;
  position: relative;
  display: flex;
  justify-content: center;
}
.p-kv-text__point-item--circle {
  border-radius: 100%;
  background-color: #f0f3f5;
  border: solid #e2e8eb 10px;
  align-items: center;
  position: relative;
}
/*擬似要素*/
.p-kv-text__point-item--circle::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.p-kv-text__point-item--circle:nth-child(1) .p-kv-text__point-inner::before {
  background: url(../../images/phonebooth/phonebooth-kv-icon-talk.svg) no-repeat;
}
.p-kv-text__point-item--circle:nth-child(2) .p-kv-text__point-inner::before {
  background: url(../../images/phonebooth/phonebooth-kv-icon-house.svg) no-repeat;
}
.p-kv-text__point-item--circle:nth-child(3) .p-kv-text__point-inner::before {
  background: url(../../images/phonebooth/phonebooth-kv-icon-room.svg) no-repeat;
}
.p-kv-text__point-item--circle:nth-child(4) .p-kv-text__point-inner::before {
  background: url(../../images/phonebooth/phonebooth-kv-icon-cost.svg) no-repeat;
}
.p-kv-text__point-item--circle .p-kv-text__point-inner::before {
  display: inline-block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  content: "";
  padding: 25px;
  top: 10%;
  width: 50px;
  background-size: 50px;
}
/*人気マーク*/
.p-kv-text__point-item--circle:nth-child(1)::before {
  content: "人気";
  background: #f47e04;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -14px;
  left: -11px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-kv-a-b--a .p-kv-text__point-inner {
  padding: 45px 8px 0;
}
.p-kv-a-b--a .p-kv-text__point-subtext {
  font-size: 0.5rem;
  display: block;
}
.p-kv-a-b--a .p-kv-btn {
  background: #f47e04;
  width: 92%;
  height: 90px;
  max-width: 350px;
  margin: auto;
  border-radius: 8px;
  padding: 10px;
  align-items: center;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}
.p-kv-a-b--a .p-kv-btn__ttl {
  color: #fff;
  font-size: 1.25rem;
  margin: 0 auto;
  width: 100%;
  font-weight: 600;
  text-align: center;
}
.p-kv-a-b--a .p-kv-btn__subtext {
  font-size: clamp(0.875rem, 1vw, 1rem);
  border-radius: 30px;
  background: #fff;
  width: 88%;
  max-width: 360px;
  padding: 6px 16px;
  display: block;
  border: 1px solid #f47e04;
  position: absolute;
  top: -18px;
  text-align: center;
}
@media screen and (min-width: 495px) and (max-width: 599px) {
  .p-kv-text__point--circle {
    width: 70%;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-kv-a-b--a .p-kv-text__ttl {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .p-kv-a-b--a .p-kv-text__read {
    margin-bottom: 40px;
  }
  .p-kv-a-b--a .p-kv-text__point-item {
    font-size: 0.8125rem;
  }
  .p-kv-a-b--a .p-kv-btn {
    width: 92%;
    height: 105px;
    max-width: 450px;
  }
  .p-kv-text__point--circle {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
  }
  .p-kv-text__point-item--circle .p-kv-text__point-inner::before {
    content: "";
    padding: 30px;
    top: 6%;
    width: 60px;
    background-size: 60px;
  }
  .p-kv-text__point-item--circle:nth-child(1)::before {
    width: 50px;
    height: 50px;
    top: -13px;
    left: -5px;
    font-size: 0.8125rem;
  }
  @media screen and (max-width: 700px) {
    .p-kv-text__point--circle {
      width: 60%;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-kv-a-b--a .p-kv-a-b__inner--left-and-right {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
  }
  .p-kv-a-b--a .p-kv-text__ttl {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .p-kv-a-b--a .p-kv-text__read {
    font-size: 1.125rem;
  }
  .p-kv-a-b--a .p-kv-text__point-item {
    font-size: 1.125rem;
  }
  .p-kv-a-b--a .p-kv-text__point-subtext {
    font-size: 0.75rem;
  }
  .p-kv-text__point--circle {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .p-kv-text__point-item--circle .p-kv-text__point-inner::before {
    content: "";
    padding: 40px;
    top: 10%;
    width: 80px;
    background-size: 80px;
  }
  .p-kv-text__point-item--circle .p-kv-text__point-inner {
    padding: 40px 8px 0;
  }
  .p-kv-text__point-item--circle:nth-child(1)::before {
    width: 55px;
    height: 55px;
    top: -7px;
    left: -12px;
    font-size: 0.9375rem;
  }
}
/**************************************************
* メリット
***************************************************/
.p-phonebooth-advantages__inner {
  width: 92%;
  margin: auto;
}
.p-phonebooth-advantages__catchphrase {
  font-size: 1.3125rem;
  font-weight: var(--weight-6);
}
.p-phonebooth-advantages__point {
  margin-bottom: 2px;
}
.p-phonebooth-advantages__item {
  width: calc(100% / 2 - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.p-phonebooth-advantages__item:nth-child(even) {
  margin-right: 0;
}
.p-phonebooth-advantages__text {
  font-weight: var(--weight-6);
  font-size: 1.125rem;
  text-align: center;
}
.p-phonebooth-advantages__text p {
  line-height: 2.1;
  font-size: 1.1875rem;
}
.p-phonebooth-advantages__text span {
  padding: 6px 3px;
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-phonebooth-advantages__catchphrase {
    font-size: 1.25rem;
  }
  .p-phonebooth-advantages__list {
    justify-content: center;
  }
  .p-phonebooth-advantages__item {
    width: calc(100% / 3 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .p-phonebooth-advantages__item:nth-child(even) {
    margin-right: 10px;
  }
  .p-phonebooth-advantages__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-phonebooth-advantages__text p {
    font-size: 1.5625rem;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-phonebooth-advantages__catchphrase {
    font-size: 2.0625rem;
  }
  .p-phonebooth-advantages__item:nth-child(even), .p-phonebooth-advantages__item:nth-child(3n) {
    margin-right: 10px;
    margin-left: 10px;
  }
  .p-phonebooth-advantages__item {
    width: calc(100% / 5 - 20px);
    margin: 10px;
    min-width: 260px;
  }
  @media screen and (max-width: 1600px) {
    .p-phonebooth-advantages__list {
      justify-content: center;
      width: 100%;
      max-width: 860px;
      margin: auto;
    }
    .p-phonebooth-advantages__item {
      width: calc(100% / 3 - 20px);
      margin: 0;
      margin-right: 20px;
      margin-bottom: 20px;
    }
    .p-phonebooth-advantages__item:nth-child(even) {
      margin-right: 20px;
      margin-left: 0;
    }
    .p-phonebooth-advantages__item:nth-child(3n) {
      margin-right: 0;
      margin-left: 0;
    }
  }
}
/*=================== PCここまで ==================*/
/**************************************************
* Rent to ownについて
***************************************************/
.p-phonebooth-advantages__inner {
  max-width: 1700px;
}
.p-phonebooth-about-rto__text {
  padding: 16px;
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-phonebooth-about-rto__text {
    width: 60%;
    align-self: stretch;
  }
  .p-phonebooth-about-rto__img {
    width: 40%;
  }
  .p-phonebooth-about-rto__img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-phonebooth-about-rto__text {
    width: 55%;
    padding: 50px 50px 10px;
  }
  .p-phonebooth-about-rto__text-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .p-phonebooth-about-rto__img {
    width: 45%;
  }
  .p-phonebooth-about-rto__img img {
    height: 470px;
  }
  .p-phonebooth-about-rto__text .c-text--s {
    font-size: 1.4375rem;
  }
}
/*=================== PCここまで ==================*/
/**************************************************
*フォンおース取り扱い商品例
***************************************************/
.p-phonebooth-products__ttl {
  margin-bottom: 24px;
}
.p-booth-products-detail__category, .p-booth-products-detail__icons {
  margin-bottom: 12px;
}
/*最初の１つ目*/
.p-phonebooth-products__list-img-inner {
  width: 80%;
  margin: -50px auto 0;
}
.p-phonebooth-products__list-img-inner img {
  display: block;
}
.p-booth-main-img {
  width: 80%;
}
.p-booth-en-text {
  width: 20%;
  padding-left: 4%;
  margin-top: 20px;
}
/*２つ目以降*/
.p-phonebooth-products__list-img > img {
  padding: 16px 0 0;
}
.p-phonebooth-products__list-detail, .p-booth-products-detail {
  padding: 10px;
}
.p-booth-products-text {
  font-size: 0.875rem;
  margin-bottom: 12px;
}
.p-booth-products-detail__ttl {
  font-weight: var(--weight-6);
  font-size: 1.75rem;
}
.p-booth-products-detail__category-item {
  padding: 2px 20px 0px;
  display: inline-block;
}
.p-booth-products-detail__category-item:first-child {
  margin-right: 5px;
}
/*価格表示*/
.p-booth-products-cost {
  border: 1px solid var(--color--key-blue);
}
.p-booth-products-cost__ttl {
  background: var(--color--light-blue01);
  border-right: 1px solid var(--color--key-blue);
}
.p-booth-products-cost__ttl, .p-booth-products-cost__detail {
  padding: 10px 4px;
  text-align: center;
  color: var(--color--key-blue);
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-phonebooth-products__ttl {
    margin-bottom: -24px;
  }
  .p-phonebooth-products__list-detail, .p-booth-products-detail {
    padding: 16px 10px;
  }
  .p-phonebooth-products__list-detail {
    margin-top: auto;
  }
  .p-phonebooth-products__list-img-inner {
    width: 90%;
  }
  .p-booth-products-text {
    font-size: 0.8125rem;
  }
  .p-booth-products-cost__ttl, .p-booth-products-cost__detail {
    font-size: 0.625rem;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-phonebooth-products__list-img-inner {
    margin: -100px auto 24px 0;
  }
  .p-booth-main-img {
    padding-right: 4%;
  }
  .p-booth-en-text {
    margin-top: 80px;
    padding-left: 4%;
  }
  .p-phonebooth-products__list-detail {
    padding: 10px 20px 30px;
  }
  .c-grid--booth-products-main .p-phonebooth-products__list-detail {
    padding: 30px 40px;
  }
  .p-booth-products-detail {
    padding: 24px 20px 20px;
  }
  .p-booth-products-detail__ttl {
    margin-bottom: 2px;
  }
  .p-booth-products-point {
    font-size: 1.125rem;
  }
  .p-booth-products-text {
    font-size: 1rem;
    margin-bottom: 24px;
  }
  .p-booth-products-cost__ttl, .p-booth-products-cost__detail {
    font-size: 0.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-booth-products-detail__category-item {
    padding: 2px 30px 0;
    /*    margin-right: 5px;*/
  }
}
/*=================== PCここまで ==================*/
/**************************************************
*フォンブース 取り扱い商品例 オプション
***************************************************/
.p-phonebooth-products-option {
  width: 90%;
  max-width: 960px;
  margin: auto;
  padding: 30px;
}
.p-booth-option__item {
  position: relative;
  font-weight: var(--weight-6);
  color: var(--color--key-blue);
  margin: 20px 0 20px 60px;
  line-height: 3;
}
.p-booth-option__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.p-booth-option__item.p-booth-option__item--cooler::before {
  background: url("../../images/phonebooth/phonebooth-option-cooler.png") no-repeat;
  width: 50px;
  padding: 25px;
  background-size: 50px;
}
.p-booth-option__item.p-booth-option__item--chair::before {
  background: url("../../images/phonebooth/phonebooth-option-chair.png") no-repeat;
  width: 50px;
  padding: 25px;
  background-size: 50px;
}
.p-booth-option__item.p-booth-option__item--sofa::before {
  background: url("../../images/phonebooth/phonebooth-option-sofa.png") no-repeat;
  width: 50px;
  padding: 25px;
  background-size: 50px;
}
.p-booth-option__item.p-booth-option__item--monitor::before {
  background: url("../../images/phonebooth/phonebooth-option-monitor.png") no-repeat;
  width: 50px;
  padding: 25px;
  background-size: 50px;
}
.p-booth-option__item.p-booth-option__item--circulator::before {
  background: url("../../images/phonebooth/phonebooth-option-circulator.png") no-repeat;
  width: 50px;
  padding: 25px;
  background-size: 50px;
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-booth-option__list {
    width: 100%;
    margin: auto;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-phonebooth-products-option {
    padding: 60px 50px;
  }
  .p-booth-option__item {
    margin: 30px 0 30px 95px;
    line-height: 3;
  }
  .p-booth-option__item::before {
    left: -95px;
  }
  .p-booth-option__item.p-booth-option__item--cooler::before, .p-booth-option__item.p-booth-option__item--chair::before, .p-booth-option__item.p-booth-option__item--sofa::before, .p-booth-option__item.p-booth-option__item--monitor::before, .p-booth-option__item.p-booth-option__item--circulator::before {
    width: 85px;
    padding: 42.5px;
    background-size: 85px;
  }
}
/*=================== PCここまで ==================*/
/**************************************************
*ホームステージング
***************************************************/
/*住宅共通*/
/* =================================
   Section base
================================= */
.p-staging-section {
  position: relative;
}
/* =================================
   Padding spacing（内側余白）
================================= */
/* bottom */
.p-staging-space--content {
  padding-bottom: 32px;
}
/* top */
.p-staging-space--content-top {
  padding-top: 32px;
}
/* top + bottom */
.p-staging-space--content-y {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 600px) {
  .p-staging-space--content {
    padding-bottom: 40px;
  }
  .p-staging-space--content-top {
    padding-top: 40px;
  }
  .p-staging-space--content-y {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1023px) {
  .p-staging-space--content {
    padding-bottom: 120px;
  }
  .p-staging-space--content-top {
    padding-top: 120px;
  }
  .p-staging-space--content-y {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
/* =================================
   Margin spacing（外側余白）
================================= */
/* bottom（既存） */
.p-staging-gap--s {
  margin-bottom: 8px;
}
.p-staging-gap--m {
  margin-bottom: 16px;
}
.p-staging-gap--l {
  margin-bottom: 24px;
}
/* top */
.p-staging-gap-top--s {
  margin-top: 8px;
}
.p-staging-gap-top--m {
  margin-top: 16px;
}
.p-staging-gap-top--l {
  margin-top: 24px;
}
/* top + bottom */
.p-staging-gap-y--s {
  margin-top: 8px;
  margin-bottom: 8px;
}
.p-staging-gap-y--m {
  margin-top: 16px;
  margin-bottom: 16px;
}
.p-staging-gap-y--l {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 600px) {
  .p-staging-gap--s {
    margin-bottom: 12px;
  }
  .p-staging-gap--m {
    margin-bottom: 20px;
  }
  .p-staging-gap--l {
    margin-bottom: 28px;
  }
  .p-staging-gap-top--s {
    margin-top: 12px;
  }
  .p-staging-gap-top--m {
    margin-top: 20px;
  }
  .p-staging-gap-top--l {
    margin-top: 28px;
  }
  .p-staging-gap-y--s {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-staging-gap-y--m {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-staging-gap-y--l {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1023px) {
  .p-staging-gap--s {
    margin-bottom: 16px;
  }
  .p-staging-gap--m {
    margin-bottom: 24px;
  }
  .p-staging-gap--l {
    margin-bottom: 32px;
  }
  .p-staging-gap-top--s {
    margin-top: 16px;
  }
  .p-staging-gap-top--m {
    margin-top: 24px;
  }
  .p-staging-gap-top--l {
    margin-top: 32px;
  }
  .p-staging-gap-y--s {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-staging-gap-y--m {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-staging-gap-y--l {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
/* ホーム共通 font-size */
.c-staging-font-s {
  font-size: 0.875rem; /*14px*/
}
/* =========================
   KV
========================= */
.p-staging-kv {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, #f7f7f2 60%, #f7f7f2 100%);
}
.p-staging-kv__inner {
  position: relative;
  width: 90%;
  margin: auto;
}
.p-staging-kv__text-wrap {
  overflow: hidden;
}
.p-staging-kv__bg, .p-staging-kv__title, .p-staging-kv__subcopy {
  position: absolute;
}
.p-staging-kv__bg {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.p-staging-kv__title {
  left: 20px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.p-staging-kv__title-hedding {
  max-width: 193px;
}
.p-staging-kv__title-hedding__img img {
  max-width: 193px;
  width: 100%;
}
.p-staging-kv__title-hedding__img {
  width: 100%;
  margin-left: 0px;
}
.p-staging-kv__title-hedding .c-font-eng {
  font-size: clamp(1.16em, 7vw, 2.2em);
  line-height: 1.1;
  letter-spacing: 3px;
  font-weight: var(--weight-5);
}
.p-staging-kv__copy {
  max-width: 260px;
  font-size: clamp(1.0714rem, 2vw, 1.125rem);
  font-weight: var(--weight-8);
}
/*右側の縦文字*/
.p-staging-kv__subcopy {
  position: absolute;
  right: 20px;
  top: 9%;
  z-index: 2;
  display: flex; /* 横に並べる */
  flex-direction: row; /* 横方向に並べる */
  align-items: flex-start; /* 上端を揃える */
  gap: 12px; /* 帯の間隔 */
}
.p-staging-kv__subcopy p {
  /* 各帯ごとの縦書き設定 */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: var(--color--white);
  padding: 0.6em 1px;
  line-height: 1.5;
  font-size: clamp(0.75rem, 1vw, 1rem); /* 12px 〜　16px*/
  font-size: clamp(0.8571rem, 2vw, 1rem); /* 12px 〜　16px*/
  letter-spacing: 0.12em;
  border-radius: 2px;
  margin: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-staging-kv__title {
    left: 8%;
  }
  .p-staging-kv__title-hedding, .p-staging-kv__title-hedding__img img {
    /*	max-width: 260px;*/
    max-width: clamp(140px, 33vw, 324px);
  }
  .p-staging-kv__copy {
    max-width: 420px;
  }
  .p-staging-kv__subcopy {
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-staging-kv__title-hedding__img {
    margin-left: 3px;
  }
  .p-staging-kv__title-hedding .c-font-eng {
    line-height: 1;
  }
  .p-staging-kv__copy .c-curtain-text {
    display: block;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1025px) {
  .p-staging-kv__inner {
    width: 94%;
  }
  .p-staging-kv__title-hedding, .p-staging-kv__title-hedding__img img {
    /*max-width: 392px;*/
    max-width: clamp(324px, 30vw, 392px);
  }
  .p-staging-kv__copy {
    max-width: 530px;
    font-weight: var(--weight-4);
  }
  .p-staging-kv__title-hedding__img {
    margin-left: 6px;
  }
  .p-staging-kv__title-hedding .c-font-eng {
    line-height: 1.1;
    font-weight: var(--weight-4);
  }
  /*右側の縦文字*/
  .p-staging-kv__subcopy {
    right: 8%;
    margin-top: -40px;
  }
  .p-staging-kv__subcopy p {
    padding: 0.8em 4px;
  }
}
/* =========================
   CLASホームステージングとは
========================= */
.p-staging-about:first-child {
  padding-top: 70px;
  position: relative;
  padding-bottom: 70px;
}
/*SVG ループ*/
.p-staging-about.is-loop-infinity::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;
  z-index: 0;
  margin: 16px 0;
  background-image: url("/biz/assets/images/staging/staging-loop-text.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 50%;
  /*    opacity: 0.15;*/
  animation: staging-loop-text 40s linear infinite;
}
/* 横ループ */
@keyframes staging-loop-text {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -2000px;
  }
}
.p-staging-about__inner {
  display: flex;
  flex-direction: column;
}
.p-staging-about__text {
  flex: 1 1 auto;
  z-index: 1;
  position: relative;
  width: 90%;
  margin: auto;
  max-width: 910px;
  margin-bottom: -30px;
}
.p-staging-about__image {
  width: 90%;
  max-width: 998px;
  position: relative;
}
@media (min-width: 600px) {
  .p-staging-about:first-child {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .p-staging-about.is-loop-infinity::before {
    height: 140px;
  }
  .p-staging-about__inner {
    flex-wrap: wrap;
  }
  .p-staging-about__text {
    margin: 0 0 0 auto;
    margin-bottom: -120px;
  }
}
@media (min-width: 1023px) {
  .p-staging-about:first-child {
    padding-top: 128px;
    padding-bottom: 0;
  }
  .p-staging-about:nth-child(2) {
    padding-top: 240px;
  }
  .p-staging-about__text {
    margin-bottom: -320px;
    margin-left: 49%;
    width: 48%;
  }
  .p-staging-about__image {
    margin-bottom: -90px;
    width: 60%;
  }
  .p-staging-about .c-media:last-child {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
/*CLASホームステージングが解決する課題*/
..p-staging-about .c-introduction {
  padding: 2% 0% 6%;
  margin: auto;
  width: 82%;
}
@media (min-width: 600px) {
  .p-staging-about .c-media__ttl {
    padding-left: 0;
    width: 94%;
    max-width: 1700px;
    margin: auto;
  }
  .p-staging-about.p-staging-about--first .c-introduction {
    max-width: 910px;
  }
  .p-staging-about .c-introduction {
    max-width: 700px;
  }
}
@media (min-width: 1023px) {
  .p-staging-about .c-media {
    gap: clamp(24px, 3.5vw, 80px);
  }
  .p-staging-about .c-media__ttl {
    margin-bottom: 20px;
    width: 96%;
  }
  .p-staging-about .c-media__body--left {
    margin-right: unset;
    margin-left: auto;
  }
  .p-staging-about .c-media__body--right {
    margin-left: unset;
    margin-right: auto;
  }
  .p-staging-about .c-media__body--left .c-introduction {
    margin-right: unset;
    margin-left: auto;
  }
  .p-staging-about .c-media__body--right .c-introduction {
    margin-left: unset;
    margin-right: auto;
  }
}
/* =========================
   サービスメニュー
========================= */
.p-staging-about-menu {
  position: relative;
}
.p-staging-about-menu__heading, .p-staging-about-menu__flow-heading, .p-staging-about-menu__flow-content {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.p-staging-about-menu__heading {
  padding: 25% calc((100vw - min(90vw, 1740px)) / 2) 210px;
  background:
    linear-gradient(rgba(26, 24, 22, 0.48), rgba(26, 24, 22, 0.48)), url("../../images/staging/staging-service-menu.jpg") no-repeat center center;
  background-size: cover;
}
.p-staging-about-menu__flow-heading {
  padding: calc((100vw - min(90vw, 1740px)) / 2);
  background: url("../../images/staging/staging-service-flow.jpg") no-repeat center center;
  background-size: cover;
}
.p-staging-about-menu__flow-heading .c-section-heading--with-text {
  margin-top: 50px;
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
}
.p-staging-about-menu__flow-content {
  padding: 20% calc((100vw - min(90vw, 1740px)) / 2) 40px;
  background: var(--color--gray08);
}
.p-staging-about-menu__heading .c-section-heading__title {
  color: var(--color--white);
  font-weight: var(--weight-4);
}
.p-staging-about-menu__lead {
  color: var(--color--white);
  margin-top: 24px;
  font-weight: var(--weight-4);
}
.p-staging-about-menu__section {
  margin-top: -250px;
  margin-top: -180px;
  position: relative;
  z-index: 1;
}
/*レイアウト共通bottom*/
.p-staging-about-menu__content {
  margin-bottom: 64px;
}
@media (min-width: 600px) {
  .p-staging-about-menu__heading {
    padding: 0% calc((100vw - min(90vw, 1740px)) / 2) 88px;
    padding-right: 0;
    height: 600px;
    position: relative;
  }
  .p-staging-about-menu__inner {
    position: absolute;
    bottom: 250px;
    left: calc(clamp(16px, 6vw, 120px) - 6px);
  }
  .p-staging-about-menu__section {
    margin-top: 0px;
  }
  .p-staging-about-menu__sub-heading {
    position: absolute;
    width: 100%;
    top: -200px;
  }
  .p-staging-about-menu__content.is-first {
    padding-top: 100px;
  }
  .p-staging-about-menu__flow-heading {
    position: relative;
    background-position-y: center;
    height: 330px;
  }
  .p-staging-about-menu__flow-heading .c-section-heading--with-text {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -11%;
  }
  .p-staging-about-menu__flow-content {
    padding: 11% calc((100vw - min(90vw, 1740px)) / 2) 56px;
  }
}
@media (min-width: 1023px) {
  .p-staging-about-menu__inner {
    bottom: 260px;
    left: calc(clamp(16px, 6vw, 120px) - 19px);
  }
  .p-staging-about-menu__sub-heading {
    top: -200px;
  }
  .p-staging-about-menu__content.is-first {
    padding-top: 190px;
  }
  .p-staging-about-menu__flow-heading {
    height: 600px;
  }
  .p-staging-about-menu__flow-heading .c-section-heading--with-text {
    bottom: -13%;
  }
  .p-staging-about-menu__flow-content {
    padding: 13% calc((100vw - min(90vw, 1740px)) / 2) 96px;
  }
}
/* ===============================
   STAGING グレード
=============================== */
/*見出し*/
.p-staging-grade {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 2px solid var(--color--gray06);
  border-bottom: 1px solid var(--color--gray06);
  padding: 20px 0;
}
.p-staging-grade__title {
  width: 100%;
  text-align: center;
  font-family: var(--font-base);
  font-size: 1.375rem;
  font-weight: var(--weight-4);
  line-height: 32px;
  color: #000;
}
@media (min-width: 600px) {
  .p-staging-grade__title {
    font-size: 1.375rem;
  }
}
/* ===============================
   STAGING PLAN
=============================== */
.p-staging-plan__lead, .p-staging-plan__list-item li {
  font-size: 0.875rem; /*	14px*/
  font-weight: var(--weight-4);
}
.p-staging-plan__lead li {
  line-height: 2;
}
.p-staging-plan__term {
  font-size: 0.75rem; /* 12px*/
  font-weight: var(--weight-4);
  color: var(--color--gray07);
  max-width: 144px;
  width: 100%;
  padding: 4px 2px;
  text-align: center;
  border-radius: 109px;
  border: 1px solid var(--color--gray09);
}
.p-staging-plan {
  width: 100%;
}
.p-staging-plan__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
/* ===== list ===== */
.p-staging-plan__list {
  display: flex;
  flex-direction: column; /* SPは縦 */
  gap: 40px;
}
.p-staging-high-plan__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
/* ===== card ===== */
.p-staging-plan__card {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-staging-plan__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  /*  gap: 30px;*/
}
/* h5 */
.p-staging-plan__title {
  text-align: center;
  font-family: var(--font-eng);
  font-size: clamp(1.125rem, 2.8vw, 1.25rem);
  font-weight: var(--weight-5);
  margin-bottom: 8px;
}
/* ===== body ===== */
.p-staging-plan__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-staging-plan__image {
  width: 100%;
  height: auto;
  display: block;
}
/* list text */
.p-staging-plan__list-item {
  display: flex;
  flex-direction: column;
  /*  gap: 18px;*/
}
.p-staging-plan__list-item li {
  padding: 16px 0;
  border-bottom: 1px solid var(--color--gray09);
}
.p-staging-plan__list-item li:first-child {
  border-top: 2px solid var(--color--gray09);
}
@media (min-width: 600px) {
  .p-staging-plan__list {
    flex-direction: row; /* 横並び */
    gap: 32px;
  }
  .p-staging-plan__card {
    flex: 1;
  }
  .p-staging-plan__title {
    margin-bottom: 16px;
  }
  .p-staging-plan__header {
    grid-column: 2;
    margin-bottom: 32px;
  }
  .p-staging-plan__media {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .p-staging-plan__body {
    grid-column: 2;
  }
  /* Highグレード：カード同士を横並び */
  .p-staging-high-plan__list {
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
  }
  .p-staging-high-plan__card .p-staging-high-plan__card {
    flex: 1;
    display: flex; /* ← gridにしない */
    flex-direction: column; /* ← 画像→テキスト */
  }
  .p-staging-high-plan__card .p-staging-plan__lead {
    margin-top: 40px;
  }
}
@media (min-width: 1023px) {
  .p-staging-high-plan__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: stretch; /* ★これが超重要 */
  }
  .p-staging-high-plan__card {
    display: grid;
    gap: 40px;
    align-items: start;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    align-items: stretch; /* ← 高さを揃える */
  }
  .p-staging-high-plan__card .p-staging-plan__header {
    margin-bottom: 0;
  }
  .p-staging-high-plan__card .p-staging-plan__body {
    min-width: 0;
  }
  .p-staging-high-plan__card .p-staging-plan__body {
    padding-inline: clamp(16px, 3vw, 48px);
  }
  .p-staging-high-plan__card .p-staging-plan__lead {
    margin-top: 0;
  }
  .p-staging-high-plan__media {
    height: 100%;
    overflow: hidden;
  }
  .p-staging-high-plan__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/*オプション　OPTION*/
.p-staging-option {
  background: var(--color--white);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
.p-staging-option__inner {
  padding: 7% 9%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-staging-option__lead, .p-staging-option__term, .p-staging-option__desc {
  color: var(--color--key-bk);
  font-size: 0.875rem; /*14px*/
  font-weight: var(--weight-4);
  line-height: 32px;
}
.p-staging-option__list {
  display: flex;
  flex-direction: column;
  /*  gap: 30px;*/
  margin: 0;
  border-top: 2px solid var(--color--gray09);
}
.p-staging-option__item {
  display: flex;
  gap: 18px;
  border-bottom: 1px solid var(--color--gray09);
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-staging-option__term {
  width: 200px;
  flex-shrink: 0;
}
.p-staging-option__desc {
  flex: 1;
  display: grid;
  align-items: center;
}
/* responsive */
@media (max-width: 768px) {
  .p-staging-option__inner {
    padding: 8%;
  }
  .p-staging-option__item {
    flex-direction: column;
    /*    gap: 8px;*/
    padding-top: 8px;
    padding-bottom: 16px;
  }
  .p-staging-option__term {
    width: 100%;
  }
}
/* =========================
   導入事例
========================= */
.p-staging-case-study {
  background:
    conic-gradient(from 180deg at 97% 30%, rgba(247, 247, 242, 0.9) 0deg, rgba(247, 247, 242, 1) 90deg, transparent 90deg), #ffffff;
}
.p-staging-case {
  margin-bottom: 32px;
}
.p-staging-case__item-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
}
.p-staging-case__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.p-staging-case__item:hover .p-staging-case__item-img img {
  transform: scale(1.03);
}
/* title */
.p-staging-case__item-ttl {
  margin-top: 8px;
  font-size: 0.875rem; /*	14px*/
  font-weight: var(--weight-4);
  line-height: 1.25;
}
/* category */
.p-staging-case__item-cate {
  margin-top: 8px;
  font-size: 0.75rem;
  color: var(--color--gray07);
  font-weight: var(--weight-4);
  line-height: 1;
}
@media screen and (min-width: 1023px) {
  .p-staging-case-study {
    background:
      conic-gradient(from 180deg at 97% 50%, rgba(247, 247, 242, 0.9) 0deg, rgba(247, 247, 242, 1) 90deg, transparent 90deg), #ffffff;
  }
  .p-staging-case {
    margin-bottom: 64px;
  }
  .p-staging-case__item-img {
    margin-bottom: 4px;
  }
}
/* ===============================
   導入までの流れ FLOW
=============================== */
.p-staging-flow__list {
  position: relative;
  padding-left: 24px;
}
.p-staging-flow__list::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  bottom: 0;
  width: 1px;
  background-color: var(--color--key-yellow);
}
.p-staging-flow__item {
  position: relative;
  padding-bottom: 48px;
}
.p-staging-flow__item::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 0.6em;
  width: 10px;
  height: 10px;
  background-color: var(--color--key-yellow);
  border-radius: 50%;
}
.p-staging-flow__term::before, .p-staging-flow__label, .p-staging-flow__text, .p-staging-flow__text li, .p-staging-flow__text p, .p-staging-flow__desc {
  font-size: 0.875rem; /*	14px*/
  font-weight: var(--weight-4);
  line-height: 1.7;
}
.p-staging-flow__term {
  margin-bottom: 12px;
}
/* FLOW テキストリスト */
.p-staging-flow__text {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.p-staging-flow__text li {
  margin-bottom: 8px;
}
/* FLOW 期間ラベル */
.p-staging-flow__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border: 1px solid var(--color--key-yellow);
  border-radius: 999px;
  white-space: nowrap;
  margin-top: 8px;
  line-height: 1;
}
/*ナンバリング*/
.p-staging-flow__list {
  counter-reset: flow-step;
}
.p-staging-flow__term {
  position: relative;
  counter-increment: flow-step;
  padding-left: 20px;
}
.p-staging-flow__term::before {
  content: counter(flow-step, decimal-leading-zero);
  position: absolute;
  left: -1.5em;
  left: 0;
  top: 1px;
  font-family: var(--font-eng);
}
@media (min-width: 1023px) {
  .p-staging-flow__list {
    padding-left: 0;
  }
  .p-staging-flow__list::before, .p-staging-flow__item::before {
    left: 331px;
    transform: translateX(-50%);
  }
  .p-staging-flow__item {
    display: grid;
    grid-template-columns: 330px 1px 1fr;
    column-gap: 40px;
    padding-bottom: 56px;
  }
  .p-staging-flow__term {
    grid-column: 1;
    /*    padding-right: 24px;*/
    padding-left: 40px;
    font-weight: var(--weight-4);
  }
  .p-staging-flow__desc {
    grid-column: 3;
    padding-left: 24px;
  }
}
/* ===============================
   よくある質問 FAQ
=============================== */
.p-home-faq__wrap .s_01 .accordion_one {
  max-width: 100%;
}
.p-home-faq__wrap .s_01 .accordion_one::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color--gray05);
  opacity: 1;
  z-index: 0;
  transition: opacity 0.3s ease;
}
.p-home-faq__wrap .s_01 .accordion_one .accordion_header, .p-home-faq__wrap .c-faq__item dd {
  font-size: 0.875rem; /*	14px*/
  font-weight: var(--weight-4);
}
.p-home-faq__wrap .c-faq__item dt span {
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
}
.p-home-faq__wrap .c-text-dot {
  margin-bottom: 16px;
}
@media (min-width: 600px) {
  .p-home-faq__wrap {
    display: grid;
    grid-template-columns: 110px 1fr;
    column-gap: 8px;
  }
}
@media (min-width: 1023px) {
  .p-home-faq__wrap {
    grid-template-columns: 220px 1fr;
    column-gap: 24px;
  }
  .p-home-faq__wrap .s_01 .accordion_one:hover::before {
    opacity: 0.7;
  }
}
/**************************************************
* slick
***************************************************/
/*ドットナビ*/
.js-fade-slider.slick-dotted.slick-slider {
  margin: 0 auto;
}
.js-fade-slider .slider {
  margin: 0 auto;
  max-width: 500px;
  width: 80%;
  position: relative;
}
.js-fade-slider .slider-img img {
  height: auto;
  width: 100%;
}
/*ドット*/
.js-slide-dots-wrap .js-slide-dots {
  margin: 8px 0 0 -5px;
  padding: 0;
}
.js-slide-dots li {
  display: inline-block;
  margin: 0 4px;
}
.js-slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.js-slide-dots li button::before {
  background-image: url("../../images/common/slider-dot_active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 2px;
  width: 6px;
}
.js-slide-dots li.slick-active button::before {
  background-image: url("../../images/common/slider-dot.svg");
}
.js-slide-dots button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}
