@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
.catch {
  padding-top: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(2.5rem, 5vw, 5rem);
}

.two-btn-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 651px) {
  .two-btn-container {
    column-gap: clamp(2rem, 3vw, 5rem);
  }
}

.point-container {
  padding: 0.7rem 0;
  margin-bottom: 3em;
}

.point-card .img-container {
  position: relative;
  width: 16.5rem;
}
.point-card .img-container img {
  display: block;
}
.point-card .img-container img.point {
  width: 100%;
}
.point-card .img-container img.point-text {
  position: absolute;
  top: 0;
  right: -1rem;
  width: 45%;
}

section.recommendation {
  position: relative;
  margin-bottom: 6rem;
}
section.recommendation .white-border-content {
  padding-top: calc(clamp(2rem, 3vw, 2.5rem) + 3rem);
}
section.recommendation .arrow-down {
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(75%);
  width: auto;
  height: 6rem;
}

h2.bubble-title {
  position: absolute;
  top: -1.25em;
  width: 11em;
  height: 3em;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  font-size: clamp(2rem, 3vw, 2.5rem);
}
h2.bubble-title img,
h2.bubble-title span.text {
  grid-column: 1/2;
  grid-row: 1/2;
}
h2.bubble-title img {
  display: block;
  width: 100%;
}
h2.bubble-title span.text {
  position: relative;
  z-index: 10;
  margin-top: 0.75em;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
}

.cb-row {
  align-items: flex-start;
}

section.experience .card-container {
  gap: 3px;
}
section.experience .card-container .exp-row {
  align-items: center;
}
section.experience .card-container .exp-row img {
  width: 8.5rem;
  height: 8.5rem;
  object-fit: contain;
  object-position: left center;
}

section.mentor {
  margin-top: clamp(4rem, 5vw, 6rem);
}

.mentor-card .meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}
.mentor-card .name-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.mentor-card .name-container h3 {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
}
.mentor-card .name-container h3 .highlight {
  font-size: 1.5em;
  margin-right: 1rem;
}
.mentor-card .name-container h4 {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
}
.mentor-card .profile-container {
  position: relative;
  font-size: clamp(4rem, 6vw, 6rem);
  margin-bottom: 0.5em;
}
.mentor-card .profile-container img.profile {
  position: relative;
  z-index: 1;
  width: 16.5rem;
}
.mentor-card .profile-container img.label {
  position: absolute;
  z-index: 10;
  bottom: 0;
  transform: translateY(50%);
  width: 115%;
  max-width: unset;
}
.mentor-card .profile-container .yellow-border-text {
  position: absolute;
  z-index: 10;
  bottom: 0;
  line-height: 100%;
  transform: translateY(50%);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1em;
}
.mentor-card button.toggle-btn {
  appearance: none;
  background: unset;
  border: unset;
}
.mentor-card button.toggle-btn img {
  display: block;
  width: 3.5rem;
}
.mentor-card.guest-card .profile-container img.label {
  width: 84.8%;
}

section.info {
  gap: 6rem;
  margin-top: 3rem;
}

.infobox {
  padding: 4rem 3rem;
}
.infobox h3 {
  font-size: 4rem;
  letter-spacing: 0.1em;
}
.infobox dl {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
}
.infobox dt {
  color: #e83820;
  font-weight: bold;
}
.infobox dd {
  font-weight: 500;
}

.programm-wrapper {
  background-color: #80c8ef;
  margin-top: 6rem;
  padding: 6rem 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

section.program {
  margin: 4.5rem auto 3rem;
}
section.program .point-card .point-text {
  width: 48%;
}

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