.cShape {
  height: 101px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cShape picture,
.cShape img {
  height: 100%;
  width: 100%;
}
.cShape picture {
  display: flex;
}
.cShape img {
  -o-object-fit: initial;
     object-fit: initial;
}

.cShape-top img {
  position: relative;
  top: -1px;
}

.cShape-btm img {
  bottom: -1px;
  position: relative;
}

.cChildFv {
  -webkit-clip-path: url(#maskFvPc);
  align-items: center;
  clip-path: url(#maskFvPc);
  display: flex;
  height: 482px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cChildFv__title {
  margin: auto;
  position: relative;
  width: calc(100% - 204rem);
  z-index: 2;
}
.cChildFv__title .cTitleSection {
  gap: 22px;
}
.cChildFv__title .cTitleSection .cTitleSection__large__inner {
  opacity: 0;
  transform: translate(0, 101%);
}
body[data-loaded="1"] .cChildFv__title .cTitleSection .cTitleSection__large__inner {
  opacity: 1;
  transform: translate(0, 0%);
  transition: 0.8s cubic-bezier(0.87, 0, 0.13, 1) transform;
}
.cChildFv__title .cTitleSection__icon {
  opacity: 0;
}
body[data-loaded="1"] .cChildFv__title .cTitleSection__icon {
  opacity: 1;
  transition: 0.3s ease opacity;
}

.cChildFv__decoration {
  bottom: 0;
  color: #5cb0f0;
  font-family: var(--en);
  font-size: clamp(130rem, 130rem, 130px);
  font-weight: 700;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  margin: auto;
  opacity: 0.05;
  position: absolute;
  top: 0;
  transform: translate(0, 300%);
  white-space: nowrap;
  z-index: 1;
}
body[data-loaded="1"] .cChildFv__decoration {
  transform: translate(0, 0%);
  transition: 3s cubic-bezier(0.16, 1, 0.3, 1) transform;
}

.cChildFv__bg {
  bottom: 0;
  height: 100%;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.cChildFv__bg img {
  -o-object-fit: initial;
  height: 100%;
     object-fit: initial;
  width: 100%;
}
.cBreadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
}
.cBreadcrumb a {
  color: var(--blue);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.08px;
  line-height: 1.6;
  transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1) color;
}
.cBreadcrumb img {
  -o-object-fit: contain;
  height: 12px;
     object-fit: contain;
  position: relative;
  top: -0.5px;
  width: 12px;
  z-index: 0;
}
.cBreadcrumb p {
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.08px;
  line-height: 1.6;
  opacity: 0.4;
}

.cRecruitOblongBtn {
  align-items: center;
  background: var(--blue);
  border-radius: 58px;
  display: flex;
  gap: 9px;
  height: 88px;
  justify-content: center;
  position: relative;
  width: 376px;
  z-index: 0;
}
.cRecruitOblongBtn::before {
  -webkit-user-select: none;
     -moz-user-select: none;
  background: var(--blue-light);
  border-radius: 58px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.8);
  transition: 0.3s ease-in-out transform, 0.3s ease-in-out opacity;
          user-select: none;
  width: 100%;
  z-index: 0;
}

.cRecruitOblongBtn__text {
  -webkit-user-select: none;
     -moz-user-select: none;
  color: var(--white);
  display: block;
  font-family: var(--en);
  font-size: 18px;
  font-weight: 600;
  height: -moz-max-content;
  height: max-content;
  line-height: 180%;
  pointer-events: none;
  position: relative;
  top: 2px;
          user-select: none;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}

.cRecruitOblongBtn__icon {
  -webkit-user-select: none;
     -moz-user-select: none;
  align-items: center;
  display: flex;
  height: 10px;
  justify-content: center;
  pointer-events: none;
  position: relative;
          user-select: none;
  width: 10px;
  z-index: 1;
}
.cRecruitOblongBtn__icon img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.cRecruitOblongBtn-blank .cRecruitOblongBtn__icon {
  height: 16px;
  width: 16px;
}

.cRequirementsList {
  width: 100%;
}

.cRequirements {
  padding: 22.5px 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.cRequirements::before {
  background: rgba(28, 28, 30, 0.1);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.cRequirements h3 {
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  text-align: justify;
  width: 217px;
}
.cRequirements p {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  text-align: justify;
  width: calc(100% - 217px - 24px);
}

.pRequirements {
  padding-bottom: 78px;
  width: 100%;
}

.pRequirements__breadcrumb {
  margin: 22px auto 0;
  width: calc(100% - 106rem);
}

.pRequirements__content {
  margin: auto;
  margin-top: 64px;
}

.pRequirements__entry {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 96px;
}
.pRequirements__entry .cRecruitOblongBtn .cRecruitOblongBtn__text {
  font-size: 16px;
}
@media (max-width: 768px) {
  .cShape {
    height: 24px;
  }
  .cChildFv {
    -webkit-clip-path: url(#maskFvSp);
    clip-path: url(#maskFvSp);
    height: 257px;
  }
  .cChildFv__title {
    top: 17px;
    width: calc(100% - 36rem);
  }
  .cChildFv__title .cTitleSection {
    gap: 16px;
  }
  .cChildFv__decoration {
    font-size: 56px;
    left: 214rem;
    top: 39px;
  }
  body[data-page-id=search] .cChildFv__decoration, body[data-page-id=story] .cChildFv__decoration, body[data-page-id=story-single] .cChildFv__decoration, body[data-page-id=about] .cChildFv__decoration {
    left: 174rem;
  }
  body[data-page-id=company] .cChildFv__decoration {
    left: 124rem;
  }
  body[data-page-id=message] .cChildFv__decoration {
    left: 131rem;
  }
  body[data-page-id=profile] .cChildFv__decoration, body[data-page-id=archive] .cChildFv__decoration {
    left: 161rem;
  }
  body[data-page-id=recruit] .cChildFv__decoration, body[data-page-id=career-financial] .cChildFv__decoration, body[data-page-id=career-sales] .cChildFv__decoration, body[data-page-id=newgraduate-sales] .cChildFv__decoration {
    left: 153rem;
  }
  body[data-page-id=contact] .cChildFv__decoration, body[data-page-id=confirm] .cChildFv__decoration, body[data-page-id=thanks] .cChildFv__decoration {
    left: 153rem;
  }
  body[data-page-id=information] .cChildFv__decoration {
    left: 72rem;
  }
  body[data-page-id=privacy] .cChildFv__decoration {
    left: 38rem;
  }
  .cBreadcrumb ol {
    gap: 4px 6px;
  }
  .cBreadcrumb a {
    font-size: 10px;
    letter-spacing: 1.6px;
  }
  .cBreadcrumb img {
    height: 10px;
    width: 10px;
  }
  .cBreadcrumb p {
    font-size: 10px;
    letter-spacing: 1.6px;
  }
  .cRecruitOblongBtn {
    height: 66px;
    width: 276px;
  }
  .cRequirements {
    padding: 21px 0;
  }
  .cRequirements h3 {
    width: 100%;
  }
  .cRequirements p {
    line-height: 180%;
    margin-top: 8px;
    width: 100%;
  }
  .pRequirements {
    padding-bottom: 50px;
  }
  .pRequirements__breadcrumb {
    margin: 20px auto 0;
    width: calc(100% - 36rem);
  }
  .pRequirements__content {
    margin-top: 57px;
    width: 287rem;
  }
  .pRequirements__entry {
    margin-top: 54px;
  }
}
@media (min-width: 769px) {
  .cChildFv__title {
    top: 15px;
  }
  .cChildFv__decoration {
    left: 831rem;
    top: clamp(53rem, 53rem, 53px);
  }
  body[data-page-id=about] .cChildFv__decoration {
    left: 826rem;
  }
  body[data-page-id=voice] .cChildFv__decoration, body[data-page-id=voice-single] .cChildFv__decoration {
    left: 757rem;
  }
  body[data-page-id=story] .cChildFv__decoration, body[data-page-id=story-single] .cChildFv__decoration {
    left: 743rem;
  }
  body[data-page-id=company] .cChildFv__decoration {
    left: 617rem;
  }
  body[data-page-id=message] .cChildFv__decoration {
    left: 646rem;
  }
  body[data-page-id=search] .cChildFv__decoration {
    left: 732rem;
  }
  body[data-page-id=profile] .cChildFv__decoration {
    left: 699rem;
  }
  body[data-page-id=archive] .cChildFv__decoration {
    left: 668rem;
  }
  body[data-page-id=recruit] .cChildFv__decoration, body[data-page-id=career-financial] .cChildFv__decoration, body[data-page-id=career-sales] .cChildFv__decoration, body[data-page-id=newgraduate-sales] .cChildFv__decoration {
    left: 680rem;
  }
  body[data-page-id=contact] .cChildFv__decoration, body[data-page-id=confirm] .cChildFv__decoration, body[data-page-id=thanks] .cChildFv__decoration {
    left: 635rem;
  }
  body[data-page-id=information] .cChildFv__decoration {
    left: 488rem;
  }
  body[data-page-id=privacy] .cChildFv__decoration {
    left: 410rem;
  }
  .cRequirements {
    display: flex;
    gap: 24px;
  }
  .pRequirements__content {
    max-width: 767px;
    width: 76.5333333333vw;
  }
}
@media (hover: hover) {
  .cBreadcrumb a:hover {
    color: var(--blue-light);
  }
  .cBreadcrumb a:focus-visible {
    color: var(--blue-light);
    outline: 2px var(--blue) dashed;
    outline-offset: 2px;
  }
  .cRecruitOblongBtn:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  .cRecruitOblongBtn:focus-visible {
    outline: 2px var(--blue) dashed;
    outline-offset: 2px;
  }
  .cRecruitOblongBtn:focus-visible::before {
    opacity: 1;
    transform: scale(1);
  }
}
