@charset "UTF-8";
/* ======================================================================
 * PM事業
====================================================================== */
.c-page-title h1 .main {
  font-size: 6rem !important;
}
@media screen and (max-width: 1100px) {
  .c-page-title h1 .main {
    font-size: 5.8rem !important;
  }
}
@media screen and (max-width: 768px) {
  .c-page-title h1 .main {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 495px) {
  .c-page-title h1 .main {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 375px) {
  .c-page-title h1 .main {
    font-size: 1.6rem !important;
  }
}

.page-subTitle {
  margin-bottom: 17.4rem;
}
@media screen and (max-width: 768px) {
  .page-subTitle {
    margin-bottom: 4rem;
  }
}
.page-subTitle h2 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  padding: 4rem 0;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-color: #f2f9f7;
}
@media screen and (max-width: 768px) {
  .page-subTitle h2 {
    gap: 0.25rem;
    padding: 2rem 0;
  }
}
.page-subTitle h2 .sub {
  font-size: 1.7rem;
  color: #00845c;
}
@media screen and (max-width: 768px) {
  .page-subTitle h2 .sub {
    font-size: 1.1rem;
  }
}
.page-subTitle h2 .main {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .page-subTitle h2 .main {
    font-size: 2.3rem;
  }
}

.c-section-container .lead {
  font-size: 2.2rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .c-section-container .lead {
    font-size: 1.3rem;
  }
}
.c-section-container .lead p {
  margin: 0;
}
.c-section-container .effort-container {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 7%;
  justify-content: center;
  padding: 7.3rem 0 15rem;
}
@media screen and (max-width: 768px) {
  .c-section-container .effort-container {
    gap: 5%;
    padding: 4.5rem 0;
  }
}
.c-section-container .effort-container .effort-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--length);
  aspect-ratio: 1/1;
  margin: 0;
  color: #fff;
  background-image: conic-gradient(from 45deg, #18b484 0deg, #4ec753 360deg);
  border-radius: 50%;
  --length: 25%;
}
@media screen and (max-width: 768px) {
  .c-section-container .effort-container .effort-block {
    --length: 30%;
  }
}
.c-section-container .effort-container .effort-block .effort-text {
  margin: 0;
  font-size: 3.4rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .c-section-container .effort-container .effort-block .effort-text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container .effort-container .effort-block .effort-text {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 670px) {
  .c-section-container .effort-container .effort-block .effort-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .c-section-container .effort-container .effort-block .effort-text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 530px) {
  .c-section-container .effort-container .effort-block .effort-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 470px) {
  .c-section-container .effort-container .effort-block .effort-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 375px) {
  .c-section-container .effort-container .effort-block .effort-text {
    font-size: 1.2rem;
  }
}
.c-section-container .c-title-h2 {
  padding: 8rem 0 5rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .c-section-container .c-title-h2 {
    padding: 5rem 0 2.4rem;
    margin-bottom: 5rem;
  }
}
.c-section-container.items-container {
  display: flex;
  flex-direction: column;
  gap: 12.3rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container {
    gap: 8rem;
  }
}
.c-section-container.items-container .c-card .c-card-body .c-text {
  min-height: 36rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container .c-card .c-card-body .c-text {
    min-height: auto;
    font-size: 1.2rem;
  }
}
.c-section-container.items-container .c-card .c-card-body .c-text .item-title {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-bottom: 4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container .c-card .c-card-body .c-text .item-title {
    padding-bottom: 2rem;
  }
}
.c-section-container.items-container .c-card .c-card-body .c-text .item-title h3 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: #00845c;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container .c-card .c-card-body .c-text .item-title h3 {
    font-size: 2.2rem;
  }
}
.c-section-container.items-container .c-card .c-card-body .c-text .item-title h3 .small {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container .c-card .c-card-body .c-text .item-title h3 .small {
    font-size: 1.2rem;
  }
}
.c-section-container.items-container .c-card .c-card-body .c-text .item-title .address {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.5;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container .c-card .c-card-body .c-text .item-title .address {
    font-size: 1rem;
  }
}
.c-section-container.items-container .c-card .c-card-body .c-text p {
  margin: 0;
  line-height: 2.1;
}
.c-section-container.items-container .c-card .c-card-body .c-text dl {
  margin: 2.4rem 0 0;
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container .c-card .c-card-body .c-text dl {
    font-size: 1rem;
  }
}
.c-section-container.items-container .c-card .c-card-body .c-text dl dt {
  color: #00845c;
}
.c-section-container.items-container .c-card .c-card-body .c-text dl dd {
  margin: 0;
}
.c-section-container.items-container .c-card .c-card-body .button-container {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container .c-card .c-card-body .button-container {
    gap: 0;
    justify-content: center;
  }
}
.c-section-container.items-container .c-card .c-card-body .button-container .c-button {
  align-self: flex-start;
  min-width: 32.6rem;
  min-height: 5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container .c-card .c-card-body .button-container .c-button {
    align-self: center;
    min-width: 28rem;
    margin-top: 2.5rem;
    font-size: 1.4rem;
  }
}
.c-section-container.items-container .c-card .c-card-body .button-container .c-button.-long {
  min-width: 34.7rem;
  padding: 1.5rem 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container .c-card .c-card-body .button-container .c-button.-long {
    gap: 0.5rem;
    min-width: 28rem;
    font-size: 1.2rem;
  }
}
.c-section-container.items-container .c-card .c-card-image img {
  width: 100%;
}
.c-section-container.items-container.-pm {
  gap: 17.2rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container.-pm {
    gap: 8rem;
  }
}
.c-section-container.items-container.-pm .item-block {
  position: relative;
  flex: 1;
}
.c-section-container.items-container.-pm .item-block::after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: calc(50vw - min(550px, 47.5%) + 17rem);
  height: 47rem;
  content: "";
  background-color: #f2f9f7;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container.-pm .item-block::after {
    width: 32%;
    height: 50%;
  }
}
.c-section-container.items-container.-pm .item-block:nth-child(odd)::after {
  right: 0;
}
.c-section-container.items-container.-pm .item-block:nth-child(even)::after {
  left: 0;
}
.c-section-container.items-container.-pm .item-block .c-card .c-card-body .c-text {
  min-height: 32rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container.-pm .item-block .c-card .c-card-body .c-text {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container.-commercial-facility {
    padding-bottom: 5.2em;
    margin-bottom: 0;
  }
}
.c-section-container.items-container.-commercial-facility .item-block .c-card .c-card-body .c-text {
  min-height: auto;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container.-commercial-facility .item-block .c-card .c-card-body .c-text {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container.-commercial-facility .item-block .c-card .c-card-body .button-container {
    padding-top: 2rem;
  }
}
.c-section-container.items-container.-housing .c-card .c-card-body .c-text {
  min-height: 30rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container.-housing .c-card .c-card-body .c-text {
    min-height: auto;
  }
}
.c-section-container.items-container.-other .c-card .c-card-body .c-text {
  min-height: 32rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.items-container.-other .c-card .c-card-body .c-text {
    min-height: auto;
  }
}

/* ------------------------------------------------------------
 *  シェアオフィス
------------------------------------------------------------ */
.share-office-container {
  padding: 9.6rem 8rem 14rem;
  margin-top: 18rem;
  border: 0.5rem solid #00845c;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .share-office-container {
    padding: 1rem 2.5rem 7rem;
    margin-top: 10rem;
    border: 0.3rem solid #00845c;
  }
}
.share-office-container .c-title-h2 {
  padding: 0 0 5rem;
  margin-bottom: 8rem;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .share-office-container .c-title-h2 {
    padding: 5rem 0 2.4rem;
    margin-bottom: 5rem;
    font-size: 2.3rem;
  }
}
.share-office-container .items-container .c-card {
  gap: 6.4rem;
}
@media screen and (max-width: 768px) {
  .share-office-container .items-container .c-card {
    gap: 1.6rem;
  }
}
.share-office-container .items-container .c-card .c-card-body .c-text {
  min-height: auto;
  padding-right: 0;
  padding-bottom: 3.4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .share-office-container .items-container .c-card .c-card-body .c-text {
    padding: 0;
    font-size: 1.2rem;
  }
}
.share-office-container .items-container .c-card .c-card-body .c-text .item-title {
  padding-bottom: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .share-office-container .items-container .c-card .c-card-body .c-text .item-title {
    padding: 0;
  }
}
.share-office-container .items-container .c-card .c-card-body .c-text .item-title h3 {
  font-size: 2.4rem;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .share-office-container .items-container .c-card .c-card-body .c-text .item-title h3 {
    font-size: 2rem;
  }
}
.share-office-container .items-container .c-card .c-card-body .c-text .item-title .address {
  align-items: flex-start;
  margin: 1rem 0 1.7rem;
  line-height: 2;
}
.share-office-container .items-container .c-card .c-card-body .c-text .item-title .address svg {
  margin-top: 0.5rem;
}
.share-office-container .items-container .c-card .c-card-body .c-text .shop-list {
  padding-left: 4rem;
  margin-top: 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .share-office-container .items-container .c-card .c-card-body .c-text .shop-list {
    padding-left: 2rem;
    font-size: 1.1rem;
  }
}
.share-office-container .items-container .c-card .c-card-body .c-text .shop-list dt {
  font-weight: 700;
  color: inherit;
}
.share-office-container .items-container .c-card .c-card-body .c-text .shop-list dd ul li {
  position: relative;
  padding-left: 1rem;
}
.share-office-container .items-container .c-card .c-card-body .c-text .shop-list dd ul li::before {
  --disc-size: 0.3rem;
  position: absolute;
  top: 50%;
  left: 0;
  width: var(--disc-size);
  height: var(--disc-size);
  content: "";
  background-color: #4e4e4e;
  border-radius: 50%;
  transform: translateY(-50%);
}
.share-office-container .items-container .c-card .c-card-body .c-text .shop-list dd ul li a {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .share-office-container .items-container .c-card .c-card-body .button-container .c-button {
    min-width: 24rem;
  }
  .share-office-container .items-container .c-card .c-card-body .button-container .c-button .arrow {
    width: 4.5rem;
    height: 1.4rem;
  }
}

/* ------------------------------------------------------------
 *  サブストア
------------------------------------------------------------ */
.introduction-other-container {
  position: relative;
  padding-top: 6.8rem;
  margin-top: 15.2rem;
}
@media screen and (max-width: 768px) {
  .introduction-other-container {
    padding-top: 0;
    margin-top: 1px;
  }
}
.introduction-other-container::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: calc(50% + min(550px, 47.5%) + (50% - min(550px, 47.5%)) / 2);
  height: 28%;
  content: "";
  background: #f2f9f7;
}
@media screen and (max-width: 1100px) {
  .introduction-other-container::before {
    height: 27%;
  }
}
@media screen and (max-width: 768px) {
  .introduction-other-container::before {
    content: none;
  }
}
.introduction-other-container.-bg-emio::before {
  right: auto;
  left: 0;
  height: 9.1%;
}
@media screen and (max-width: 1100px) {
  .introduction-other-container.-bg-emio::before {
    height: 8.9%;
  }
}
.introduction-other-container .list-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .introduction-other-container .list-toggle {
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .introduction-other-container .list-toggle::before, .introduction-other-container .list-toggle::after {
    position: absolute;
    top: 50%;
    right: 6.666vw;
    display: block;
    width: 30px;
    height: 1px;
    content: "";
    background: #fff;
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .introduction-other-container .list-toggle::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .introduction-other-container .list-toggle .name {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 14vw 0 10vw;
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.5;
    color: #fff;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .introduction-other-container .list-toggle.-js-open::after {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  .introduction-other-container .shop-list-container {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .main-store {
    position: relative;
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .main-store::before {
    position: absolute;
    top: 0;
    left: -6.666vw;
    z-index: -1;
    width: calc(100% + 13.332vw);
    height: calc(100% + 1rem);
    content: "";
    background: #f2f9f7;
  }
}
.main-store .title h3 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 400;
  color: #00845c;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .main-store .title h3 {
    display: none;
  }
}
.main-store .shop-description {
  margin-top: 3.5rem;
  font-size: 1.8rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .main-store .shop-description {
    margin-top: 0;
    font-size: 1.3rem;
  }
}

.sub-stores {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10.5rem;
  justify-content: space-between;
  margin-top: 2.5rem;
  -ms-flex-pack: justify;
}
@media screen and (max-width: 768px) {
  .sub-stores {
    row-gap: 4.3em;
    padding: 0 2rem;
    padding-bottom: 8.2rem;
    margin-top: 0;
  }
}
.sub-stores::after {
  display: block;
  width: 30%;
  max-width: 34rem;
  content: "";
}
@media screen and (max-width: 768px) {
  .sub-stores::after {
    content: none;
  }
}

.sub-store-content {
  display: flex;
  flex-direction: column;
  width: 30%;
  max-width: 34rem;
  padding: 0 3.5rem;
}
@media screen and (max-width: 768px) {
  .sub-store-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.sub-store-content .head-content {
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .sub-store-content .head-content {
    display: flex;
    align-items: center;
    margin-bottom: 0.6em;
  }
}
.sub-store-content .image {
  position: relative;
  margin: 0 -3.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub-store-content .image {
    flex: 0 0 auto;
    width: 48%;
    max-width: 155px;
    margin: 0 10px 0 0;
  }
}
.sub-store-content .image::before {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  z-index: 2;
  display: block;
  width: calc(100% - 3rem);
  height: 1.5rem;
  content: "";
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sub-store-content .image::before {
    content: none;
  }
}
.sub-store-content .image img {
  width: 100%;
}
.sub-store-content .shop-name {
  margin: 0.6em 0 1em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sub-store-content .shop-name {
    flex: 1 1 auto;
    margin: 0;
    font-size: 1.7rem;
  }
}
.sub-store-content .shop-name .en {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sub-store-content .shop-name .en {
    margin-top: 0.5rem;
    font-size: 0.8rem;
  }
}
.sub-store-content .sub-store-info {
  flex: 1;
  margin-bottom: 2rem;
}
.sub-store-content .sub-store-info dl {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sub-store-content .sub-store-info dl {
    font-size: 1.4rem;
  }
}
.sub-store-content .sub-store-info dl::after {
  display: block;
  clear: both;
  content: "";
}
.sub-store-content .sub-store-info dl dt {
  float: left;
  width: 4em;
  clear: left;
}
.sub-store-content .sub-store-info dl dd {
  margin: 0 0 0.4em 4em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sub-store-content .sub-store-info dl dd {
    margin-bottom: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .sub-store-content .sub-store-info .address {
    font-size: 1.4rem;
  }
}
.sub-store-content .sub-store-info .comment {
  margin-top: 0.5em;
}
.sub-store-content .button-container {
  display: flex;
  justify-content: center;
}
.sub-store-content .button-container .c-button {
  gap: 0.25rem;
  min-width: 15.8rem;
  min-height: 4.1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .sub-store-content .button-container .c-button {
    min-width: 18.8rem;
    min-height: 3.8rem;
  }
}
.sub-store-content .button-container .c-button .arrow {
  width: 4rem;
  height: 1.4rem;
}

.introduction-other-column-container {
  position: relative;
  padding-top: 6.8rem;
  margin-top: 11.2rem;
}
@media screen and (max-width: 768px) {
  .introduction-other-column-container {
    padding: 0;
    margin-top: 0;
  }
}
.introduction-other-column-container::before, .introduction-other-column-container::after {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  height: 50%;
  content: "";
  background: #f2f9f7;
}
@media screen and (max-width: 768px) {
  .introduction-other-column-container::before, .introduction-other-column-container::after {
    content: none;
  }
}
.introduction-other-column-container::before {
  left: 0;
  width: calc(min(1100px, 95%) * 0.665 + 50% - min(1100px, 95%) / 2);
}
.introduction-other-column-container::after {
  right: 0;
  width: calc(min(1100px, 95%) * 0.315 + 50% - min(1100px, 95%) / 2);
}
.introduction-other-column-container .introduction-other-column-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: min(5.5rem, 4.75vw);
}
@media screen and (max-width: 768px) {
  .introduction-other-column-container .introduction-other-column-block {
    display: flex;
    flex-direction: column;
  }
}
.introduction-other-column-container .introduction-other-column-block .introduction-other-column-left {
  grid-column: 1/span 2;
}
.introduction-other-column-container .introduction-other-column-block .introduction-other-column-left .introduction-other-container .sub-stores {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: min(5.5rem, 4.75vw);
}
@media screen and (max-width: 768px) {
  .introduction-other-column-container .introduction-other-column-block .introduction-other-column-left .introduction-other-container .sub-stores {
    display: flex;
    flex-direction: column;
    row-gap: 4.3em;
  }
}
.introduction-other-column-container .introduction-other-column-block .introduction-other-column-left .introduction-other-container .sub-stores .sub-store-content {
  width: auto;
}
.introduction-other-column-container .introduction-other-column-block .introduction-other-column-right .main-store {
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .introduction-other-column-container .introduction-other-column-block .introduction-other-column-right .main-store {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .introduction-other-column-container .introduction-other-column-block .introduction-other-column-right .sub-stores {
    padding-bottom: 2.5rem;
  }
}
.introduction-other-column-container .introduction-other-column-block .introduction-other-column-right .sub-stores .sub-store-content {
  width: 100%;
}
.introduction-other-column-container .introduction-other-column-block .introduction-other-container {
  padding-top: 0;
  margin-top: 0;
}
.introduction-other-column-container .introduction-other-column-block .introduction-other-container::before {
  content: none;
}
.introduction-other-column-container .introduction-other-column-block .introduction-other-container .sub-stores {
  row-gap: 0;
}
@media screen and (max-width: 768px) {
  .introduction-other-column-container .introduction-other-column-block .introduction-other-container .list-toggle {
    display: block;
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw);
    margin-top: 1px;
  }
}

.ct-green {
  color: #00845c;
}

ul {
  padding: 0;
  list-style: none;
}