@charset "UTF-8";
:root {
  --color-accent: #076BED;
  --lp-padding-block: 30px;
  --lp-padding-block-lg: 40px;
  --lp-padding-section: 60px;
}
@media screen and (min-width: 1025px) {
  :root {
    --lp-padding-block: 46px;
    --lp-padding-block-lg: 60px;
    --lp-padding-section: 80px;
  }
}

[data-color=yellow] {
  --color-accent: #f9c80e;
}

[data-color=orange] {
  --color-accent: #FB7C43;
}

[data-color=red] {
  --color-accent: #F94C4C;
}

[data-color=green] {
  --color-accent: #3ee6ae;
}

.u-accent {
  color: #076BED;
}

.u-marker {
  padding-bottom: 0.25em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, var(--color-accent)), color-stop(10%, transparent));
  background: linear-gradient(to top, var(--color-accent) 10%, transparent 10%);
}

.u-marker-lg {
  padding: 0.15em 0.25em;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, var(--color-accent)), color-stop(90%, var(--color-accent)));
  background: linear-gradient(to top, var(--color-accent) 10%, var(--color-accent) 90%);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-paragraph-sm {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .c-paragraph-sm {
    font-size: 16px;
  }
}

.c-paragraph, .cm-blockA-program__voice, .cm-blockA-list {
  font-size: 16px;
  line-height: 2;
}

.c-paragraph-md, .cm-blockA-column__body {
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .c-paragraph-md, .cm-blockA-column__body {
    font-size: 18px;
  }
}

.c-paragraph-lg {
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .c-paragraph-lg {
    font-size: 22px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.btn-lp-01 {
  border-radius: 100px;
  background-color: #FFF456;
  border: 1px solid #FFF456;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.btn-lp-01 ._txt {
  font-size: 22px;
  font-weight: bold;
  color: #076BED;
  letter-spacing: 0.1em;
}

.btn-lp-01:hover ._txt {
  color: #076BED;
}

.btn-lp-01 ._svg {
  stroke: #076BED;
  width: 2.5em;
}
@media screen and (max-width: 1024px) {
  .btn-lp-01 ._svg {
    width: 18px;
  }
}

.btn-lp-01:hover ._svg {
  stroke: #076BED;
}

.btn-lp-01::before {
  height: 100%;
  top: 0%;
}

@media screen and (max-width: 1024px) {
  .btn-lp-01 ._txt {
    font-size: 50px;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-arrow--retentionMv {
  width: 100%;
  height: 53.28px;
  border-radius: 26.64px;
  background: #ff0;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border: 3px solid #ff0;
  font-weight: bold;
}
.c-btn-arrow--retentionMv:before {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 26.64px;
  top: 0;
}
.c-btn-arrow--retentionMv ._txt {
  font-weight: bold;
  font-size: 16px;
  color: #076bed;
  letter-spacing: 0.1em;
}
.c-btn-arrow--retentionMv ._svg {
  fill: #076bed;
  stroke: #076bed;
}
.c-btn-arrow--retentionMv:hover:before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media screen and (min-width: 1025px) {
  .c-btn-arrow--retentionMv {
    width: 444.6px;
    height: 68.66px;
    border-radius: 34.33px;
  }
  .c-btn-arrow--retentionMv ._txt {
    font-size: 22px;
  }
  .c-btn-arrow--retentionMv ._svg {
    right: 24px;
    width: 20px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-retention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.c-heading-retention:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#6fc), to(#076bed));
  background: linear-gradient(to right, #6fc 0%, #076bed 100%);
}
@media screen and (min-width: 1025px) {
  .c-heading-retention {
    gap: 20px;
  }
}

.c-heading-retention__en {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3ee6ae;
  text-transform: uppercase;
}
.c-heading-retention__ja {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #076bed;
}
@media screen and (min-width: 1025px) {
  .c-heading-retention__ja {
    font-size: 40px;
  }
}

.c-heading-retention-bar {
  position: relative;
  border-radius: 10px;
  padding: 16px 34px;
  background: var(--color-accent);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff;
}
.c-heading-retention-bar:before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 40px);
  background: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .c-heading-retention-bar {
    padding: 22px 34px;
    border-radius: 15px;
    font-size: 24px;
  }
  .c-heading-retention-bar:before {
    height: calc(100% - 48px);
    top: 24px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-approach:not(:first-child) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d9d9d9;
}
.c-card-approach__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1025px) {
  .c-card-approach__head {
    gap: 14px;
  }
}

.c-card-approach__no {
  width: 43px;
}
@media screen and (min-width: 1025px) {
  .c-card-approach__no {
    width: 63px;
  }
}

.c-card-approach__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .c-card-approach__title {
    font-size: 30px;
  }
}

.c-card-approach__wrap {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1025px) {
  .c-card-approach__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 44px;
  }
}

.c-card-approach__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .c-card-approach__body {
    margin-top: -0.5em;
    font-size: 16px;
    line-height: 2.25;
  }
}

@media screen and (min-width: 1025px) {
  .c-card-approach__pic {
    width: 310px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1025px) {
  .c-card-strength {
    gap: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-card-strength:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-card-strength__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-card-strength__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .c-card-strength__head {
    gap: 12px;
  }
}

.c-card-strength__label img {
  width: 8px;
}
@media screen and (min-width: 1025px) {
  .c-card-strength__label img {
    width: 11.52px;
  }
}

.c-card-strength__no img {
  height: 30px;
}
@media screen and (min-width: 1025px) {
  .c-card-strength__no img {
    height: 40px;
  }
}

.c-card-strength__title {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.05em;
  color: #076bed;
}
@media screen and (min-width: 1025px) {
  .c-card-strength__title {
    font-size: 28px;
  }
}

.c-card-strength__body {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .c-card-strength__pic {
    width: 345px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-faq {
  padding: 24px 30px;
  border-radius: 15px;
  background: #fff;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (min-width: 1025px) {
  .c-card-faq {
    padding: 28px 30px;
    font-size: 16px;
    line-height: 1.625;
  }
}

.c-card-faq__head {
  position: relative;
  padding-left: 38px;
  min-height: 28px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .c-card-faq__head {
    padding-left: 52px;
    min-height: 38px;
  }
}

.c-card-faq__ico {
  position: absolute;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: #076bed;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .c-card-faq__ico {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    font-size: 17px;
  }
}

.c-card-faq__body {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 38px;
  border-top: 1px solid #e3e3e3;
}
.c-card-faq__body .c-card-faq__ico {
  background: #3ee6ae;
}
@media screen and (min-width: 1025px) {
  .c-card-faq__body {
    padding-left: 52px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-flow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.c-card-flow:not(:last-child) {
  padding-bottom: 50px;
}
.c-card-flow:not(:last-child):after {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: rgba(62, 230, 174, 0.5);
  position: absolute;
  left: 30px;
  top: 0;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .c-card-flow {
    gap: 30px;
  }
  .c-card-flow:not(:last-child):after {
    width: 10px;
    left: 55px;
  }
}

.c-card-flow__ico {
  position: relative;
  z-index: 2;
  width: 67px;
}
@media screen and (min-width: 1025px) {
  .c-card-flow__ico {
    width: 119.36px;
  }
}

.c-card-flow__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 15px;
  background: rgba(7, 107, 237, 0.05);
  padding: 16px 12px;
}
@media screen and (min-width: 1025px) {
  .c-card-flow__wrap {
    padding: 24px 30px;
  }
}

.c-card-flow__title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #076bed;
}
@media screen and (min-width: 1025px) {
  .c-card-flow__title {
    font-size: 24px;
  }
}

.c-card-flow__body {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (min-width: 1025px) {
  .c-card-flow__body {
    font-size: 16px;
    line-height: 1.75;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-lineup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 16px;
  gap: 6px;
  min-height: 120px;
  background: #fff;
  height: 100%;
  border: 3px solid var(--color-accent);
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.c-card-lineup__link:hover, .c-card-lineup__link.is-active {
  background: var(--color-accent);
  color: #fff;
}
.c-card-lineup__link:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -3px;
  bottom: -3px;
  pointer-events: none;
  background: url(/education/assets/img/retention/card-lineup-bg-yellow.webp) center center/contain no-repeat;
}
.c-card-lineup__link:hover:after, .c-card-lineup__link.is-active:after {
  background-image: url(/education/assets/img/retention/card-lineup-bg-yellow-on.webp);
}
[data-color=orange] .c-card-lineup__link:after {
  background-image: url(/education/assets/img/retention/card-lineup-bg-orange.webp);
}
[data-color=orange] .c-card-lineup__link:hover:after, [data-color=orange] .c-card-lineup__link.is-active:after {
  background-image: url(/education/assets/img/retention/card-lineup-bg-orange-on.webp);
}
[data-color=red] .c-card-lineup__link:after {
  background-image: url(/education/assets/img/retention/card-lineup-bg-red.webp);
}
[data-color=red] .c-card-lineup__link:hover:after, [data-color=red] .c-card-lineup__link.is-active:after {
  background-image: url(/education/assets/img/retention/card-lineup-bg-red-on.webp);
}
@media screen and (min-width: 1025px) {
  .c-card-lineup__link {
    padding: 12px 20px;
  }
}

.c-card-lineup__wrap {
  position: relative;
}
.c-card-lineup__desc {
  font-size: 16px;
  text-align: center;
}
.c-card-lineup__title {
  font-weight: bold;
  font-size: 20px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-block-header {
  padding: 30px 0 40px;
  position: relative;
  background: url(/education/assets/img/retention/cm-block-header-bg.webp) center center/cover;
  border-bottom: 10px solid var(--color-accent);
}
@media screen and (min-width: 1025px) {
  .cm-block-header {
    padding: 40px 0 50px;
  }
}

.cm-block-header__bg {
  position: absolute;
  display: none;
}
@media screen and (min-width: 1025px) {
  .cm-block-header__bg {
    display: block;
    right: 200px;
    bottom: 0;
    width: 158px;
  }
}

.cm-block-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1025px) {
  .cm-block-header__wrap {
    gap: 20px;
  }
}

.cm-block-header__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.cm-block-header__sub:before {
  content: "";
  display: block;
  pointer-events: none;
  width: 60px;
  height: 4px;
  background: var(--color-accent);
}
@media screen and (min-width: 1025px) {
  .cm-block-header__sub {
    gap: 20px;
    font-size: 26px;
  }
}

.cm-block-header__title {
  margin-top: -0.2em;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2857142857;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .cm-block-header__title {
    font-size: 42px;
  }
}

.cm-block-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.cm-block-header-info__head {
  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;
  width: 50px;
  background: #3ee6ae;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .cm-block-header-info__head {
    width: 77.59px;
    font-size: 16px;
  }
}

.cm-block-header-info__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 14px;
}
.cm-block-header-info__body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.cm-block-header-info__body li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 6px;
  height: 22px;
  border-radius: 11px;
  background: #b7b7b7;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.cm-block-header-info__body .is-strong {
  background: var(--color-accent);
}
@media screen and (min-width: 1025px) {
  .cm-block-header-info__body ul {
    gap: 10px;
  }
  .cm-block-header-info__body li {
    height: 30px;
    border-radius: 36px;
    padding: 0 10px;
    font-size: 16px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-retention-cta__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/education/assets/img/retention/bg-blue.webp) center center/cover;
  padding: 30px 20px;
}
@media screen and (min-width: 1025px) {
  .cm-retention-cta__link {
    padding: 60px 20px;
    gap: 30px;
  }
}

.cm-retention-cta__pic {
  position: absolute;
  left: calc(50% + 300px);
  bottom: 0;
  pointer-events: none;
  width: 255px;
  z-index: 5;
  background: none;
}
a:hover .cm-retention-cta__pic {
  opacity: 1;
}
a:hover .cm-retention-cta__pic img {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .cm-retention-cta__pic {
    display: none;
  }
}
.cm-retention-cta__lead {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .cm-retention-cta__lead {
    font-size: 32px;
  }
}

.cm-retention-cta__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
.cm-retention-cta__title svg {
  width: 8px;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .cm-retention-cta__title {
    font-size: 28px;
  }
  .cm-retention-cta__title svg {
    width: 16px;
  }
}

.cm-retention-cta__action {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 305px;
  height: 50px;
  border-radius: 25px;
  background: #ff0;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border: 3px solid #ff0;
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #076bed;
  overflow: hidden;
}
.cm-retention-cta__action:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #fff;
  border-radius: 47.98px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.cm-retention-cta__action span {
  position: relative;
}
.cm-retention-cta__action svg {
  position: absolute;
  right: 20px;
  width: 16px;
  height: auto;
  fill: #076bed;
  stroke: #076bed;
}
@media screen and (min-width: 1025px) {
  .cm-retention-cta__action {
    width: 659px;
    height: 95.97px;
    border-radius: 47.98px;
    font-size: 30px;
  }
  a:hover .cm-retention-cta__action:before {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .cm-retention-cta__action svg {
    right: 80px;
    width: 30px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  a:hover .cm-retention-cta__action svg {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-blockA__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  height: 49px;
  border-radius: 15px 15px 0 0;
  background: #076bed;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
}

.cm-blockA__body {
  padding: 30px;
  border-radius: 0 15px 15px 15px;
  background: #fff;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1025px) {
  .cm-blockA__body {
    padding: 40px 50px;
  }
}

.cm-blockA-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1025px) {
  .cm-blockA-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 42px;
  }
}

.cm-blockA-column__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1025px) {
  .cm-blockA-column__body {
    margin-top: -0.5em;
  }
}

@media screen and (min-width: 1025px) {
  .cm-blockA-column__pic {
    width: 245px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-blockA-list {
  counter-reset: item;
}
.cm-blockA-list li {
  counter-increment: item;
  position: relative;
  padding-left: 2em;
  padding-bottom: 0.75em;
}
.cm-blockA-list li:not(:last-child) {
  margin-bottom: 0.75em;
  border-bottom: 1px solid #d9d9d9;
}
.cm-blockA-list li:before {
  content: counter(item);
  position: absolute;
  top: 0.5em;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #076bed;
}

.cm-blockA-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .cm-blockA-outline {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.cm-blockA-outline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.8571428571;
}
.cm-blockA-outline__item dt {
  width: 6em;
  font-weight: bold;
  color: #076bed;
}
.cm-blockA-outline__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .cm-blockA-outline__item:not(:last-child) {
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media screen and (min-width: 1025px) {
  .cm-blockA-outline__item {
    font-size: 16px;
    line-height: 1.625;
  }
  .cm-blockA-outline__item dt {
    width: 7em;
  }
}

.cm-blockA-program__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #076bed;
}
.cm-blockA-program__head p:last-child {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .cm-blockA-program__head {
    display: none;
  }
}

.cm-blockA-program__list {
  padding-top: 1em;
  border-top: 1px solid #d9d9d9;
}

.cm-blockA-program-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 14px;
  line-height: 1.5714285714;
  color: #3d4246;
}
.cm-blockA-program-item:not(:last-child) {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 1025px) {
  .cm-blockA-program-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 16px;
    line-height: 1.625;
  }
}

.cm-blockA-program-item__title {
  font-weight: bold;
  font-size: 18px;
  color: #076bed;
}
@media screen and (min-width: 1025px) {
  .cm-blockA-program-item__title {
    width: 320px;
    font-size: 20px;
  }
}

.cm-blockA-program-item__session {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1024px) {
  .cm-blockA-program-item__type {
    padding: 8px 10px;
    border-radius: 10px;
    background: #eef4fe;
  }
}
@media screen and (min-width: 1025px) {
  .cm-blockA-program-item__type {
    width: 120px;
  }
}

.cm-blockA-program__voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-right: -10px;
}
.cm-blockA-program__voice li {
  position: relative;
  padding-left: 37px;
  margin-left: -0.2em;
}
.cm-blockA-program__voice li:before {
  content: "";
  display: block;
  width: 27px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0.2em;
  pointer-events: none;
  background: url(/education/assets/img/retention/ico-voice.webp) center center/contain;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-block-lineup__body {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  .cm-block-lineup__body {
    margin-bottom: 80px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 20px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-block-form {
  padding: var(--lp-padding-section) 0;
  background: url(/education/assets/img/retention/bg-blue.webp) center center/cover;
}
@media screen and (max-width: 1024px) {
  .cm-block-form {
    padding: 4em 0;
  }
}

.cm-block-form-title {
  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;
  gap: 6px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
.cm-block-form-title svg {
  width: 16px;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .cm-block-form-title {
    font-size: 28px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .cm-block-form-title svg {
    width: 16px;
  }
}

.cm-block-form-copy {
  margin-top: 10px;
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
}
.cm-block-form-copy span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.2em;
}
.cm-block-form-copy ._g {
  color: #076BED;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #3ee6ae), color-stop(90%, #3ee6ae), color-stop(90%, transparent));
  background: linear-gradient(transparent 10%, #3ee6ae 10%, #3ee6ae 90%, transparent 90%);
}
.cm-block-form-copy ._y {
  color: #076BED;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #ff0), color-stop(90%, #ff0), color-stop(90%, transparent));
  background: linear-gradient(transparent 10%, #ff0 10%, #ff0 90%, transparent 90%);
}
@media screen and (min-width: 1025px) {
  .cm-block-form-copy {
    margin-top: 20px;
    text-align: center;
    font-size: 28px;
  }
}

.cm-block-form-box {
  background-color: #fff;
  margin-bottom: 1em;
  padding: 4em 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .cm-block-form-box {
    background-color: #fff;
    margin-bottom: 1em;
    padding: 1.5em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cm-block-form-box-tel {
  width: 40%;
  padding-right: 7%;
  border-right: 1px solid #BDBDBD;
}
@media screen and (max-width: 1024px) {
  .cm-block-form-box-tel {
    width: 100%;
    padding-right: 0%;
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-right: none;
    border-bottom: 1px solid #BDBDBD;
  }
}

.cm-block-form-box-mail {
  width: 53%;
}
@media screen and (max-width: 1024px) {
  .cm-block-form-box-mail {
    width: 100%;
  }
}

.cm-block-form-box-tel-title {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .cm-block-form-box-tel-title {
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
}

.cm-block-form-box-tel-title ._txt {
  font-weight: bold;
  font-size: 28px;
  color: #076BED;
}
._g .cm-block-form-box-tel-title ._txt {
  color: #00E196;
}
@media screen and (max-width: 1024px) {
  .cm-block-form-box-tel-title ._txt {
    font-weight: bold;
    font-size: 20px;
    color: #005BAC;
  }
}

.cm-block-form-box-tel-title ._ico {
  font-size: 19px;
  background-color: #076BED;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
}
._g .cm-block-form-box-tel-title ._ico {
  background-color: #00E196;
}
@media screen and (max-width: 1024px) {
  .cm-block-form-box-tel-title ._ico {
    font-size: 19px;
    background-color: #005BAC;
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
  }
}

.cm-block-form-box-tel-num {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cm-block-form-box-tel-num {
    text-align: center;
  }
}

.cm-block-form-box-tel-num .l {
  font-weight: bold;
  font-size: 46px;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 1024px) {
  .cm-block-form-box-tel-num .l {
    font-weight: bold;
    font-size: 36.8px;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 0.2em;
  }
}

.cm-block-form-box-tel-num .l a {
  color: #076BED;
}
._g .cm-block-form-box-tel-num .l a {
  color: #00E196;
}
@media screen and (max-width: 1024px) {
  .cm-block-form-box-tel-num .l a {
    color: #005BAC;
  }
}

.cm-block-form-box-tel-num .s {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .cm-block-form-box-tel-num .s {
    font-size: 14.4px;
  }
}

.cm-block-form-box-tel-btn .c-btn-arrow {
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .cm-block-form-box-tel-btn .c-btn-arrow {
    height: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .cm-block-form-list li {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 12px;
  }
}

.cm-block-form-box-tel-btn .btn-lp-01 ._txt {
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .cm-block-form-box-tel-btn .btn-lp-01 ._txt {
    font-size: 22.4px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----- MV -----*/
.p-retention-mv {
  position: relative;
}
.p-retention-mv img {
  width: 100%;
}
.p-retention-mv__action {
  position: absolute;
  left: 5.3333333333vw;
  bottom: 75.2vw;
  width: calc(100% - 10.6666666667vw);
}
@media screen and (min-width: 1025px) {
  .p-retention-mv__action {
    left: 13.3967789165vw;
    bottom: 4.39238653vw;
  }
}

/*----- 悩み -----*/
.p-retention-nayami {
  position: relative;
  background: #f5f5f5;
}

.p-retention-nayami__bg {
  position: absolute;
  bottom: 0;
}

.p-retention-nayami__body {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-retention-nayami__body img {
    max-width: 1366px;
	width: 100%;
  }
}

/*----- 研修ラインナップ -----*/
.p-retention-lineup {
  position: relative;
  padding: 0 0 var(--lp-padding-section);
  background: rgba(62, 230, 174, 0.05);
}
.p-retention-lineup__bg {
  display: none;
  position: absolute;
  width: 100%;
  top: 600px;
}
.p-retention-lineup__bg svg {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-retention-lineup__bg {
    display: block;
  }
}

.p-retention-lineup__blocks {
  margin-top: var(--lp-padding-block-lg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--lp-padding-section);
}

.p-retention-lineup-block__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.p-retention-lineup-block__pic {
  position: absolute;
  right: 0;
  top: -38px;
}
.p-retention-lineup-block__pic img {
  height: 100px;
}
@media screen and (min-width: 1025px) {
  .p-retention-lineup-block__pic img {
    height: 190px;
  }
}

.p-retention-lineup-block__list {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  .p-retention-lineup-block__list {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 20px;
  }
}

/*----- アプローチ -----*/
.p-retention-approach {
  position: relative;
  padding: var(--lp-padding-section) 0;
  background: #e6effd;
}
.p-retention-approach__bg {
  width: 100%;
}
.p-retention-approach__bg svg {
  width: 100%;
  height: auto;
}
.p-retention-approach__bg ._bg1 {
  position: absolute;
  top: 0;
  width: 100%;
}
.p-retention-approach__bg ._bg2 {
  position: absolute;
  top: 153.7335285505vw;
}
.p-retention-approach__bg ._bg3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-retention-approach-top {
  position: relative;
  text-align: center;
}

.p-retention-approach-top__pic {
  display: none;
}
.p-retention-approach-top__pic figure {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .p-retention-approach-top__pic {
    display: block;
  }
  .p-retention-approach-top__pic img {
    height: 180px;
    max-width: none;
  }
  .p-retention-approach-top__pic figure:nth-child(1) {
    top: 200px;
    left: calc(100% - 60px);
  }
  .p-retention-approach-top__pic figure:nth-child(2) {
    top: 350px;
    left: -60px;
  }
  .p-retention-approach-top__pic figure:nth-child(3) {
    top: 400px;
    left: calc(100% - 140px);
  }
}

.p-retention-approach-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.9090909091;
  text-align: center;
  color: #076BED;
}
@media screen and (min-width: 1025px) {
  .p-retention-approach-top__title {
    font-size: 36px;
    line-height: 1.6666666667;
  }
}

.p-retention-approach-top__txt1 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
@media screen and (min-width: 1025px) {
  .p-retention-approach-top__txt1 {
    margin-top: 40px;
  }
}

.p-retention-approach-top__txt2 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #076bed;
}
.p-retention-approach-top__txt2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.p-retention-approach-top__txt2 > div.pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-retention-approach-top__txt2 {
    margin-top: 50px;
    font-size: 30px;
    line-height: 1.8;
  }
  .p-retention-approach-top__txt2 > div.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-retention-approach-top__txt2 > div.sp {
    display: none;
  }
}

.p-retention-approach-top__txt3 {
  margin-top: 60px;
  margin-inline: -15px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}
.p-retention-approach-top__txt3 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.p-retention-approach-top__txt3 > div.pc {
  display: none;
}
.p-retention-approach-top__txt3 p {
  position: relative;
}
.p-retention-approach-top__txt3 p span {
  position: relative;
  padding: 0 0.25em;
}
.p-retention-approach-top__txt3 p:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(#3ee6ae), to(#076bed));
  background: linear-gradient(to right, #3ee6ae 0%, #076bed 100%);
}
@media screen and (min-width: 1025px) {
  .p-retention-approach-top__txt3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 2;
  }
  .p-retention-approach-top__txt3 > div.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-retention-approach-top__txt3 > div.sp {
    display: none;
  }
}

.p-retention-approach-top__gallery {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
@media screen and (min-width: 1025px) {
  .p-retention-approach-top__gallery {
    gap: 40px;
  }
}

.p-retention-approach__blocks {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--lp-padding-block-lg);
}
.p-retention-approach-block__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  height: 49px;
  border-radius: 15px 15px 0 0;
  background: var(--color-accent);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
}

.p-retention-approach-block__body {
  padding: 30px 26px;
  border-radius: 0 15px 15px 15px;
  background: #fff;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1025px) {
  .p-retention-approach-block__body {
    padding: 50px 54px;
  }
}

.p-retention-approach-block__lead {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.7;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .p-retention-approach-block__lead {
    font-size: 32px;
    line-height: 2;
  }
}

.p-retention-approach-block__list {
  margin-top: 20px;
}

.p-retention-approach-bottom {
  padding-top: 100px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-retention-approach-bottom {
    padding-top: 200px;
  }
}

.p-retention-approach-bottom__pic {
  display: none;
}
.p-retention-approach-bottom__pic figure {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .p-retention-approach-bottom__pic {
    display: block;
  }
  .p-retention-approach-bottom__pic img {
    height: 180px;
    max-width: none;
  }
  .p-retention-approach-bottom__pic figure:nth-child(1) {
    top: 200px;
    left: calc(100% - 60px);
  }
  .p-retention-approach-bottom__pic figure:nth-child(2) {
    top: 350px;
    left: -60px;
  }
  .p-retention-approach-bottom__pic figure:nth-child(3) {
    top: 400px;
    left: calc(100% - 140px);
  }
}

.p-retention-approach-bottom__txt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.9090909091;
}
@media screen and (min-width: 1025px) {
  .p-retention-approach-bottom__txt1 {
    font-size: 22px;
  }
}

.p-retention-approach-bottom__txt2 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
.p-retention-approach-bottom__txt2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.p-retention-approach-bottom__txt2 > div.pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-retention-approach-bottom__txt2 {
    margin-top: 50px;
    font-size: 28px;
  }
  .p-retention-approach-bottom__txt2 > div.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-retention-approach-bottom__txt2 > div.sp {
    display: none;
  }
}

/*----- KBIの強み -----*/
.p-retention-strength {
  position: relative;
  padding: var(--lp-padding-section) 0;
  background: rgba(7, 107, 237, 0.05);
}
.p-retention-strength__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 200px;
  pointer-events: none;
}
.p-retention-strength__bg svg {
  width: 100%;
  height: auto;
}

.p-retention-strength__lead {
  margin-top: var(--lp-padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #076bed;
}
@media screen and (min-width: 1025px) {
  .p-retention-strength__lead {
    font-size: 30px;
    line-height: 2;
  }
}

.p-retention-strength__list {
  margin-top: var(--lp-padding-block-lg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--lp-padding-block-lg);
}
@media screen and (min-width: 1025px) {
  .p-retention-strength__list {
    padding: 0 46px;
  }
}

/*----- 研修実施までの流れ -----*/
.p-retention-flow {
  padding: var(--lp-padding-section) 0;
}
.p-retention-flow__list {
  margin-top: var(--lp-padding-block);
}

/*----- よくあるご質問 -----*/
.p-retention-faq {
  padding: var(--lp-padding-section) 0;
  background: rgba(0, 0, 0, 0.05);
}
.p-retention-faq__list {
  margin-top: var(--lp-padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--lp-padding-block);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-retention__blocks {
  padding: var(--lp-padding-section) 0;
  background: #eef4fe;
}
.p-retention__blocks section + section {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .p-retention__blocks {
    padding: 80px 0;
  }
  .p-retention__blocks section + section {
    margin-top: 60px;
  }
}

.p-retention__back {
  margin-top: 60px;
  text-align: center;
}
.p-retention__back a {
  background: transparent;
  border: 1px solid #3d4246;
}
.p-retention__back a ._txt {
  color: #3d4246;
}
.p-retention__back a ._svg {
  stroke: #3d4246;
}
@media screen and (min-width: 1025px) {
  .p-retention__back {
    margin-top: 80px;
  }
  .p-retention__back a {
    width: 580px;
  }
}

.p-retention__form {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .p-retention__form {
    margin-top: 80px;
  }
}

.p-retention__lineup {
  padding: 60px 0 0;
  background: rgba(62, 230, 174, 0.05);
}
@media screen and (min-width: 1025px) {
  .p-retention__lineup {
    padding: 80px 0 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*-- 250724ここから --*/
.fz-10 {
  font-size: 10px;
}
/*-- 250724ここまで --*/