@charset "UTF-8";
/* ==========================================================================//
//
// 働き方を知る
//
// ========================================================================== */
body {
  --page_color: #eb6d8e;
}

/* 共通
---------------------------------------------------------- */
.page_body {
  overflow: hidden;
  background-image: linear-gradient(#f5dcea 1px, transparent 0), linear-gradient(90deg, #f5dcea 1px, transparent 0), linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #f5dcea 1px, transparent 1px), linear-gradient(180deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, #f5dcea 1px, transparent 1px);
  background-size: 30px 30px, 30px 30px, 3px 100%, 100% 15px, 100% 3px, 15px 100%;
}
.page_body section {
  padding: 56px 0;
}
@media all and (min-width: 751px) {
  .page_body section {
    padding: 100px 0;
  }
}
.page_body section .sec_ttl {
  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;
  text-align: center;
  margin-bottom: 50px;
}
@media all and (min-width: 751px) {
  .page_body section .sec_ttl {
    margin-bottom: 76px;
  }
}
.page_body section .sec_ttl .en {
  color: var(--page_color);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 70px;
}
@media all and (min-width: 751px) {
  .page_body section .sec_ttl .en {
    font-size: 100px;
  }
}
.page_body section .sec_ttl .jp {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-top: -1.8em;
}
@media all and (min-width: 751px) {
  .page_body section .sec_ttl .jp {
    font-size: 24px;
  }
}
.page_body section .lead {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}
@media all and (min-width: 751px) {
  .page_body section .lead {
    text-align: center;
    font-size: 20px;
  }
}

/* training
---------------------------------------------------------- */
section.training .list {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  section.training .list {
    margin-top: 100px;
  }
}
section.training .list > li {
  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;
  --neg_margin: -10vw;
}
@media all and (min-width: 751px) {
  section.training .list > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.training .list > li:not(:last-child) {
  margin-bottom: 40px;
}
@media all and (max-width: 1100px) {
  section.training .list > li {
    --neg_margin: -5vw;
  }
}
@media all and (min-width: 751px) {
  section.training .list > li .image {
    width: 62%;
  }
}
section.training .list > li .texts {
  position: relative;
  background-color: #fff;
  -webkit-filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.16));
  margin-top: -28px;
  padding: 34px 24px 24px;
}
@media all and (min-width: 751px) {
  section.training .list > li .texts {
    width: 66%;
    margin-top: 40px;
    padding: 60px 40px 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  section.training .list > li .texts {
    padding-top: 40px;
  }
}
section.training .list > li .texts .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
          transform: translate(-50%, -50%) rotate(5deg);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 20px;
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  section.training .list > li .texts .ttl {
    font-size: 32px;
  }
}
@media all and (min-width: 751px) and (max-width: 1100px) {
  section.training .list > li .texts .ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  section.training .list > li .texts .ttl {
    font-size: 20px;
  }
}
section.training .list > li .texts .ttl::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../../images/workstyle/tape.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 361/79;
  min-width: 11.4em;
  width: 100%;
  clip-path: inset(0 100% 0 0);
}
@media all and (min-width: 751px) {
  section.training .list > li .texts .ttl::before {
    min-width: 11.25em;
  }
}
section.training .list > li .texts.fadeUp .ttl::before {
  -webkit-animation: slideToRight 0.5s ease-in-out forwards;
          animation: slideToRight 0.5s ease-in-out forwards;
}
@media all and (min-width: 751px) {
  section.training .list > li .texts.fadeUp .ttl::before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}
section.training .list > li .texts .head {
  color: #ae97e6;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}
@media all and (min-width: 751px) {
  section.training .list > li .texts .head {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  section.training .list > li .texts .head {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
section.training .list > li .texts p {
  line-height: 1.69;
}
@media all and (min-width: 751px) {
  section.training .list > li .texts p {
    line-height: 2;
  }
}
@media all and (min-width: 751px) {
  section.training .list > li:nth-child(odd) .image {
    margin-left: var(--neg_margin);
  }
}
@media all and (min-width: 751px) {
  section.training .list > li:nth-child(odd) .texts {
    margin-left: var(--neg_margin);
  }
}
@media all and (min-width: 751px) {
  section.training .list > li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media all and (min-width: 751px) {
  section.training .list > li:nth-child(even) .image {
    margin-right: var(--neg_margin);
  }
}
@media all and (min-width: 751px) {
  section.training .list > li:nth-child(even) .texts {
    margin-right: var(--neg_margin);
  }
}
section.training .list > li:nth-child(even) .texts .ttl {
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
          transform: translate(-50%, -50%) rotate(-3deg);
}

/* benefit
---------------------------------------------------------- */
section.benefit .image {
  -webkit-filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.16));
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  section.benefit .image {
    margin-top: 60px;
  }
}
section.benefit .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 24px;
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  section.benefit .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
  }
}
section.benefit .list > li {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
  width: 100%;
  padding: 74px 24px 24px;
}
@media all and (min-width: 751px) {
  section.benefit .list > li {
    width: 48%;
    padding: 78px 32px 32px;
  }
}
section.benefit .list > li::before {
  position: absolute;
  content: "";
  background-image: url(../../images/workstyle/pin.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 45/52;
  width: 45px;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (min-width: 751px) {
  section.benefit .list > li::before {
    top: 16px;
  }
}
section.benefit .list > li .head {
  text-align: center;
  color: var(--page_color);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0.8em;
}
@media all and (min-width: 751px) {
  section.benefit .list > li .head {
    margin-bottom: 1em;
  }
}
section.benefit .list > li p {
  line-height: 1.69;
}
@media all and (min-width: 751px) {
  section.benefit .list > li p {
    line-height: 2;
  }
}
section.benefit .list > li p span {
  color: var(--page_color);
}