@charset "UTF-8";

.uc-ebook-single {
  --uc-ebook-accent: #1bb18b;
  --uc-ebook-muted: #f6f6f6;
  --uc-interview-muted: #f6f6f6;
  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;
  color: #1c1c1c;
  font-family: "Noto Sans JP", sans-serif;
}

.uc-ebook-single--job-change {
  --uc-ebook-accent: #2f97d5;
}

.uc-ebook-single * {
  box-sizing: border-box;
}

.uc-ebook-single img {
  display: block;
  max-width: 100%;
}

.uc-ebook-fv {
  overflow: hidden;
  padding-bottom: 2.25rem;
  position: relative;
}

.uc-ebook-fv__breadcrumbs {
  margin-bottom: 1.125rem;
}

.uc-ebook-fv__inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 66rem;
  position: relative;
  width: 90%;
  z-index: 1;
}

.uc-ebook-fv__content {
  align-self: flex-start;
  flex-basis: 40rem;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: 0;
  padding-top: 4.875rem;
  position: relative;
}

.uc-ebook-fv__background-label {
  color: rgba(27, 177, 139, 0.1);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 7.1069rem;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.4975rem;
  line-height: 1.3;
  position: absolute;
  top: -2.1875rem;
  transform: skewX(-7deg);
  white-space: nowrap;
}

.uc-ebook-fv__header {
  position: relative;
  z-index: 1;
}

.uc-ebook-fv__label {
  background: linear-gradient(101deg, #1CBD94 28.64%, #077A5D 91.62%);
  color: #fff;
  display: inline-flex;
  font-size: 1.9194rem;
  font-weight: 700;
  letter-spacing: 0.3647rem;
  line-height: 1;
  margin-bottom: 0.75rem;
  padding: 0.6875rem 1rem;
  transform: skewX(-7deg);
}

.uc-ebook-fv__label-text {
  display: inline-block;
  transform: skewX(3deg);
}

.uc-ebook-fv__title {
  color: #1bb18b;
  font-size: 3.1069rem;
  font-weight: 700;
  letter-spacing: 0.3106rem;
  line-height: 1.3;
  margin: 0 0 0.25rem;
  transform: skewX(-7deg);
  transform-origin: left center;
}

.uc-ebook-fv__lead {
  color: #1bb18b;
  font-size: 1.6069rem;
  font-weight: 500;
  letter-spacing: 0.1606rem;
  line-height: 1.3;
  margin: 0;
}

.uc-ebook-fv__book {
  align-items: center;
  aspect-ratio: 303 / 411;
  background: #fff;
  display: flex;
  flex-basis: 18.9375rem;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0.75rem 0 0;
}

.uc-ebook-fv__book-image {
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0, 0, 0, 0.08);
  height: auto;
  width: 100%;
}

.uc-ebook-article {
  padding-top: 0.75rem;
  padding-bottom: 9rem;
}

.uc-ebook-article__inner {
  max-width: 60rem;
  margin-inline: auto;
  width: 90%;
}

.uc-ebook-article__summary {
  margin-bottom: 6.4375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.uc-ebook-article__summary h2 {
  border-bottom: 2px solid #1c1c1c;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.0813rem;
  line-height: 1.4;
  margin: 0 0 1.75rem;
  padding-bottom: 1.125rem;
}

.uc-ebook-article__summary p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.9;
  margin: 0;
}

.uc-interview-toc {
  background-color: #f6f6f6;
  border-radius: 0.3125rem;
  margin-bottom: 5.25rem;
  padding: 3.3969rem 6rem 3.8rem;
  position: relative;
}

.uc-interview-toc__background-label {
  color: #f6f6f6;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 5.3188rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3723rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -4.625rem;
}

.uc-interview-toc__title {
  background-color: #1c1c1c;
  color: #fff;
  display: inline-flex;
  font-size: 1.1925rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4293rem;
  line-height: 1;
  margin: 0 0 0.4375rem;
  padding: 0.35rem 1.4375rem;
}

.uc-interview-toc__list {
  display: grid;
  grid-auto-rows: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.uc-interview-toc__link {
  align-items: center;
  color: #1c1c1c;
  display: flex;
  gap: 1.5rem;
  height: 100%;
  padding: 0.95rem 1.375rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

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

.uc-interview-toc__link:focus-visible {
  background-color: #303030;
  color: #fff;
  outline: 2px solid var(--uc-ebook-accent);
  outline-offset: 2px;
}

.uc-interview-toc__number {
  flex-basis: 2.1875rem;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.3195rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2639rem;
  line-height: 1;
}

.uc-interview-toc__text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0352rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1035rem;
  line-height: 1.4;
  min-width: 0;
}

.uc-ebook-article__body {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.9;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.uc-ebook-article__body h2 {
  border-bottom: 2px solid #1c1c1c;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.0813rem;
  line-height: 1.4;
  margin: 0 0 1.75rem;
  padding-bottom: 1.125rem;
  scroll-margin-top: calc(var(--uc-header-breadcrumb-offset, 7.5rem) + 1rem);
}

.uc-ebook-article__body h3 {
  color: var(--uc-ebook-accent);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

.uc-ebook-article__body h4 {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

.uc-ebook-article__body h5 {
  color: var(--uc-ebook-accent);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.uc-ebook-article__body p {
  margin: 0 0 1.75rem;
}

.uc-ebook-article__body ul {
  margin: 0 0 2rem;
  padding-left: 1.5rem;
}

.uc-ebook-article__body ol {
  margin: 0 0 2rem;
  padding-left: 1.5rem;
}

.uc-ebook-article__body li {
  margin-bottom: 0.5rem;
}

.uc-ebook-article__body img {
  height: auto;
}

.uc-ebook-article__body p:has(+ h2) {
  margin-bottom: 5.25rem;
}

.uc-ebook-article__body ul:has(+ h2) {
  margin-bottom: 5.25rem;
}

.uc-ebook-article__body ol:has(+ h2) {
  margin-bottom: 5.25rem;
}

.uc-ebook-bubble {
  display: flex;
  margin-bottom: 1.8125rem;
  max-width: 42.1875rem;
  width: 75%;
}

.uc-ebook-bubble--left {
  margin-right: auto;
}

.uc-ebook-bubble--right {
  margin-left: auto;
}

.uc-ebook-bubble__body {
  align-items: center;
  background: #edf0f5;
  display: flex;
  min-height: 4.6875rem;
  padding: 1.3125rem 4.0625rem;
  width: 100%;
}

.uc-ebook-bubble--left .uc-ebook-bubble__body {
  border-radius: 0 1.5625rem 1.5625rem 1.5625rem;
}

.uc-ebook-bubble--right .uc-ebook-bubble__body {
  border-radius: 1.5625rem 0 1.5625rem 1.5625rem;
}

.uc-ebook-bubble__body p {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.0563rem;
  line-height: 1.4;
  margin: 0;
}

.uc-ebook-download {
  background-color: #ceebe3;
  padding-bottom: 6.5rem;
  padding-top: 6.4375rem;
  position: relative;
}

.uc-ebook-download__inner {
  align-items: center;
  border-radius: 0.3125rem;
  display: flex;
  margin-inline: auto;
  max-width: 65rem;
  padding: 3.5313rem 3rem;
  position: relative;
  width: 90%;
}

.uc-ebook-download__book-area {
  flex: 0 0 24.625rem;
  position: relative;
  z-index: 1;
}

.uc-ebook-download__book {
  align-items: center;
  aspect-ratio: 233 / 316;
  background: #fff;
  display: flex;
  margin-bottom: 0;
  margin-left: 4.5625rem;
  margin-right: 0;
  margin-top: 0;
  width: 14.5625rem;
}

.uc-ebook-download__book-image {
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0, 0, 0, 0.08);
  height: auto;
  width: 100%;
}

.uc-ebook-download__content {
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-top: 1.125rem;
  position: relative;
  z-index: 1;
}

.uc-ebook-download__header {
  margin-bottom: 1.875rem;
}

.uc-ebook-download__label {
  background: linear-gradient(101deg, #1CBD94 28.64%, #077A5D 91.62%);
  color: #fff;
  display: inline-flex;
  font-size: 1.3819rem;
  font-weight: 700;
  letter-spacing: 0.2626rem;
  line-height: 1.3;
  margin-bottom: 0.625rem;
  padding: 0.5rem 0.75rem;
  transform: skewX(-8deg);
}

.uc-ebook-download__label-text {
  display: inline-block;
  transform: skewX(3deg);
}

.uc-ebook-download__title {
  color: #1bb18b;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.2188rem;
  line-height: 1.3;
  margin: 0 0 0.328125rem;
  transform: skew(-7deg);
}

.uc-ebook-download__lead {
  color: #1bb18b;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1125rem;
  line-height: 1.3;
  margin: 0;
}

.uc-ebook-download__button {
  align-items: center;
  background: linear-gradient(169.3762deg, rgb(23, 235, 181) 17.18%, rgb(0, 185, 145) 80.381%);
  color: #fff;
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.105rem;
  min-height: 3.625rem;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease;
  width: 15.625rem;
}

.uc-ebook-download__button:hover {
  transform: scale(1.03);
}

.uc-ebook-download__button:focus-visible {
  outline: 2px solid #1c1c1c;
  outline-offset: 3px;
}

.uc-ebook-download__button-badge {
  background: #fff;
  color: #06997E;
  display: inline-flex;
  font-size: 0.875rem;
  justify-content: center;
  line-height: 1.4;
  margin-right: 0.625rem;
  padding: 0.16rem 0.53rem;
}

.uc-ebook-download__button-text {
  line-height: 1.3;
}

@media (max-width: 1100px) {
  .uc-ebook-fv__inner {
    column-gap: 3rem;
  }

  .uc-ebook-fv__content {
    flex-basis: 34rem;
  }

  .uc-ebook-fv__background-label {
    font-size: 6rem;
  }

  .uc-ebook-fv__title {
    font-size: 2.6rem;
  }

  .uc-ebook-fv__lead {
    font-size: 1.35rem;
  }

  .uc-ebook-fv__book {
    flex-basis: 17rem;
  }

  .uc-ebook-download__inner {
    padding-inline: 2rem;
  }

  .uc-ebook-download__content {
    padding-left: 1.5rem;
  }

  .uc-ebook-download__title {
    font-size: 1.9rem;
  }
}

.uc-ebook-fv__background {
  display: block;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  height: 100;
}

.uc-ebook-fv__background-image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 70% top;
  width: 100%;
}

.uc-ebook-download__background {
  display: block;
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.uc-ebook-download__background-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.uc-ebook-download__card-background {
  border-radius: inherit;
  display: block;
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.uc-ebook-download__card-background-image {
  display: block;
  height: 100%;
  object-fit: fill;
  width: 100%;
}

@media (max-width: 767.98px) {
  .uc-ebook-fv {
      background-color: transparent;
      background-image: none;
      padding-bottom: 0;
    }

    .uc-ebook-fv__breadcrumbs {
      margin-bottom: 1.4255rem;
      min-height: 1.75rem;
      width: 24.5625rem;
    }

    .uc-ebook-fv__inner {
      align-items: flex-start;
      column-gap: 0.9375rem;
      flex-direction: row;
      justify-content: flex-start;
      margin-bottom: 1.2078rem;
      max-width: 23.2198rem;
      width: 90%;
    }

    .uc-ebook-fv__content {
      align-self: flex-start;
      flex: 1 1 auto;
      margin-bottom: 0;
      min-width: 0;
      padding: 1.0909rem 0 0 0.7451rem;
      text-align: left;
    }

    .uc-ebook-fv__background-label {
      font-size: 3.8175rem;
      left: 1.3153rem;
      letter-spacing: 0.2431rem;
      line-height: 4.9627rem;
      top: -2.238rem;
      transform: skewX(-7deg);
    }

    .uc-ebook-fv__header {
      width: 12.8125rem;
    }

    .uc-ebook-fv__label {
      font-size: 1.125rem;
      letter-spacing: 0.1125rem;
      line-height: 1.3027rem;
      margin-bottom: 0.3705rem;
      padding: 0.2468rem 0.4496rem;
      transform: translateX(0.2712rem) skewX(-7deg);
    }

    .uc-ebook-fv__title {
      font-size: 1.5rem;
      letter-spacing: 0.15rem;
      line-height: 1.6749rem;
      margin: 0 0 0.4665rem;
      transform: translateX(0.3517rem) skewX(-7deg);
      width: 12.8125rem;
    }

    .uc-ebook-fv__lead {
      font-size: 0.8125rem;
      letter-spacing: 0.0812rem;
      line-height: 1rem;
      text-align: center;
      width: 12.8125rem;
      text-align: left;
    }

    .uc-ebook-fv__book {
      aspect-ratio: 139.986 / 189.882;
      flex: 0 0 8.7491rem;
      margin: 0;
      width: 8.7491rem;
    }

  .uc-ebook-article {
    padding-bottom: 5.5rem;
    padding-top: 1.125rem;
  }

  .uc-ebook-article__inner {
    width: min(91.7874%, 36rem);
  }

  .uc-ebook-article__summary {
    margin-bottom: 3.75rem;
    margin-inline: auto;
    max-width: 22.375rem;
    padding-inline: 0;
  }

  .uc-ebook-article__summary h2 {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 0 1.4375rem;
    padding-bottom: 0.75rem;
    padding-left: 0.3125rem;
  }

  .uc-ebook-article__summary p {
    font-size: 0.9375rem;
    letter-spacing: 0.075rem;
    line-height: 1.9;
    margin-inline: auto;
    max-width: 21.9375rem;
  }

  .uc-interview-toc {
    margin: 0 0.6875rem 3.75rem 0.75rem;
    max-width: 21.9375rem;
    min-height: 0;
    padding: 1.375rem 1.5rem 2.3125rem;
  }

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

  .uc-interview-toc__title {
    font-size: 1.1892rem;
    letter-spacing: 0.4281rem;
    line-height: 1;
    margin: 0 0 0.625rem 0.1875rem;
    min-height: 1.875rem;
    padding: 0.3438rem 1.1856rem;
    white-space: nowrap;
    width: 5.5rem;
  }

  .uc-interview-toc__link {
    align-items: center;
    gap: 0.0625rem;
    min-height: 3.5rem;
    padding: 0.4813rem 0.8125rem;
  }

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

  .uc-interview-toc__text {
    font-size: 0.9063rem;
    letter-spacing: 0.0906rem;
    line-height: 1.4;
    white-space: normal;
  }

  .uc-ebook-article__body h3 {
    font-size: 1.25rem;
  }

  .uc-ebook-article__body h4 {
    font-size: 1.125rem;
  }

  .uc-ebook-article__body h5 {
    font-size: 1.0625rem;
  }

  .uc-ebook-article__body {
      font-size: 0.9375rem;
      font-weight: 400;
      letter-spacing: 0.075rem;
      line-height: 1.9;
      margin-inline: auto;
      max-width: 22.375rem;
      padding-inline: 0;
      width: 100%;
    }

    .uc-ebook-article__body h2 {
      border-bottom: 2px solid #1c1c1c;
      font-size: 1.3rem;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 1.4;
      margin: 0 0 1.4375rem;
      padding: 0 0.3125rem 0.75rem;
    }

    .uc-ebook-article__body p {
      margin: 0 0 1.75rem;
      padding-inline: 0.25rem;
    }

    .uc-ebook-article__body p:has(+ h2) {
      margin-bottom: 3.75rem;
    }

    .uc-ebook-article__body ul:has(+ h2) {
      margin-bottom: 3.75rem;
    }

    .uc-ebook-article__body ol:has(+ h2) {
      margin-bottom: 3.75rem;
    }

    .uc-ebook-bubble {
      margin-bottom: 1rem;
      max-width: 20.3125rem;
      width: 100%;
    }

    .uc-ebook-bubble--left {
      margin-right: auto;
    }

    .uc-ebook-bubble--right {
      margin-left: auto;
    }

    .uc-ebook-bubble:last-child {
      margin-bottom: 0;
    }

    .uc-ebook-bubble__body {
      min-height: 5.125rem;
      padding: 1.0625rem 1.25rem 1.0625rem 2rem;
    }

    .uc-ebook-bubble--left .uc-ebook-bubble__body {
      border-radius: 0 1.25rem 1.25rem 1.25rem;
    }

    .uc-ebook-bubble--right .uc-ebook-bubble__body {
      border-radius: 1.25rem 0 1.25rem 1.25rem;
    }

    .uc-ebook-bubble__body p {
      margin: 0;
      padding-inline: 0;
      font-size: 0.9rem;
    }

  .uc-ebook-download {
      padding-block: 3.8125rem 4.1875rem;
    }

    .uc-ebook-download__inner {
      align-items: center;
      background-color: transparent;
      display: flex;
      flex-direction: column;
      max-width: 22.125rem;
      padding: 2.1375rem 2.625rem 1.2275rem;
      width: 90%;
    }

    .uc-ebook-download__book-area {
      background: none;
      flex: 0 0 auto;
      margin-bottom: 1.5875rem;
      padding: 0;
      width: 100%;
    }

    .uc-ebook-download__book {
      height: 11.875rem;
      margin-inline: auto;
      width: 8.75rem;
    }

    .uc-ebook-download__book-image {
      border: 0;
      height: 100%;
      object-fit: cover;
      width: 100%;
    }

    .uc-ebook-download__content {
      align-items: flex-start;
      display: flex;
      flex: 0 0 auto;
      flex-direction: column;
      padding: 0;
      text-align: left;
      width: 100%;
    }

    .uc-ebook-download__header {
      margin-bottom: 1rem;
      width: 100%;
    }

    .uc-ebook-download__label {
      font-size: 0.9120625rem;
      letter-spacing: 0.1733125rem;
      margin-bottom: 0.2875rem;
      padding: 0.2188rem 0.32rem;
    }

    .uc-ebook-download__title {
      font-size: 1.44375rem;
      letter-spacing: 0.144375rem;
      margin: 0 0 0.1875rem;
    }

    .uc-ebook-download__lead {
      font-size: 0.75rem;
      letter-spacing: 0.07425rem;
    }

    .uc-ebook-download__button {
      min-height: 3.625rem;
      width: 15.625rem;
    }
}


@media screen and (min-width: 768px) and (max-width: 840px) {
.uc-ebook-download__book-area{
  flex: 0 0 21.625rem;
}
}