.app-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0;
}

.header {
  --header-icon: #fff;
  height: auto;
  position: fixed;
  width: 100%;
  z-index: 9998;
}

.header .header-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px 40px;
}

@media screen and (max-width: 480px) {
  .header .header-container {
    padding: 37px 30px;
  }
}
.header .header-container .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header .header-container .header-inner .header-inner-left {
  display: inline-block;
  z-index: 9999;
  -webkit-transform-origin: 0px;
  -ms-transform-origin: 0px;
  transform-origin: 0px;
}

.header .header-container .header-inner .header-inner-left .header-inner-left-btn {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header .header-container .header-inner .header-inner-left .header-inner-left-btn:hover {
  opacity: 0.6;
}

.header .header-container .header-inner .header-inner-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-login {
  padding: 9px 35px 0 0;
  z-index: 9999;
  display: none;
}

@media screen and (max-width: 480px) {
  .header .header-container .header-inner .header-inner-right .header-inner-right-login {
    padding: 9px 27px 0 0;
  }
}
.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav {
  background: #323232;
  bottom: 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 3;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav.open {
  opacity: 1;
  right: 0;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists {
  display: grid;
  grid-template-areas: "area1 area4 area8" "area2 area5 ." "area3 area6 ." "area7 . .";
  grid-gap: 38px 94px;
  grid-template-columns: 225px 225px 1fr;
  grid-template-rows: 60px 60px 60px 60px;
  opacity: 0;
  padding: 220px 0 0 141px;
  white-space: nowrap;
  width: 90%;
}

@media screen and (max-width: 820px) {
  .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists {
    grid-template-areas: "area1 area4" "area2 area5" "area3 area6" "area7 . " "area8 .";
    padding: 7rem 0 0 101px;
  }
}
@media screen and (max-width: 480px) {
  .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists {
    grid-template-areas: "area1" "area2" "area3" "area4" "area5" "area6" "area7" "area8";
    padding: 160px 0 0 30px;
    grid-gap: 30px 94px;
  }
}
.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists.open {
  opacity: 1;
  -webkit-transition: 2s 0.8s;
  transition: 2s 0.8s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-list .inner-list-btn {
  color: #fff;
  display: block;
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-list .inner-list-btn {
  cursor: pointer;
  letter-spacing: 0.05em;
  line-height: 30px;
}

@media screen and (max-width: 480px) {
  .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-list .inner-list-btn {
    font-size: 24px;
  }
}
.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-list .inner-list-btn .inner-list-btn-min {
  color: #fff;
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-list .inner-list-btn .inner-list-btn-min {
    display: inline-block;
    font-size: 10px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns {
  width: 33%;
}

@media screen and (max-width: 480px) {
  .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns {
    padding-top: 1.5rem;
  }
}
.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns .inner-sns-head {
  color: #fff;
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding: 0 0 0.5rem;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns .inner-sns-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns .inner-sns-lists .inner-list .inner-list-btn {
  display: block;
  padding: 0 1.1rem 0 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 480px) {
  .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns .inner-sns-lists .inner-list .inner-list-btn {
    padding: 0 0.9rem 0 0;
  }
  .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns .inner-sns-lists .inner-list .inner-list-btn .inner-list-btn-svg {
    height: 25px;
    width: 25px;
  }
}
.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid1 {
  grid-area: area1;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid2 {
  grid-area: area2;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid3 {
  grid-area: area3;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid4 {
  grid-area: area4;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid5 {
  grid-area: area5;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid6 {
  grid-area: area6;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid7 {
  grid-area: area7;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid8 {
  grid-area: area8;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite {
    height: 120px;
    position: relative;
    width: 100%;
  }
}
.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite .copyright {
  bottom: 40px;
  color: #fff;
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  left: 141px;
  letter-spacing: 0.1em;
  position: absolute;
}

@media screen and (max-width: 820px) {
  .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite .copyright {
    left: 101px;
  }
}
@media screen and (max-width: 480px) {
  .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite .copyright {
    display: none;
  }
}
.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite .copywrite-svg {
  bottom: 40px;
  position: absolute;
  right: 40px;
}

@media screen and (max-width: 820px) {
  .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite .copywrite-svg {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite .copywrite-svg {
    bottom: 20px;
    left: 30px;
    width: 330px;
  }
}
.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn {
  cursor: pointer;
  display: block;
  height: 39px;
  position: relative;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  z-index: 9997;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn span {
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn span:first-child {
  top: 10px;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn span:nth-child(2) {
  top: 25px;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn span.open:first-child {
  -webkit-transform: translateY(6.4px);
  -ms-transform: translateY(6.4px);
  transform: translateY(6.4px);
  width: 50px;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn span.open:nth-child(2) {
  -webkit-transform: translateY(-6.4px);
  -ms-transform: translateY(-6.4px);
  transform: translateY(-6.4px);
  width: 50px;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn span .btn-path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn .toggle-svg {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text {
  position: absolute;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text .toggle-text-inner {
  color: #fff;
  height: 23px;
  overflow-y: clip;
  position: relative;
  text-align: center;
  z-index: 9999;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text .toggle-text-inner .toggle_btn_menu {
  font-family: Hiragino Sans;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text .toggle-text-inner .toggle_btn_menu.open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text .toggle-text-inner .toggle_btn_close {
  font-family: Hiragino Sans;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text .toggle-text-inner .toggle_btn_close.open {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text .toggle-text-inner .toggle_text_change {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv #mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv #mask.open {
  background: #323232;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.header.is-menu-open {
  --header-icon: #fff;
}

.header .btn-path,
.header .login-path,
.header .logo-path,
.header .toggle_text_change {
  fill: var(--header-icon);
}

.index-page .page-content {
  min-height: 100vh;
}

.hero-land-wrap {
  overflow: clip;
  position: relative;
}

.hero-land-bg {
  height: 100svh;
  pointer-events: none;
  position: sticky;
  top: 0;
  z-index: 0;
}

.hero-land-bg-video {
  height: 100svh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hero-land-content {
  margin-top: -100svh;
  position: relative;
  z-index: 1;
}

.hero {
  height: 100svh;
  overflow-x: clip;
  width: 100%;
}

.hero .hero-container {
  height: 100svh;
  position: relative;
  width: 100%;
}

.hero .hero-container .scrolldown4 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 42px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .hero .hero-container .scrolldown4 {
    right: 45px;
  }
}
@media screen and (max-width: 480px) {
  .hero .hero-container .scrolldown4 {
    bottom: 133.5px;
    right: 30px;
  }
}
.hero .hero-container .scrolldown4 .hero-yotube {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  gap: 0 10px;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.03em;
  position: relative;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.hero .hero-container .scrolldown4 .hero-yotube:hover {
  opacity: 0.6;
}

@media screen and (max-width: 820px) {
  .hero .hero-container .scrolldown4 .hero-yotube {
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 480px) {
  .hero .hero-container .scrolldown4 .hero-yotube {
    font-size: 18px;
  }
}
.hero .hero-container .scrolldown4 .hero-yotube:before {
  content: url(../../svg/youtube-1.svg);
  height: 19.53px;
  vertical-align: middle;
  width: 27.29px;
}

@media screen and (max-width: 480px) {
  .hero .hero-container .scrolldown4 .hero-yotube:before {
    height: auto;
    -webkit-transform: translate(-2px);
    -ms-transform: translate(-2px);
    transform: translate(-2px);
    width: auto;
  }
}
.hero .hero-container .scrolldown4 .hero-yotube:after {
  content: url(../../svg/youtube-2.svg);
  height: 20px;
  vertical-align: middle;
  width: 8.6px;
}

@media screen and (max-width: 820px) {
  .hero .hero-container .scrolldown4 .hero-yotube:after {
    width: 20px;
  }
}
@media screen and (max-width: 480px) {
  .hero .hero-container .scrolldown4 .hero-yotube:after {
    height: auto;
    -webkit-transform: translate(-2px);
    -ms-transform: translate(-2px);
    transform: translate(-2px);
    width: auto;
  }
}
.land-apartment {
  background: transparent;
  color: #fff;
  overflow-x: clip;
  overflow-y: hidden;
  width: 100%;
}

.land-apartment .la-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  gap: 150px;
  grid-template-columns: 1fr 1.1fr;
  margin: 0 auto;
  padding: 140px 40px;
}

@media screen and (max-width: 480px) {
  .land-apartment .la-container {
    background: transparent;
    color: #fff;
    gap: 32px;
    grid-template-columns: 1fr;
    padding: 60px 30px;
  }
}
.land-apartment .la-container .la-copy {
  height: 100%;
  min-height: 520px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .land-apartment .la-container .la-copy {
    min-height: 0;
  }
}
.land-apartment .la-container .la-copy .la-copy-inner {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .land-apartment .la-container .la-copy .la-copy-inner {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.land-apartment .la-container .la-copy .la-copy-inner .la-title {
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin: 0 0 30px;
}

@media screen and (max-width: 480px) {
  .land-apartment .la-container .la-copy .la-copy-inner .la-title {
    font-size: 34px;
  }
}
.land-apartment .la-container .la-copy .la-copy-inner .la-lead {
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  margin: 0 0 80px;
}

@media screen and (max-width: 480px) {
  .land-apartment .la-container .la-copy .la-copy-inner .la-lead {
    font-size: 14px;
  }
}
.land-apartment .la-container .la-copy .la-copy-inner .la-cta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #323232;
  border-radius: 8px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.03em;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.land-apartment .la-container .la-copy .la-copy-inner .la-cta:visited {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .land-apartment .la-container .la-copy .la-copy-inner .la-cta {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 56px;
    max-width: none;
    width: 100%;
  }
}
.land-apartment .la-container .la-copy .la-copy-inner .la-cta .la-cta-icon {
  background: url(../../svg/rectangle-right.svg) 50%/contain no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.land-apartment .la-container .la-devices {
  height: 100%;
  min-height: 520px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .land-apartment .la-container .la-devices {
    height: 880px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 4;
  }
}
.land-apartment .la-container .la-devices .device {
  display: block;
  height: auto;
  position: absolute;
}

.land-apartment .la-container .la-devices .device.front {
  bottom: 0px;
  left: -60px;
  min-width: 168px;
  width: 13vw;
  max-width: 200px;
  z-index: 2;
  position: absolute;
}

.land-apartment .la-container .la-devices .device.back {
  top: auto;
  right: auto;
  min-width: 480px;
  width: 40vw;
  max-width: 680px;
  z-index: 1;
  position: absolute;
}

@media screen and (max-width: 480px) {
  .land-apartment .la-container .la-devices .device {
    position: absolute;
  }
  .land-apartment .la-container .la-devices .device.front {
    top: 40px;
    width: 40vw;
    min-width: 300px;
    left: auto;
  }
  .land-apartment .la-container .la-devices .device.back {
    width: 80vw;
    min-width: 300px;
    position: absolute;
    right: auto;
    top: 680px;
    z-index: 4;
  }
}
.usage {
  background-color: #e4d8cc;
  color: #323232;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.usage ::-moz-selection {
  background: transparent;
  color: inherit;
}

.usage ::selection {
  background: transparent;
  color: inherit;
}

.usage * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.usage .device,
.usage img {
  -webkit-user-drag: none;
  pointer-events: none;
}

.usage .usage-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 30px;
}

@media screen and (max-width: 480px) {
  .usage .usage-container {
    padding: 60px 30px;
  }
}
.usage .usage-viewport {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.usage .usage-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.usage .usage-track,
.usage .usage-track.is-animating {
  will-change: transform;
}

.usage .usage-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
}

.usage .usage-slide-spacer {
  width: 100%;
}

.usage .usage-grid {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: grid;
  gap: 0 100px;
  grid-template-columns: 560px 1fr;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .usage .usage-grid {
    display: block;
  }
}
.usage .usage-eyebrow-left {
  grid-column: 1/-1;
  grid-row: 1;
}

.usage .usage-viewport {
  grid-column: 1/-1;
  grid-row: 2;
}

.usage .usage-body {
  grid-column: 2/3;
  grid-row: 2;
}

.usage .usage-eyebrow-left {
  color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 63px;
}

@media screen and (max-width: 480px) {
  .usage .usage-eyebrow-left {
    margin: 0 0 28px;
  }
}
.usage .usage-eyebrow-en {
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .usage .usage-eyebrow-en {
    font-size: 28px;
    letter-spacing: 0.02em;
  }
}
.usage .usage-eyebrow-ja {
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .usage .usage-eyebrow-ja {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.usage .usage-lead {
  color: #323232;
  margin: 0 0 24px;
}

.usage .usage-lead-line {
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .usage .usage-lead-line {
    font-size: 20px;
  }
}
.usage .usage-slide-grid {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: grid;
  gap: 100px;
  grid-template-columns: 560px 1fr;
}

@media screen and (max-width: 480px) {
  .usage .usage-slide-grid {
    display: block;
  }
}
.usage .usage-device {
  min-height: 560px;
  position: relative;
  max-width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 480px) {
  .usage .usage-device {
    margin-bottom: 28px;
    min-height: 0;
    width: auto;
  }
}
.usage .usage-device .device {
  top: 0;
  bottom: auto;
  height: auto;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 260px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-width: 480px) {
  .usage .usage-device .device {
    bottom: auto;
    position: relative;
    min-width: 300px;
    width: 50%;
  }
}
.usage .usage-step-wrap {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.usage .usage-step {
  color: #323232;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  font-family: Outfit, "Outfit Fallback: Arial", "Noto Sans JP" sans-serif;
  font-size: 165px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  width: 260px;
}

@media screen and (max-width: 480px) {
  .usage .usage-step {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    font-size: 120px;
    width: 200px;
  }
}
.usage .usage-arrows {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.usage .usage-title {
  font-family: Outfit, "Outfit Fallback: Arial", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin: 16px 0 8px;
}

.usage .usage-desc {
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  margin: 0 0 24px;
}

.usage .usage-body {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 580px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .usage .usage-body {
    -ms-flex-item-align: auto;
    align-self: auto;
    min-height: 0;
    padding-bottom: 0;
  }
}
.usage .usage-body .usage-body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.usage .usage-body .usage-body-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 480px) {
  .usage .usage-body {
    margin-top: 12px;
  }
}
.usage .usage-body .usage-cta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #323232;
  border-radius: 8px;
  color: #fff;
  display: none;
  gap: 12px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  width: 340px;
}

.usage .usage-body .usage-cta:visited {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .usage .usage-body .usage-cta {
    border-radius: 10px;
    height: 56px;
    width: 100%;
  }
}
.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.category {
  height: 600px;
  overflow-x: clip;
  position: relative;
  width: 100%;
}

.category .category-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2rem 40px;
}

@media screen and (max-width: 480px) {
  .category .category-container {
    padding: 2rem 30px;
  }
}
.category .category-container .category-head {
  color: #fff;
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  padding-bottom: 0.5rem;
  z-index: 3;
}

@media screen and (max-width: 480px) {
  .category .category-container .category-head {
    font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 0.2rem;
  }
}
.category .category-container .category-second-head {
  color: #fff;
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 3rem;
}

@media screen and (max-width: 480px) {
  .category .category-container .category-second-head {
    font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
  }
}
.category .category-container .category-content {
  color: #fff;
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (max-width: 480px) {
  .category .category-container .category-content {
    bottom: 99px;
    left: 30px;
    letter-spacing: 1px;
    position: absolute;
    right: 30px;
  }
  .category .category-container .category-content .pc {
    display: none;
  }
}
.category .category-container .category-content .sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .category .category-container .category-content .sp {
    display: block;
  }
}
.category .category-container .category-btn {
  bottom: 40px;
  color: #fff;
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  left: 40px;
  letter-spacing: 0.03em;
  position: absolute;
  text-decoration: none;
  width: 23.2%;
}

.category .category-container .category-btn:visited {
  color: #fff;
}

.category .category-container .category-btn:hover:before {
  -webkit-transform: translate(15px) skew(40deg);
  -ms-transform: translate(15px) skew(40deg);
  transform: translate(15px) skew(40deg);
}

.category .category-container .category-btn:hover:after {
  -webkit-transform: translate(15px);
  -ms-transform: translate(15px);
  transform: translate(15px);
}

@media screen and (max-width: 820px) {
  .category .category-container .category-btn {
    width: 36%;
  }
}
@media screen and (max-width: 480px) {
  .category .category-container .category-btn {
    bottom: 35px;
    left: 30px;
    width: 73%;
  }
}
.category .category-container .category-btn:before {
  background: #fff;
  border-radius: 2px 2px 5px 0;
  bottom: 6px;
  content: "";
  height: 10px;
  left: 278px;
  position: absolute;
  -webkit-transform: skew(40deg);
  -ms-transform: skew(40deg);
  transform: skew(40deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 4px;
}

@media screen and (max-width: 480px) {
  .category .category-container .category-btn:before {
    height: 10px;
    left: 265px;
    width: 4px;
  }
}
.category .category-container .category-btn:after {
  background: #fff;
  border-radius: 5px 5px 0 0;
  bottom: 6px;
  content: "";
  height: 3px;
  left: 125px;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 160px;
}

@media screen and (max-width: 480px) {
  .category .category-container .category-btn:after {
    height: 3px;
    width: 147px;
  }
}
.about {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../../images/pc/support_004.png) 50%/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/pc/support_004.png) 50%/cover no-repeat;
}

@media screen and (max-width: 480px) {
  .about {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../../images/sp/support_004.png) 50%/cover no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/sp/support_004.png) 50%/cover no-repeat;
  }
}
.ec {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../../images/pc/top_002.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/pc/top_002.png);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .ec {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../../images/sp/top_002.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/sp/top_002.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.gallery {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../../images/pc/top_004.png) 50%/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/pc/top_004.png) 50%/cover no-repeat;
  display: none;
}

@media screen and (max-width: 480px) {
  .gallery {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../../images/sp/top_004.png) 50%/cover no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/sp/top_004.png) 50%/cover no-repeat;
  }
}
.owner-voice {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../../images/pc/top_005.png) 50%/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/pc/top_005.png) 50%/cover no-repeat;
  display: none;
}

@media screen and (max-width: 480px) {
  .owner-voice {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../../images/sp/top_005.png) 50%/cover no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/sp/top_005.png) 50%/cover no-repeat;
  }
}
.sup {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../../images/pc/top_006.png) 50%/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/pc/top_006.png) 50%/cover no-repeat;
  display: none;
}

@media screen and (max-width: 480px) {
  .sup {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../../images/sp/top_006.png) 50%/cover no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/sp/top_006.png) 50%/cover no-repeat;
  }
}
.tiktok-live {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../../images/pc/tiktoklive-PC.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/pc/tiktoklive-PC.png);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .tiktok-live {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../../images/sp/tiktoklive-SP.png) 50%/cover no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/sp/tiktoklive-SP.png) 50%/cover no-repeat;
  }
}
.environmental {
  background: #e4d8cc;
  height: auto;
  overflow-x: clip;
  position: relative;
  width: 100%;
}

.environmental .environmental-container {
  padding: 120px 40px 10rem 0;
}

@media screen and (max-width: 480px) {
  .environmental .environmental-container {
    padding: 80px 30px 10rem 0;
  }
}
.environmental .environmental-container .environmental-inner {
  display: grid;
  grid-template-areas: "area1 area2 area5" ". area3 ." ". area4 .";
  grid-template-columns: 600px 1fr 156px;
  grid-template-rows: 200px auto auto;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .environmental .environmental-container .environmental-inner {
    grid-template-columns: 500px 1fr 156px;
  }
}
@media screen and (max-width: 820px) {
  .environmental .environmental-container .environmental-inner {
    grid-template-areas: "area1 area2" ". area3" "area5  area4" "area5 .";
    grid-template-columns: 330px 1fr;
    grid-template-rows: 180px 1fr;
  }
}
@media screen and (max-width: 480px) {
  .environmental .environmental-container .environmental-inner {
    grid-template-areas: ". area2" "area1 ." ". area3" ". area4" ". area5";
    grid-template-columns: 30px 1fr;
    grid-template-rows: 1fr;
  }
}
.environmental .environmental-container .environmental-inner .environmental-img {
  height: 422px;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 10px 40px 0 0;
  width: 600px;
}

@media screen and (max-width: 1200px) {
  .environmental .environmental-container .environmental-inner .environmental-img {
    width: 500px;
  }
}
@media screen and (max-width: 820px) {
  .environmental .environmental-container .environmental-inner .environmental-img {
    height: 220px;
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  .environmental .environmental-container .environmental-inner .environmental-img {
    height: 260px;
    padding: 0 0 30px;
    width: 360px;
  }
}
.environmental .environmental-container .environmental-inner .environmental-text .environmental-head {
  color: #323232;
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.1;
  padding-bottom: 0.6rem;
}

@media screen and (max-width: 480px) {
  .environmental .environmental-container .environmental-inner .environmental-text .environmental-head {
    font-size: 35px;
  }
}
.environmental .environmental-container .environmental-inner .environmental-text .environmental-content {
  color: #323232;
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .environmental .environmental-container .environmental-inner .environmental-text .environmental-content {
    font-size: 13px;
    padding-bottom: 25px;
  }
}
.environmental .environmental-container .environmental-inner .environmental-second-head {
  color: #323232;
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 30px;
  padding-right: 50px;
}

@media screen and (max-width: 820px) {
  .environmental .environmental-container .environmental-inner .environmental-second-head {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .environmental .environmental-container .environmental-inner .environmental-second-head {
    font-size: 18px;
    padding-bottom: 25px;
  }
}
.environmental .environmental-container .environmental-inner .environmental-second-head .sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .environmental .environmental-container .environmental-inner .environmental-second-head .sp {
    display: block;
  }
}
.environmental .environmental-container .environmental-inner .environmental-second-content {
  color: #323232;
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 2;
  padding-bottom: 40px;
  padding-right: 50px;
}

@media screen and (max-width: 820px) {
  .environmental .environmental-container .environmental-inner .environmental-second-content {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .environmental .environmental-container .environmental-inner .environmental-second-content {
    font-size: 12px;
    letter-spacing: 0.07em;
  }
}
.environmental .environmental-container .environmental-inner .environmental-logo {
  height: 156px;
  width: 156px;
}

.environmental .environmental-container #e-gri1 {
  grid-area: area1;
}

.environmental .environmental-container #e-gri2 {
  grid-area: area2;
}

.environmental .environmental-container #e-gri3 {
  grid-area: area3;
}

.environmental .environmental-container #e-gri4 {
  grid-area: area4;
}

.environmental .environmental-container #e-gri5 {
  grid-area: area5;
}

.company {
  background: #e4d8cc;
  height: auto;
  overflow-x: clip;
  width: 100%;
}

.company .company-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4rem 40px 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  height: 460px;
  margin-top: 40px;
}

@media screen and (max-width: 820px) {
  .company .company-container {
    padding: 0 40px 10rem;
  }
}
@media screen and (max-width: 480px) {
  .company .company-container {
    padding: 0 30px 1rem;
  }
}
.company .company-container .company-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .company .company-container .company-inner {
    display: block;
  }
}
.company .company-container .company-inner .company-left {
  position: relative;
  width: 47%;
}

@media screen and (max-width: 480px) {
  .company .company-container .company-inner .company-left {
    padding-bottom: 90px;
    width: 100%;
  }
}
.company .company-container .company-inner .company-left .company-doc {
  color: #323232;
  cursor: pointer;
  display: block;
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  height: 110px;
  letter-spacing: 0.03em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 76%;
}

@media screen and (max-width: 1400px) {
  .company .company-container .company-inner .company-left .company-doc {
    white-space: nowrap;
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .company .company-container .company-inner .company-left .company-doc {
    font-size: 36px;
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .company .company-container .company-inner .company-left .company-doc {
    font-size: 35px;
    height: auto;
    white-space: nowrap;
  }
}
.company .company-container .company-inner .company-left .company-doc .company-doc-min {
  color: #323232;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  left: 0;
  letter-spacing: 1px;
  position: absolute;
  top: 55px;
}

@media screen and (max-width: 820px) {
  .company .company-container .company-inner .company-left .company-doc .company-doc-min {
    font-size: 15px;
    top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .company .company-container .company-inner .company-left .company-doc .company-doc-min {
    font-size: 13px;
    top: 45px;
  }
}
.company .company-container .company-inner .company-left .company-doc:hover:before {
  -webkit-transform: translate(15px) skew(40deg);
  -ms-transform: translate(15px) skew(40deg);
  transform: translate(15px) skew(40deg);
}

.company .company-container .company-inner .company-left .company-doc:hover:after {
  -webkit-transform: translate(15px);
  -ms-transform: translate(15px);
  transform: translate(15px);
}

.company .company-container .company-inner .company-left .company-doc:before {
  background: #323232;
  bottom: 0;
  content: "";
  height: 15px;
  left: 421px;
  position: absolute;
  -webkit-transform: skew(40deg);
  -ms-transform: skew(40deg);
  transform: skew(40deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 5px;
}

@media screen and (max-width: 1400px) {
  .company .company-container .company-inner .company-left .company-doc:before {
    left: 241px;
  }
}
@media screen and (max-width: 480px) {
  .company .company-container .company-inner .company-left .company-doc:before {
    bottom: auto;
    height: 8px;
    left: 324px;
    top: 78px;
    width: 4px;
  }
}
.company .company-container .company-inner .company-left .company-doc:after {
  background: #323232;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 430px;
}

@media screen and (max-width: 1400px) {
  .company .company-container .company-inner .company-left .company-doc:after {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .company .company-container .company-inner .company-left .company-doc:after {
    bottom: auto;
    height: 3px;
    top: 84px;
    width: 330px;
  }
}
.company .company-container .company-inner .company-right {
  position: relative;
  width: 47%;
}

@media screen and (max-width: 480px) {
  .company .company-container .company-inner .company-right {
    padding-bottom: 90px;
    width: 100%;
  }
}
.company .company-container .company-inner .company-right .company-doc {
  color: #323232;
  cursor: pointer;
  display: block;
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  height: 110px;
  letter-spacing: 0.03em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 76%;
}

@media screen and (max-width: 1400px) {
  .company .company-container .company-inner .company-right .company-doc {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .company .company-container .company-inner .company-right .company-doc {
    font-size: 36px;
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .company .company-container .company-inner .company-right .company-doc {
    font-size: 35px;
    height: auto;
  }
}
.company .company-container .company-inner .company-right .company-doc .company-doc-min {
  color: #323232;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  left: 0;
  letter-spacing: 1px;
  position: absolute;
  top: 55px;
}

@media screen and (max-width: 820px) {
  .company .company-container .company-inner .company-right .company-doc .company-doc-min {
    font-size: 15px;
    top: 45px;
  }
}
@media screen and (max-width: 480px) {
  .company .company-container .company-inner .company-right .company-doc .company-doc-min {
    font-size: 13px;
    top: 45px;
  }
}
.company .company-container .company-inner .company-right .company-doc:hover:before {
  -webkit-transform: translate(15px) skew(40deg);
  -ms-transform: translate(15px) skew(40deg);
  transform: translate(15px) skew(40deg);
}

.company .company-container .company-inner .company-right .company-doc:hover:after {
  -webkit-transform: translate(15px);
  -ms-transform: translate(15px);
  transform: translate(15px);
}

.company .company-container .company-inner .company-right .company-doc:before {
  background: #323232;
  bottom: 0;
  content: "";
  height: 15px;
  left: 421px;
  position: absolute;
  -webkit-transform: skew(40deg);
  -ms-transform: skew(40deg);
  transform: skew(40deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 5px;
}

@media screen and (max-width: 1400px) {
  .company .company-container .company-inner .company-right .company-doc:before {
    left: 241px;
  }
}
@media screen and (max-width: 480px) {
  .company .company-container .company-inner .company-right .company-doc:before {
    bottom: auto;
    height: 8px;
    left: 324px;
    top: 78px;
    width: 4px;
  }
}
.company .company-container .company-inner .company-right .company-doc:after {
  background: #323232;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 430px;
}

@media screen and (max-width: 1400px) {
  .company .company-container .company-inner .company-right .company-doc:after {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .company .company-container .company-inner .company-right .company-doc:after {
    bottom: auto;
    height: 3px;
    top: 84px;
    width: 330px;
  }
}
.footer {
  background: #323232;
  height: auto;
  overflow-x: clip;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .footer {
    height: 380px;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    height: auto;
  }
}
.footer .footer-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2.6rem 40px 25px 38px;
}

@media screen and (max-width: 1200px) {
  .footer .footer-container {
    padding: 2.8rem 40px 25px;
  }
}
@media screen and (max-width: 820px) {
  .footer .footer-container {
    padding: 2rem 30px 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container {
    padding: 3rem 30px 0;
  }
}
.footer .footer-container .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .footer .footer-container .footer-inner {
    display: block;
  }
}
.footer .footer-container .footer-inner .footer-left {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer .footer-container .footer-inner .footer-left:hover {
  opacity: 0.6;
}

@media screen and (max-width: 820px) {
  .footer .footer-container .footer-inner .footer-left {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-inner .footer-left {
    width: 100%;
  }
}
.footer .footer-container .footer-inner .footer-left .footer-svg {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  padding-bottom: 60px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .footer .footer-container .footer-inner .footer-left .footer-svg {
    padding-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-inner .footer-left .footer-svg {
    padding-right: 0;
  }
}
.footer .footer-container .footer-inner .footer-right {
  display: grid;
  grid-template-areas: "area1 area4 area8" "area2 area5 ." "area3 area6 area9";
  grid-template-columns: 140px 140px 140px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 1rem;
  width: 55%;
  grid-gap: 0 55px;
  grid-template-rows: 40px 40px 40px;
}

@media screen and (max-width: 1200px) {
  .footer .footer-container .footer-inner .footer-right {
    grid-template-columns: 140px 120px 140px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer-container .footer-inner .footer-right {
    grid-gap: 0 10px;
    padding-top: 0;
    grid-template-rows: 40px 40px 40px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-inner .footer-right {
    grid-template-areas: "area1" "area2" "area3" "area4" "area5" "area6" "area8" "area9";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 100px 150px;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    padding-top: 0;
    width: 100%;
  }
}
.footer .footer-container .footer-inner .footer-right .footer-grid {
  color: #fff;
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  height: 42px;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 140px;
}

.footer .footer-container .footer-inner .footer-right .footer-grid:hover {
  opacity: 0.6;
}

@media screen and (max-width: 820px) {
  .footer .footer-container .footer-inner .footer-right .footer-grid {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-inner .footer-right .footer-grid {
    font-size: 13px;
  }
}
.footer .footer-container .footer-inner .footer-right #gi1 {
  grid-area: area1;
}

.footer .footer-container .footer-inner .footer-right #gi2 {
  grid-area: area2;
}

.footer .footer-container .footer-inner .footer-right #gi3 {
  grid-area: area3;
}

.footer .footer-container .footer-inner .footer-right #gi4 {
  grid-area: area4;
}

.footer .footer-container .footer-inner .footer-right #gi5 {
  grid-area: area5;
}

.footer .footer-container .footer-inner .footer-right #gi6 {
  grid-area: area6;
}

.footer .footer-container .footer-inner .footer-right #gi8 {
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  grid-area: area8;
  letter-spacing: 0.03em;
  position: relative;
}

@media screen and (max-width: 820px) {
  .footer .footer-container .footer-inner .footer-right #gi8 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-inner .footer-right #gi8 {
    font-size: 26px;
  }
}
.footer .footer-container .footer-inner .footer-right #gi8:hover:before {
  -webkit-transform: translate(15px) skew(40deg);
  -ms-transform: translate(15px) skew(40deg);
  transform: translate(15px) skew(40deg);
}

.footer .footer-container .footer-inner .footer-right #gi8:hover:after {
  -webkit-transform: translate(15px);
  -ms-transform: translate(15px);
  transform: translate(15px);
}

.footer .footer-container .footer-inner .footer-right #gi8 .footer-min {
  color: #fff;
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 30px;
}

@media screen and (max-width: 820px) {
  .footer .footer-container .footer-inner .footer-right #gi8 .footer-min {
    font-size: 8px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-inner .footer-right #gi8 .footer-min {
    font-size: 11px;
    top: 35px;
  }
}
.footer .footer-container .footer-inner .footer-right #gi8:before {
  background: #fff;
  border-radius: 2px 2px 5px 0;
  bottom: -15px;
  content: "";
  height: 10px;
  position: absolute;
  right: 2px;
  -webkit-transform: skew(40deg);
  -ms-transform: skew(40deg);
  transform: skew(40deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 4px;
}

@media screen and (max-width: 820px) {
  .footer .footer-container .footer-inner .footer-right #gi8:before {
    height: 12px;
    left: 119px;
    width: 3px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-inner .footer-right #gi8:before {
    bottom: -23px;
    height: 8px;
    left: 240px;
  }
}
.footer .footer-container .footer-inner .footer-right #gi8:after {
  background: #fff;
  border-radius: 5px 5px 0 0;
  bottom: -15px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 99%;
}

@media screen and (max-width: 820px) {
  .footer .footer-container .footer-inner .footer-right #gi8:after {
    height: 3px;
    width: 125px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-inner .footer-right #gi8:after {
    bottom: -23px;
    width: 245px;
  }
}
.footer .footer-container .footer-inner .footer-right #gi9 {
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  grid-area: area9;
  letter-spacing: 0.03em;
  position: relative;
}

@media screen and (max-width: 820px) {
  .footer .footer-container .footer-inner .footer-right #gi9 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-inner .footer-right #gi9 {
    font-size: 26px;
  }
}
.footer .footer-container .footer-inner .footer-right #gi9:hover:before {
  -webkit-transform: translate(15px) skew(40deg);
  -ms-transform: translate(15px) skew(40deg);
  transform: translate(15px) skew(40deg);
}

.footer .footer-container .footer-inner .footer-right #gi9:hover:after {
  -webkit-transform: translate(15px);
  -ms-transform: translate(15px);
  transform: translate(15px);
}

.footer .footer-container .footer-inner .footer-right #gi9 .footer-min {
  color: #fff;
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 30px;
}

@media screen and (max-width: 820px) {
  .footer .footer-container .footer-inner .footer-right #gi9 .footer-min {
    font-size: 8px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-inner .footer-right #gi9 .footer-min {
    font-size: 11px;
    top: 35px;
  }
}
.footer .footer-container .footer-inner .footer-right #gi9:before {
  background: #fff;
  border-radius: 2px 2px 5px 0;
  bottom: -15px;
  content: "";
  height: 10px;
  position: absolute;
  right: 2px;
  -webkit-transform: skew(40deg);
  -ms-transform: skew(40deg);
  transform: skew(40deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 4px;
}

@media screen and (max-width: 820px) {
  .footer .footer-container .footer-inner .footer-right #gi9:before {
    height: 12px;
    left: 119px;
    width: 3px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-inner .footer-right #gi9:before {
    bottom: -23px;
    height: 8px;
    left: 240px;
  }
}
.footer .footer-container .footer-inner .footer-right #gi9:after {
  background: #fff;
  border-radius: 5px 5px 0 0;
  bottom: -15px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 99%;
}

@media screen and (max-width: 820px) {
  .footer .footer-container .footer-inner .footer-right #gi9:after {
    height: 3px;
    width: 125px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-inner .footer-right #gi9:after {
    bottom: -23px;
    width: 245px;
  }
}
.footer .footer-container .footer-btm-inner {
  display: none;
}

@media screen and (max-width: 480px) {
  .footer .footer-container .footer-btm-inner {
    display: block;
    width: 100%;
  }
  .footer .footer-container .footer-btm-inner .footer-btm-inner-content {
    color: #fff;
    display: block;
    font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 13px;
    padding-right: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
.footer .footer-container .footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 4rem 0 0.8rem;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .footer .footer-container .footer-sns {
    padding: 30px 0;
  }
  .footer .footer-container .footer-sns .footer-list {
    padding: 0 0.8rem 0 0;
  }
}
.footer .footer-container .footer-sns .footer-list .footer-list-btn {
  display: none;
  padding: 0 1.1rem 0 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 480px) {
  .footer .footer-container .footer-sns .footer-list .footer-list-btn {
    height: 26px;
    width: 26px;
  }
}
.footer .footer-container .footer-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.footer .footer-container .footer-btm .copyright {
  color: #fff;
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  width: 45%;
}

@media screen and (max-width: 820px) {
  .footer .footer-container .footer-btm .copyright {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-btm .copyright {
    bottom: 28px;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: 0;
    white-space: nowrap;
    width: auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.footer .footer-container .footer-btm .footer-btms {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 530px;
}

@media screen and (max-width: 1200px) {
  .footer .footer-container .footer-btm .footer-btms {
    width: 510px;
  }
}
.footer .footer-container .footer-btm .footer-btms .footer-btm-inner-pc {
  display: grid;
  gap: 7px 0;
  justify-items: start;
  float: right;
}

@media screen and (max-width: 1200px) {
  .footer .footer-container .footer-btm .footer-btms .footer-btm-inner-pc {
    display: grid;
  }
}
@media screen and (max-width: 820px) {
  .footer .footer-container .footer-btm .footer-btms .footer-btm-inner-pc {
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-btm .footer-btms .footer-btm-inner-pc {
    display: none;
  }
}
.footer .footer-container .footer-btm .footer-btms .footer-btm-inner-pc .footer-btm-inner-content {
  color: #fff;
  font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", source-han-sans-japanese, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer .footer-container .footer-btm .footer-btms .footer-btm-inner-pc .footer-btm-inner-content:hover {
  opacity: 0.6;
}

.hero .hero-container .clamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  width: 80vw;
  max-width: 500px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: clamp(12px, 3.84vw, 24px);
}

.hero .hero-container .clamp .catchcopy {
  font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
  color: #ffffff;
  font-size: clamp(12px, 2.8vw, 18px);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.8;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.hero .hero-container .clamp .logotype {
  padding-right: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
}

@media screen and (max-width: 480px) {
  .hero .hero-container .clamp {
    left: 30px;
    right: 30px;
    width: auto;
  }
  .hero .hero-container .clamp .catchcopy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: clamp(10px, 2.8vw, 18px);
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
    min-width: 285px;
    width: 80vw;
  }
  .hero .hero-container .clamp .logotype {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 0px;
  }
  .hero .hero-container .clamp .logotype .svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 48px;
    position: absolute;
    left: -115px;
    bottom: 200px;
  }
}