@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://use.typekit.net/hje8jwk.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
main {
  width: 100%;
  padding: 70px 0 0 0;
  margin: 0px;
  position: relative;
}
main #visual {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease-out 0s;
}
main #visual:not(:last-child) {
  margin-bottom: 100px;
}
main #visual.on .invisual {
  clip-path: inset(0 0 0 0);
}
main #visual.on .ph {
  clip-path: inset(0 0 0 0);
}
main #visual .invisual {
  width: 1060px;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0px;
  left: calc(50% - 530px);
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
main #visual .invisual .title {
  width: 330px;
  height: 310px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(60deg, #2864B0, #4BB1E3, #4BB1E3, #00A3DD);
  border-radius: 10px;
}
main #visual .invisual .title h3 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main #visual .ph {
  width: 100%;
  position: relative;
  clip-path: inset(0 0 0 100%);
  transition: all 0.3s ease-in 0s;
}
main #visual .ph img {
  width: 100%;
}
main .sec:not(:last-child) {
  margin-bottom: 80px;
}
main .sec .inner {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .inner .graph {
  width: 100%;
  margin-bottom: 80px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .sec .inner .graph.on {
  opacity: 1;
}
main .sec .inner .text {
  width: 100%;
  margin-bottom: 80px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .sec .inner .text.on {
  opacity: 1;
}
main .sec .inner .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
}
main .sec .inner .job {
  width: 100%;
}
main .sec .inner .job.sales {
  margin-bottom: 50px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .sec .inner .job.sales.on {
  opacity: 1;
}
main .sec .inner .job.sales h4 {
  background-color: #2E4FB5;
}
main .sec .inner .job.sales .injob {
  background-color: #D7DEF1;
}
main .sec .inner .job.office {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .sec .inner .job.office.on {
  opacity: 1;
}
main .sec .inner .job.office h4 {
  background-color: #4A91C6;
}
main .sec .inner .job.office .injob {
  background-color: #E2EDF7;
}
main .sec .inner .job h4 {
  width: 100%;
  height: 70px;
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec .inner .job h4 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}
main .sec .inner .job .injob {
  width: 100%;
  padding: 30px;
  border-radius: 0 0 8px 8px;
}
main .sec .inner .job .injob p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .sec .inner .job .injob p:not(:last-child) {
  margin-bottom: 40px;
}
main .sec .inner .job .injob .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main .sec .inner .job .injob .combo dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .inner .job .injob .combo dl:not(:first-child) {
  margin-left: 50px;
}
main .sec .inner .job .injob .combo dl::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #2E4FB5;
  margin-bottom: 20px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  display: block;
  order: 2;
}
main .sec .inner .job .injob .combo dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 400px;
  background-color: #FFF;
  padding: 5px;
  margin-bottom: 20px;
  order: 1;
}
main .sec .inner .job .injob .combo dl dd {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  order: 3;
}
main .sec .inner .job .injob .combo dl dd:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .inner .job .injob .combo dl dd::before {
  content: "・";
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .sec .inner .job .injob .combo dl dd span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .inner .job .injob .line {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .inner .job .injob .line:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .inner .job .injob .line dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec .inner .job .injob .line dl:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .inner .job .injob .line dl::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-color: #4A91C6;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: block;
  order: 2;
}
main .sec .inner .job .injob .line dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 100px;
  background-color: #FFF;
  padding: 5px;
  order: 1;
}
main .sec .inner .job .injob .line dl dd {
  margin-left: 20px;
  order: 3;
}
main .sec .inner .job .injob .line dl dd span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#links .inner .title {
  order: 1;
}
main .sec#links .inner .banner {
  order: 2;
}
main .sec#links .inner .banner.type2 {
  order: 5;
}
main .sec#links .inner .c-title {
  order: 3;
}
main .sec#links .inner .interview {
  order: 4;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main {
    padding: 50px 0 0 0;
  }
  main #visual:not(:last-child) {
    margin-bottom: 50px;
  }
  main #visual .invisual {
    width: 100%;
    top: auto;
    left: auto;
  }
  main #visual .invisual .title {
    width: 150px;
    height: 140px;
    border-radius: 5px;
    position: relative;
    transform: translateX(20px);
  }
  main #visual .invisual .title h3 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .inner {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .inner .graph {
    width: 100%;
    margin-bottom: 20px;
  }
  main .sec .inner .text {
    width: 100%;
    margin-bottom: 40px;
  }
  main .sec .inner .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec .inner .job {
    width: 100%;
  }
  main .sec .inner .job.sales {
    margin-bottom: 20px;
  }
  main .sec .inner .job h4 {
    width: 100%;
    height: 50px;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .sec .inner .job h4 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  main .sec .inner .job .injob {
    width: 100%;
    padding: 20px;
    border-radius: 0 0 8px 8px;
  }
  main .sec .inner .job .injob p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec .inner .job .injob p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .inner .job .injob .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .inner .job .injob .combo dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .inner .job .injob .combo dl:not(:first-child) {
    margin-left: 0px;
  }
  main .sec .inner .job .injob .combo dl:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .inner .job .injob .combo dl::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #2E4FB5;
    margin-bottom: 10px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    display: block;
    order: 2;
  }
  main .sec .inner .job .injob .combo dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    background-color: #FFF;
    padding: 5px;
    margin-bottom: 10px;
    order: 1;
  }
  main .sec .inner .job .injob .combo dl dd {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    order: 3;
  }
  main .sec .inner .job .injob .combo dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec .inner .job .injob .combo dl dd::before {
    content: "・";
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main .sec .inner .job .injob .combo dl dd span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .inner .job .injob .line {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .inner .job .injob .line:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec .inner .job .injob .line dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
  }
  main .sec .inner .job .injob .line dl:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec .inner .job .injob .line dl::before {
    content: "";
    width: 15px;
    height: 15px;
    margin-left: 0px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: calc(50% - 8px);
    left: 90px;
  }
  main .sec .inner .job .injob .line dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    width: 80px;
    background-color: #FFF;
    padding: 5px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .sec .inner .job .injob .line dl dd {
    text-align: left;
    width: calc(100% - 140px);
    margin-left: 40px;
    order: 3;
  }
  main .sec .inner .job .injob .line dl dd span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

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