.uc-interview-single {
  --uc-interview-accent: #3698de;
  --uc-interview-accent-dark: #0b87c5;
  --uc-interview-cta-accent: #008dd3;
  --uc-interview-text: #1c1c1c;
  --uc-interview-muted: #f6f6f6;
  background-color: #fff;
  background-image: url(../../img/uc/interview-single/background.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: var(--uc-interview-text);
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
}

.uc-interview-single--job-change {
  background-image: url(../../img/uc/interview-single/interview-single-bg.webp);
  background-position: left top;
  background-repeat: repeat;
  background-size: 50px 50px;
  background-size: 3.125rem 3.125rem;
  padding-bottom: 0;
  position: relative;
}

.uc-interview-single--job-change::before {
  background-image: url(../../img/uc/interview-single/background.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 780.18px;
  background-size: 100% 48.76125rem;
  content: "";
  height: 780.18px;
  height: 43.96125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.uc-interview-single--job-change .uc-interview-single__layout {
  position: relative;
  z-index: 1;
}

.uc-interview-single--job-change .uc-job-flow {
  position: relative;
  z-index: 1;
}

.uc-interview-single--job-change .uc-interview-content {
  position: relative;
  z-index: 1;
}

.uc-interview-single--job-change .uc-interview-single__layout {
  margin-bottom: 103px;
  margin-bottom: 6.4375rem;
}

.uc-interview-single--new-graduate {
  --uc-interview-accent: #18b89b;
  --uc-interview-accent-dark: #079b80;
  --uc-interview-cta-accent: #12b79a;
  background-color: #fff;
  background-image: url(../../img/uc/interview-single/interview-single-bg.webp);
  background-position: left top;
  background-repeat: repeat;
  background-size: 3.125rem 3.125rem;
  padding-bottom: 0;
  position: relative;
}

.uc-interview-single--new-graduate::before {
  background-image: url(../../img/uc/interview-single/new-graduate-background.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 48.7613rem;
  content: "";
  height: 48.7613rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.uc-interview-single--new-graduate .uc-interview-single__layout {
  margin-bottom: 103px;
  margin-bottom: 6.4375rem;
  position: relative;
  z-index: 1;
}

.uc-interview-single--new-graduate .uc-interview-single__article > .uc-interview-new-graduate__consult {
  margin-bottom: 107px;
  margin-bottom: 6.6875rem;
}

.uc-interview-single--new-graduate .uc-interview-content {
  position: relative;
  z-index: 1;
}

.uc-interview-single--new-graduate .uc-new-graduate-flow {
  position: relative;
  z-index: 1;
}

.uc-interview-single--new-graduate .uc-new-graduate-flow .uc-front-flow__item-text {
  white-space: nowrap;
}

.uc-interview-single__layout {
  align-items: flex-start;
  display: flex;
  gap: 55px;
  gap: 6.0625rem;
  padding-top: 53px;
  padding-top: 10.375rem;
  margin-inline: auto;
  max-width: 1289px;
  width: 90%;
  justify-content: flex-end;
  transform: translateX(2rem);
}

.uc-interview-single__article {
  flex: 0 1 960px;
  flex: 0 1 53.125rem;
  min-width: 0;
}

.uc-interview-single__article-header {
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.uc-interview-single__category {
  background-color: var(--uc-interview-accent);
  border-radius: 2px;
  border-radius: 0.125rem;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  padding: 5.5px 14px;
  padding: 0.34375rem 0.875rem;
}

.uc-interview-single__title {
  color: var(--uc-interview-text);
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin: 0;
}

.uc-interview-single__featured-image {
  border-radius: 5px;
  border-radius: 0.3125rem;
  margin: 0 0 44px;
  margin: 0 0 2.75rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 850 / 458;
}

.uc-interview-single__featured-image-element {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.uc-interview-single__intro {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 22.43px;
  margin-bottom: 1.401875rem;
}

.uc-interview-single__intro p {
  font-size: 1rem;
  line-height: 1.875;
  margin: 0;
}

.uc-interview-single__intro p:not(:first-child) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.uc-interview-single__intro p:not(:last-child) {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.uc-interview-profile {
  margin-bottom: 53.8px;
  margin-bottom: 3.3625rem;
  padding-top: 74px;
  padding-top: 3.425rem;
  position: relative;
}

.uc-interview-profile__background-label {
  color: var(--uc-interview-muted);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 85px;
  font-size: 4.13125rem;
  letter-spacing: 0.2891875rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
}

.uc-interview-profile__inner {
  background-color: var(--uc-interview-muted);
  border-radius: 5px;
  border-radius: 0.3125rem;
  padding: 28px 38px 27px;
  padding: 1.875rem 2.375rem 1.96875rem;
  position: relative;
}

.uc-interview-profile__theme-label {
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 70.1px;
  font-size: 4.38125rem;
  font-weight: 400;
  letter-spacing: 18.927px;
  letter-spacing: 1.1829375rem;
  line-height: 1.2;
  position: absolute;
  right: 31px;
  right: 1.9375rem;
  top: 13.5px;
  top: 0.84375rem;
  writing-mode: vertical-rl;
  z-index: 0;
}

.uc-interview-profile__title {
  background-color: #1c1c1c;
  color: #fff;
  display: inline-flex;
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
  padding: 7px 23px;
  padding: 0.4375rem 1.4375rem;
  position: relative;
  z-index: 1;
  font-size: 23.49px;
  font-size: 1.1745rem;
  font-weight: 400;
  line-height: 100%; /* 23.49px */
  letter-spacing: 8.456px;
  letter-spacing: 0.4228125rem;
  width: fit-content;
}

.uc-interview-profile__overview {
  align-items: flex-start;
  display: flex;
  gap: 19px;
  gap: 1.1875rem;
  margin: 0 30px 33px 29px;
  margin: 0 1.875rem 2.0625rem 1.8125rem;
  position: relative;
  z-index: 1;
}

.uc-interview-profile__image {
  border-radius: 50%;
  height: 120px;
  height: 7.5rem;
  object-fit: cover;
  width: 120px;
  width: 7.5rem;
  margin-top: 1.0625rem;
}

.uc-interview-profile__overview-text {
  flex: 1;
  min-width: 0;
  padding-top: 0;
}

.uc-interview-profile__name {
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
}

.uc-interview-profile__summary {
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.uc-interview-profile__summary p {
  margin: 0;
}

.uc-interview-profile__history {
  margin: 0 65px 0 169px;
  margin: 0 4.0625rem 0 10.5625rem;
  padding: 0;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 11px;
  gap: 0.6875rem;
}

.uc-interview-profile__history-item {
  display: flex;
  gap: 48px;
  gap: 3rem;
  min-height: 83px;
  position: relative;
}

.uc-interview-profile__history-item::before {
  background-color: #333;
  bottom: 0;
  content: "";
  left: 57.5px;
  left: 3.59375rem;
  position: absolute;
  top: 19px;
  top: 1.1875rem;
  width: 1px;
  width: 0.0625rem;
  height: 105%;
}

.uc-interview-profile__history-item:last-child::before {
  height: 95%;
}

.uc-interview-profile__history-item::after {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 53px;
  left: 3.3125rem;
  position: absolute;
  top: 11px;
  top: 0.6875rem;
  width: 10px;
  width: 0.625rem;
  border: 1px solid #1C1C1C;
  border: 0.0625rem solid #1C1C1C;
}

.uc-interview-profile__history-age {
  flex: 0 0 40px;
  flex: 0 0 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 190%; /* 30.4px */
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}

.uc-interview-profile__history-content {
  flex: 1;
  min-width: 0;
}

.uc-interview-profile__history-role {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 190%; /* 30.4px */
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  color: #1C1C1C;
}

.uc-interview-profile__history-description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  margin-top: -2px;
  margin-top: -0.125rem;
}

.uc-interview-profile__history-description p {
  margin: 0;
}

.uc-interview-single .uc-interview-cta {
  left: auto;
  margin: 0 0 107px;
  margin: 0 0 6.6875rem;
  position: relative;
  top: auto;
  transform: none;
}

.uc-interview-single--new-graduate .uc-job-consult__title {
  background: linear-gradient(92deg, #18b89b 37.63%, #079b80 100.44%);
}

.uc-interview-single--new-graduate .uc-job-consult__title span {
  color: #079b80;
}

.uc-interview-single--new-graduate .uc-job-consult__title span::after {
  color: #079b80;
}

.uc-interview-cta__text-button {
  background-color: #fb5b25;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.09em;
  min-height: 85px;
  padding: 15px 28px;
  padding: 0.9375rem 1.75rem;
}

.uc-interview-cta__text-button::after {
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  border-top: 2px solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 24px;
  right: 1.5rem;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
  width: 0.5rem;
}

.uc-interview-toc {
  background-color: var(--uc-interview-muted);
  border-radius: 5px;
  border-radius: 0.3125rem;
  margin-bottom: 84px;
  margin-bottom: 5.25rem;
  padding: 54.35px 96px 60.8px;
  padding: 2.959375rem 4rem 2.555625rem;
  position: relative;
}

.uc-interview-toc__background-label {
  position: absolute;
  right: 0;
  top: -74px;
  top: -3.525rem;
  color: #F6F6F6;
  font-family: "IBM Plex Sans";
  font-size: 85.1px;
  font-size: 4.13125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 85.1px */
  letter-spacing: 5.957px;
  letter-spacing: 0.3723125rem;
}

.uc-interview-toc__title {
  background-color: #1c1c1c;
  color: #fff;
  display: inline-flex;
  margin: 0 0 7px;
  margin: 0 0 0.4375rem;
  padding: 5.6px 23px;
  padding: 0.35rem 1.4375rem;
  font-size: 19.08px;
  font-size: 1.1925rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 19.08px */
  letter-spacing: 6.869px;
  letter-spacing: 0.4293125rem;
}

.uc-interview-toc__list {
  display: grid;
  grid-auto-rows: 1fr;
}

.uc-interview-toc__item {
  border-bottom: 1px solid #d8d8d8;
  border-bottom: 0.0625rem solid #d8d8d8;
}

.uc-interview-toc__link {
  align-items: center;
  color: #1c1c1c;
  display: flex;
  gap: 24px;
  gap: 0.7rem;
  height: 100%;
  padding: 15.2px 22px;
  padding: 0.55rem 0.94375rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.uc-interview-toc__link:hover {
  background-color: #303030;
  color: #fff;
}

.uc-interview-toc__number {
  flex: 0 0 35px;
  flex: 0 0 2.1875rem;
  font-family: "IBM Plex Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 21.112px */
  letter-spacing: 0.225rem;
}

.uc-interview-toc__text {
  flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP";
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  letter-spacing: 0.1em;
}

.uc-interview-single__body {
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.875;
}

.uc-interview-single__body h2 {
  border-bottom: 3px solid #303030;
  border-bottom: 0.1875rem solid #303030;
  margin: 0 0 47px;
  margin: 0 0 2.9375rem;
  padding: 0 8px 21px;
  padding: 0 0.5rem 1.3125rem;
  scroll-margin-top: 120px;
  scroll-margin-top: 7.5rem;
  color: #1C1C1C;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 36.4px */
}

.uc-interview-single__body h2:not(:first-child) {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.uc-interview-single__body h3 {
  margin: 0 0 37px;
  margin: 0 0 1.875rem;
  padding-left: 93px;
  padding-left: 5.8125rem;
  position: relative;
  color: #0C70B9;
  font-family: "Noto Sans JP";
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 190%; /* 36.1px */
  letter-spacing: 1.9px;
  letter-spacing: 0.11875rem;
}

.uc-interview-single__body h3::before {
  background-color: #0C70B9;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 18px;
  top: 1.125rem;
  width: 78px;
  width: 4.875rem;
}

.uc-interview-single--new-graduate .uc-interview-single__body h3 {
  color: #1BB18B;
}

.uc-interview-single--new-graduate .uc-interview-single__body h3::before {
  background-color: #1BB18B;
}

.uc-interview-single__body p {
  font-size: 1rem;
  line-height: 1.875;
  margin: 0;
}

.uc-interview-single__body p:not(:first-child) {
  margin-top: 15px;
}

.uc-interview-single__body p:not(:last-child) {
  margin-bottom: 15px;
}

.uc-interview-single__body figure {
  margin: 47px 0 92px;
  margin: 2.9375rem 0 5.75rem;
}

.uc-interview-single__body figure.wp-block-image:not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: fit-content;
}

.uc-interview-single__body figure.wp-block-image:not(.alignleft):not(.alignright) img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.uc-interview-single__body .wp-block-image > figure:not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: fit-content;
}

.uc-interview-single__body .wp-block-image > figure:not(.alignleft):not(.alignright) img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.uc-interview-single__intro figure.wp-block-image:not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: fit-content;
}

.uc-interview-single__intro figure.wp-block-image:not(.alignleft):not(.alignright) img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.uc-interview-single__intro .wp-block-image > figure:not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: fit-content;
}

.uc-interview-single__intro .wp-block-image > figure:not(.alignleft):not(.alignright) img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.uc-interview-single__body img {
  border-radius: 5px;
  border-radius: 0.3125rem;
  height: auto;
  max-width: 100%;
}

.uc-interview-single__body figcaption {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.uc-interview-single__body .uc-legacy-before-after.wp-block-post-content {
  margin: 70px 0;
  margin: 4.375rem 0;
  max-width: none;
  padding: 0;
}

.uc-interview-single__body .wp-block-buttons {
  display: flex;
  justify-content: center;
  margin: 48px auto 75px;
  margin: 3rem auto 4.6875rem;
}

.uc-interview-single__body .wp-block-buttons > .wp-block-button {
  display: block;
  max-width: 100%;
  width: 23.45rem;
}

.uc-interview-single__body .wp-block-buttons > .wp-block-button .wp-block-button__link {
  align-items: center;
  background-color: #fb5b25;
  background-image: url(../../img/uc/interview-single/interview-cta-btn.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0.25rem;
  color: #fff;
  display: flex;
  font-size: 23px;
  font-size: 1.15rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.1035rem;
  line-height: 1.5;
  min-height: 4.25rem;
  padding: 16px 55px;
  padding: 1rem 2.3375rem;
  position: relative;
  text-decoration: none;
  transition: transform 0.3s ease;
  width: 100%;
}

.uc-interview-single__body .wp-block-buttons > .wp-block-button .wp-block-button__link::after {
  background: url(../../img/uc/interview-single/interview-cta-arrow.webp) center / contain no-repeat;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 16px;
  height: 1rem;
  margin-left: 14px;
  margin-left: 0.875rem;
  width: 10px;
  width: 0.625rem;
  position: absolute;
  right: 0.9375rem;
}

.uc-interview-single__body .wp-block-buttons > .wp-block-button .wp-block-button__link:hover {
  background-color: #e44a18;
  color: #fff;
  transform: scale(1.05);
}

.uc-interview-dialogue {
  align-items: flex-start;
  display: flex;
  gap: 35px;
  gap: 2.1875rem;
  margin: 0 0 56px;
  margin: 0 0 3.5rem;
}

.uc-interview-dialogue--agent {
  flex-direction: row-reverse;
}

.uc-interview-dialogue__speaker {
  align-items: center;
  display: flex;
  flex: 0 0 143px;
  flex: 0 0 8.9375rem;
  flex-direction: column;
  padding-top: 16px;
  padding-top: 1rem;
}

.uc-interview-dialogue__avatar {
  height: 104px;
  height: 6.5rem;
  object-fit: cover;
  width: 104px;
  width: 6.5rem;
}

.uc-interview-single .uc-interview-dialogue__avatar--guest {
  border-radius: 50% 50% 8% 50%;
}

.uc-interview-single .uc-interview-dialogue__avatar--agent {
  border-radius: 50% 50% 50% 8%;
}

.uc-interview-dialogue__label {
  color: #404040;
  margin-top: 6.85px;
  margin-top: 0.428125rem;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 190%; /* 30.4px */
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}

.uc-interview-dialogue__name {
  margin: 4px 0 0;
  margin: 0.25rem 0 0;
  color: #404040;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 190%; /* 30.4px */
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}

.uc-interview-dialogue__body {
  background-color: #F4F7F9;
  border-radius: 5px;
  border-radius: 0.3125rem;
  flex: 1;
  padding: 52px 52px 52px 58px;
  padding: 3.25rem 3.25rem 3.25rem 3.625rem;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 30.4px */
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}

.uc-interview-dialogue__body p {
  color: #1C1C1C;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  line-height: 190%; /* 30.4px */
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

.uc-interview-dialogue__body p:last-child {
  margin-bottom: 0;
}

.uc-interview-agent {
  align-items: flex-start;
  background-color: #f3f7f9;
  background-image: url(../../img/uc/interview-single/agent-bg.webp);
  background-repeat: repeat;
  background-size: 100px 100px;
  background-size: 6.25rem 6.25rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  column-gap: 33px;
  column-gap: 1.74rem;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  overflow: hidden;
  padding: 2.375rem 2.375rem 2.125rem 1.5625rem;
  position: relative;
}

.uc-interview-agent__background-label {
  position: absolute;
  right: 17px;
  right: 1.0625rem;
  top: 7px;
  top: 0.4375rem;
  z-index: 0;
  color: #D1DAE4;
  font-family: "IBM Plex Sans";
  font-size: 65.1px;
  font-size: 4.06875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 65.1px */
  letter-spacing: 4.557px;
  letter-spacing: 0.2848125rem;
  opacity: 0.06;
  mix-blend-mode: plus-lighter;
}

.uc-interview-agent__photo {
  grid-column: 1;
  grid-row: 1 / span 3;
  position: relative;
  z-index: 1;
  width: 118px;
  width: 6.895625rem;
  height: 118px;
  height: 6.895625rem;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 11px;
  margin-top: 0.6875rem;
}


.uc-interview-agent__body {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.uc-interview-agent__heading {
  align-items: center;
  border-bottom: 1px solid #ffffff;
  border-bottom: 0.0625rem solid #ffffff;
  display: flex;
  gap: 18px;
  gap: 1.125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.uc-interview-agent__label {
  color: #fff;
  padding: 3px 6.4px 5px;
  padding: 0.1875rem 0.4rem 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  border-radius: 1px;
  border-radius: 0.0625rem;
  background: #1C1C1C;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.uc-interview-agent__name {
  font-size: 22px;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 190%; /* 41.8px */
  letter-spacing: 2.2px;
  letter-spacing: 0.1375rem;
}

.uc-interview-agent__summary {
  grid-column: 2;
  grid-row: 2;
  margin: 0 0 14px;
  margin: 0 0 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 30.4px */
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}

.uc-interview-agent__button {
  align-items: center;
  background-color: #1C1C1C;
  border-radius: 2px;
  border-radius: 0.125rem;
  color: #fff;
  display: flex;
  grid-column: 2;
  grid-row: 3;
  justify-content: center;
  margin-left: auto;
  margin-top: auto;
  padding: 5.8px 49.4px 6.54px 19.63px;
  padding: 0.3625rem 2.1875rem 0.40875rem;
  position: relative;
  width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 26.6px */
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  justify-content: center;
}

.uc-interview-agent__button::after {
  content: ">";
  position: absolute;
  right: 9px;
  right: 0.4625rem;
  color: #FFF;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 26.6px */
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}

.uc-interview-sidebar {
  background-color: #fff;
  border-radius: 5px;
  border-radius: 0.3125rem;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.12);
  flex: 0 0 379px;
  flex: 0 0 21.3125rem;
  padding: 36px 51px 42px;
  padding: 2.25rem 2.03875rem 2.625rem;
}

.uc-interview-sidebar__section {
  margin: 0;
}

.uc-interview-sidebar__section--recommend {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.uc-interview-sidebar__title {
  border-bottom: 1px solid #7a7a7a;
  border-bottom: 0.0625rem solid #7a7a7a;
  color: #1c1c1c;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 0 14px;
  margin: 0 0 0.875rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
}

.uc-interview-sidebar__category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uc-interview-sidebar__category-item {
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}

.uc-interview-sidebar__category-link {
  align-items: center;
  border: 1.2px solid var(--uc-interview-accent);
  border: 0.075rem solid var(--uc-interview-accent);
  border-radius: 2px;
  border-radius: 0.125rem;
  color: var(--uc-interview-accent);
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: 1.9;
  min-height: 47px;
  padding: 7px 20px 7px 22px;
  padding: 0.4375rem 1.25rem 0.4375rem 1.375rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.uc-interview-sidebar__category-link.is-current {
  background-color: var(--uc-interview-accent);
  color: #fff;
}

.uc-interview-sidebar__category-link.is-current::after {
  border-color: #fff;
}

.uc-interview-sidebar__category-link::after {
  border-right: 1px solid var(--uc-interview-accent);
  border-right: 0.0625rem solid var(--uc-interview-accent);
  border-top: 1px solid var(--uc-interview-accent);
  border-top: 0.0625rem solid var(--uc-interview-accent);
  content: "";
  height: 6px;
  height: 0.375rem;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  width: 6px;
  width: 0.375rem;
}

@media (hover: hover) {
  .uc-interview-sidebar__category-link:hover {
    background-color: var(--uc-interview-accent);
    color: #fff;
  }

  .uc-interview-sidebar__category-link:hover::after {
    border-color: #fff;
  }
}

.uc-interview-sidebar__cards {
  display: flex;
  flex-direction: column;
  gap: 19px;
  gap: 1.1875rem;
}

.uc-interview-sidebar-card {
  margin: 0;
}

.uc-interview-sidebar-card__link {
  color: #1c1c1c;
  display: block;
}

.uc-interview-sidebar-card__thumbnail {
  aspect-ratio: 276 / 167.47;
  margin: 0 0 8px;
  margin: 0 0 0.128125rem;
  overflow: hidden;
}

.uc-interview-sidebar-card__thumbnail img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

.uc-interview-sidebar-card__link:hover .uc-interview-sidebar-card__thumbnail img {
  transform: scale(1.1);
}

.uc-interview-sidebar-card__title {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0875rem;
  line-height: 1.45;
  margin: 0;
}

/* @media screen and (min-width: 768px) and (max-width: 1279.98px) {
  .uc-interview-single__layout {
    display: block;
    margin-left: 24px;
    margin-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
    width: calc(100% - 3rem);
  }

  .uc-interview-single__article {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 100%;
  }

  .uc-interview-single__featured-image {
    aspect-ratio: 960 / 517;
    height: auto;
  }

  .uc-interview-single__body figure {
    width: auto;
  }

  .uc-interview-sidebar {
     display: none; 
  }
} */

/* figma-css:start nodeId=504-3336 */
@media screen and (max-width: 767.98px) {
  .uc-interview-single {
    background-image: url(../../img/uc/interview-single/background-sp.webp);
    background-position: center top;
    background-size: 414px auto;
    background-size: 25.875rem auto;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .uc-interview-single--job-change {
    background-image: url(../../img/uc/interview-single/interview-single-bg.webp);
    background-position: left top;
    background-repeat: repeat;
    background-size: 50px 50px;
    background-size: 3.125rem 3.125rem;
    padding-bottom: 0;
  }

  .uc-interview-single--job-change::before {
    display: none;
  }

  .uc-interview-single--job-change .uc-interview-single__hero {
    display: flow-root;
    position: relative;
    isolation: isolate;
  }

.uc-breadcrumbs{
  transform: translateX(-1.1rem);
}
  
  .uc-interview-single--job-change .uc-interview-single__hero::before {
    position: absolute;
    top: -3.5rem;
    right: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-image: url(../../img/uc/interview-single/background-sp.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
  }

  .uc-interview-single--new-graduate {
    background-image: url(../../img/uc/interview-single/interview-single-bg.webp);
    background-position: left top;
    background-repeat: repeat;
    background-size: 3.125rem 3.125rem;
  }

  .uc-interview-single--new-graduate::before {
    background-image: url(../../img/uc/interview-single/new-graduate-background-sp.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 28.4375rem;
  }

  .uc-interview-single--job-change .uc-interview-single__layout {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }

  .uc-interview-sidebar{
    display:none;
  }

  .uc-interview-single--new-graduate {
    background-image: url(../../img/uc/interview-single/interview-single-bg.webp);
    background-position: left top;
    background-repeat: repeat;
    background-size: 3.125rem 3.125rem;
    padding-bottom: 0;
  }

  .uc-interview-single--new-graduate .uc-interview-single__layout {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    transform: translateX(0);
  }

  .uc-interview-single--new-graduate .uc-interview-single__article > .uc-interview-new-graduate__consult {
    margin-bottom: 103px;
    margin-bottom: 6.4375rem;
  }

  .uc-interview-single__layout {
    display: block;
    margin-left: 0;
    padding: 18px 20px 0;
    padding: 0 1.25rem 0;
    width: 100%;
    transform: translateX(0);
  }

  .uc-interview-single__article {
    width: 100%;
    padding-top: 3.75rem;
  }

  .uc-interview-single__article-header {
    margin: 0 0 13px 1px;
    margin: 1.9375rem 0 0.8125rem 0.0625rem;
  }

  .uc-interview-single__category {
    color: #fff;
    font-size: 12.6px;
    font-size: 0.7875rem;
    margin-bottom: 3.8px;
    margin-bottom: 0.2375rem;
    padding: 3.5008px 9.5008px;
    padding: 0.2188rem 0.5938rem;
  }

  .uc-interview-single__title {
    font-size: 23.1008px;
    font-size: 1.4438rem;
    letter-spacing: 1.3856px;
    letter-spacing: 0.0866rem;
  }

  .uc-interview-single__featured-image {
    height: 201px;
    height: 12.5625rem;
    margin: 0 0 31px 1px;
    margin: 0 0 1.9375rem 0.0625rem;
    width: calc(100% - 0.0625rem);
  }

  .uc-interview-single__intro {
    letter-spacing: 1.2px;
    letter-spacing: 0.075rem;
    margin: 0 11px -28px 12px;
    margin: 0 0.6875rem 1.15rem 0.75rem;
  }

  .uc-interview-profile {
    margin: 0 11px 72px 12px;
    margin: 0 0.6875rem 4.5rem 0.75rem;
    padding-top: 50px;
    padding-top: 2.525rem;
  }

  .uc-interview-profile__background-label {
    font-size: 2.911875rem;
    left: 97px;
    left: 8.8625rem;
    letter-spacing: 4.0304px;
    letter-spacing: 0.2519rem;
    right: auto;
  }

  .uc-interview-profile__theme-label {
    font-size: 2.505625rem;
    letter-spacing: 17.0336px;
    letter-spacing: 1.0646rem;
    right: auto;
    left: 2.1rem;
    top: 10px;
    top: 0.425rem;
    writing-mode: inherit;
  }

  .uc-interview-profile__inner {
    background: #f6f6f6;
    border-radius: 4.5008px;
    border-radius: 0.2813rem;
    padding: 28px 27px 34px;
    padding: 1.75rem 1.6875rem 2.125rem;
  }

  .uc-interview-profile__title {
    font-size: 0.8561875rem;
    grid-column: 1;
    grid-row: 1;
    left: auto;
    letter-spacing: 0.30825rem;
    line-height: 1;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    min-height: 1.3668125rem;
    padding: 0.25rem 0.8125rem;
    position: relative;
    top: auto;
    width: 155.3008px;
    width: 6.9885rem;
    margin-bottom: 0;
    margin-top: 1.2rem;
  }

  .uc-interview-profile__overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 116px;
    margin: 0 4px 18px;
    margin: 0 0.25rem 1.125rem;
    min-height: 0;
    padding-right: 0;
    position: relative;
    row-gap: 9px;
    row-gap: 0.5625rem;
  }

  .uc-interview-profile__image {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: 5.5rem;
    justify-self: end;
    margin-right: -4px;
    margin-right: -0.95rem;
    margin-top: -0.7rem;
    position: relative;
    right: auto;
    top: auto;
    width: 5.5rem;
  }

  .uc-interview-profile__overview-text {
    display: contents;
    padding-top: 0;
  }

  .uc-interview-profile__name {
    font-size: 1.41875rem;
    grid-column: 1;
    grid-row: 2;
    letter-spacing: 2.3696px;
    letter-spacing: 0.141875rem;
    margin-bottom: 0;
    margin-top: -0.6rem;
  }

  .uc-interview-profile__summary {
    font-size: 0.8125rem;
    grid-column: 1 / -1;
    grid-row: 3;
    letter-spacing: 0.065rem;
    line-height: 1.6;
  }

  .uc-interview-profile__history {
    gap: 0;
    margin: 0 0 0 4px;
    margin: 0 0 0 0.25rem;
  }

  .uc-interview-profile__history-item {
    gap: 43px;
    gap: 2.6875rem;
    min-height: 116px;
  }

  .uc-interview-profile__history-item::before {
    left: 52px;
    left: 3.25rem;
    top: 14px;
    top: 0.775rem;
  }

  .uc-interview-profile__history-item::after {
    height: 9px;
    height: 0.5625rem;
    left: 48px;
    left: 3rem;
    width: 9px;
    width: 0.5625rem;
    top: 0.4875rem;
  }

  .uc-interview-profile__history-age {
    font-size: 14.4px;
    font-size: 0.9rem;
    letter-spacing: 1.44px;
    letter-spacing: 0.09rem;
  }

  .uc-interview-profile__history-role {
    font-size: 14.4px;
    font-size: 0.9rem;
    letter-spacing: 1.44px;
    letter-spacing: 0.09rem;
  }

  .uc-interview-profile__history-description {
    font-size: 12.6px;
    font-size: 0.7875rem;
    letter-spacing: 1.008px;
    letter-spacing: 0.063rem;
    line-height: 1.4;
  }

  .uc-interview-single .uc-interview-cta {
    margin: 0 -5px 103px;
    margin: 0 -0.3125rem 6.4375rem;
    width: auto;
  }

  .uc-interview-single--new-graduate .uc-job-consult__buttons {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 330px;
    width: 20.625rem;
  }

  .uc-interview-cta__text-button {
    font-size: 17px;
    font-size: 1.0625rem;
    min-height: 58px;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }

  .uc-interview-toc {
    margin: 0 11px 76px 12px;
    margin: 0 0.6875rem 4.75rem 0.75rem;
    min-height: 0;
    padding: 22px 24px 37px;
    padding: 1.375rem 1.5rem 2.3125rem;
  }

  .uc-interview-toc__background-label {
    font-size: 57.5904px;
    font-size: 3.5994rem;
    left: 38px;
    left: 2.375rem;
    letter-spacing: 4.0304px;
    letter-spacing: 0.2519rem;
    right: auto;
    top: -50px;
    top: -3.125rem;
  }

  .uc-interview-toc__title {
    font-size: 19.0272px;
    font-size: 1.1892rem;
    letter-spacing: 6.8496px;
    letter-spacing: 0.4281rem;
    line-height: 1;
    margin: 0 0 3px 3px;
    margin: 0 0 0.3875rem 0.1875rem;
    min-height: 30px;
    padding: 5.5008px 18.9696px;
    padding: 0.3438rem 1.1856rem;
    white-space: nowrap;
    width: 88px;
    width: 5.5rem;
  }

  .uc-interview-toc__link {
    align-items: center;
    gap: 1px;
    gap: 0.0625rem;
    min-height: 3.5rem;
    padding: 7.7008px 13px;
    padding: 0.6813rem 0.8125rem;
  }

  .uc-interview-toc__number {
    flex-basis: 35.0688px;
    flex-basis: 2.1918rem;
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 3.4px;
    letter-spacing: 0.2125rem;
  }

  .uc-interview-toc__text {
    font-size: 14.5008px;
    font-size: 0.85rem;
    letter-spacing: 1.4496px;
    letter-spacing: 0.0906rem;
    line-height: 1.2;
    white-space: normal;
  }

  .uc-interview-single__body {
    letter-spacing: 1.2px;
    letter-spacing: 0.075rem;
  }

  .uc-interview-single__body h2 {
    border-bottom-width: 2px;
    border-bottom-width: 0.125rem;
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 0 8px 18px;
    margin: 0 0.5rem 1.125rem;
    padding: 0 10px 12px;
    padding: 0 0.625rem 0.75rem;
  }

  .uc-interview-single__body h2:not(:first-child) {
    margin-top: 18px;
    margin-top: 1.125rem;
  }

  .uc-interview-single__body h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 11px 16px;
    margin: 0 0.6875rem 1rem;
    padding-left: 38px;
    padding-left: 2.375rem;
  }

  .uc-interview-single__body h3::before {
    top: 10px;
    top: 0.625rem;
    width: 32px;
    width: 2rem;
  }

  .uc-interview-single__body p {
    margin-left: 11px;
    margin-left: 0.6875rem;
    margin-right: 11px;
    margin-right: 0.6875rem;
  }

  .uc-interview-single__body figure {
    margin: 38px 8px 73px;
    margin: 2.375rem 0.5rem 4.5625rem;
    width: auto;
  }

  .uc-interview-single__body figure.wp-block-image:not(.alignleft):not(.alignright) {
    max-width: calc(100% - 1rem);
    width: fit-content;
  }

  .uc-interview-single__body .wp-block-image > figure:not(.alignleft):not(.alignright) {
    max-width: calc(100% - 1rem);
    width: fit-content;
  }

  .uc-interview-single__intro figure.wp-block-image:not(.alignleft):not(.alignright) {
    max-width: calc(100% - 1rem);
    width: fit-content;
  }

  .uc-interview-single__intro .wp-block-image > figure:not(.alignleft):not(.alignright) {
    max-width: calc(100% - 1rem);
    width: fit-content;
  }

  .uc-interview-single__body figcaption {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 1.9;
  }

  .uc-interview-dialogue {
    gap: 0;
    margin: 0 8px 48px;
    margin: 0 0.5rem 1rem;
    padding-top: 17px;
    padding-top: 1.0625rem;
    position: relative;
  }

  .uc-interview-dialogue--agent {
    flex-direction: row;
  }

  .uc-interview-dialogue__speaker {
    align-items: center;
    flex-basis: auto;
    flex-direction: row;
    gap: 13px;
    gap: 0.8125rem;
    height: 76px;
    height: 4.75rem;
    left: -15px;
    left: -0.9375rem;
    padding: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 1;
  }

  .uc-interview-dialogue--agent .uc-interview-dialogue__speaker {
    flex-direction: row-reverse;
    left: auto;
    right: -15px;
    right: -0.9375rem;
  }

  .uc-interview-dialogue__avatar {
    height: 76px;
    height: 4.75rem;
    width: 76px;
    width: 4.75rem;
  }

  .uc-interview-dialogue__label {
    background-color: transparent;
    color: #404040;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 1.2px;
    letter-spacing: 0.075rem;
    line-height: 1.9;
    margin-top: 0;
    padding: 0;
    white-space: nowrap;
  }

  .uc-interview-dialogue__name {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 1.2px;
    letter-spacing: 0.075rem;
    line-height: 1.9;
    margin: 0;
    text-align: left;
    white-space: nowrap;
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .uc-interview-dialogue__body {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1.2px;
    letter-spacing: 0.075rem;
    line-height: 1.9;
    min-height: 0;
    padding: 76px 23px 23px 25px;
    padding: 4.75rem 1.4375rem 1.4375rem 1.5625rem;
    width: calc(100% - 2.0625rem);
  }

  .uc-interview-dialogue__body p {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1.2px;
    letter-spacing: 0.075rem;
    line-height: 1.9;
    margin-left: 0;
    margin-right: 0;
  }

  .uc-interview-dialogue--guest .uc-interview-dialogue__body {
    margin-left: 33px;
    margin-left: 2.0625rem;
  }

  .uc-interview-dialogue--agent .uc-interview-dialogue__body {
    margin-right: 33px;
    margin-right: 2.0625rem;
  }

  .uc-interview-single__body .wp-block-buttons {
    margin: 40px 19px 83px;
    margin: 2.5rem 1.1875rem 5.1875rem;
  }

  .uc-interview-single__body .wp-block-buttons > .wp-block-button {
    width: 100%;
  }

  .uc-interview-single__body .wp-block-buttons > .wp-block-button .wp-block-button__link {
    font-size: 18px;
    font-size: 1.125rem;
    min-height: 4.4375rem;
    padding: 15px 35px;
    padding: 0.9375rem 2.1875rem;
  }

  .uc-interview-single__body .wp-block-buttons > .wp-block-button .wp-block-button__link::after {
    height: 14px;
    height: 0.875rem;
    margin-left: 10px;
    margin-left: 0.625rem;
    width: 9px;
    width: 0.5625rem;
  }

  .uc-interview-agent {
    align-items: flex-start;
    background-image: url(../../img/uc/interview-single/agent-bg.webp);
    background-repeat: repeat;
    background-size: 100px 100px;
    background-size: 6.25rem 6.25rem;
    column-gap: 18.8px;
    column-gap: 1.175rem;
    grid-template-columns: 5.2625rem minmax(0, 1fr);
    margin: 0 8px;
    margin: 0 0.5rem;
    min-height: 0;
    padding: 19.8px 33px 47px;
    padding: 1.2375rem 2.0625rem 2.9375rem;
  }

  .uc-interview-agent__background-label {
    font-size: 52.1008px;
    font-size: 3.2563rem;
    left: 134px;
    left: 8.375rem;
    letter-spacing: 3.6464px;
    letter-spacing: 0.2279rem;
    right: auto;
    top: 13px;
    top: 0.8125rem;
  }

  .uc-interview-agent__photo {
    grid-column: 1;
    grid-row: 1;
    height: 94.4px;
    height: 5.9rem;
    margin-left: -10.2px;
    margin-left: -0.6375rem;
    margin-top: 0;
    width: 94.4px;
    width: 5.9rem;
  }

  .uc-interview-agent__image {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .uc-interview-agent__body {
    grid-column: 2;
    grid-row: 1;
  }

  .uc-interview-agent__heading {
    gap: 16.3008px;
    gap: 1.0188rem;
    margin-bottom: 0;
    min-width: 0;
    padding-bottom: 9.9px;
    padding-bottom: 0.41875rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }

  .uc-interview-agent__label {
    font-size: 14.4px;
    font-size: 0.9rem;
    letter-spacing: 1.44px;
    letter-spacing: 0.09rem;
    margin-top: 3px;
    margin-top: 0.1875rem;
    padding: 2.56px 7.2px;
    padding: 0.16rem 0.45rem;
  }

  .uc-interview-agent__name {
    font-size: 19.8px;
    font-size: 1.2375rem;
    letter-spacing: 1.9808px;
    letter-spacing: 0.1238rem;
  }

  .uc-interview-agent__summary {
    font-size: 15px;
    font-size: 0.9375rem;
    grid-column: 1 / -1;
    grid-row: 2;
    letter-spacing: 1.2px;
    letter-spacing: 0.075rem;
    line-height: 1.9;
    margin: 23.8px 0 22px;
    margin: 1.4875rem 0 1.375rem;
  }

  .uc-interview-agent__button {
    font-size: 14px;
    font-size: 0.875rem;
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 0 3px 0 auto;
    margin: 0 0.1875rem 0 auto;
    min-height: 39px;
    padding: 5.8px 49px 6.5408px 19.6304px;
    padding: 0.3625rem 2.0269rem 0.4088rem;
    white-space: nowrap;
  }

 
}
/* figma-css:end nodeId=504-3336 */


@media screen and (min-width: 768px) and (max-width: 960px) {
 .uc-interview-sidebar {
    display: none;
  }

  .uc-interview-single__featured-image{
    height:auto;
  }

  .uc-interview-single__article{
      margin-inline:auto;
  }

  .uc-interview-single__layout{
    transform: translateX(0);
  }
}


@media screen and (min-width: 768px) {
.uc-breadcrumbs{
  width:100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 7.1rem;
}
}

@media screen and (min-width: 1081px) and (max-width: 1440px) {
.uc-interview-single__layout{
  padding-top: 10.5rem;
}
  .uc-breadcrumbs{
    top: 6.7rem;
  }
}

@media screen and (min-width: 961px) and (max-width: 1080px) {
.uc-interview-single__layout{
  padding-top: 10.5rem;
}
  .uc-breadcrumbs{
    top: 6.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
.uc-interview-single__layout{
  padding-top: 10.3rem;
}
  .uc-breadcrumbs{
    top: 6.4rem;
  }
}
