@charset "UTF-8";
/* ======================================================================
 p-career-specialists-single
====================================================================== */
#p-career-specialists-single .l-post-content {
  padding-top: 130px;
  padding-top: 8.125rem;
}

#p-career-specialists-single .l-main-visual,
#p-career-specialists-single .l-main-visual--new-graduate {
  position: relative;
  z-index: 0;
  padding: 120px 15px 60px;
  padding: 7.5rem 0.9375rem 3.75rem;
  background: #3598de;
}
@media screen and (max-width: 767px) {
  #p-career-specialists-single .l-main-visual,
  #p-career-specialists-single .l-main-visual--new-graduate {
    padding: 70px 15px 88px;
    padding: 4.375rem 0.9375rem 5.5rem;
  }
}
#p-career-specialists-single .l-main-visual:before,
#p-career-specialists-single .l-main-visual--new-graduate:before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 350px;
  width: 21.875rem;
  height: calc(100% - 100px);
  background: url(../img/p-career-specialists-single/l-main-visual-bg-1.jpg)
    no-repeat center/100% 100%;
  content: "";
}
@media screen and (max-width: 1000px) {
  #p-career-specialists-single .l-main-visual:before,
  #p-career-specialists-single .l-main-visual--new-graduate:before {
    height: calc(100% - 90px);
  }
}
@media screen and (max-width: 767px) {
  #p-career-specialists-single .l-main-visual:before,
  #p-career-specialists-single .l-main-visual--new-graduate:before {
    width: 85px;
    width: 5.3125rem;
    height: 85px;
    height: 5.3125rem;
    background-image: url(../img/p-career-specialists-single/sp/l-main-visual-bg-1.jpg);
  }
}
#p-career-specialists-single .l-main-visual--new-graduate {
  background: #2cb998;
}
#p-career-specialists-single .l-main-visual--new-graduate:before {
  background-image: url(../img/common/l-main-visual-bg-2.jpg);
}
@media screen and (max-width: 767px) {
  #p-career-specialists-single .l-main-visual--new-graduate:before {
    background-image: url(../img/common/sp/l-main-visual-bg-2.jpg);
  }
}
#p-career-specialists-single
  .l-main-visual--new-graduate
  .l-main-visual__image
  img {
  -webkit-box-shadow: -17px 17px 0 0 #2e957d;
  -webkit-box-shadow: -1.0625rem 1.0625rem 0 0 #2e957d;
  box-shadow: -17px 17px 0 0 #2e957d;
  box-shadow: -1.0625rem 1.0625rem 0 0 #2e957d;
}
@media screen and (max-width: 767px) {
  #p-career-specialists-single
    .l-main-visual--new-graduate
    .l-main-visual__image
    img {
    -webkit-box-shadow: -5px 6px 0 0 #2e957d;
    -webkit-box-shadow: -0.3125rem 0.375rem 0 0 #2e957d;
    box-shadow: -5px 6px 0 0 #2e957d;
    box-shadow: -0.3125rem 0.375rem 0 0 #2e957d;
  }
}
#p-career-specialists-single .l-main-visual__content {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  #p-career-specialists-single .l-main-visual__content {
    display: grid;
    grid-template-columns: auto 259px;
    gap: 58px;
    gap: 3.625rem;
    min-width: 720px;
    max-width: 1100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  #p-career-specialists-single .l-main-visual__content {
    margin: 28px auto 0;
    margin: 1.75rem auto 0;
  }
}
#p-career-specialists-single .l-main-visual__image {
  margin: 0 0 0 auto;
  max-width: 100%;
  width: 259px;
  width: 16.1875rem;
  height: 330px;
  height: 20.625rem;
}
@media screen and (max-width: 767px) {
  #p-career-specialists-single .l-main-visual__image {
    margin: 26px auto 0;
    margin: 1.625rem auto 0;
    width: 233px;
    width: 14.5625rem;
    height: 297px;
    height: 18.5625rem;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
#p-career-specialists-single .l-main-visual__image img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: -17px 17px 0 0 #2c8cd8;
  -webkit-box-shadow: -1.0625rem 1.0625rem 0 0 #2c8cd8;
  box-shadow: -17px 17px 0 0 #2c8cd8;
  box-shadow: -1.0625rem 1.0625rem 0 0 #2c8cd8;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #p-career-specialists-single .l-main-visual__image img {
    -webkit-box-shadow: -10px 10px 0 0 #2c8cd8;
    -webkit-box-shadow: -0.625rem 0.625rem 0 0 #2c8cd8;
    box-shadow: -10px 10px 0 0 #2c8cd8;
    box-shadow: -0.625rem 0.625rem 0 0 #2c8cd8;
  }
}
@media screen and (min-width: 768px) {
  #p-career-specialists-single .l-main-visual__text {
    position: relative;
    padding-bottom: 167px;
    padding-bottom: 10.4375rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#p-career-specialists-single .l-main-visual__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 44px;
  font-size: 2.75rem;
  font-family: "Inter", sans-serif;
  line-height: 1.3181818182;
}
@media screen and (max-width: 767px) {
  #p-career-specialists-single .l-main-visual__title {
    margin: 10px auto 0;
    margin: 0.625rem auto 0;
    text-align: center;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.325;
  }
}
#p-career-specialists-single .l-main-visual__title:after {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  content: url(../img/p-career-specialists-single/l-main-visual-title-after.svg);
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #p-career-specialists-single .l-main-visual__title:after {
    margin: 10px auto 0;
    margin: 0.625rem auto 0;
  }
}
#p-career-specialists-single .l-main-visual__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #p-career-specialists-single .l-main-visual__terms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-size: 1rem;
  }
}
#p-career-specialists-single .l-main-visual__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 15px 0 0;
  margin: 0 0.9375rem 0 0;
  width: 140px;
  width: 8.75rem;
  height: 30px;
  height: 1.875rem;
  border: solid 1px #fff;
  border: solid 0.0625rem #fff;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-family:
    "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "游ゴシック", YuGothic, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #p-career-specialists-single .l-main-visual__term {
    margin: 0 auto 15px;
    margin: 0 auto 0.9375rem;
    width: 117px;
    width: 7.3125rem;
    height: 25px;
    height: 1.5625rem;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#p-career-specialists-single .l-main-visual__pr {
  position: absolute;
  bottom: -115px;
  bottom: -7.1875rem;
  left: 50%;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #p-career-specialists-single .l-main-visual__pr {
    bottom: -130px;
    bottom: -8.125rem;
    -webkit-transform: translateX(-65px);
    transform: translateX(-65px);
  }
}
#p-career-specialists-single .l-main-visual__pr:before {
  display: block;
  width: 259px;
  width: 16.1875rem;
  height: 259px;
  height: 16.1875rem;
  background: url(../img/p-interview-single/message-bg.svg);
  -o-object-fit: contain;
  object-fit: contain;
  content: "";
}
#p-career-specialists-single .l-main-visual__pr img {
  position: absolute;
  top: 48%;
  left: 48%;
  z-index: 0;
  display: block;
  width: 80%;
  height: auto;
  mix-blend-mode: darken;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#p-career-specialists-single .l-main-visual__badge {
  position: absolute;
  top: -9px;
  top: -0.5625rem;
  left: -16px;
  left: -1rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  padding: 0.3125rem;
  width: 72px;
  width: 4.5rem;
  height: 72px;
  height: 4.5rem;
  border-radius: 9999px;
  border-radius: 624.9375rem;
  background: #ffe764;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0.1875rem 0.1875rem 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0.1875rem 0.1875rem 0 0 rgba(0, 0, 0, 0.16);
  color: #004e88;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #p-career-specialists-single .l-main-visual__badge {
    top: -20px;
    top: -1.25rem;
    right: 15px;
    right: 0.9375rem;
    left: unset;
  }
}
#p-career-specialists-single .l-main-visual__badge:after {
  margin: 4px auto 0;
  margin: 0.25rem auto 0;
  content: url(../img/p-career-specialists-single/l-main-visual-badge-after.svg);
  line-height: 0;
}

body:has(#uc-ca-profile) .l-header {
  display: none;
}

body:has(#uc-ca-profile) .l-header-fixed {
  display: none;
}

body:has(#uc-ca-profile) .l-menu {
  display: none;
}

body:has(#uc-ca-profile) .l-footer {
  display: none;
}

.uc-ca-profile {
  overflow: hidden;
  background: #fff;
  color: #1c1c1c;
  font-family: "Noto Sans JP", sans-serif;
}

.uc-ca-profile a {
}

.uc-ca-profile-hero {
  position: relative;
  z-index: 1;
  overflow: visible;
  background: url(../img/uc/career-specialist-single-job-change/hero-bg.webp)
    no-repeat center top / cover;
  height: 31.125rem;
}

.uc-ca-profile-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  column-gap: 39px;
  column-gap: 4.45rem;
  max-width: 1108px;
  width: 92%;
  margin: 72px auto 0;
  margin: 3.4075rem auto 0;
  justify-content: space-between;
}

.uc-ca-profile-hero__text-wrap {margin-top: 1.7025rem;}

.uc-ca-profile-hero__en {
  position: absolute;
  top: -90.390625px;
  top: -4.449414rem;
  left: 5px;
  left: 0.3125rem;
  margin: 0;
  background-image:
    linear-gradient(
      97.63deg,
      rgba(255, 255, 255, 0.4) 1.54%,
      rgba(255, 255, 255, 0) 65.04%
    ),
    linear-gradient(90deg, #008dd3 0%, #008dd3 100%);
  background-clip: text;
  color: transparent;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 113.71px;
  font-size: 7.106875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 7.96px;
  letter-spacing: 0.4975rem;
  opacity: 0.1;
  transform: skewX(-7deg);
  white-space: nowrap;
  z-index: -1;
}

.uc-ca-profile-hero__heading {
}

.uc-ca-profile-hero__title {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0;
  transform: skewX(-7deg);
}

.uc-ca-profile-hero__term {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  width: 10.875rem;
  height: 72px;
  height: 4.5rem;
  border: 2px solid #00c3ff;
  border: 0.125rem solid #00c3ff;
  border-image: linear-gradient(90deg, #5cd6f5 0%, #00a6e8 52%, #0a72c0 100%) 1;
  background-image: linear-gradient(
    90deg,
    #5cd6f5 0%,
    #00a6e8 52%,
    #0a72c0 100%
  );
  background-clip: text;
  color: transparent;
  font-size: 57.71px;
  font-size: 3.606875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 10.96px;
  letter-spacing: 0.685rem;
  padding: 0px 0px 5px 9px;
  padding: 0rem 0rem 0.3125rem 0.5625rem;
}

.uc-ca-profile-hero__title-text {
  display: block;
  margin-top: 1px;
  margin-top: 0.0625rem;
  color: #008dd3;
  font-size: 49.71px;
  font-size: 3.106875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 4.97px;
  letter-spacing: 0.310625rem;
  white-space: nowrap;
}

.uc-ca-profile-hero__profile {
}

.uc-ca-profile-hero__name {
  margin: 0;
  color: #1c1c1c;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 5.7px;
  letter-spacing: 0.35625rem;
}

.uc-ca-profile-hero__figure {
  flex: 1;
  height: 100%;
  margin-top: 1rem;
}

.uc-ca-profile-hero__figure picture {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .uc-ca-profile-hero{
    height: 29.625rem;
  }
  .uc-ca-profile-hero__inner{
    gap: 1.4rem;
    width: 90%;
  }
  .uc-ca-profile-hero__term {
    width: 140px;
    width: 8.85rem;
    height: 58px;
    height: 3.625rem;
    font-size: 46px;
    font-size: 2.875rem;
    letter-spacing: 8.77px;
    letter-spacing: 0.548125rem;
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    padding-left: 7px;
    padding-left: 0.4375rem;
  }

  .uc-ca-profile-hero__title-text {
    font-size: 40px;
    font-size: 2.8rem;
    letter-spacing: 4px;
    letter-spacing: 0.25rem;
  }

  .uc-ca-profile-hero__name {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 4.5px;
    letter-spacing: 0.28125rem;
  }
}



.uc-ca-profile-message {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 6.01125rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
  background: url(../img/uc/career-specialist-single-job-change/message-bg.webp)
    no-repeat center top / cover;
}

.uc-ca-profile-message::before {
  position: absolute;
  top: 60.4px;
  top: 3.775rem;
  right: 9.6px;
  right: 0.6rem;
  z-index: 0;
  content: "CAREER ADVISER";
  color: #d1dae4;
  font-family: "IBM Plex Sans";
  font-size: 147.1px;
  font-size: 9.19375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 10.297px;
  letter-spacing: 0.6435625rem;
  writing-mode: vertical-rl;
  opacity: 0.03;
  mix-blend-mode: plus-lighter;
}

.uc-ca-profile-message__inner {
  position: relative;
  z-index: 1;
  max-width: 940px;
  width: 90%;
  margin-inline: auto;
}

.uc-ca-profile-message__en {
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 102.1px;
  font-size: 6.38125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 26.55px;
  letter-spacing: 1.659375rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  white-space: nowrap;
}

.uc-ca-profile-message__title {
  color: #1c1c1c;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid;
  border-bottom: 0.0625rem solid;
  width: fit-content;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.uc-ca-profile-message__text {
  color: #1c1c1c;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  margin-bottom: 74px;
  margin-bottom: 4.625rem;
}

.uc-ca-profile-results {
}

.uc-ca-profile-results__title {
  margin: 0;
  color: #1c1c1c;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.4px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.uc-ca-profile-results__cards {
  max-width: 766px;
  margin: 81px auto 0;
  margin: 5.0625rem auto 0;
}

.uc-ca-profile-result-card {
  position: relative;
  width: 766px;
  width: 47.875rem;
  max-width: 100%;
  margin-inline: auto;
}

.uc-ca-profile-result-card + .uc-ca-profile-result-card {
  margin-top: 64px;
  margin-top: 4rem;
}

.uc-ca-profile-result-card__avatar {
  position: absolute;
  top: -75px;
  top: -4.6875rem;
  left: 50%;
  z-index: 2;
  display: block;
  width: 200px;
  width: 12.5rem;
  height: 128px;
  height: 8rem;
  transform: translateX(-50%);
}

.uc-ca-profile-result-card__avatar img {
  object-fit: contain;
}

.uc-ca-profile-result-card__panel {
  position: relative;
  z-index: 1;
  padding: 61.1px 70px 46.56px;
  padding: 3.81875rem 4.375rem 2.91rem;
  background: #fff;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.3125rem 0.8125rem rgba(0, 0, 0, 0.08);
}

.uc-ca-profile-result-card__title {
  margin: 0;
  color: #1c1c1c;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.1px;
  letter-spacing: 0.13125rem;
  text-align: center;
  margin-bottom: 6.54px;
  margin-bottom: 0.40875rem;
}

.uc-ca-profile-result-card__meta {
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #1c1c1c;
  border: 0.0625rem solid #1c1c1c;
  color: #1c1c1c;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 2.55px;
  letter-spacing: 0.159375rem;
  text-align: center;
  padding: 0px 7px 1px;
  padding: 0rem 0.4375rem 0.0625rem;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
}

.uc-ca-profile-result-card__flow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 626px;
  width: 39.125rem;
  max-width: 100%;
  min-height: 73px;
  min-height: 4.5625rem;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20.34px;
  margin-bottom: 1.27125rem;
}

.uc-ca-profile-result-card__flow-before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 199px;
  width: 12.4375rem;
  min-height: 73px;
  min-height: 4.5625rem;
  box-sizing: border-box;
  margin: 0;
  background-image: url("../img/uc/career-specialist-single-job-change/result-flow-before.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #f5f7f8;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  text-align: center;
  overflow-wrap: anywhere;
  padding: 10px 8px;
  padding: 0.625rem 0.5rem;
}

.uc-ca-profile-result-card__flow-arrow {
  display: block;
  align-self: center;
  flex-shrink: 0;
  width: 161px;
  width: 10.0625rem;
  height: 73px;
  height: 4.5625rem;
  margin: 0;
  background-image: url("../img/uc/career-specialist-single-job-change/result-flow-arrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.uc-ca-profile-result-card__flow-after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 199px;
  width: 12.4375rem;
  min-height: 73px;
  min-height: 4.5625rem;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  background-image: url("../img/uc/career-specialist-single-job-change/result-flow-after.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #f6f7f9;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  text-align: center;
  overflow-wrap: anywhere;
  padding: 10px 8px;
  padding: 0.625rem 0.5rem;
}

.uc-ca-profile-result-card__text {
  margin-inline: auto;
  color: #1c1c1c;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}

.uc-ca-profile-consult {
  width: 683px;
  width: 42.6875rem;
  margin: 100px auto 0;
  margin: 6.25rem auto 0;
  text-align: center;
}

.uc-ca-profile-consult__title {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 522px;
  margin-inline: auto;
  border-top: 2px solid #3aa2de;
  border-top: 0.125rem solid #3aa2de;
  border-bottom: 2px solid #3aa2de;
  border-bottom: 0.125rem solid #3aa2de;
  white-space: nowrap;
  padding: 15.32px 0 17.66px;
  padding: 0.9575rem 0 1.10375rem;
  margin-bottom: 29px;
  margin-bottom: 1.8125rem;
  color: #0b87c5;
  font-family: "Noto Sans JP";
  font-size: 32.011px;
  font-size: 2.0006875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.816px */
  letter-spacing: 1.601px;
  letter-spacing: 0.1000625rem;
}

.uc-ca-profile-consult__title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 91px;
  width: 5.6875rem;
  height: 51px;
  height: 3.1875rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  color: #fff;
  font-size: 34.41px;
  font-size: 2.150625rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 3.44px;
  letter-spacing: 0.215rem;
  border-radius: 2.001px;
  border-radius: 0.1250625rem;
  background:
    linear-gradient(
      282deg,
      rgba(125, 227, 255, 0) 40.69%,
      rgba(125, 227, 255, 0.5) 92.2%
    ),
    #0b87c5;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  padding-left: 2px;
  padding-left: 0.125rem;
}

.uc-ca-profile-consult__lead {
  color: #404040;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.76px;
  letter-spacing: 0.11rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.uc-ca-profile-consult__buttons {
  display: flex;
  justify-content: center;
  gap: 11px;
  gap: 0.6875rem;
}

.uc-ca-profile-consult__button {
  display: block;
  width: 336px;
  width: 21rem;
  height: 85px;
  height: 5.3125rem;
}

.uc-ca-profile-consult__button picture {
  display: block;
  width: 100%;
  height: 100%;
}

.uc-ca-profile-consult__button img {
  object-fit: contain;
}

.uc-ca-profile-related {
  position: relative;
  overflow: hidden;
  background: url(../img/uc/career-specialist-single-job-change/related-bg.webp)
    no-repeat center top / cover;
  padding-top: 93px;
  padding-top: 5.8125rem;
  padding-bottom: 101px;
  padding-bottom: 6.3125rem;
}

.uc-ca-profile-related__inner {
  position: relative;
  z-index: 1;
  max-width: 924px;
  margin-inline: auto;
}

.uc-ca-profile-related__label {
  position: absolute;
  top: -22px;
  top: -1.375rem;
  left: -63.3828125px;
  left: -3.96142578125rem;
  width: 39px;
  width: 2.4375rem;
  height: 237px;
  height: 14.8125rem;
  background: #fff;
  color: #cdd2db;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 35.1px;
  font-size: 2.19375rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 12.64px;
  letter-spacing: 0.79rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 7.5px 1px 0 1px;
  padding: 0.46875rem 0.0625rem 0 0.0625rem;
  white-space: nowrap;
}

.uc-ca-profile-related__label::after {
  content: "";
  position: absolute;
  top: 255px;
  top: 15.9375rem;
  left: 19px;
  left: 1.1875rem;
  width: 1px;
  width: 0.0625rem;
  height: 189px;
  height: 11.8125rem;
  background: #ffffff;
}

.uc-ca-profile-related__header {
  width: fit-content;
  margin-left: 26px;
  margin-left: 1.625rem;
}

.uc-ca-profile-related__term {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  width: 6.125rem;
  height: 52px;
  height: 3.25rem;
  border: 2px solid #00c3ff;
  border: 0.125rem solid #00c3ff;
  border-image: linear-gradient(90deg, #5cd6f5 0%, #00a6e8 52%, #0a72c0 100%) 1;
  background-image:
    linear-gradient(
      91.99deg,
      rgba(0, 195, 255, 0.8) 12.95%,
      rgba(0, 195, 255, 0) 85.07%
    ),
    linear-gradient(90deg, #0a72c0 0%, #0a72c0 100%);
  background-clip: text;
  color: transparent;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.uc-ca-profile-related__title {
  color: #404040;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
}

.uc-ca-profile-related__line {
  display: block;
  width: 67px;
  width: 4.1875rem;
  height: 2px;
  height: 0.125rem;
  margin: 18px 0 0 4px;
  margin: 1.125rem 0 0 0.25rem;
  background: #404040;
}

.uc-ca-profile-related__arrows {
  position: absolute;
  display: flex;
  top: 115px;
  top: 7.1875rem;
  right: 6.2px;
  right: 0.3875rem;
  gap: 16.6px;
  gap: 1.0375rem;
}

.uc-ca-profile-related__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40.04px;
  width: 2.5025rem;
  height: 40.04px;
  height: 2.5025rem;
  border: 0;
  border-radius: 2.86px;
  border-radius: 0.17875rem;
  background: linear-gradient(141deg, #5e5e5e 17.18%, #1c1c1c 80.38%);
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.uc-ca-profile-related__arrow--prev {
  opacity: 1;
  transform: none;
}

.uc-ca-profile-related__arrow--prev::before {
  content: "<";
  color: #fff;
  font-family: "IBM Plex Sans";
  font-size: 28.6px;
  font-size: 1.7875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 1.716px;
  letter-spacing: 0.10725rem;
  transform: translateY(-2px);
}

.uc-ca-profile-related__arrow--next {
  opacity: 1;
}

.uc-ca-profile-related__arrow--next::before {
  content: ">";
  color: #fff;
  font-family: "IBM Plex Sans";
  font-size: 28.6px;
  font-size: 1.7875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 1.716px;
  letter-spacing: 0.10725rem;
  transform: translateY(-2px);
}

.uc-ca-profile-related__cards {
  display: flex;
  gap: 52px;
  gap: 3.25rem;
  margin-top: 62px;
  margin-top: 3.875rem;
}

.uc-ca-profile-related__slider {
  overflow: hidden;
  margin: 4.1875rem 0 5.3125rem 0.125rem;
}

.uc-ca-profile-related__slider .uc-ca-profile-related__cards {
  gap: 0;
  margin-top: 0;
}

.uc-ca-profile-related-card {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: auto;
  min-width: 0;
  height: auto;
}

.uc-ca-profile-related-card__image {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-left: 3.3828125px;
  margin-left: 0.21142578125rem;
}

.uc-ca-profile-related-card__copy {
  display: block;
  margin-top: 9px;
  margin-top: 0.5625rem;
  color: #1c1c1c;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}

.uc-ca-profile-related-card__name {
  display: block;
  color: #1c1c1c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16.47px;
  font-size: 1.029375rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.14px;
  letter-spacing: 0.13375rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.uc-ca-profile-related-card__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.75px;
  width: 1.734375rem;
  height: 27.75px;
  height: 1.734375rem;
  border-radius: 2px;
  border-radius: 0.125rem;
  background: linear-gradient(141.04deg, #6dcaf3 17.18%, #218adf 80.38%);
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 19.82px;
  font-size: 1.23875rem;
  line-height: 1;
  letter-spacing: 1.19px;
  letter-spacing: 0.074375rem;
  padding-bottom: 0.2rem;
  padding-left: 0.1rem;
}

.uc-ca-profile-related__dots {
  display: none;
}

.uc-ca-profile-related__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 441px;
  width: 27.5625rem;
  height: 73px;
  height: 4.5625rem;
  margin: 84px auto 0;
  margin: 5.25rem auto 0;
  border-radius: 2.58px;
  border-radius: 0.16125rem;
  background: linear-gradient(172.38deg, #6dcaf3 17.18%, #218adf 80.38%);
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.1px;
  letter-spacing: 0.13125rem;
  color: #fff;
}

.uc-ca-profile__blank {
  height: 0;
  background: #fff;
}

@media screen and (max-width: 767.98px) {
  .uc-ca-profile-hero {
    height: 30.65rem;
  }

  .uc-ca-profile-hero {
    background-image: url(../img/uc/career-specialist-single-job-change/hero-bg-sp.webp);
  }

  .uc-ca-profile-hero__inner {
    display: flex;
    flex-direction: column;
    width: 326px;
    width: 20.375rem;
    margin-top: 33px;
    margin-top: -0.1375rem;
  }

  .uc-ca-profile-hero__en {
    top: -38px;
    top: -0.875rem;
    left: -11px;
    left: -0.6875rem;
    font-size: 45.86px;
    font-size: 2.86625rem;
    line-height: 1.3;
    letter-spacing: 1.83px;
    letter-spacing: 0.114375rem;
  }

  .uc-ca-profile-hero__heading {
    width: 100%;
  }

  .uc-ca-profile-hero__term {
    width: 90px;
    width: 5.625rem;
    height: 40px;
    height: 2.5rem;
    margin-left: 0;
    border-width: 2px;
    border-width: 0.125rem;
    font-size: 31.74px;
    font-size: 1.98375rem;
    line-height: 1.3;
    letter-spacing: 6.03px;
    letter-spacing: 0.376875rem;
    border: 1px solid #00c3ff;
    border: 0.0625rem solid #00c3ff;
    border-image: linear-gradient(90deg, #5cd6f5 0%, #00a6e8 52%, #0a72c0 100%)
      1;
    background-image: linear-gradient(
      90deg,
      #5cd6f5 0%,
      #00a6e8 52%,
      #0a72c0 100%
    );
  }

  .uc-ca-profile-hero__title-text {
    margin-top: 4px;
    margin-top: 0.25rem;
    font-size: 27.34px;
    font-size: 1.70875rem;
    letter-spacing: 2.73px;
    letter-spacing: 0.170625rem;
  }

  .uc-ca-profile-hero__figure {
    width: 321.47px;
    width: 20.091875rem;
    margin: 12px auto 10.85px;
    margin: 0.75rem auto 0.678125rem;
  }

  .uc-ca-profile-hero__profile {
    width: 326px;
    width: 20.375rem;
  }

  .uc-ca-profile-hero__name {
    font-size: 25.4px;
    font-size: 1.5875rem;
    line-height: 1.5;
    letter-spacing: 3.81px;
    letter-spacing: 0.238125rem;
    margin-bottom: 11.3px;
    margin-bottom: 0.70625rem;
  }

  .uc-ca-profile-message {
    background-image: url(../img/uc/career-specialist-single-job-change/message-bg-sp.webp);
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 60.82px;
    padding-bottom: 3.80125rem;
  }

  .uc-ca-profile-message::before {
    top: 21.35px;
    top: 1.334375rem;
    right: -11px;
    right: -0.6875rem;
    font-size: 75.861px;
    font-size: 4.7413125rem;
    letter-spacing: 5.31px;
    letter-spacing: 0.331875rem;
  }

  .uc-ca-profile-message__inner {
    width: 365px;
    width: 22.8125rem;
  }

  .uc-ca-profile-message__en {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1;
    letter-spacing: 11.44px;
    letter-spacing: 0.715rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    margin-left: 11px;
    margin-left: 0.6875rem;
  }

  .uc-ca-profile-message__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem;
    margin-left: 14px;
    margin-left: 0.875rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }

  .uc-ca-profile-message__text {
    width: 340px;
    width: 21.25rem;
    margin-top: 14px;
    margin-top: 0.875rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
    letter-spacing: 1.4px;
    letter-spacing: 0.0875rem;
    margin-left: 14px;
    margin-left: 0.875rem;
    margin-bottom: 52px;
    margin-bottom: 3.25rem;
  }

  .uc-ca-profile-results {
  }

  .uc-ca-profile-results__title {
    font-size: 24px;
    font-size: 1.5rem;

    /* 33.6px */
    letter-spacing: 2.4px;
    letter-spacing: 0.15rem;
  }

  .uc-ca-profile-results__cards {
    width: 100%;
    margin-top: 59px;
    margin-top: 3.6875rem;
  }

  .uc-ca-profile-result-card {
    width: 365px;
    width: 22.8125rem;
  }

  .uc-ca-profile-result-card + .uc-ca-profile-result-card {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }

  .uc-ca-profile-result-card__avatar {
    top: -39px;
    top: -2.4375rem;
    width: 141px;
    width: 8.8125rem;
    height: 90px;
    height: 5.625rem;
  }

  .uc-ca-profile-result-card__panel {
    min-height: 31.3125rem;
    padding: 53px 28px 44px 30px;
    padding: 3.3125rem 1.75rem 2.75rem 1.875rem;
  }

  .uc-ca-profile-result-card__title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.4;
    letter-spacing: 1.7px;
    letter-spacing: 0.10625rem;
    margin-bottom: 10.45px;
    margin-bottom: 0.653125rem;
  }

  .uc-ca-profile-result-card__meta {
    font-size: 15.3px;
    font-size: 0.95625rem;
    line-height: 1.55;
    letter-spacing: 2.3px;
    letter-spacing: 0.14375rem;
    padding: 0px 7px 0;
    padding: 0rem 0.4375rem 0;
    margin-bottom: 23.52px;
    margin-bottom: 1.47rem;
  }

  .uc-ca-profile-result-card__flow {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }

  .uc-ca-profile-result-card__flow-before {
    width: 285px;
    width: 17.8125rem;
    min-height: 61px;
    min-height: 3.8125rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem;
    background-image: url(../img/uc/career-specialist-single-job-change/result-flow-before-sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 8.41px 0 8.59px;
    padding: 0.525625rem 0 0.536875rem;
  }

  .uc-ca-profile-result-card__flow-arrow {
    width: 25px;
    width: 1.5625rem;
    height: 22px;
    height: 1.375rem;
    margin: 4.6px 0;
    margin: 0.2875rem 0;
    background-image: url(../img/uc/career-specialist-single-job-change/result-flow-arrow-sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .uc-ca-profile-result-card__flow-after {
    width: 285px;
    width: 17.8125rem;
    min-height: 61px;
    min-height: 3.8125rem;
    height: auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem;
    background-image: url(../img/uc/career-specialist-single-job-change/result-flow-after-sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 8.41px 10px 8.59px;
    padding: 0.525625rem 0.625rem 0.536875rem;
  }

  .uc-ca-profile-result-card__text {
    width: 307px;
    width: 19.1875rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 1.4px;
    letter-spacing: 0.0875rem;
  }

  .uc-ca-profile-consult {
    width: 357px;
    width: 22.3125rem;
    margin-top: 80px;
    margin-top: 5rem;
  }

  .uc-ca-profile-consult__title {
    width: 357px;
    width: 22.3125rem;
    border-top-width: 1.4px;
    border-top-width: 0.0875rem;
    border-bottom-width: 1.4px;
    border-bottom-width: 0.0875rem;
    font-size: 21.54px;
    font-size: 1.34625rem;
    line-height: 1.4;
    letter-spacing: 1.095px;
    letter-spacing: 0.0684375rem;
    padding: 9.48px 0 11.08px;
    padding: 0.5925rem 0 0.6925rem;
    margin-bottom: 24.84px;
    margin-bottom: 1.5525rem;
  }

  .uc-ca-profile-consult__title span {
    width: 62px;
    width: 3.875rem;
    height: 35px;
    height: 2.1875rem;
    margin-right: 7.24px;
    margin-right: 0.4525rem;
    font-size: 23.54px;
    font-size: 1.47125rem;
    line-height: 1.2;
    letter-spacing: 2.35px;
    letter-spacing: 0.146875rem;
  }

  .uc-ca-profile-consult__lead {
    font-size: 15.05px;
    font-size: 0.940625rem;
    line-height: 1.4;
    letter-spacing: 1.2px;
    letter-spacing: 0.075rem;
    margin-bottom: 8.71px;
    margin-bottom: 0.544375rem;
  }

  .uc-ca-profile-consult__buttons {
    flex-direction: column;
    align-items: center;
    gap: 9.51px;
    gap: 0.594375rem;
  }

  .uc-ca-profile-consult__button {
    width: 336px;
    width: 21rem;
    height: 79px;
    height: 4.9375rem;
  }

  .uc-ca-profile-related {
    padding-top: 53px;
    padding-top: 3.3125rem;
    padding-bottom: 95px;
    padding-bottom: 5.9375rem;
    background-image: url(../img/uc/career-specialist-single-job-change/related-bg-sp.webp);
    overflow-x: hidden;
  }

  .uc-ca-profile-related__inner {
    width: 364px;
    width: 22.75rem;
    max-width: calc(100% - 50px);
    overflow: visible;
  }

  .uc-ca-profile-related__label {
    top: 165px;
    top: 10.3125rem;
    left: -8px;
    left: -0.5rem;
    width: 29px;
    width: 1.8125rem;
    height: 174px;
    height: 10.875rem;
    font-size: 26.15px;
    font-size: 1.634375rem;
    line-height: 1;
    letter-spacing: 9.41px;
    letter-spacing: 0.588125rem;
    padding: 5.5px 1px 0 1px;
    padding: 0.34375rem 0.0625rem 0 0.0625rem;
  }

  .uc-ca-profile-related__label::after {
    top: 179px;
    top: 11.1875rem;
    left: 14px;
    left: 0.875rem;
    height: 130px;
    height: 8.125rem;
  }

  .uc-ca-profile-related__header {
    margin-left: 0;
  }

  .uc-ca-profile-related__term {
    line-height: 1.5;
    letter-spacing: 2.73px;
    letter-spacing: 0.170625rem;
    width: 84px;
    width: 5.25rem;
    height: 44.4px;
    height: 2.775rem;
    border-width: 1.9px;
    border-width: 0.11875rem;
    font-size: 27.305px;
    font-size: 1.7065625rem;
    padding-bottom: 1px;
    padding-bottom: 0.0625rem;
    padding-left: 2px;
    padding-left: 0.125rem;
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
  }

  .uc-ca-profile-related__title {
    font-size: 26.6px;
    font-size: 1.6625rem;
    line-height: 1.5;
    letter-spacing: 2.66px;
    letter-spacing: 0.16625rem;
  }

  .uc-ca-profile-related__line {
    width: 54.5px;
    width: 3.40625rem;
    height: 2px;
    height: 0.125rem;
    margin-top: 21.5px;
    margin-top: 1.34375rem;
  }

  .uc-ca-profile-related__arrows {
    display: none;
  }

  .uc-ca-profile-related__cards {
    gap: 19px;
    gap: 1.1875rem;
    width: 568px;
    width: 35.5rem;
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-left: 40px;
    margin-left: 2.5rem;
  }

  .uc-ca-profile-related__slider {
    width: calc(100vw - 40px - 16px);
    width: calc(100vw - 2.5rem - 1rem);
    max-width: none;
    margin-top: 43.3px;
    margin-top: 2.70625rem;
    margin-left: 40px;
    margin-left: 2.5rem;
    margin-bottom: 42px;
    margin-bottom: 2.625rem;
    overflow: hidden;
  }

  .uc-ca-profile-related__slider .uc-ca-profile-related__cards {
    gap: 0;
    width: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .uc-ca-profile-related-card,
  .uc-ca-profile-related__slider .uc-ca-profile-related-card {
    flex: 0 0 275px;
    flex: 0 0 17.1875rem;
    width: 275px !important;
    width: 17.1875rem !important;
    max-width: none;
    min-width: 275px;
    min-width: 17.1875rem;
    min-height: 262px;
    box-sizing: border-box;
  }

  .uc-ca-profile-related-card__image {
    width: 272px;
    width: 17rem;
    height: 179px;
    height: 11.1875rem;
    margin-left: 3.15px;
    margin-left: 0.196875rem;
  }

  .uc-ca-profile-related-card__copy {
    width: 198px;
    width: 12.375rem;
    margin-top: 9px;
    margin-top: 0.5625rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 1.4px;
    letter-spacing: 0.0875rem;
  }

  .uc-ca-profile-related-card__name {
    font-size: 16.47px;
    font-size: 1.029375rem;
    line-height: 1;
    letter-spacing: 2.14px;
    letter-spacing: 0.13375rem;
    margin-top: 12px;
    margin-top: 0.75rem;
  }

  .uc-ca-profile-related-card__arrow {
    width: 27.75px;
    width: 1.734375rem;
    height: 27.75px;
    height: 1.734375rem;
    font-size: 19.82px;
    font-size: 1.23875rem;
    letter-spacing: 1.19px;
    letter-spacing: 0.074375rem;
    right: 0.1px;
    right: 0.00625rem;
    bottom: 1.6px;
    bottom: 0.1rem;
  }

  .uc-ca-profile-related__dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    gap: 0.4375rem;
  }

  .uc-ca-profile-related__dots .swiper-pagination-bullet {
    width: 5.6px;
    width: 0.35rem;
    height: 5.6px;
    height: 0.35rem;
    margin: 0;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
  }

  .uc-ca-profile-related__dots .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .uc-ca-profile-related__button {
    width: 337px;
    width: 21.0625rem;
    height: 73px;
    height: 4.5625rem;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4;
    letter-spacing: 1.5px;
    letter-spacing: 0.09375rem;
    margin-top: 31.4px;
    margin-top: 1.9625rem;
  }

  .uc-ca-profile__blank {
    height: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .uc-ca-profile-related__inner {
    width: 82%;
    max-width: 780px;
  }
}
