/*==================================================
section topCase
===================================*/
.topCase {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #21a937;
}

.topCase::before {
  content: "";
  width: 8%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 480px) {
  .topCase::before {
    width: 4%;
  }
}

.topCase_wrapper {
  padding: 0 5%;
  padding-left: 24%;
  margin-bottom: 4rem;
}

@media screen and (max-width: 480px) {
  .topCase_wrapper {
    padding-left: 12%;
  }
}

.topCase_lead {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  margin-top: 2rem;
}

.topCase__slider {
  margin-top: 20px;
  padding-left: 24%;
  padding-right: 3rem;
}

@media screen and (max-width: 480px) {
  .topCase__slider {
    padding-left: 12%;
  }
}

.topCase__item {
  background-color: #fff;
}

.topCase__image {
  position: relative;
  height: 25rem;
}

@media screen and (max-width: 480px) {
  .topCase__image {
    height: 18rem;
  }
}

.topCase__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.topCase__category {
  background-color: #313131;
  color: #fff;
  font-size: 1.4rem;
  width: fit-content;
  padding: 0.25rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.topCase__item_content {
  padding: 2.5rem 2rem;
}

.topCase__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  position: relative;
  padding-left: 1.3rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #aaa;
}

@media screen and (max-width: 480px) {
  .topCase__title {
    font-size: 1.6rem;
  }
}

.topCase__title::before {
  content: "";
  width: 0.3rem;
  height: calc(100% - 2rem);
  display: block;
  background-color: #21a937;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  transform: translateY(-50%);
}

.topCase__text {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 480px) {
  .topCase__text {
    margin-bottom: 2rem;
  }
}

.topCase__link {
  font-family: "Cormorant Garamond", serif;
  color: #21a937;
  font-size: 2rem;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 480px) {
  .topCase__link {
    font-size: 1.6rem;
  }
}

.topCase__link a {
  display: flex;
  justify-content: flex-end;
}

.topCase__link p {
  position: relative;
  width: 12rem;
}

@media screen and (max-width: 480px) {
  .topCase__link p {
    width: 10rem;
  }
}

.topCase__link .arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-top: 6.4px;
  border-radius: 9999px;
  background-color: #22a938;
}

.topCase__link .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #22a938;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.topCase__btn {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.08rem;
  margin-left: 24%;
  margin-top: 5rem;
  padding-left: 20rem;
  position: relative;
}

@media screen and (max-width: 480px) {
  .topCase__btn {
    margin-left: 12%;
    padding-left: 32%;
  }
}

.topCase__btn::before {
  content: "";
  width: 18rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .topCase__btn::before {
    width: 30%;
  }
}

.topCase .swiper .swiper-slide {
  height: auto;
}

.topCase .swiper .swiper-slide-item {
  height: 100%;
}

/*==================================================
section topCase END
===================================*/
