.large_banner {
  padding: 5rem 0;
}

.large_banner01 {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 2rem;
}

@media screen and (max-width: 480px) {
  .large_banner01 {
    flex-direction: column;
  }
}

.large_banner01__block {
  position: relative;
  background: #20ae4b;
  color: #fff;
  width: 70%;
  height: 44rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6.5rem 7rem;
  border-radius: 2rem 0 0 2rem;
}

@media screen and (max-width: 480px) {
  .large_banner01__block {
    width: 100%;
    height: auto;
    border-radius: 2rem 2rem 0 0;
    padding: 2rem;
  }
}

.large_banner01__inner {
  position: relative;
  z-index: 2;
}

.large_banner01__title {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-bottom: solid 1px #fff;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
}

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

.large_banner01__title::after {
  content: "";
  background: url(../img/large_banner01_ashirai.png) no-repeat;
  background-size: contain;
  width: 15rem;
  height: 14rem;
  position: absolute;
  top: calc(50% + 1rem);
  right: -5rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .large_banner01__title::after {
    width: 11rem;
    top: calc(50% + 2.5rem);
    right: 0;
  }
}

.large_banner01__title span {
  color: #fff8aa;
}

.large_banner01__text {
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  line-height: 3rem;
}

.large_banner01__image {
  width: 30%;
  height: 44rem;
  background-color: #f3f1f1;
  padding: 1.5rem 3.5rem;
  border-radius: 0 2rem 2rem 0;
}

@media screen and (max-width: 480px) {
  .large_banner01__image {
    width: 100%;
    height: auto;
    border-radius: 0 0 2rem 2rem;
  }
}

.large_banner01__image img {
  max-width: 22.4rem;
}

@media screen and (max-width: 480px) {
  .large_banner01__image img {
    width: 100%;
    max-width: unset;
  }
}

.large_banner__btn {
  display: block;
  background-color: #ff8822;
  border: solid 3px #fff;
  border-radius: 5rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  max-width: 31rem;
  padding: 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 4rem;
}

@media screen and (max-width: 480px) {
  .large_banner__btn {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}

.large_banner01__decoration {
  width: 95%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
  .large_banner01__decoration {
    width: 35rem;
    transform: rotate(-90deg) translateY(-50%);
    bottom: 50%;
    left: unset;
    right: -50%;
  }
}
