@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
}
section#career {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#career .hero {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.5s;
}
section#career .hero.on {
  clip-path: inset(0 0 0 0);
}
section#career .hero.on + .lead {
  clip-path: inset(0 0 0 0);
}
section#career .hero .inner {
  width: 100%;
  position: relative;
}
section#career .hero .inner .visual {
  width: 100%;
}
section#career .hero .inner .title {
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#career .hero .inner .title > div {
  padding: 8px 16px;
  background-color: #FFF;
}
section#career .hero .inner .title > div h3 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#career .lead {
  width: 100%;
  padding: 48px 0;
  background-image: url(../images/color.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.75s;
}
section#career .lead p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#career .sec {
  width: 100%;
  padding: 96px 0 104px 0;
}
section#career .sec .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#career .sec .inner .set {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#career .sec .inner .set.on {
  opacity: 1;
}
section#career .sec .inner .set:not(:last-child) {
  margin-bottom: 96px;
}
section#career .sec .inner .set h4 {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 48px;
}
section#career .sec .inner .set p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
section#career .sec .inner .set.set1 {
  width: 1000px;
}
section#career .sec .inner .set.set1 .inset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section#career .sec .inner .set.set1 .inset .icon {
  width: 188px;
}
section#career .sec .inner .set.set1 .inset .text {
  width: calc(100% - 188px - 48px);
}
section#career .sec .inner .set.set2, section#career .sec .inner .set.set4 {
  width: 1000px;
}
section#career .sec .inner .set.set2 .inset, section#career .sec .inner .set.set4 .inset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}
section#career .sec .inner .set.set2 .inset .training, section#career .sec .inner .set.set4 .inset .training {
  width: calc((100% - 24px) / 2);
  background-color: #f1f1f1;
  border-radius: 8px;
}
section#career .sec .inner .set.set2 .inset .training .icon, section#career .sec .inner .set.set4 .inset .training .icon {
  width: 100%;
  height: 216px;
  padding: 32px 0;
  border-radius: 8px 8px 0 0;
  background-image: url(../images/color.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
section#career .sec .inner .set.set2 .inset .training .icon > div, section#career .sec .inner .set.set4 .inset .training .icon > div {
  width: 115px;
}
section#career .sec .inner .set.set2 .inset .training .icon > div.w, section#career .sec .inner .set.set4 .inset .training .icon > div.w {
  width: 131px;
}
section#career .sec .inner .set.set2 .inset .training .icon > div.ww, section#career .sec .inner .set.set4 .inset .training .icon > div.ww {
  width: 146px;
}
section#career .sec .inner .set.set2 .inset .training .icon > div.t, section#career .sec .inner .set.set4 .inset .training .icon > div.t {
  position: relative;
  transform: translateY(-10px);
}
section#career .sec .inner .set.set2 .inset .training .icon h5, section#career .sec .inner .set.set4 .inset .training .icon h5 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  position: absolute;
  bottom: 32px;
  left: 0px;
}
section#career .sec .inner .set.set2 .inset .training .text, section#career .sec .inner .set.set4 .inset .training .text {
  width: 100%;
  padding: 32px;
}
section#career .sec .inner .set.set3 {
  width: 100%;
}
section#career .sec .inner .set.set3 .inset {
  width: 100%;
  background-color: #f1f1f1;
  padding: 128px 0 56px 0;
}
section#career .sec .inner .set.set3 .inset .graph {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#career .sec .inner .set.set3 .inset .graph h5 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 8px 16px;
  margin-bottom: 24px;
  background-color: #FFF;
}
section#career .sec .inner .set.set3 .inset .graph .img {
  width: 100%;
  margin-bottom: 40px;
}
section#career .sec .inner .set.set3 .inset .graph .img .cover {
  display: none;
}
section#career .sec .inner .set.set3 .inset .graph .comment {
  width: 416px;
  padding: 16px 32px;
  border-radius: 16px;
  background-image: url(../images/color.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -72px;
  left: calc(50% - 80px);
}
section#career .sec .inner .set.set3 .inset .graph .comment::after {
  content: "";
  width: 12px;
  height: 16px;
  background-color: #27a7a6;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  bottom: -16px;
  left: calc(50% - 32px);
  display: block;
}
section#career .sec .inner .set.set3 .inset .graph .comment p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#career .sec .inner .set.set3 .inset .graph .btn {
  width: 100%;
  background-image: url(../images/color.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 0.25s ease-in 0s;
}
section#career .sec .inner .set.set3 .inset .graph .btn:hover {
  opacity: 0.8;
}
section#career .sec .inner .set.set3 .inset .graph .btn a {
  width: 100%;
  height: 64px;
  background-color: #FFF;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
section#career .sec .inner .set.set3 .inset .graph .btn a::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../images/career/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 24px;
}
section#career .sec .inner .set.set3 .inset .graph .btn a span {
  color: #27a7a6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#career .sec .inner .set.set5 {
  width: 100%;
}
section#career .sec .inner .set.set5 .inset {
  width: 1000px;
  background-color: #f1f1f1;
  padding: 32px 0;
  margin: 0 auto;
  border-radius: 16px;
  position: relative;
}
section#career .sec .inner .set.set5 .inset .text {
  width: 100%;
  padding: 0 54px;
  margin-bottom: 24px;
}
section#career .sec .inner .set.set5 .inset .text p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#career .sec .inner .set.set5 .inset .graph {
  width: 100%;
  padding: 0 32px;
}
section#career .sec .inner .set.set5 .inset .comment {
  position: absolute;
  right: 32px;
  bottom: 32px;
}
section#career .sec .inner .set.set5 .inset .comment p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  @keyframes finger {
    0% {
      transform: translateX(40px);
    }
    100% {
      transform: translateX(-40px);
    }
  }
  section#career {
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  section#career .hero .inner .title > div {
    padding: 8px 16px;
    background-color: #FFF;
  }
  section#career .hero .inner .title > div h3 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#career .lead {
    text-align: left;
    padding: 24px 16px;
  }
  section#career .lead p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#career .lead p br {
    display: none;
  }
  section#career .sec {
    padding: 48px 0 56px 0;
  }
  section#career .sec .inner .set:not(:last-child) {
    margin-bottom: 48px;
  }
  section#career .sec .inner .set h4 {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 24px;
  }
  section#career .sec .inner .set p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#career .sec .inner .set.set1 {
    width: calc(100% - 32px);
  }
  section#career .sec .inner .set.set1 .inset {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#career .sec .inner .set.set1 .inset .icon {
    width: 188px;
    margin-bottom: 24px;
  }
  section#career .sec .inner .set.set1 .inset .text {
    width: 100%;
  }
  section#career .sec .inner .set.set2, section#career .sec .inner .set.set4 {
    width: calc(100% - 32px);
  }
  section#career .sec .inner .set.set2 .inset, section#career .sec .inner .set.set4 .inset {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
  }
  section#career .sec .inner .set.set2 .inset .training, section#career .sec .inner .set.set4 .inset .training {
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 8px;
  }
  section#career .sec .inner .set.set2 .inset .training .icon, section#career .sec .inner .set.set4 .inset .training .icon {
    width: 100%;
    height: auto;
    padding: 16px 0;
    border-radius: 8px 8px 0 0;
    background-image: url(../images/color.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  section#career .sec .inner .set.set2 .inset .training .icon > div, section#career .sec .inner .set.set4 .inset .training .icon > div {
    width: 115px;
    margin-bottom: 16px;
  }
  section#career .sec .inner .set.set2 .inset .training .icon > div.w, section#career .sec .inner .set.set4 .inset .training .icon > div.w {
    width: 131px;
  }
  section#career .sec .inner .set.set2 .inset .training .icon > div.ww, section#career .sec .inner .set.set4 .inset .training .icon > div.ww {
    width: 146px;
  }
  section#career .sec .inner .set.set2 .inset .training .icon > div.t, section#career .sec .inner .set.set4 .inset .training .icon > div.t {
    position: relative;
    transform: translateY(-10px);
  }
  section#career .sec .inner .set.set2 .inset .training .icon h5, section#career .sec .inner .set.set4 .inset .training .icon h5 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    position: relative;
    bottom: auto;
    left: auto;
  }
  section#career .sec .inner .set.set2 .inset .training .text, section#career .sec .inner .set.set4 .inset .training .text {
    width: 100%;
    padding: 16px 24px;
  }
  section#career .sec .inner .set.set3 {
    width: 100%;
  }
  section#career .sec .inner .set.set3 .inset {
    width: 100%;
    background-color: #f1f1f1;
    padding: 24px 0 32px 0;
  }
  section#career .sec .inner .set.set3 .inset .graph {
    width: calc(100% - 32px);
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#career .sec .inner .set.set3 .inset .graph h5 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 8px 16px;
    margin-bottom: 16px;
    position: relative;
    transform: translateX(0px);
  }
  section#career .sec .inner .set.set3 .inset .graph .img {
    width: 100%;
    padding: 104px 0 0 0;
    margin-bottom: 24px;
    overflow: scroll;
    position: relative;
  }
  section#career .sec .inner .set.set3 .inset .graph .img .cover {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  section#career .sec .inner .set.set3 .inset .graph .img .cover i {
    width: 40px;
    margin-bottom: 24px;
    position: relative;
    transform: translateX(40px);
    animation-name: finger;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: both;
  }
  section#career .sec .inner .set.set3 .inset .graph .img .cover p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#career .sec .inner .set.set3 .inset .graph .img .inimg {
    width: 200%;
    position: relative;
  }
  section#career .sec .inner .set.set3 .inset .graph .img .inimg > div {
    width: 100%;
  }
  section#career .sec .inner .set.set3 .inset .graph .img .inimg > div.comment {
    width: calc(50% - 16px);
    padding: 8px 16px;
    border-radius: 8px;
    background-image: url(../images/color.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -96px;
    left: 31%;
  }
  section#career .sec .inner .set.set3 .inset .graph .img .inimg > div.comment::after {
    content: "";
    width: 9px;
    height: 12px;
    bottom: -12px;
    left: calc(50% + 32px);
    display: block;
  }
  section#career .sec .inner .set.set3 .inset .graph .img .inimg > div.comment p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#career .sec .inner .set.set3 .inset .graph .btn {
    padding: 2px;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.25s ease-in 0s;
  }
  section#career .sec .inner .set.set3 .inset .graph .btn:hover {
    opacity: 0.8;
  }
  section#career .sec .inner .set.set3 .inset .graph .btn a {
    width: 100%;
    height: 64px;
    background-color: #FFF;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  section#career .sec .inner .set.set3 .inset .graph .btn a::before {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(../images/career/icon_blank.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 9px);
    right: 8px;
  }
  section#career .sec .inner .set.set3 .inset .graph .btn a span {
    color: #27a7a6;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#career .sec .inner .set.set5 .inset {
    width: calc(100% - 32px);
    padding: 24px 0;
    border-radius: 8px;
    position: relative;
  }
  section#career .sec .inner .set.set5 .inset .text {
    width: 100%;
    padding: 0px;
    margin-bottom: 24px;
  }
  section#career .sec .inner .set.set5 .inset .text p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#career .sec .inner .set.set5 .inset .graph {
    width: 100%;
    padding: 0 24px;
  }
  section#career .sec .inner .set.set5 .inset .graph .img {
    margin-bottom: 16px;
  }
  section#career .sec .inner .set.set5 .inset .comment {
    position: relative;
    right: auto;
    bottom: auto;
  }
  section#career .sec .inner .set.set5 .inset .comment p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}

/*# sourceMappingURL=style_career.css.map */
