@charset "UTF-8";
/* ==========================================================================//
//
// 研修教育
//
// ========================================================================== */
/* lead
---------------------------------------------------------- */
.lead_area {
  padding: 35px 0 46px;
}
@media all and (min-width: 751px) {
  .lead_area {
    padding: 60px 0 76px;
  }
}
.lead_area .text {
  line-height: 2.28;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .lead_area .text {
    text-align: center;
    line-height: 2.13;
  }
}

/* コンテンツ
---------------------------------------------------------- */
.content_area {
  counter-reset: number;
  padding-bottom: 70px;
}
@media all and (min-width: 751px) {
  .content_area {
    padding-bottom: 120px;
  }
}
.content_area .section {
  counter-increment: number;
  background-color: #fff;
  border: 1px solid #222222;
  border-radius: 15px;
}
@media all and (min-width: 751px) {
  .content_area .section {
    border-width: 1.5px;
    border-radius: 30px;
  }
}
.content_area .section.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.content_area .section.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.content_area .section .sec_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 30px 20px 34px;
}
@media all and (min-width: 751px) {
  .content_area .section .sec_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    padding: 40px 6%;
  }
}
@media all and (min-width: 751px) {
  .content_area .section .sec_content .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.content_area .section .sec_content .texts .head_wrap {
  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: 14px;
  margin-bottom: 16px;
}
@media all and (min-width: 751px) {
  .content_area .section .sec_content .texts .head_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    border-bottom: 1px solid #222222;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.content_area .section .sec_content .texts .head_wrap::before {
  content: "";
  width: 1px;
  height: 24px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  background-color: #222222;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.content_area .section .sec_content .texts .head_wrap .number {
  position: relative;
}
@media all and (min-width: 751px) {
  .content_area .section .sec_content .texts .head_wrap .number {
    margin-right: 10px;
  }
}
.content_area .section .sec_content .texts .head_wrap .number::before {
  content: counter(number, decimal-leading-zero);
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 0.018em;
  line-height: 1;
  color: #a3ced6;
}
@media all and (min-width: 751px) {
  .content_area .section .sec_content .texts .head_wrap .number::before {
    font-size: 60px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .content_area .section .sec_content .texts .head_wrap .number::before {
    font-size: 46px;
  }
}
.content_area .section .sec_content .texts .head_wrap .number::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../../images/culture/training/text_training.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 83/27;
  width: min(60px, 130%);
}
@media all and (min-width: 751px) {
  .content_area .section .sec_content .texts .head_wrap .number::after {
    width: min(83px, 130%);
  }
}
.content_area .section .sec_content .texts .head_wrap .sec_ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media all and (min-width: 751px) {
  .content_area .section .sec_content .texts .head_wrap .sec_ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .content_area .section .sec_content .texts .head_wrap .sec_ttl {
    font-size: 20px;
  }
}
.content_area .section .sec_content .texts .tx {
  line-height: 2.14;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .content_area .section .sec_content .texts .tx {
    font-size: 13px;
  }
}
.content_area .section .sec_content .image {
  --radius: 15px;
  --shift: 10px;
  position: relative;
  z-index: 1;
  padding-right: var(--shift);
  padding-bottom: var(--shift);
}
@media all and (min-width: 751px) {
  .content_area .section .sec_content .image {
    --radius: 25px;
    --shift: 15px;
    width: 50%;
  }
}
.content_area .section .sec_content .image::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: calc(100% - var(--shift));
  height: calc(100% - var(--shift));
  background-color: #a3ced6;
  border: 1px solid #707070;
  border-radius: var(--radius);
  z-index: -1;
}
@media all and (min-width: 751px) {
  .content_area .section .sec_content .image::before {
    border-width: 2px;
  }
}
.content_area .section .sec_content .image img {
  border: 1px solid #707070;
  border-radius: var(--radius);
}
@media all and (min-width: 751px) {
  .content_area .section .sec_content .image img {
    border-width: 2px;
  }
}
.content_area .section .sec_example {
  border-top: 1px solid #222222;
  padding: 27px 20px 30px;
}
@media all and (min-width: 751px) {
  .content_area .section .sec_example {
    padding: 40px 6%;
  }
}
.content_area .section .sec_example .example_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media all and (min-width: 751px) {
  .content_area .section .sec_example .example_content {
    width: min(680px, 100%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4%;
    margin-inline: auto;
  }
}
.content_area .section .sec_example .example_ttl {
  text-align: center;
  background-color: #a3ced6;
  border-radius: 80px;
  padding: 8px 8px 5px;
}
@media all and (min-width: 751px) {
  .content_area .section .sec_example .example_ttl {
    display: -ms-grid;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    width: min(124px, 24%);
    border-radius: 50%;
    padding: 10px;
  }
}
.content_area .section .sec_example .example_ttl img {
  width: min(67px, 100%);
}
@media all and (min-width: 751px) {
  .content_area .section .sec_example .example_ttl img {
    width: min(75px, 100%);
  }
}
.content_area .section .sec_example .example_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content_area .section .sec_example .example_list > li {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.69;
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (min-width: 751px) {
  .content_area .section .sec_example .example_list > li {
    font-size: 15px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .content_area .section .sec_example .example_list > li {
    font-size: 13px;
  }
}
.content_area .section .sec_example .example_list > li::before {
  content: "・";
}
.content_area .section .sec_example .example_list > li:not(:last-child) {
  margin-bottom: 1.2em;
}
.content_area .section:not(:last-child) {
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .content_area .section:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 751px) {
  .content_area .section:nth-child(even) .sec_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}