.top-mv {
  height: 70vh;
}
@media (max-width: 834px) {
  .top-mv {
    height: 60vh;
  }
}
.top-mv__movie {
  height: 100%;
}
.top-mv__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 834px) {
  .top-mv__movie video {
    object-position: top;
  }
}
.top-mv__content {
  position: absolute;
  top: 15rem;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  max-inline-size: max-content;
  margin-inline: auto;
  justify-content: center;
}
@media (max-width: 834px) {
  .top-mv__content {
    top: 18rem;
    padding: 0 4.8rem;
    gap: 2.9rem;
    max-inline-size: none;
  }
}
.top-mv__ttl {
  font-size: clamp(40px, 7.8125vw, 50px);
  font-weight: 700;
}
@media (max-width: 834px) {
  .top-mv__ttl {
    font-size: 5rem;
  }
}
.top-mv__sbttl {
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 834px) {
  .top-mv__sbttl {
    font-size: 2.8rem;
  }
}
.top-about {
  padding: 6rem 0 12.8rem;
}
@media (max-width: 834px) {
  .top-about {
    padding: 0 0 8rem;
  }
}
@media (max-width: 834px) {
  .top-about .inner {
    padding: 0;
  }
}
.top-about .inner .block {
  max-width: 160rem;
}
@media (max-width: 834px) {
  .top-about .inner .block .heading {
    width: 11%;
  }
}
.top-about .inner .block .heading h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top-about__head {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 834px) {
  .top-about__head {
    padding: 0 4.8rem;
    margin-top: 7.2rem;
  }
}
.top-about__foot {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 9.6rem;
}
@media (max-width: 834px) {
  .top-about__foot {
    flex-direction: column;
    margin-top: 8.7rem;
    gap: 5.6rem;
    padding-right: 4.8rem;
  }
}
.top-about__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .top-about__flex {
    width: 81%;
  }
}
@media (max-width: 834px) {
  .top-about__flex .top-about__img01 {
    display: none;
  }
}
.top-about__content {
  width: 47%;
  padding-right: 5%;
}
@media (max-width: 834px) {
  .top-about__content {
    width: 100%;
    padding-right: 0;
  }
}
.top-about__ttl {
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 834px) {
  .top-about__ttl {
    font-size: 4.6rem;
    margin-bottom: 4.4rem;
  }
}
.top-about__txt {
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  font-weight: 500;
  line-height: 2.2;
}
@media (max-width: 834px) {
  .top-about__txt {
    font-size: 3rem;
  }
}
.top-about__img01 {
  width: 53%;
}
@media (max-width: 834px) {
  .top-about__img01 {
    width: 100%;
    padding: 0 4.8rem;
  }
}
.top-about__img02 {
  width: 52%;
}
@media (max-width: 834px) {
  .top-about__img02 {
    width: 78%;
  }
}
.top-about__img03 {
  width: 32%;
  transform: translateY(4rem);
}
@media (max-width: 834px) {
  .top-about__img03 {
    width: 51%;
    transform: translateY(0);
    margin-left: auto;
  }
}
.top-service {
  background: #fafafa;
  padding: 14.4rem 0;
}
@media (max-width: 834px) {
  .top-service {
    padding: 7.2rem 0 7.4rem;
  }
}
.top-service .block {
  max-width: 152rem;
}
.top-service .block .heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 5.6rem;
}
.top-service__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1150px) {
  .top-service__wrap {
    flex-direction: column;
    gap: 6.4rem;
  }
}
.top-service__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  width: 38%;
  padding-right: 5%;
}
@media (max-width: 1150px) {
  .top-service__side {
    width: 45%;
    padding-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 834px) {
  .top-service__side {
    width: 100%;
    align-items: center;
  }
}
.top-service__column {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-left: auto;
  margin-top: 9.7rem;
  width: 90%;
}
@media (max-width: 1150px) {
  .top-service__column {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .top-service__column {
    width: 100%;
    gap: 2.4rem;
    margin-top: 4rem;
  }
}
.top-service__title {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #113322;
  margin-bottom: 1.2rem;
}
@media (max-width: 834px) {
  .top-service__title {
    font-size: 2.6rem;
    text-align: center;
  }
}
.top-service__subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 3.2rem;
}
@media (max-width: 834px) {
  .top-service__subtitle {
    font-size: 1.4rem;
    text-align: center;
  }
}
.top-service__btn {
  position: relative;
  background: #fff;
  border: none;
  border-radius: 0.6rem;
  box-shadow: 0 0 0 1px #e5e5e5;
  font-size: clamp(1.8rem, 1.5vw, 2.4rem);
  font-weight: 700;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 834px) {
  .top-service__btn {
    font-size: 3.6rem;
    height: 12.6rem;
    padding: 4rem;
  }
}
.top-service__btn:hover {
  opacity: 0.7;
}
.top-service__btn.is-active {
  background: #00532d;
  color: #fff;
  cursor: auto;
}
.top-service__btn.is-active .arrow.white {
  display: flex;
}
.top-service__btn.is-active .arrow.green {
  display: none;
}
.top-service__btn.is-active:hover {
  opacity: 1;
}
.top-service__btn .arrow {
  width: 2.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 834px) {
  .top-service__btn .arrow {
    width: 4.2rem;
    right: 4rem;
  }
}
.top-service__btn .arrow.white {
  display: none;
}
.top-service__btn .arrow.green {
  display: flex;
}
.top-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  width: 60%;
}
@media (max-width: 1150px) {
  .top-service__list {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .top-service__list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 3.4rem;
  }
}
.top-service__item {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 0.8rem;
  padding: 6.3rem 3.2rem;
  display: flex;
  flex-direction: column;
}
.top-service__ttl {
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 4.4rem;
  text-align: center;
}
@media (max-width: 834px) {
  .top-service__ttl {
    font-size: 4rem;
  }
}
.top-service__img {
  width: 4.4rem;
  margin: 0 auto 4.2rem;
}
@media (max-width: 834px) {
  .top-service__img {
    width: 17%;
    margin: 0 auto 6rem;
  }
}
.top-service__txt {
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .top-service__txt {
    font-size: 3rem;
  }
}
.top-service__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2.5rem;
  margin-top: 3.5rem;
}
@media (max-width: 834px) {
  .top-service__tag {
    margin-top: 5.4rem;
    gap: 1.7rem 3.2rem;
  }
}
.top-service__tag li {
  font-size: clamp(1.3rem, 1.2vw, 1.5rem);
  font-weight: 500;
  color: #888d8a;
}
@media (max-width: 834px) {
  .top-service__tag li {
    font-size: 2.6rem;
  }
}
.top-service__store {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
}
@media (max-width: 1150px) {
  .top-service__store {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .top-service__store {
    gap: 5.8rem;
  }
}
.top-service__store span {
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 834px) {
  .top-service__store span {
    font-size: 3.8rem;
    line-height: 1.3;
  }
}
.top-service__store-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.top-gallery {
  padding: 12.8rem 0 0;
  background: #fff;
}
@media (max-width: 834px) {
  .top-gallery {
    padding: 9.6rem 0 0;
  }
}
.top-gallery__img.bottom {
  margin-top: 15rem;
}
.top-gallery__img.top {
  margin-top: 10rem;
}
.top-recruit {
  padding: 16rem 0;
}
@media (max-width: 834px) {
  .top-recruit {
    padding: 10.4rem 0 16rem;
  }
}
.top-recruit .block {
  max-width: 152rem;
}
.top-recruit .block .heading {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5.6rem;
}
.top-recruit__wrap {
  display: flex;
  justify-content: right;
  width: 94%;
  margin-top: 9.6rem;
}
@media (max-width: 1150px) {
  .top-recruit__wrap {
    flex-direction: column;
    gap: 6.4rem;
  }
}
@media (max-width: 834px) {
  .top-recruit__wrap {
    width: 100%;
    margin-top: 4.8rem;
  }
}
.top-recruit__btn {
  padding-right: 5%;
  width: 27%;
}
@media (max-width: 1150px) {
  .top-recruit__btn {
    padding-right: 0;
    width: 35%;
  }
}
@media (max-width: 834px) {
  .top-recruit__btn {
    width: 100%;
  }
}
.top-recruit__btn-link {
  text-decoration: none;
  background: #00532d;
  border-radius: 0.8rem;
  width: 100%;
  height: 7.2rem;
  color: #fff;
  font-size: clamp(1.8rem, 1.5vw, 2.4rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 1.9rem 2.6rem;
  position: relative;
}
@media (max-width: 834px) {
  .top-recruit__btn-link {
    font-size: 3.6rem;
    height: 12.6rem;
    padding: 4rem;
  }
}
.top-recruit__btn-link .arrow {
  width: 2.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 834px) {
  .top-recruit__btn-link .arrow {
    width: 4.2rem;
    right: 4rem;
  }
}
.top-recruit__content {
  width: 67%;
}
@media (max-width: 1150px) {
  .top-recruit__content {
    width: 100%;
  }
}
.top-recruit__content table {
  width: 100%;
  border-collapse: collapse;
  border-top: 0.1rem solid #cccccc;
}
.top-recruit__content table tr {
  border-bottom: 0.1rem solid #cccccc;
}
.top-recruit__content table tr th {
  background: #fafafa;
  width: 30%;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  font-weight: 700;
  padding-top: 6.1rem;
  padding-bottom: 6.1rem;
  padding-left: 5.6rem;
}
@media (max-width: 834px) {
  .top-recruit__content table tr th {
    font-size: 3.4rem;
    padding: 0;
    text-align: center;
  }
}
.top-recruit__content table tr td {
  width: 70%;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  font-weight: 500;
  padding-top: 6.1rem;
  padding-bottom: 6.1rem;
  padding-left: 5.6rem;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .top-recruit__content table tr td {
    font-size: 3rem;
    padding: 5.6rem 4rem;
  }
}
.top-company {
  padding: 16rem 0;
  background: #fafafa;
}
@media (max-width: 834px) {
  .top-company {
    padding: 9.6rem 0;
  }
}
.top-company .block {
  max-width: 140rem;
}
.top-company .block .heading {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5.6rem;
}
.top-company__wrap {
  margin-top: 11.7rem;
}
@media (max-width: 834px) {
  .top-company__wrap {
    margin-top: 7.2rem;
  }
}
.top-company table {
  width: 85%;
  border-collapse: collapse;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .top-company table {
    width: 100%;
  }
}
.top-company table tr {
  display: flex;
  border-bottom: 0.1rem solid #cccccc;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
@media (max-width: 834px) {
  .top-company table tr {
    flex-direction: column;
    gap: 3.1rem;
    padding: 5.6rem 4rem;
  }
}
.top-company table tr:nth-child(1) {
  padding-top: 0;
}
.top-company table tr th {
  width: 30%;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .top-company table tr th {
    width: 100%;
    font-size: 3.4rem;
  }
}
.top-company table tr td {
  width: 70%;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .top-company table tr td {
    width: 100%;
    font-size: 3.4rem;
  }
}

#about,
#service,
#recruit,
#company {
  scroll-margin-top: 12rem;
}
@media (max-width: 834px) {
  #about,
  #service,
  #recruit,
  #company {
    scroll-margin-top: 10rem;
  }
}