@charset "UTF-8";
.cdn__title01 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

.cdn__title02 {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

.cdn__title03 {
  color: #fff;
  background-color: #07BE62;
  border-radius: 1rem;
  padding-block: 0.75rem;
  max-width: 640px;
  border: 2px solid #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 1.4rem;
  position: relative;
  top: -1.75rem;
}

.cdn__title04 {
  color: #fff;
  background-color: #07BE62;
  padding-block: 0.75rem;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.cdn__subtitle01 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-align: center;
}

.cdn__subtitle02 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25rem;
}

.cdn-section {
  padding-block: 4rem;
}

.contact-card.is-cdb {
  background-color: #2456B3;
}

.contact-card .arrow.--tl:after, .arrow.--tl:before {
  background-color: #2456B3;
}

.hero-card__text {
  padding-top: 6.5rem;
}

.hero-card__title--ja {
  font-size: 3rem;
}

.hero-card .more {
  width: 20rem;
}

.hero-card__img.is-cdb {
  padding: 0;
}

@media (max-width: 768px) {
  .hero-card__text {
    padding-top: 2.5rem;
  }
  .hero-card__title--ja {
    font-size: 1.7rem;
  }
  .hero-card__img, .hero-card__img--bg01, .hero-card__img--bg02 {
    height: 14.5rem;
  }
  .hero-card__img.is-harassment {
    padding: 1.5rem;
  }
}
.cdn-hero {
  height: 41.9375rem;
  background-image: url(../img/business/organization-support/cdb/mv.jpg);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}
.cdn-hero__text--title > p {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3.8rem;
}
.cdn-hero__text--title--block {
  display: flex;
  align-items: center;
}
.cdn-hero__text--title--block picture {
  display: block;
  width: 400px;
}
.cdn-hero__text--title--block h2 {
  margin-bottom: 16px;
}
.cdn-hero__text--title--sub {
  display: block;
  margin-left: 20px;
}
.cdn-hero__text--title--sub picture {
  display: block;
  width: 360px;
}
.cdn-hero__text--title--sub p {
  font-size: 1.5rem;
  font-weight: bold;
}
.cdn-hero__text--copy {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cdn-hero__text--lead {
  font-size: 1rem;
  line-height: 2.2;
  margin-bottom: 3rem;
}
.cdn-hero__button {
  width: 100%;
  max-width: 25rem;
  line-height: 4.5rem;
}
.cdn-hero__button:hover .arrow:before {
  animation-delay: 0s;
  animation-name: transformRightLeft;
}
.cdn-hero__button:hover .arrow:after {
  animation-delay: 0.2s;
  animation-name: transformLeftRight;
}
.cdn-hero__button a {
  position: relative;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  background-color: #07BE62;
  color: #fff;
  border-radius: 1.25rem;
}

@media (min-width: 1441px) {
  .cdn-hero {
    background-image: none;
  }
  .cdn-hero .inner {
    background-image: url(../img/business/organization-support/cdb/mv.png);
    background-position: 113% 140%;
    background-size: 45%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1440px) {
  .cdn-hero__text--title > p {
    margin-top: 2rem;
  }
  .cdn-hero__text--lead {
    margin-bottom: 2rem;
  }
}
.cdn-assignment__list {
  display: flex;
  justify-content: space-between;
}
.cdn-assignment__list li {
  width: calc(33.33% - 2rem);
}
.cdn-assignment__list li h3 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.cdn-assignment__lead {
  margin-top: 3.5rem;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
}

.cdn-key {
  padding-bottom: 3.5rem;
  position: relative;
}
.cdn-key::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  width: 100%;
  height: clamp(60px, 8vw, 120px);
  background-image: url("../img/business/organization-support/cdb/bg.jpg");
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 2;
  pointer-events: none;
}
.cdn-key .inner {
  padding-top: 7rem;
}
.cdn-key {
  background-image: url(../img/business/organization-support/cdb/bg.jpg);
  position: relative;
}
.cdn-key-arrow.--wh {
  color: #fff;
}
.cdn-key__mv {
  display: flex;
}
.cdn-key__mv picture {
  width: 40%;
  padding-right: 2rem;
}
.cdn-key__lead01 {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
.cdn-key__lead02 {
  padding-top: 2rem;
  color: #fff;
  line-height: 2;
}
.cdn-key__lead03 {
  font-size: 1.25rem;
  text-align: center;
  color: #2456B3;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cdn-key__contents {
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(16, 26, 78, 0.8);
  padding-bottom: 4rem;
  max-width: 1128px;
  margin: 1.2rem auto 0;
}
.cdn-key__contents--inner {
  max-width: 952px;
  margin: 0 auto;
}
.cdn-key__contents--concept {
  display: flex;
  align-items: center;
}
.cdn-key__contents--concept picture {
  margin: 1.4rem;
}
.cdn-key__contents--concept--flow {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.cdn-key__contents--concept--flow li {
  line-height: 1.4;
  width: 21%;
  position: relative;
}
.cdn-key__contents--concept--flow li:not(:first-of-type) {
  margin-left: 2rem;
}
.cdn-key__contents--concept--flow li:not(:first-of-type)::after {
  content: url(../img/business/organization-support/cdb/arrow.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.25rem);
  transform: translate(-50%, -50%);
}
.cdn-key__contents--concept--flow li div {
  border: #2456B3 2px solid;
  position: relative;
  border-radius: 50%;
  padding-top: 100%;
  background-color: #fff;
}
.cdn-key__contents--concept--flow li div span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #2456B3;
  font-weight: bold;
  font-size: 1.2rem;
}
.cdn-key__contents--company {
  display: flex;
  align-items: center;
  background-color: #E2F4FF;
  padding: 1.5rem 5.5rem 0;
  position: relative;
}
.cdn-key__contents--company::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1px);
  transform: translateX(-50%);
  width: min(58vw, 952px);
  height: clamp(14px, 1.6vw, 25px);
  background: #e5f6ff;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  z-index: 1;
  pointer-events: none;
  z-index: -1;
}
.cdn-key__contents--company p {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  color: #2456B3;
}
.cdn-key__contents--company p:first-of-type {
  margin-right: 3.5rem;
}
.cdn-key__contents--company picture {
  max-width: 160px;
  margin-right: 3.5rem;
}
.cdn-key__contents--effect--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cdn-key__contents--effect--list li {
  width: calc((100% - 1rem) / 2);
  font-weight: bold;
  font-size: 1.25rem;
  color: #2456B3;
  padding: 0.7rem;
  border: #2456B3 2px solid;
  text-align: center;
}
.cdn-key__contents--effect--list li:nth-of-type(1) {
  margin-bottom: 1rem;
}
.cdn-key__contents--effect--list li:nth-of-type(2) {
  margin-bottom: 1rem;
}

.cdn-reason {
  position: relative;
  padding-top: 14.5rem;
  padding-bottom: 4rem;
}
.cdn-reason-arrow.--bl {
  background-image: url(../img/business/organization-support/cdb/bg.jpg);
}
.cdn-reason__list {
  display: flex;
  justify-content: space-between;
}
.cdn-reason__list li {
  width: calc(33.33% - 2rem);
  position: relative;
}
.cdn-reason__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/business/organization-support/cdb/01.svg);
  background-size: cover;
  width: 58px;
  height: 42px;
}
.cdn-reason__list li:nth-of-type(2)::before {
  background-image: url(../img/business/organization-support/cdb/02.svg);
  width: 70px;
}
.cdn-reason__list li:nth-of-type(3)::before {
  background-image: url(../img/business/organization-support/cdb/03.svg);
  width: 70px;
}
.cdn-reason__list li picture {
  display: block;
  width: 8rem;
  margin: 0 auto;
}
.cdn-reason__list li h4 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}
.cdn-reason__value {
  background-color: #F7F7F7;
  margin-top: 3rem;
  padding: 3.5rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
.cdn-reason__value picture {
  max-width: 980px;
  display: block;
  margin: 0 auto;
}
.cdn-reason__value--title {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
.cdn-reason__value--lead {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-bottom: 3rem;
}
.cdn-reason__value--button {
  width: 100%;
}
.cdn-reason__value--button:hover .arrow:before {
  animation-delay: 0s;
  animation-name: transformRightLeft;
}
.cdn-reason__value--button:hover .arrow:after {
  animation-delay: 0.2s;
  animation-name: transformLeftRight;
}
.cdn-reason__value--button a {
  position: relative;
  display: block;
  text-align: center;
  background-color: #07BE62;
  color: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
  font-size: 1.5rem;
}

.cdn-features {
  padding-bottom: 4rem;
  position: relative;
  background-color: #F3FAFF;
}
.cdn-features-arrow.--wh {
  color: #fff;
}
.cdn-features .inner {
  padding-top: 7.5rem;
}
.cdn-features__list {
  display: flex;
  justify-content: space-between;
}
.cdn-features__list li {
  width: calc(50% - 2rem);
}
.cdn-features__list li picture img {
  border-radius: 2rem;
}
.cdn-features__list li h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding-block: 2.5rem;
}
.cdn-features__list li p {
  line-height: 2;
}

.cdn-case {
  padding-bottom: 7.5rem;
  position: relative;
  background-color: #E2F4FF;
}
.cdn-case-arrow.--lb {
  color: #F3FAFF;
}
.cdn-case .inner {
  padding-top: 7.5rem;
}
.cdn-case__lead {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.cdn-case__list > li {
  background-color: #fff;
  border-radius: 3rem;
  padding: 3.5rem 4rem;
}
.cdn-case__list > li:nth-of-type(2) h4::before {
  background-image: url(../img/business/organization-support/cdb/02.svg);
  width: 70px;
}
.cdn-case__list > li:nth-of-type(3) h4::before {
  background-image: url(../img/business/organization-support/cdb/03.svg);
  width: 70px;
}
.cdn-case__list > li h4 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0 2rem 5rem;
  position: relative;
}
.cdn-case__list > li h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/business/organization-support/cdb/01.svg);
  background-size: cover;
  width: 58px;
  height: 42px;
}
.cdn-case__list > li:not(:last-of-type) {
  margin-bottom: 2rem;
}
.cdn-case__list--desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.cdn-case__list--desc picture {
  display: block;
  width: calc((100% - 3rem) / 2);
}
.cdn-case__list--desc picture img {
  border-radius: 2rem;
}
.cdn-case__list--desc p {
  line-height: 2;
  width: calc((100% - 3rem) / 2);
}
.cdn-case__list--ba {
  display: flex;
  justify-content: space-between;
}
.cdn-case__list--ba--before {
  width: calc((100% - 3rem) / 2);
}
.cdn-case__list--ba--before h5 {
  background-color: #3660AB;
}
.cdn-case__list--ba--before {
  display: flex;
  position: relative;
}
.cdn-case__list--ba--before::after {
  content: url(../img/business/organization-support/cdb/arrow02.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translate(-50%, -50%);
}
.cdn-case__list--ba--after {
  width: calc((100% - 4rem) / 2);
}
.cdn-case__list--ba--after h5 {
  background-color: #07BE62;
}
.cdn-case__list--ba--after {
  display: flex;
}
.cdn-case__list--ba--after ul li {
  position: relative;
  font-weight: bold;
  padding: 0 0 0 1rem;
}
.cdn-case__list--ba--after ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate Y(-50%);
}
.cdn-case__list--ba h5 {
  display: flex;
  justify-content: center;
  font-weight: bold;
  width: 72px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  line-height: 72px;
  height: 72px;
  align-items: center;
  margin-right: 1rem;
}

.cdn-flow {
  padding-block: 7.5rem;
}
.cdn-flow__anote {
  display: none;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cdn-flow--lead01 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 7.5rem 0 2rem;
}
.cdn-flow--lead02 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #2456B3;
}

@media (max-width: 768px) {
  .cdn__title01 {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
  }
  .cdn__title02 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .cdn__title03 {
    font-size: 1.1rem;
    max-width: 300px;
    top: 0;
    margin-top: -2.75rem;
    margin-bottom: 1.75rem;
  }
  .cdn__title04 {
    font-size: 1rem;
    padding-block: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .cdn__subtitle01 {
    font-size: 1rem;
  }
  .cdn__subtitle02 {
    font-size: 1rem;
  }
  .cdn-hero {
    height: auto;
    background-image: url(../img/business/organization-support/cdb/mv_sp.jpg);
    padding-bottom: 2rem;
  }
  .cdn-hero__text--title > p {
    font-size: 1rem;
  }
  .cdn-hero__text--title--block {
    display: block;
  }
  .cdn-hero__text--title--block picture {
    max-width: 21rem;
  }
  .cdn-hero__text--title--sub {
    margin-left: 0;
  }
  .cdn-hero__text--title--sub picture {
    display: none;
  }
  .cdn-hero__text--title--sub p {
    font-size: 1rem;
  }
  .cdn-hero__text--copy {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 0.75rem;
    margin-bottom: 4rem;
  }
  .cdn-hero__text--lead {
    line-height: 1.8;
  }
  .cdn-hero__button {
    line-height: 4rem;
  }
  .cdn-assignment__list {
    display: block;
  }
  .cdn-assignment__list li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cdn-assignment__list li picture {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  .cdn-assignment__list li h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .cdn-assignment__lead {
    font-size: 1.5rem;
  }
  .cdn-key {
    padding-bottom: 2.5rem;
  }
  .cdn-key .inner {
    padding-top: 4rem;
  }
  .cdn-key-arrow.u-sp {
    position: relative;
    top: -1px;
  }
  .cdn-key__mv {
    display: block;
    margin-bottom: 4rem;
  }
  .cdn-key__lead02 {
    padding-top: 1rem;
  }
  .cdn-key__lead03 {
    font-size: 1rem;
  }
  .cdn-key__contents {
    padding: 1rem;
    border-radius: 1.5rem;
  }
  .cdn-key__contents--concept {
    display: block;
  }
  .cdn-key__contents--concept picture {
    max-width: 8rem;
    display: block;
    margin: 2rem auto 0;
  }
  .cdn-key__contents--concept--flow {
    justify-content: center;
    margin-left: -0.5rem;
  }
  .cdn-key__contents--concept--flow li {
    width: 39%;
  }
  .cdn-key__contents--concept--flow li:first-of-type {
    margin-left: 1.75rem;
    margin-bottom: 0.25rem;
  }
  .cdn-key__contents--concept--flow li:not(:first-of-type) {
    margin-left: 1.75rem;
  }
  .cdn-key__contents--concept--flow li:not(:first-of-type)::after {
    right: 103%;
  }
  .cdn-key__contents--concept--flow li div span {
    font-size: 1rem;
  }
  .cdn-key__contents--company {
    display: block;
    padding: 1.5rem 1rem;
  }
  .cdn-key__contents--company p {
    font-size: 1rem;
  }
  .cdn-key__contents--company p:first-of-type {
    margin-right: 0;
  }
  .cdn-key__contents--company picture {
    margin-right: 0;
    display: block;
    margin: 0 auto 1rem;
  }
  .cdn-key__contents--effect--list {
    display: block;
  }
  .cdn-key__contents--effect--list li {
    font-size: 1rem;
    width: 100%;
  }
  .cdn-key__contents--effect--list li:not(nth-last-of-type) {
    margin-bottom: 0.5rem !important;
  }
  .cdn-reason {
    padding-top: 7.5rem;
    padding-bottom: 3rem;
  }
  .cdn-reason__list {
    display: block;
  }
  .cdn-reason__list li {
    width: 100%;
  }
  .cdn-reason__list li:not(nth-last-of-type) {
    margin-bottom: 2.5rem !important;
  }
  .cdn-reason__list li::before {
    width: 50px;
    height: 36px;
  }
  .cdn-reason__list li:nth-of-type(2)::before {
    width: 60px;
  }
  .cdn-reason__list li:nth-of-type(3)::before {
    width: 60px;
  }
  .cdn-reason__list li picture {
    padding-top: 1rem;
  }
  .cdn-reason__value {
    padding: 2rem 1rem;
  }
  .cdn-reason__value picture {
    display: block;
    max-width: 273px;
    margin: 0 auto;
  }
  .cdn-reason__value--title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .cdn-reason__value--lead {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .cdn-reason__value--button a {
    font-size: 1.2rem;
    line-height: 4rem;
    padding: 0;
  }
  .cdn-features__list {
    display: block;
  }
  .cdn-features__list li {
    width: 100%;
  }
  .cdn-features__list li:first-of-type {
    margin-bottom: 2rem;
  }
  .cdn-features__list li h3 {
    font-size: 1.2rem;
    padding-block: 1.2rem;
  }
  .cdn-case {
    padding-bottom: 4.5rem;
  }
  .cdn-case .inner {
    padding-top: 3.5rem;
  }
  .cdn-case__list > li {
    border-radius: 2rem;
    padding: 2.5rem 1.25rem;
  }
  .cdn-case__list > li:nth-of-type(2) h4::before {
    width: 48px;
  }
  .cdn-case__list > li:nth-of-type(3) h4::before {
    width: 48px;
  }
  .cdn-case__list > li h4 {
    font-size: 1.25rem;
    padding: 0 0 0 3.5rem;
    margin-bottom: 1.5rem;
  }
  .cdn-case__list > li h4::before {
    width: 40px;
    height: 29px;
  }
  .cdn-case__list--desc {
    display: block;
  }
  .cdn-case__list--desc picture {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .cdn-case__list--desc p {
    width: 100%;
  }
  .cdn-case__list--ba {
    display: block;
  }
  .cdn-case__list--ba--before {
    width: 100%;
    padding-bottom: 1.2rem;
  }
  .cdn-case__list--ba--before::after {
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .cdn-case__list--ba--after {
    width: 100%;
    padding-top: 1.2rem;
  }
  .cdn-flow {
    padding-block: 4.5rem;
  }
  .cdn-flow__anote {
    display: block;
  }
  .cdn-flow__image {
    display: block;
    margin-right: -1rem;
    overflow: scroll;
    margin-top: 1.25rem;
    /* Firefox */
    scrollbar-width: none;
    /* IE / Edge */
    -ms-overflow-style: none;
    /* Chrome / Safari / Webkit */
  }
  .cdn-flow__image::-webkit-scrollbar {
    display: none;
  }
  .cdn-flow__image picture {
    width: 1035px;
    display: block;
    margin-bottom: 2rem;
  }
  .cdn-flow--lead01 {
    font-size: 1.25rem;
    margin: 2rem 0 2rem;
  }
  .cdn-flow--lead02 {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=add.css.map */