@charset "UTF-8";
/* CSS Document */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main {
	padding-top: 115px;
}
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.875rem 0 4.3125rem;
}
@media screen and (max-width: 975px) {
main {
	padding-top: 80px;
}
  .swiper-pagination {
    padding: 1.3125rem 0 3rem;
  }
}

.swiper-pagination-bullet {
  background-color: #000;
  display: block;
  width: 5rem;
  height: 0.3125rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 3.5rem;
    height: 0.25rem;
    margin-right: 0.875rem;
  }
}

.swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.swiper-pagination::before {
  content: "";
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto auto;
  background-color: #eee6e7;
  background: repeating-linear-gradient(90deg, #e9dfe0, #e9dfe0 10px, #eee6e7 0, #eee6e7 21px);
  z-index: -1;
}

.swiper-pagination-bullet {
  background-color: #BFBFBF;
}

.swiper-pagination-bullet-active {
  background-color: #534741;
}

.c-animation-fade {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.c-animation-fade.is-fade {
  -webkit-animation: fadeIn 0.6s forwards;
          animation: fadeIn 0.6s forwards;
}

.c-btn {
  display: inline-block;
  background-color: #3a2522;
  padding: 0.625rem 5.9375rem 0.8125rem;
  color: #fff;
  font-size: 0.90rem;
  border-radius: 1.875rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1rem;
    padding: 0.4375rem 4.125rem 0.625rem;
  }
}

.c-btn::before {
  content: "";
  width: 2.25rem;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    width: 1.5625rem;
  }
}

.c-btn:hover {
  color: #3a2522;
  border-color: #3a2522;
}

.c-btn:hover::before {
  background-color: #3a2522;
}

.c-btn--pink {
  background-color: #cc9999;
}

.c-btn--pink:hover {
  border-color: #cc9999;
  color: #cc9999;
}

.c-btn--pink:hover::before {
  background-color: #cc9999;
}

.c-btn::after {
  position: absolute;
  border-radius: 1.75rem;
  border: 1px solid #fff;
  top: -1%;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: #fff;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
  height: 101%;
}

.c-btn:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-page-top {
  color: #fff;
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #fff;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 30;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}

.c-page-top::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  border-top: 2px solid #3A2522;
  border-left: 2px solid #3A2522;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.c-page-top.is-active {
  pointer-events: auto;
  opacity: 1;
}

.l-bgContent {
  background-color: #EEE6E7;
}

.l-company {
  margin-top: 2.1875rem;
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-about__top {
  margin-left: auto;
}

.p-about__bg {
  display: block;
  position: relative;
  padding-top: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__bg {
    padding-top: 65.5%;
  }
}

.p-about__bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-about__line::before {
  content: "";
  padding: 1.5625rem;
  display: block;
  margin-left: auto;
  width: 49.7%;
  background: repeating-linear-gradient(90deg, #e9dfe0, #e9dfe0 10px, #eee6e7 0, #eee6e7 21px);
}

.p-about__line::after {
  content: "";
  padding: 1.5625rem;
  display: block;
  margin-right: auto;
  width: 49.7%;
  background: repeating-linear-gradient(90deg, #e9dfe0, #e9dfe0 10px, #eee6e7 0, #eee6e7 21px);
}

.p-company {
  background-image: url("../images/company-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.6875rem 0;
}

.p-company__inner {
  max-width: 75rem;
  width: 100%;
  margin: auto;
  padding: 0 1.5625rem;
}

.p-company__content {
  border-radius: 1.25rem;
  padding: 1.375rem 0;
  max-width: 25rem;
  width: 100%;
  background-color: rgba(247, 244, 244, .88);
}
@media screen and (max-width: 767px) {
  .p-company__content {
    max-width: 20rem;
    margin: auto;
  }
}

.p-company__other {
  margin-top: 1.5rem;
  text-align: center;
}

.p-info {
  background-color: #fff;
  padding: 1.1875rem 0 1.0625rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 0.9375rem 0 0.8125rem;
  }
}

.p-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 min(8.4vw, 84px);
}
@media screen and (max-width: 767px) {
  .p-info__inner {
    padding: 0 min(7.8431372549vw, 60px);
  }
}

.p-info__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #3A2522;
  font-size: 0.875rem;
  display: block;
  max-width: 6.25rem;
  margin-right: min(4vw, 40px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-info__date {
    max-width: 6.25rem;
    margin-right: min(2.6666666667vw, 10px);
  }
}

.p-info__title a {
  font-weight: 400;
  color: #3A2522;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.p-info__title a:hover {
  border-color: #3A2522;
}

.p-lowerDtail {
  padding: 4.25rem 0.875rem 4.8125rem;
  background-color: #B98F6D;
  width: 83.33%;
  outline: 4px solid #fff;
  outline-offset: -14px;
}
@media screen and (max-width: 767px) {
  .p-lowerDtail {
    width: 100%;
    padding: 3rem 0.875rem 3.375rem;
  }
}

.p-lowerDtail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 min(5.1333333333vw, 77px);
  padding: 0 0.9375rem 0 min(5.1333333333vw, 77px);
}
@media screen and (max-width: 767px) {
  .p-lowerDtail__inner {
    padding: 0 0.9375rem 0 clamp(15px, 3.9113428944vw, 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-lowerDtail__inner--reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 clamp(15px, 3.9113428944vw, 30px) 0 15px;
  padding: 0 clamp(15px, 3.9113428944vw, 30px) 0 0.9375rem;
}

.p-lowerDtail__text {
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-lowerDtail__text {
    text-align: center;
    padding-left: 0rem;
    margin: 0.75rem 0 0;
  }
}
@media screen and (max-width: 485px) {
  .p-lowerDtail__text {
    text-align: left;
    max-width: 18.75rem;
    margin: 0.75rem auto 0;
  }
}

.p-lowerDtail__btn {
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-lowerDtail__btn {
    text-align: center;
  }
}

.p-lowerDtail__sectionHeader {
  margin-right: min(5.2vw, 78px);
}
@media screen and (max-width: 767px) {
  .p-lowerDtail__sectionHeader {
    margin: auto;
  }
}

.p-mainview-slider__img {
  position: relative;
  display: block;
  padding-top: 43.75rem;
}
@media screen and (max-width: 767px) {
  .p-mainview-slider__img {
    padding-top: 37.125rem;
  }
}

.p-mainview-slider__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-mainview-slider__prev, .p-mainview-slider__next {
  width: 0.75rem;
  position: absolute;
  top: 20.6875rem;
  z-index: 20;
}

.p-mainview-slider__prev {
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mainview-slider__prev {
    left: 1rem;
  }
}

.p-mainview-slider__next {
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mainview-slider__next {
    right: 1rem;
  }
}

.p-mainview {
  position: relative;
}

.p-mainview__logo {
  position: absolute;
  top: 36%;
  right: min(14.4vw, 216px);
  max-width: 19.8125rem;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-mainview__logo {
    max-width: min(66.6666666667vw, 250px);
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.p-mainview__title {
  position: absolute;
  top: 77.5%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.4em;
  color: #fff;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-mainview__title {
    font-size: 1rem;
    top: 73.5%;
  }
}

.p-mainview__slide span {
  display: inline-block;
}

.p-mainview__slide {
  display: block;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.p-mainview__slide.is-visible {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.p-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-media {
    display: block;
  }
}

.p-media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-media__img {
  width: 50%;
  position: relative;
  padding-top: 33.125rem;
}
@media screen and (max-width: 767px) {
  .p-media__img {
    width: 100%;
    padding-top: 56.25%;
  }
}

.p-media__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-media__body {
  width: 50%;
  background-color: #fff;
  outline: 3px solid #7d4046;
  outline-offset: -13px;
  text-align: center;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-media__body {
    width: 100%;
  }
}

.p-media:nth-of-type(1) .p-media__body {
  padding: 5rem min(2.5826446281vw, 25px) 0;
}
@media screen and (max-width: 767px) {
  .p-media:nth-of-type(1) .p-media__body {
    padding: 2.5rem 1.5625rem;
  }
}

.p-media:nth-of-type(2) .p-media__body {
  padding-top: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-media:nth-of-type(2) .p-media__body {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.p-media:nth-of-type(3) .p-media__body {
  padding-top: 98px;
  padding-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-media:nth-of-type(3) .p-media__body {
    padding-top: 3.0625rem;
    padding-bottom: 3.0625rem;
  }
}

.p-media__sectionHeader {
  margin: auto;
}

.p-media__text {
  margin-top: 1rem;
  font-size: min(1.4462809917vw, 14px);
  line-height: 1.75;
  color: #534741;
}
@media screen and (max-width: 767px) {
  .p-media__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 485px) {
  .p-media__text {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 18.75rem;
    margin: 0.75rem auto 0;
  }
}

.p-media__coworkingBtn {
  margin-top: 2.1875rem;
}

.p-media__workcationBtn {
  margin-top: 2.375rem;
}

.p-media__virtualBtn {
  margin-top: 1.625rem;
}

.p-news {
  position: relative;
  background-color: #cc9999;
  padding: 1.875rem 0;
}

.p-news::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 49.79%;
  height: 100%;
  z-index: 10;
  background: repeating-linear-gradient(90deg, rgba(233, 223, 224, .2), rgba(233, 223, 224, .2) 10px, #cc9999 0, #cc9999 21px);
}

.p-news__inner {
  max-width: 65.625rem;
  padding: 0 1.5625rem;
  margin: auto;
  position: relative;
  z-index: 20;
}

.p-news__sectionHeader {
  margin: auto;
}

.p-news__items {
  margin-top: 0.875rem;
}

.p-news__item:nth-of-type(n + 2) {
  margin-top: 0.5625rem;
}

.p-news__other {
  margin-top: 1.875rem;
  text-align: center;
}

.p-plan::before {
  content: "";
  display: block;
  width: 50%;
  padding-top: 25rem;
  margin-left: auto;
  background: repeating-linear-gradient(90deg, #e9dfe0, #e9dfe0 10px, #eee6e7 0, #eee6e7 21px);
}

.p-plan__top {
  margin-right: auto;
  margin-top: -16.75rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-plan__top {
    margin-top: -18.75rem;
  }
}

.p-plan__bottom {
  background-color: #CC9999;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #CC9999), color-stop(75%, transparent));
  background: linear-gradient(#CC9999 75%, transparent 75%);
  padding-top: 9.5rem;
  margin-top: -9.5rem;
}

.p-plan__img {
  width: 80%;
  margin: auto;
}

.p-sectionHeader {
  position: relative;
  max-width: 21.75rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sectionHeader {
    max-width: 15.1875rem;
  }
}

.p-sectionHeader__top {
  width: 4rem;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-sectionHeader__top {
    width: 3rem;
  }
}

.p-sectionHeader__top--left {
  left: 0;
}

.p-sectionHeader__top--right {
  right: 0;
}

.p-sectionHeader__en {
  margin: auto;
}

.p-sectionHeader__en--news {
  padding-top: 1.875rem;
  width: 3.75rem;
}

.p-sectionHeader__en--about {
  padding-top: 1rem;
  width: 7.25rem;
}

.p-sectionHeader__en--coworkingSpace {
  padding-top: 1.75rem;
  width: 13.375rem;
}
@media screen and (max-width: 767px) {
  .p-sectionHeader__en--coworkingSpace {
    width: 11.25rem;
  }
}

.p-sectionHeader__en--workcation {
  padding-top: 1.75rem;
  width: 8.875rem;
}

.p-sectionHeader__en--virtual {
  padding-top: 1.75rem;
  width: 10.5625rem;
}
@media screen and (max-width: 767px) {
  .p-sectionHeader__en--virtual {
    width: 8.75rem;
  }
}

.p-sectionHeader__en--plan {
  padding-top: 1rem;
  width: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-sectionHeader__en--plan {
    width: 3.75rem;
  }
}

.p-sectionHeader__en--store {
  padding-top: 1rem;
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-sectionHeader__en--store {
    width: 9.625rem;
  }
}

.p-sectionHeader__en--company {
  padding-top: 1.75rem;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-sectionHeader__en--company {
    width: 7.6875rem;
  }
}

.p-sectionHeader__ja {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-sectionHeader__ja {
    font-size: 0.875rem;
  }
}

.p-sectionHeader__ja--coworking {
  margin: 0rem auto 0;
  color: #534741;
}

.p-sectionHeader__ja--workcation {
  margin: 0.9375rem auto 0;
  color: #534741;
}

.p-sectionHeader__ja--virtual {
  margin: 0.5625rem auto 0;
  color: #534741;
}

.p-sectionHeader__ja--store {
  margin: 0.625rem auto 0;
  color: #3A2522;
}

.p-sectionHeader__ja--plan {
  margin: auto;
}

.p-sectionHeader__ja--company {
  color: #3A2522;
  margin: auto;
}

.p-sectionHeader__bottom {
  width: 14rem;
  margin: 1.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-sectionHeader__bottom {
    width: 10.5rem;
  }
}

.p-sectionHeader__bottom--coworking {
  margin: 1rem auto 0;
}

.p-sectionHeader__bottom--workcation {
  margin: 1.0625rem auto 0;
}

.p-sectionHeader__bottom--virtual {
  margin: 1rem auto 0;
}

.p-sectionHeader__bottom--store {
  margin: 1.375rem auto 0;
}

.p-store {
  padding-top: 5.0625rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-store {
    padding-top: 3.75rem;
  }
}

.p-store__text {
  margin-top: 1.4375rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #3A2522;
}
@media screen and (max-width: 767px) {
  .p-store__text {
    max-width: 31rem;
    width: 100%;
    margin: 1.4375rem auto 0;
    padding: 0 1.25rem;
  }
}

.p-store__items {
  margin-top: 2.5rem;
}

.p-store__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25rem;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-store__item {
    height: 18.75rem;
  }
}

.p-store__item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(58, 37, 34, .6);
}

.p-store__item--top {
  background-image: url("../images/store-top.jpg");
}

.p-store__item--bottom {
  background-image: url("../images/store-bottom.jpg");
}

.p-store__content {
  position: relative;
  z-index: 10;
}

.p-store__logo {
  margin: auto;
}

.p-store__logo--top {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-store__logo--top {
    width: 8.75rem;
  }
}

.p-store__logo--bottom {
  width: 10.875rem;
}
@media screen and (max-width: 767px) {
  .p-store__logo--bottom {
    width: 7.5625rem;
  }
}

.p-store__topBtn {
  margin-top: 1.1875rem;
}

.p-store__bottomBtn {
  margin-top: 0.9375rem;
}
