@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rubik:wght@500&display=swap");
button {
  padding: 0.5em 1em;
  border: 1px solid gray;
  white-space: nowrap;
}
button.active-btn {
  background-color: yellow;
}

.input-button [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.input-button label {
  font-size: 1.333rem;
  background-color: #efefef;
  padding: 0.5em 1em;
  border: 1px solid gray;
  white-space: nowrap;
}
.input-button [type=checkbox]:checked + label {
  background-color: yellow;
}

section.search-box,
section.core-supporter,
section.other-comp {
  width: 92%;
  max-width: 140rem;
  margin: 0 auto 5rem;
}

.search-box,
.search-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.search-text {
  display: flex;
  gap: 1em;
}

.search-control {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.search-details {
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  border: 1px solid gray;
}

.search-details {
  display: none;
  flex-direction: column;
  gap: 1em;
}
.search-details .options {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.search-details.active-details {
  display: flex;
}

.form-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.form-actions button,
.form-actions a {
  flex: 1;
  font-size: 2rem;
}

article.internship-post {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.img-container {
  width: 100%;
}
.img-container img {
  display: block;
  width: 100%;
}

.info-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  box-sizing: border-box;
  border: 2px solid gray;
  padding: 1em;
}
.info-box .detail-group {
  display: flex;
  width: fit-content;
  font-size: 1.4rem;
  gap: 1em;
}
.info-box .detail-group .label {
  border: 1px solid #000;
  line-height: 100%;
  padding: 0.2em;
}
.info-box .detail-group p {
  line-height: 140%;
}

section.si-landing {
  position: relative;
  min-height: 108rem;
  padding-top: clamp(7.5rem, 10vw, 15rem);
  height: 100vh;
  height: 100lvh;
}
section.si-landing .label {
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 2em;
  color: #000;
  font-size: 2rem;
  line-height: 100%;
  padding: 0.6em 1em;
  text-align: center;
}
section.si-landing .main-content,
section.si-landing .highlight-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
section.si-landing .main-content {
  position: relative;
  flex: 3;
  justify-content: flex-end;
}
section.si-landing .main-content .container {
  position: relative;
  z-index: 10;
  width: 100rem;
  max-width: 92%;
  margin: 0 auto;
  align-self: center;
  margin: 10rem clamp(4rem, 12vh, 12rem);
  gap: 3em;
}
section.si-landing .main-content .img-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.si-landing .main-content .img-container picture,
section.si-landing .main-content .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.si-landing .main-content h1 {
  gap: 0.25em;
}
section.si-landing .summer-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  box-sizing: border-box;
  bottom: 25%;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #000;
  font-size: clamp(2rem, 2vw, 3rem);
  text-align: center;
  line-height: 180%;
}
section.si-landing .highlight-banner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-color: gray;
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
}
@media screen and (min-width: 651px) {
  section.si-landing .summer-cta {
    left: unset;
    right: 5rem;
    bottom: calc(25% + 25px);
    width: 6.666em;
    aspect-ratio: 1/1;
    border-radius: 50%;
  }
}

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