@charset "UTF-8";
/* -------------------- Mixins -------------------- */
/* -------------------- Noto Sans Japanese -------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700&amp;subset=japanese");
/* -------------------- Hanken Grotesk Regular -------------------- */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
main {
  position: relative;
}
@media screen and (min-width: 768px) {
  main::after {
    content: "";
    position: absolute;
    right: 0;
    top: 261px;
    display: block;
    width: 179px;
    height: 320px;
    background: url(/recruit/new_employee/assets/img/talentdevelopment/mv-deco.svg) no-repeat center center/contain;
    pointer-events: none;
    mix-blend-mode: multiply;
  }
}
/* -------------------- メインビジュアル -------------------- */
.main-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .main-visual {
    width: 100%;
    height: auto;
    padding-inline: 15px;
    aspect-ratio: 1440/450;
  }
}
@media screen and (min-width: 1441px) {
  .main-visual {
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    height: calc(250 / 390 * 100vw);
  }
}
.main-visual__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .main-visual__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1440/450;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__image {
    aspect-ratio: auto;
  }
}
.main-visual__image img {
  width: 100%;
  height: auto;
  /* 初期は比率維持 */
  aspect-ratio: 1440/450;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 1024px) {
  .main-visual__image img {
    aspect-ratio: auto;
  }
}
.main-visual__title {
  width: 100%;
  margin-inline: auto;
  color: var(--c-white);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .main-visual__title {
    max-width: 1275px;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__title {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__title {
    margin-top: calc(10 / 390 * 100vw);
    margin-left: calc(20 / 390 * 100vw);
  }
}
.main-visual__title-en {
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .main-visual__title-en {
    font-size: 2.375rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__title-en {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__title-en {
    font-size: calc(20 / 390 * 100vw);
  }
}
.main-visual__title-jp {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .main-visual__title-jp {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__title-jp {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__title-jp {
    font-size: calc(13 / 390 * 100vw);
  }
}
.main-visual__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .main-visual__catch {
    max-width: 1275px;
    margin-block: 2.09375rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__catch {
    margin-left: 20px;
    margin-top: 15.55px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__catch {
    margin-left: calc(20 / 390 * 100vw);
    margin-top: calc(15.55 / 390 * 100vw);
  }
}
.main-visual__catch-label {
  display: inline-block;
  border: 1px solid var(--c-white);
  color: var(--c-white);
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .main-visual__catch-label {
    font-size: 1.625rem;
    padding: 0.5rem 1.5625rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__catch-label {
    padding: 5.75px 17.5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__catch-label {
    padding: calc(5.75 / 390 * 100vw) calc(17.5 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
}

/* -------------------- アンカーリンク -------------------- */
.anchor-links {
  position: relative;
  z-index: 1;
  max-width: 965px;
  margin-block: 0;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .anchor-links {
    max-width: 100%;
    margin-block: calc(0 / 390 * 100vw) calc(30 / 390 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .anchor-links a {
    padding: calc(7 / 390 * 100vw) calc(2 / 390 * 100vw) calc(16 / 390 * 100vw) calc(2 / 390 * 100vw);
  }
  .anchor-links a::after {
    bottom: calc(5 / 390 * 100vw);
    width: 8.4px;
    height: 7px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .anchor-links a span {
    display: flex;
    align-items: center;
    height: 2.85em;
    font-size: calc(10 / 390 * 100vw);
  }
}

/* -------------------- コンテンツ -------------------- */
.bg-wrap {
  padding-block: 3.75rem 6.25rem;
  background-image: linear-gradient(70.4deg, #FFF9ED 0%, #FFF3D9 100%);
}
@media screen and (max-width: 767px) {
  .bg-wrap {
    padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) calc(40 / 390 * 100vw);
    background: linear-gradient(84.85deg, #FFF9ED 0%, #FFF3D9 100%);
  }
}

@media screen and (min-width: 768px) {
  .talentdevelopment-contents {
    position: relative;
    margin-top: 3.75rem;
    padding-inline: 15px;
  }
  .talentdevelopment-contents::before {
    content: "";
    position: absolute;
    top: 30.2%;
    left: 0rem;
    display: block;
    width: 11.3125rem;
    height: 17.1875rem;
    background: url(/recruit/new_employee/assets/img/talentdevelopment/sec-deco.svg) no-repeat center center/contain;
    mix-blend-mode: multiply;
  }
  .talentdevelopment-contents::after {
    content: "";
    position: absolute;
    bottom: 35.5%;
    right: 0rem;
    display: block;
    width: 11.0625rem;
    height: 23.75rem;
    background: url(/recruit/new_employee/assets/img/talentdevelopment/sec-deco02.svg) no-repeat center center/contain;
    mix-blend-mode: multiply;
  }
}
.talentdevelopment-contents__inner {
  position: relative;
  z-index: 1;
  max-width: 965px;
  margin-inline: auto;
  border-radius: 1.25rem;
}
#section01 {
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  #section01 {
    padding-top: calc(1 / 390 * 100vw);
  }
}

#section02 {
  margin-top: 2.5rem;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  #section02 {
    margin-top: calc(40 / 390 * 100vw);
    padding-top: calc(1 / 390 * 100vw);
  }
}

#section03 {
  margin-top: 2.5rem;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  #section03 {
    margin-top: calc(40 / 390 * 100vw);
    padding-top: calc(1 / 390 * 100vw);
  }
}

.talentdevelopment-section {
  position: relative;
  padding: 3.75rem 5rem 4.125rem;
  background-color: var(--c-white);
  border-radius: 1.25rem;
}
.talentdevelopment-section.section01::after {
  top: -19px;
  width: 3.5625rem;
  height: 3.5rem;
  background: url(/recruit/new_employee/assets/img/talentdevelopment/icon_ttl01.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section.section01::after {
    top: calc((-39.9 / 390 * 100vw) / 2);
    width: calc(39.9 / 390 * 100vw);
    height: calc(39.2 / 390 * 100vw);
  }
}
.talentdevelopment-section.section02::after {
  top: -28.5px;
  width: 3.5625rem;
  height: 3.5625rem;
  background: url(/recruit/new_employee/assets/img/talentdevelopment/icon_ttl02.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section.section02::after {
    top: calc((-39.9 / 390 * 100vw) / 2);
    width: calc(39.9 / 390 * 100vw);
    height: calc(39.9 / 390 * 100vw);
  }
}
.talentdevelopment-section.section03::after {
  top: -28.5px;
  width: 4.125rem;
  height: 3.5625rem;
  background: url(/recruit/new_employee/assets/img/talentdevelopment/icon_ttl03.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section.section03::after {
    top: calc((-39.9 / 390 * 100vw) / 2);
    width: calc(46.2 / 390 * 100vw);
    height: calc(39.9 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .talentdevelopment-section.section03 .talentdevelopment-section__block:first-of-type {
    margin-top: 3.125rem;
  }
  .talentdevelopment-section.section03 .talentdevelopment-section__block:first-of-type .talentdevelopment-section__image {
    margin-top: 3.125rem;
  }
}
.talentdevelopment-section::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 9.0625rem;
  height: 9.0625rem;
  background-color: var(--c-white);
  border-radius: 9.0625rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section::before {
    top: calc(-39 / 390 * 100vw);
    width: calc(101.5 / 390 * 100vw);
    height: calc(101.5 / 390 * 100vw);
  }
}
.talentdevelopment-section::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .talentdevelopment-section {
    margin-block: 3.75rem 0;
  }
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section {
    margin-block: calc(40 / 390 * 100vw) 0;
    padding: calc(30 / 390 * 100vw) calc(30 / 390 * 100vw) calc(40 / 390 * 100vw);
  }
}
.talentdevelopment-section__title {
  position: relative;
  padding-inline: 1em;
  text-align: center;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.5;
  color: var(--c-gray);
}
.talentdevelopment-section__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  border-top: dotted 2px var(--c-gray);
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section__title {
    font-size: calc(20 / 390 * 100vw);
  }
}
.talentdevelopment-section__title-text {
  position: relative;
  display: inline-block;
  padding-inline: 1em;
  background-color: var(--c-white);
}
.talentdevelopment-section__block {
  display: flex;
  align-items: center;
  gap: 1.4375rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section__block {
    gap: calc(22.5 / 390 * 100vw);
    flex-direction: column;
  }
}
.talentdevelopment-section__block.is-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section__block.is-reverse {
    flex-direction: column;
  }
}
.talentdevelopment-section__block:first-of-type {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section__block:first-of-type {
    margin-top: calc(18.5 / 390 * 100vw);
  }
}
.talentdevelopment-section__text {
  flex: 1;
  max-width: 28.125rem;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .talentdevelopment-section__text {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section__text {
    margin-bottom: 0;
  }
}
.talentdevelopment-section__subtitle {
  margin-bottom: 1.625rem;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1.5;
  color: var(--c-red);
}
.talentdevelopment-section__subtitle::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.125rem;
  background-color: var(--c-red);
  margin-right: 0.625rem;
  line-height: 1.5625rem;
  vertical-align: 0.625rem;
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section__subtitle {
    -webkit-padding-start: calc(20 / 390 * 100vw);
            padding-inline-start: calc(20 / 390 * 100vw);
    position: relative;
    margin-bottom: calc(10 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
  .talentdevelopment-section__subtitle::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: calc(10 / 390 * 100vw);
    height: calc(2 / 390 * 100vw);
    line-height: calc(1 / 390 * 100vw);
    vertical-align: inherit;
  }
}
.talentdevelopment-section__image {
  flex: 1;
  max-width: 20.6875rem;
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section__image {
    width: 80%;
  }
}
.talentdevelopment-section__image img {
  width: 100%;
  height: auto;
}
.talentdevelopment-section__description {
  color: var(--c-gray);
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section__description {
    font-size: calc(14 / 390 * 100vw);
  }
}
.talentdevelopment-section__note {
  margin-top: 1.0625rem;
  padding: 1.5625rem 1.5625rem 1.375rem;
  border: dashed 1px var(--c-gray);
  border-radius: 0.375rem;
}
.talentdevelopment-section__note + .talentdevelopment-section__block {
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section__note + .talentdevelopment-section__block {
    margin-bottom: calc(25 / 390 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section__note {
    margin-top: calc(30 / 390 * 100vw);
    padding: calc(15 / 390 * 100vw);
  }
}
.talentdevelopment-section__note-list {
  list-style: none;
  padding-left: 0;
}
.talentdevelopment-section__note-item {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section__note-item {
    font-size: calc(12 / 390 * 100vw);
  }
}
.talentdevelopment-section__figure {
  display: block;
  margin-top: 2.375rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .talentdevelopment-section__figure {
    width: calc(100% + 0.8125rem);
    -webkit-margin-end: -0.8125rem;
            margin-inline-end: -0.8125rem;
    -webkit-margin-after: 0.875rem;
            margin-block-end: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .talentdevelopment-section__figure {
    margin-top: calc(22.25 / 390 * 100vw);
  }
}

/* -------------------- 人財育成 -------------------- */
/*# sourceMappingURL=talentdevelopment.css.map */