@charset "UTF-8";
@import "../css/loop-item-event.css";
@import "../css/loop-item-column.css";
.home .main-section {
  margin-bottom: 0;
}

section {
  padding-bottom: var(--space);
}
@media ( max-width: 767.98px) {
  section {
    padding-bottom: var(--space);
  }
}

section h2 {
  font-family: "Asap Condensed";
  font-size: 60px;
  letter-spacing: 0.04em;
  line-height: 0.85em;
  font-weight: 500;
  position: relative;
  margin-bottom: 0.55em;
}
@media ( max-width: 767.98px) {
  section h2 {
    font-size: 45px;
    margin-bottom: 0.4em;
  }
}
section h2 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  display: block;
  font-weight: normal;
  position: relative;
}
@media ( max-width: 767.98px) {
  section h2 span {
    font-size: 14px;
  }
}
section h2.line::after {
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 1px;
  background-color: var(--vk-color-text-body);
  bottom: 0.4em;
  position: absolute;
  right: 0;
}
@media ( max-width: 767.98px) {
  section h2.line::after {
    width: calc(100% - 80px);
  }
}

.fv {
  position: relative;
  padding-bottom: 120px;
  margin-top: 120px;
}
.fv__slider {
  width: 100%;
  position: relative;
  padding-right: 21.5277777778%;
  padding-left: 0;
  overflow: visible;
}
.fv__slide {
  position: relative;
  width: 100%;
}
.fv__img-main {
  width: 100%;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media ( max-width: 767.98px) {
  .fv__img-main {
    height: 455px;
    width: 90%;
    border-radius: 0 20px 20px 0;
  }
}
.fv__img-main img {
  width: 100%;
  height: auto;
  display: block;
}
@media ( max-width: 767.98px) {
  .fv__img-main img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fv__img-sub {
  position: absolute;
  top: -120px;
  right: -27.4336283186%;
  width: 19.4690265487%;
  z-index: 2;
  border-bottom-left-radius: var(--radius);
  overflow: hidden;
}
.fv__img-sub img {
  width: 100%;
  height: auto;
  display: block;
}
.fv__text-vertical {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  font-family: "Asap Condensed";
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #fff;
  z-index: 10;
  left: -30px;
}
@media (max-width:991.98px) {
  .fv__text-vertical {
    left: -55px;
    top: 40%;
  }
}
.fv__text-vertical span {
  font-family: "Asap Condensed Light";
}
.fv__text-main {
  position: absolute;
  bottom: 150px;
  right: calc(21.5277777778% + 30px);
  width: 300px;
  z-index: 10;
}
.fv__text-main img {
  width: 100%;
  height: auto;
}
.fv__company-name {
  display: none;
}
@media (max-width:991.98px) {
  .fv {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
@media ( max-width: 767.98px) {
  .fv {
    padding-bottom: 65px;
    margin-top: 60px;
  }
  .fv__slider {
    padding-right: 0;
    padding-left: 0;
  }
  .fv__img-sub {
    display: block;
  }
  .fv__text-vertical {
    display: block;
    left: auto;
    right: 10px;
    writing-mode: vertical-rl;
    transform: none;
    top: calc(50% - 55px);
    transform: translateY(-50%);
    color: var(--vk-color-text-body);
  }
  .fv__text-main {
    width: 230px;
    bottom: 90px;
    left: 20px;
    right: auto;
  }
  .fv__company-name {
    display: none;
    font-size: 14px;
    position: absolute;
    left: 20px;
    color: #666;
    font-weight: 500;
    letter-spacing: 0.05em;
    bottom: 5px;
  }
}
.fv__pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: -69px;
  left: 70px;
  width: auto;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  gap: 0;
}
@media (max-width:991.98px) {
  .fv__pagination.swiper-pagination-bullets {
    bottom: -49px;
    left: 12px;
  }
}
@media ( max-width: 767.98px) {
  .fv__pagination.swiper-pagination-bullets {
    bottom: 20px;
    left: 20px;
    bottom: -35px;
    width: 90%;
  }
}
.fv__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: transparent;
  width: 60px;
  height: auto;
  border-radius: 0;
  margin: 0 !important;
  cursor: pointer;
  position: relative;
}
@media ( max-width: 767.98px) {
  .fv__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: calc((100% - 20px) / 5);
  }
}
.fv__pagination.swiper-pagination-bullets .swiper-pagination-bullet-number {
  font-family: "Asap Condensed Regular";
  letter-spacing: 0.05em;
  line-height: 1;
}
.fv__pagination.swiper-pagination-bullets .swiper-pagination-bullet-bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: relative;
}
.fv__pagination.swiper-pagination-bullets .swiper-pagination-bullet-bar::after {
  content: "";
  position: absolute;
  top: -0.5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--vk-color-text-body);
  transition: width linear;
  z-index: 1;
}
.fv__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--vk-color-text-body);
}
.fv__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active.is-started .swiper-pagination-bullet-bar::after {
  width: 100%;
  transition-duration: var(--mv-pan-duration, 3000ms);
}

.news {
  background: linear-gradient(to bottom, #fff calc(100% - 20px), transparent calc(100% - 20px));
  padding-top: var(--space);
  padding-bottom: 0;
}
@media (max-width:991.98px) {
  .news {
    padding-bottom: var(--space);
    background: #fff;
  }
}
@media ( max-width: 767.98px) {
  .news {
    padding-top: 25px;
  }
}
.news__list {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  margin-top: 0;
  position: relative;
}
@media (max-width:991.98px) {
  .news__list {
    gap: 50px;
  }
}
@media ( max-width: 767.98px) {
  .news__list {
    gap: 0;
    padding-bottom: 0;
    overflow: visible;
  }
}
.news__item {
  width: 32%;
}
@media ( max-width: 767.98px) {
  .news__item {
    width: 100%;
  }
}
.news__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.news__item a:hover {
  opacity: 0.8;
}
.news__img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 20px;
}
.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news__label {
  border: 1px solid #666;
  padding: 4px 3px;
  font-size: 14px;
  margin-right: 20px;
  display: inline-block;
  color: #666;
  width: 100px;
  text-align: center;
}
.news__date {
  font-size: 12px;
  color: #666;
  font-family: "Asap Condensed Regular";
  letter-spacing: 0.05em;
}
.news__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  color: #666;
}
.news__btn {
  margin-top: 48px;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media ( max-width: 767.98px) {
  .news__btn {
    margin-top: 40px;
  }
}
.news__next {
  display: none;
}
@media ( max-width: 767.98px) {
  .news__next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc((100vw - 40px) / 2);
    bottom: auto;
    transform: translateY(-50%);
    right: -20px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: rgba(102, 102, 102, 0.9);
    border-radius: 0;
  }
  .news__next::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: -2px;
  }
}
.news__prev {
  display: none;
}
@media ( max-width: 767.98px) {
  .news__prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc((100vw - 40px) / 2);
    bottom: auto;
    transform: translateY(-50%);
    left: -20px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: rgba(102, 102, 102, 0.9);
    border-radius: 0;
  }
  .news__prev::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-135deg);
    margin-left: 2px;
  }
}

.about {
  position: relative;
  padding-bottom: var(--space);
  padding-top: 25%;
}
@media (max-width:991.98px) {
  .about {
    padding-top: 210px;
  }
}
@media ( max-width: 767.98px) {
  .about {
    padding-top: 145px;
  }
}
.about:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  background: url("../../img/top/bg-nami.svg") no-repeat center center;
  background-size: cover;
  aspect-ratio: 200/35.15;
  z-index: 1;
  pointer-events: none;
}
@media (max-width:991.98px) {
  .about:before {
    top: 0;
  }
}
.about h2 {
  margin-bottom: 0;
}
@media (max-width:991.98px) {
  .about h2 {
    margin-bottom: 40px;
  }
}
.about__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width:991.98px) {
  .about__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
@media ( max-width: 767.98px) {
  .about__content {
    gap: 30px;
  }
}
@media ( max-width: 767.98px) {
  .about__left {
    width: 100%;
  }
}
.about__logo-area {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 20px;
}
@media ( max-width: 767.98px) {
  .about__logo-area {
    margin-bottom: 10px;
  }
}
.about__logo {
  width: 400px;
  height: auto;
}
@media ( max-width: 767.98px) {
  .about__logo {
    width: 230px;
  }
}
.about__logo-text {
  font-size: 28px;
  margin-bottom: 5px;
}
@media ( max-width: 767.98px) {
  .about__logo-text {
    font-size: 18px;
  }
}
.about__lead {
  font-size: 40px;
  margin: 0;
  padding-left: 5px;
  letter-spacing: 0.015em;
}
.about__lead::first-letter {
  letter-spacing: 4px;
}
@media ( max-width: 767.98px) {
  .about__lead::first-letter {
    letter-spacing: 2px;
  }
}
@media ( max-width: 767.98px) {
  .about__lead {
    font-size: 23px;
    letter-spacing: 0.01em;
  }
}
.about__right {
  position: relative;
  top: -102px;
  right: 50px;
}
@media (max-width:991.98px) {
  .about__right {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    top: 0;
    right: 0;
  }
}
.about__text-vertical {
  writing-mode: vertical-rl;
  font-size: 23px;
  line-height: 2.5;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width:991.98px) {
  .about__text-vertical {
    writing-mode: initial;
    font-size: 20px;
    letter-spacing: 0.15em;
    margin-bottom: 60px;
  }
}
@media ( max-width: 767.98px) {
  .about__text-vertical {
    width: 100%;
  }
}
.about__text-vertical span {
  border-right: 1px solid var(--vk-color-text-body);
}
@media (max-width:991.98px) {
  .about__text-vertical span {
    border-right: none;
    border-top: 1px solid var(--vk-color-text-body);
  }
}
.about__text-vertical span:last-child {
  border-left: 1px solid var(--vk-color-text-body);
}
@media (max-width:991.98px) {
  .about__text-vertical span:last-child {
    border-left: none;
    border-bottom: 1px solid var(--vk-color-text-body);
  }
}
.about__slider {
  width: 100%;
  overflow: visible;
}
.about__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.about__slider .swiper-slide {
  margin-right: 20px;
  height: auto;
}
.about__slider .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.about__slider .swiper-slide.slide-odd {
  margin-top: 4%;
}
@media ( max-width: 767.98px) {
  .about__slider .swiper-slide.slide-odd {
    margin-top: 20px;
  }
}
.about__slider .swiper-slide.slide-even {
  margin-top: 0;
}

.lifestyle {
  padding-bottom: 0;
}
.lifestyle h2 {
  text-align: left;
  margin-bottom: 110px;
}
@media ( max-width: 767.98px) {
  .lifestyle h2 {
    margin-bottom: 30px;
  }
}
.lifestyle h2 img {
  width: 720px;
  max-width: 100%;
  height: auto;
}
@media ( max-width: 767.98px) {
  .lifestyle h2 img {
    width: 100%;
  }
}
.lifestyle__content {
  display: flex;
  justify-content: space-between;
  gap: 90px;
  align-items: center;
}
@media (max-width:991.98px) {
  .lifestyle__content {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width:991.98px) {
  .lifestyle__content:nth-of-type(4) .lifestyle__lead {
    width: 100%;
  }
}
.lifestyle__left {
  width: 50vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media (max-width:991.98px) {
  .lifestyle__left {
    width: 95vw;
    margin-left: calc(50% - 50vw);
  }
}
.lifestyle__slider {
  width: 100%;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.lifestyle__slider img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 722/445;
  -o-object-fit: cover;
     object-fit: cover;
}
.lifestyle__pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  z-index: 10;
}
@media ( max-width: 767.98px) {
  .lifestyle__pagination.swiper-pagination-bullets {
    bottom: -25px;
  }
}
.lifestyle__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid var(--vk-color-text-body);
  opacity: 1;
  border-radius: 50%;
  margin: 0 !important;
}
.lifestyle__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--vk-color-text-body);
}
.lifestyle__text {
  width: 45%;
  position: relative;
}
@media (max-width:991.98px) {
  .lifestyle__text {
    width: 100%;
  }
}
.lifestyle__num {
  font-family: "Asap Condensed";
  font-size: 20px;
  color: var(--vk-color-text-body);
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 0.1em;
  font-style: italic;
  position: relative;
  display: inline-block;
  padding: 0 13px;
}
.lifestyle__num::before, .lifestyle__num::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: var(--vk-color-text-body);
  transform: matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
}
.lifestyle__num:before {
  left: 5px;
}
.lifestyle__num:after {
  right: 5px;
}
.lifestyle__sub {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: normal;
  padding-bottom: 0;
  letter-spacing: 0.03em;
}
@media ( max-width: 767.98px) {
  .lifestyle__sub {
    font-size: 16px;
  }
}
.lifestyle__lead {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  display: inline-block;
}
@media (min-width: 992px) {
  .lifestyle__lead.pc-none {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .lifestyle__lead.sp-none {
    display: none;
  }
}
.lifestyle__lead span {
  display: block;
  padding: 9px 4px;
  border-bottom: 1px solid var(--vk-color-text-body);
  letter-spacing: 0.1em;
}
@media ( max-width: 767.98px) {
  .lifestyle__lead span {
    letter-spacing: 0.05em;
  }
}
.lifestyle__lead span:first-child {
  border-top: 1px solid var(--vk-color-text-body);
}
@media ( max-width: 767.98px) {
  .lifestyle__lead {
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
  }
}
.lifestyle__desc {
  line-height: 2;
  margin-bottom: 0;
  padding: 0 5px;
  letter-spacing: 0.05em;
}
@media (max-width:991.98px) {
  .lifestyle__desc {
    padding: 0;
  }
}
.lifestyle__plant {
  position: absolute;
  top: 30px;
  right: -10px;
  width: auto;
  height: 180px;
}
@media (max-width:1199.98px) {
  .lifestyle__plant {
    right: 15px;
    width: auto;
    height: 120px;
    top: -59px;
  }
}
@media (max-width:991.98px) {
  .lifestyle__plant {
    right: 15px;
    width: auto;
    height: 180px;
    top: 20px;
  }
}
@media ( max-width: 767.98px) {
  .lifestyle__plant {
    right: 8px;
    width: auto;
    top: 20px;
    height: 150px;
  }
}
@media (max-width:575.98px) {
  .lifestyle__plant {
    right: 8px;
    width: auto;
    top: 50px;
    height: 130px;
  }
}
.lifestyle__content--reverse {
  margin-top: var(--space);
  margin-bottom: var(--space);
}
@media (max-width:991.98px) {
  .lifestyle__content--reverse {
    margin-top: 90px;
    margin-bottom: 90px;
    flex-direction: column-reverse;
  }
}
.lifestyle__content--reverse .lifestyle__text {
  width: 45%;
  z-index: 2;
}
@media (max-width:991.98px) {
  .lifestyle__content--reverse .lifestyle__text {
    width: 100%;
  }
}
.lifestyle__right-img {
  width: 50vw;
  margin-right: calc(50% - 50vw);
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
@media (max-width:991.98px) {
  .lifestyle__right-img {
    width: calc(100vw - 20px);
    margin-right: calc(50% - 50vw);
  }
}
.lifestyle__right-img img {
  width: 100%;
  height: auto;
  display: block;
}
.lifestyle__map {
  position: absolute;
  top: -12%;
  left: 20%;
  width: 85%;
  height: auto;
  z-index: -1;
  pointer-events: none;
}
@media (max-width:991.98px) {
  .lifestyle__map {
    width: 45%;
    top: 0;
    left: auto;
    right: -10px;
  }
}
@media ( max-width: 767.98px) {
  .lifestyle__map {
    width: 70%;
    top: -13px;
    left: auto;
    right: -10px;
  }
}
.lifestyle__btn {
  margin-top: 40px;
  text-align: left;
}
@media ( max-width: 767.98px) {
  .lifestyle__btn {
    margin-top: 25px;
  }
}
.lifestyle__left-img {
  width: 50vw;
  margin-left: calc(50% - 50vw);
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
@media (max-width:991.98px) {
  .lifestyle__left-img {
    width: calc(100vw - 20px);
    margin-left: calc(50% - 50vw);
  }
}
.lifestyle__left-img img {
  width: 100%;
  height: auto;
  display: block;
}
.lifestyle__lamps {
  position: absolute;
  top: 55px;
  right: -15px;
  width: 110px;
  height: auto;
  pointer-events: none;
}
@media (max-width:1199.98px) {
  .lifestyle__lamps {
    top: -25px;
    right: -10px;
    width: 80px;
  }
}
@media (max-width:991.98px) {
  .lifestyle__lamps {
    width: 100px;
    right: 0;
    top: -40px;
  }
}
@media ( max-width: 767.98px) {
  .lifestyle__lamps {
    width: 80px;
    right: 0;
    top: 60px;
  }
}
.lifestyle__chair {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: auto;
  pointer-events: none;
}
@media (max-width:1199.98px) {
  .lifestyle__chair {
    width: 80px;
  }
}
@media (max-width:991.98px) {
  .lifestyle__chair {
    width: 80px;
    right: 0;
    bottom: 10px;
  }
}
@media ( max-width: 767.98px) {
  .lifestyle__chair {
    width: 90px;
    right: 0px;
    bottom: -5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .br-hide-lg-only {
    display: none;
  }
}
.works {
  padding-bottom: var(--space);
  margin-top: -100px;
  position: relative;
  z-index: 1;
  padding-top: 17vw;
}
@media (max-width:991.98px) {
  .works {
    margin-top: -90px;
    padding-top: 20vw;
  }
}
@media ( max-width: 767.98px) {
  .works {
    margin-top: 0px;
  }
}
.works__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  flex-direction: column;
}
.works__bg-top {
  background: url(../../img/top/bg-works2.svg) no-repeat top center;
  background-size: 100% auto;
  width: 100%;
  aspect-ratio: 1440/265;
  flex-shrink: 0;
}
@media (max-width:991.98px) {
  .works__bg-top {
    aspect-ratio: 1440/1000;
  }
}
@media ( max-width: 767.98px) {
  .works__bg-top {
    background: url(../../img/top/bg-works2-sp3_2.svg) no-repeat top center;
    aspect-ratio: auto;
    background-size: 100% auto;
    height: 70%;
  }
}
.works__bg-bottom {
  background: url(../../img/top/bg-works3.svg) no-repeat top left;
  background-size: 115%;
  width: 100%;
  flex-grow: 1;
}
@media (max-width:991.98px) {
  .works__bg-bottom {
    background: url(../../img/top/bg-works3.svg) repeat top center;
    background-size: 180%;
    background-position: 50% -55%;
  }
}
@media ( max-width: 767.98px) {
  .works__bg-bottom {
    background-size: 136%;
    background-position: 50% -55%;
  }
}
@media (max-width:575.98px) {
  .works__bg-bottom {
    background-size: 250%;
    background-position: 50% 130%;
  }
}
@media (max-width: 440px) {
  .works__bg-bottom {
    background-size: 400%;
    background-position: 50% 30%;
  }
}
@media (max-width: 390px) {
  .works__bg-bottom {
    background-size: 400%;
    background-position: 50% 30%;
  }
}
.works__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media (max-width:991.98px) {
  .works__content {
    flex-direction: column;
    gap: 40px;
  }
}
@media ( max-width: 767.98px) {
  .works__content {
    flex-direction: column;
  }
}
.works__text {
  width: 30%;
}
@media (max-width:991.98px) {
  .works__text {
    width: 100%;
  }
}
.works__text h2 {
  text-align: left;
  margin-bottom: 25px;
  margin-top: 40px;
}
@media ( max-width: 767.98px) {
  .works__text h2 {
    margin-bottom: 15px;
  }
}
.works__lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media ( max-width: 767.98px) {
  .works__lead {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.works__desc {
  line-height: 2;
  margin-bottom: 60px;
}
@media ( max-width: 767.98px) {
  .works__desc {
    margin-bottom: 0;
  }
}
.works__btn {
  text-align: left;
}
@media ( max-width: 767.98px) {
  .works__btn.pc-none {
    width: 100%;
  }
}
.works__img {
  width: calc(70% - 60px);
}
@media (max-width:991.98px) {
  .works__img {
    width: 100%;
  }
}
@media ( max-width: 767.98px) {
  .works__img {
    margin-bottom: 0;
  }
}
.works__img img {
  width: 100%;
  height: auto;
  display: block;
}

.interview {
  padding: var(--space) 0;
  background: #fff;
}
.interview__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media (max-width:991.98px) {
  .interview__content {
    flex-direction: column;
    gap: 40px;
  }
}
.interview__text {
  width: 30%;
}
@media (max-width:991.98px) {
  .interview__text {
    width: 100%;
  }
}
.interview__text h2 {
  text-align: left;
}
.interview__lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media ( max-width: 767.98px) {
  .interview__lead {
    margin-bottom: 5px;
  }
}
.interview__desc {
  line-height: 2;
  margin-bottom: 60px;
}
@media ( max-width: 767.98px) {
  .interview__desc {
    margin-bottom: 0;
  }
}
.interview__btn {
  text-align: left;
  width: 100%;
}
.interview__items {
  width: calc(70% - 60px);
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width:991.98px) {
  .interview__items {
    width: 100%;
  }
}
@media ( max-width: 767.98px) {
  .interview__items {
    flex-direction: row;
    gap: 20px;
  }
}
.interview__item {
  width: 48%;
  text-align: center;
}
@media (max-width:575.98px) {
  .interview__item {
    width: 100%;
  }
}
.interview__episode {
  width: 140px;
  margin: 0 auto 20px;
  display: block;
}
@media ( max-width: 767.98px) {
  .interview__episode {
    width: 110px;
  }
}
.interview__img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.interview__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.interview__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 30px;
  background: #ff0000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.interview__play::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #ffffff;
}

.modelroom {
  padding-bottom: var(--space);
  overflow: hidden;
  background: #fff;
}
@media (max-width:991.98px) {
  .modelroom {
    background: #808080;
  }
}
.modelroom__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
}
@media (max-width:991.98px) {
  .modelroom__content {
    flex-direction: column;
    gap: 40px;
  }
}
.modelroom__text {
  width: calc(30% + 60px);
  background: #808080;
  color: #fff;
  padding: 60px 60px 60px 0;
  position: relative;
}
.modelroom__text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: #808080;
}
@media (max-width:991.98px) {
  .modelroom__text {
    width: 100%;
    padding: 60px 0 0;
  }
  .modelroom__text::before {
    right: 50%;
    width: 100vw;
    margin-right: -50vw;
  }
}
.modelroom__text h2 {
  text-align: left;
  margin-bottom: 25px;
  color: #fff;
  z-index: 1;
  position: relative;
}
.modelroom__text h2 span {
  color: #fff;
}
.modelroom__lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media ( max-width: 767.98px) {
  .modelroom__lead {
    letter-spacing: 0.01em;
  }
}
.modelroom__desc {
  line-height: 2;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media ( max-width: 767.98px) {
  .modelroom__desc {
    margin-bottom: 30;
  }
}
.modelroom__coming {
  width: 100%;
  display: block;
  margin-bottom: 0;
  position: relative;
  top: -10%;
  z-index: 1;
}
@media (max-width:991.98px) {
  .modelroom__coming {
    position: absolute;
    bottom: -25%;
    top: auto;
    width: 85%;
  }
}
@media ( max-width: 767.98px) {
  .modelroom__coming {
    bottom: -5%;
    transform: none;
    width: 70%;
    left: 0;
    max-width: 270px;
  }
}
.modelroom__dresser {
  position: absolute;
  top: 120px;
  right: 10px;
  width: 45%;
  opacity: 1;
  height: auto;
}
@media (max-width:991.98px) {
  .modelroom__dresser {
    width: 30%;
    top: 60px;
  }
}
@media ( max-width: 767.98px) {
  .modelroom__dresser {
    width: 33%;
    top: 56px;
    right: -10px;
  }
}
.modelroom__img {
  width: calc(70% - 60px);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
@media (max-width:991.98px) {
  .modelroom__img {
    width: calc(100vw - 20px);
    margin-left: calc(50% - 50vw);
    border-radius: 0 10% 10% 0;
  }
}
@media ( max-width: 767.98px) {
  .modelroom__img {
    border-radius: 0 10% 10% 0;
  }
}
.modelroom__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: right;
     object-position: right;
}

.event {
  padding-bottom: var(--space);
  background: #fff;
}
@media (max-width:991.98px) {
  .event {
    padding-top: var(--space);
  }
}
.event h2.line::after {
  width: calc(100% - 130px);
}
.event__list {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  margin-top: 0;
  position: relative;
}
@media (max-width:991.98px) {
  .event__list {
    gap: 50px;
  }
}
@media ( max-width: 767.98px) {
  .event__list {
    flex-direction: column;
    gap: 0;
    overflow: visible;
  }
}
.event__next {
  display: none;
}
@media ( max-width: 767.98px) {
  .event__next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc((100vw - 40px) / 2);
    bottom: auto;
    transform: translateY(-50%);
    right: -20px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: rgba(102, 102, 102, 0.9);
    border-radius: 0;
  }
  .event__next::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: -2px;
  }
}
.event__prev {
  display: none;
}
@media ( max-width: 767.98px) {
  .event__prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc((100vw - 40px) / 2);
    bottom: auto;
    transform: translateY(-50%);
    left: -20px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: rgba(102, 102, 102, 0.9);
    border-radius: 0;
  }
  .event__prev::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-135deg);
    margin-left: 2px;
  }
}
.event__btn {
  margin-top: 40px;
  text-align: right;
}
@media ( max-width: 767.98px) {
  .event__btn {
    text-align: left;
  }
}

.casestudy {
  padding-top: var(--space);
  padding-bottom: var(--space);
  background: url(../../img/top/bg-case.png);
  background-size: 102%;
}
.casestudy h2 {
  line-height: 0.9em;
  margin-bottom: 0.4em;
}
@media ( max-width: 767.98px) {
  .casestudy h2 {
    line-height: 1.1em;
    margin-bottom: 0.1em;
  }
}
.casestudy h2 .light,
.casestudy h2 .semibold {
  font-size: 60px;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
}
@media ( max-width: 767.98px) {
  .casestudy h2 .light,
  .casestudy h2 .semibold {
    font-size: 45px;
  }
}
.casestudy h2 .light {
  margin-right: 10px;
}
.casestudy__lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: var(--vk-color-text-body);
}
.casestudy__desc {
  line-height: 2;
  margin-bottom: 60px;
  color: var(--vk-color-text-body);
}
@media ( max-width: 767.98px) {
  .casestudy__desc {
    margin-bottom: 30px;
  }
}
.casestudy__content {
  display: flex;
  width: 100%;
}
.casestudy__content + .casestudy__content {
  margin-top: 40px;
}
@media ( max-width: 767.98px) {
  .casestudy__content + .casestudy__content {
    margin-top: 20px;
  }
}
@media ( max-width: 767.98px) {
  .casestudy__content .casestudy__icon--01 {
    width: 70px;
    right: 26px;
    top: 68px;
  }
}
.casestudy__content .casestudy__icon--02 {
  width: 40%;
  right: 25px;
  top: 46%;
}
@media (max-width:991.98px) {
  .casestudy__content .casestudy__icon--02 {
    right: 0;
  }
}
@media ( max-width: 767.98px) {
  .casestudy__content .casestudy__icon--02 {
    width: 110px;
    right: 12px;
    top: 47px;
  }
}
.casestudy__content .casestudy__icon--03 {
  width: 40%;
  right: 25px;
  top: 46%;
}
@media (max-width:991.98px) {
  .casestudy__content .casestudy__icon--03 {
    right: 0;
  }
}
@media ( max-width: 767.98px) {
  .casestudy__content .casestudy__icon--03 {
    right: 26px;
    width: 16%;
    top: 55%;
  }
}
@media ( max-width: 767.98px) {
  .casestudy__content {
    flex-direction: column;
  }
}
.casestudy__left {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media ( max-width: 767.98px) {
  .casestudy__left {
    width: 100%;
    justify-content: center;
  }
}
.casestudy__box {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 55px 45px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  margin-right: 0;
  z-index: 1;
}
@media (max-width:991.98px) {
  .casestudy__box {
    padding: 40px;
  }
}
@media ( max-width: 767.98px) {
  .casestudy__box {
    padding: 20px 20px 20px 20px;
    border-radius: 15px 15px 0 0;
  }
}
.casestudy__label {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
  color: var(--vk-color-text-body);
  font-family: "Asap Condensed";
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media ( max-width: 767.98px) {
  .casestudy__label {
    margin-bottom: 25px;
    gap: 10px;
  }
}
.casestudy__label-text {
  font-size: 16px;
}
.casestudy__label-num {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media ( max-width: 767.98px) {
  .casestudy__label-num {
    font-size: 25px;
  }
}
.casestudy__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  color: var(--vk-color-text-body);
}
@media ( max-width: 767.98px) {
  .casestudy__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.casestudy__text {
  font-size: 15px;
  line-height: 2;
  color: var(--vk-color-text-body);
  margin-bottom: 0;
}
@media ( max-width: 767.98px) {
  .casestudy__text {
    font-size: 15px;
    line-height: 1.5;
  }
}
.casestudy__icon {
  position: absolute;
  height: auto;
  transform: translateY(-50%);
  width: 40%;
  right: 25px;
  top: 46%;
}
@media (max-width:991.98px) {
  .casestudy__icon {
    bottom: 20px;
    width: 40%;
    right: 0;
    top: 46%;
  }
}
@media ( max-width: 767.98px) {
  .casestudy__icon {
    width: 75px;
    right: 20px;
    top: 80px;
  }
}
.casestudy__right {
  width: 50vw;
  margin-right: calc(50% - 50vw);
  position: relative;
  max-height: 360px;
  overflow: hidden;
}
@media ( max-width: 767.98px) {
  .casestudy__right {
    width: 100%;
    margin-right: calc(50% - 50vw);
    height: 190px;
    border-radius: 0 0 15px 15px;
  }
}
.casestudy__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.casestudy__right img.casestudy__coming {
  display: none;
}
@media ( max-width: 767.98px) {
  .casestudy__right img.casestudy__coming {
    display: block;
    position: absolute;
    width: 58%;
    height: auto;
    left: 20px;
    bottom: 20px;
    z-index: 1;
  }
}
.casestudy__more {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  transition: opacity 0.3s;
}
.casestudy__more:hover {
  opacity: 0.8;
}
.casestudy__more img {
  width: 100%;
  height: 100%;
}
@media ( max-width: 767.98px) {
  .casestudy__more {
    right: 20px;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
  }
}

.blog {
  padding-bottom: 0;
  padding-top: var(--space);
}
.blog__decoration {
  width: 100%;
  height: 15px;
  background-image: url(../../img/top/bg-blog.svg);
  background-repeat: repeat-x;
  background-position: left;
  background-size: auto 100%;
  margin-bottom: 50px;
}
@media ( max-width: 767.98px) {
  .blog__decoration {
    margin-bottom: 25px;
  }
}
.blog__icon {
  height: 86px;
  width: auto;
  margin-left: -15px;
}
.blog__list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 0;
  position: relative;
}
@media (max-width:991.98px) {
  .blog__list {
    gap: 30px;
  }
}
@media ( max-width: 767.98px) {
  .blog__list {
    flex-direction: column;
    gap: 0;
    overflow: visible;
  }
}
.blog__next {
  display: none;
}
@media ( max-width: 767.98px) {
  .blog__next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc((100vw - 40px) * 250 / 680);
    bottom: auto;
    transform: translateY(-50%);
    right: -20px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: rgba(102, 102, 102, 0.9);
    border-radius: 0;
  }
  .blog__next::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: -2px;
  }
}
.blog__prev {
  display: none;
}
@media ( max-width: 767.98px) {
  .blog__prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc((100vw - 40px) * 250 / 680);
    bottom: auto;
    transform: translateY(-50%);
    left: -20px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: rgba(102, 102, 102, 0.9);
    border-radius: 0;
  }
  .blog__prev::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-135deg);
    margin-left: 2px;
  }
}
.blog__btn {
  margin-top: 40px;
  text-align: right;
  margin-bottom: 60px;
}
@media ( max-width: 767.98px) {
  .blog__btn {
    text-align: left;
  }
}

.area {
  padding: 20px 0;
}
@media ( max-width: 767.98px) {
  .area {
    padding: 40px 0;
  }
}
.area__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media ( max-width: 767.98px) {
  .area__inner {
    flex-direction: column;
    gap: 15px;
    padding-left: 5px;
    text-align: left;
  }
}
.area__title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 150px;
}
@media ( max-width: 767.98px) {
  .area__title-wrapper {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    text-align: left;
  }
}
.area__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 125px;
  z-index: 0;
}
@media ( max-width: 767.98px) {
  .area__icon {
    top: -28px;
    left: 0;
    transform: none;
    width: auto;
    height: 130px;
  }
}
.area__title {
  position: relative;
  z-index: 1;
  font-size: 40px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Asap Condensed Regular";
  letter-spacing: 2px;
}
@media ( max-width: 767.98px) {
  .area__title {
    font-size: 45px;
  }
}
.area__title span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: var(--vk-color-text-body);
  margin-top: 16px;
}
.area__list {
  font-size: 16px;
  color: var(--vk-color-text-body);
  margin: 0;
  line-height: 1.8;
  margin-top: 15px;
  letter-spacing: 1.2px;
  flex: 1;
}
@media ( max-width: 767.98px) {
  .area__list {
    font-size: 14px;
    margin-top: 0;
    letter-spacing: 1px;
  }
}
.area__list span {
  display: inline-block;
}

.interview__img {
  cursor: pointer;
  transition: opacity 0.3s;
}
.interview__img:hover {
  opacity: 0.8;
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal-video.is-open {
  opacity: 1;
  visibility: visible;
}
.modal-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.modal-video__content {
  position: relative;
  width: 90%;
  max-width: 960px;
  z-index: 10;
}
.modal-video__close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
.modal-video__close:hover {
  opacity: 0.7;
}
.modal-video__iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.modal-video__iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}