@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 {
    position: relative;
  }
*/
  /* コンテンツ毎の画像 */
  .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--right img {
    object-position: 100% 100%;
  }
*/
  /*
  .p-main-content-img--left img {
    object-position: 0 100%;
  }
*/
  .p-main-content-img--first {
    height: 100vh;
  }
  .p-main-content-img--first img {
    /* position: absolute;
    top: -200px;
    left: 0;
    width: 100%; */
  }
  /*.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;
    /*    margin-bottom: 600px;*/
    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: .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 .3s ease-out;
}
.p-top-service__item :hover::after {
  opacity: .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 .3s ease-out;
}
.p-top-service__item:hover::after {
  opacity: .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, .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 .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ここまで ==================*/





