@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rubik:wght@500&display=swap");
.post-landing {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 26rem auto 12rem;
}
.post-landing h1 {
  font-size: clamp(2.5rem, 4vw, 5rem);
  margin-bottom: 1.5rem;
}
.post-landing .img-container {
  position: relative;
  width: 100%;
}
.post-landing .img-container img {
  width: 100%;
  border-radius: 1.5rem;
}
.post-landing .img-container .label {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.5em;
  aspect-ratio: 1/1;
  background-color: #ff5050;
  border-radius: 50%;
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 140%;
}

.company-text {
  margin-bottom: 6rem;
}
.company-text p {
  width: 100%;
}
.company-text .bordered-content {
  position: relative;
  padding: 10rem clamp(1.6rem, 3vw, 4rem) 6rem;
}
.company-text .bordered-content p {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  line-height: 200%;
}
.company-text .bordered-content .catch-label {
  display: block;
  top: 0;
  left: 4%;
  align-self: center;
  margin: 0 auto;
  transform: translateY(-50%);
  position: absolute;
  box-sizing: border-box;
  padding: clamp(2rem, 3vw, 3rem) clamp(1rem, 2vw, 2rem);
  width: 92%;
  max-width: 92%;
  background-color: #fff302;
  border-radius: 2rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: bold;
  line-height: 170%;
  text-align: center;
}
@media screen and (min-width: 651px) {
  .company-text .bordered-content .catch-label {
    left: 9%;
    width: 82%;
  }
}


section.info-box {
  padding: 6rem 0 10rem;
  background-color: #fffa9d;
}

section.at18 .info-text {
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  line-height: 200%;
  text-align: center;
  max-width: 92%;
}

/*# sourceMappingURL=internship.css.map */
