.mv-anime {
  top: 0;
  left: 0;
}
.mv-anime .loading-wrap {
  visibility: inherit;
  opacity: 1;
}
.mv-anime .loading-wrap.loaded {
  visibility: hidden;
  opacity: 0;
}
.mv-anime header {
  visibility: hidden;
  opacity: 0;
}
.mv-anime main #mv-section .mv-img-wrap {
  filter: blur(25px);
  transform: scale(1.2);
  transition: filter 1s ease-in-out;
}
.mv-anime main #mv-section .mv-img-wrap canvas {
  display: block;
}
.mv-anime main #mv-section .mv-img-wrap span {
  visibility: hidden;
  opacity: 0;
}
.mv-anime main #mv-section .mv-copy-anime-wrap {
  z-index: 10;
  visibility: inherit;
}
.mv-anime main #mv-section .human-wrap {
  visibility: hidden;
  opacity: 0;
  transform: scale(1.1);
}
.mv-anime main #mv-section .copy-wrap p {
  visibility: hidden;
  opacity: 0;
  transform: translate(0, -100px);
}
.mv-anime main #mv-section .lead-wrap p {
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 100px);
}
.mv-anime main #mv-section .mv-navi-wrap a {
  visibility: hidden;
  transform: scale(0.2);
}
.mv-anime main #mv-section .skip {
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 100;
  display: flex;
  visibility: hidden;
  align-items: center;
  width: 100%;
  height: 80px;
}
.mv-anime main #mv-section .skip a {
  padding: 0.5rem 2rem;
  margin: auto;
  color: #fff;
  border: #fff 1px solid;
  border-radius: 80px;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.mv-anime main #mv-section .skip a:hover {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .mv-anime main #mv-section .copy-wrap p {
    transform: translate(0, -100px);
  }
  .mv-anime main #mv-section .lead-wrap p {
    transform: translate(0, 100px);
  }
}

.loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #fff;
}
.loading-wrap img {
  max-width: 300px;
  margin: auto;
}

main section .contents-wrap {
  padding-top: 7.5rem;
}
@media screen and (max-width: 959px) {
  main section .contents-wrap {
    padding-top: 5rem;
  }
}
main #mv-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 790px;
  margin: auto;
  overflow: hidden;
  background: #10069f;
}
main #mv-section .mv-img-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
}
main #mv-section .mv-img-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/section-bg02.png");
}
main #mv-section .mv-img-wrap figure {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
}
main #mv-section .mv-img-wrap .mv-img-pc {
  visibility: inherit;
  background: #10069f url("../images/mv_pc.jpg") center/cover no-repeat !important;
}
main #mv-section .mv-img-wrap .mv-img-sp {
  visibility: hidden;
  background: #10069f url("../images/mv_sp.jpg") center/cover no-repeat !important;
}
main #mv-section .mv-img-anime-none canvas {
  display: none;
}
main #mv-section .mv-copy-anime-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  display: none;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
main #mv-section .mv-copy-anime-wrap svg {
  width: 50rem;
  margin: auto;
}
main #mv-section .mv-contents-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: calc(100vh - 90px);
  min-height: 500px;
  margin-top: 90px;
}
main #mv-section .mv-contents-wrap > div {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
}
main #mv-section .mv-contents-wrap .human-wrap {
  position: fixed;
  top: 70px;
  left: 0;
  height: calc(100vh - 90px);
}
main #mv-section .mv-contents-wrap .human-wrap figure {
  display: flex;
  justify-content: center;
  width: 800px;
  padding-top: 9vh;
  margin: auto;
}
main #mv-section .mv-contents-wrap .human-wrap figure img {
  height: 25vh;
  min-height: 80px;
  max-height: 260px;
}
main #mv-section .mv-contents-wrap .copy-wrap {
  top: 0;
  left: 0;
  height: 55%;
}
main #mv-section .mv-contents-wrap .copy-wrap .copy {
  width: 100%;
  max-width: 800px;
  margin: auto;
  line-height: 0;
  text-align: center;
}
main #mv-section .mv-contents-wrap .copy-wrap .copy p {
  max-width: 50rem;
}
main #mv-section .mv-contents-wrap .copy-wrap .copy p img {
  width: 100%;
}
main #mv-section .mv-contents-wrap .copy-wrap .copy em {
  font-weight: 700;
  letter-spacing: 0.125em;
}
main #mv-section .mv-contents-wrap .mv-navi-wrap {
  bottom: 0;
  height: 40%;
}
main #mv-section .mv-contents-wrap .mv-navi-wrap > div {
  display: flex;
  gap: 16px;
  justify-content: center;
  max-width: 800px;
  margin: auto 80px auto auto;
}
main #mv-section .mv-contents-wrap .mv-navi-wrap a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 184px;
  height: 184px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border: #fff 3px solid;
  border-radius: 192px;
  transition: opacity 0.3s;
}
main #mv-section .mv-contents-wrap .mv-navi-wrap a em {
  width: 100%;
  margin: auto 0 4px;
  font-size: 24px;
}
main #mv-section .mv-contents-wrap .mv-navi-wrap a em small {
  padding: 0 0.1em;
  font-size: 0.7em;
}
main #mv-section .mv-contents-wrap .mv-navi-wrap a span {
  width: 100%;
  margin: 4px 0 auto;
  font-size: 0.6em;
}
main #mv-section .mv-contents-wrap .mv-navi-wrap a::after {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  height: 18px;
  content: "";
  background: url("../images/icon-link-w.svg") no-repeat center/contain;
}
@media screen and (min-width: 960px) {
  main #mv-section .mv-contents-wrap .mv-navi-wrap a:hover {
    opacity: 0.6 !important;
  }
}
main #mv-section .mv-contents-wrap .lead-wrap {
  top: 53%;
  right: 0;
  height: 30%;
}
main #mv-section .mv-contents-wrap .lead-wrap .lead {
  padding: 16px 0;
  margin: auto;
}
main #mv-section .mv-contents-wrap .lead-wrap p {
  display: block;
  margin-bottom: 2em;
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 3px;
}
main #mv-section .mv-contents-wrap .lead-wrap p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1365px) {
  main #mv-section {
    min-height: 990px;
  }
  main #mv-section .mv-copy-anime-wrap svg {
    width: 40rem;
    max-width: 90vw;
  }
  main #mv-section .mv-contents-wrap {
    min-height: 800px;
  }
  main #mv-section .mv-contents-wrap .mv-navi-wrap .mv-navi-body {
    display: flex;
    gap: 24px;
  }
  main #mv-section .mv-contents-wrap .mv-navi-wrap > div {
    margin: 0 auto auto;
  }
  main #mv-section .mv-contents-wrap .mv-navi-wrap > div em {
    font-size: 24px !important;
  }
  main #mv-section .mv-contents-wrap .mv-navi-wrap > div em .sp-letter-space {
    font-size: 24px !important;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 1365px) and (max-width: 959px) {
  main #mv-section .mv-contents-wrap .mv-navi-wrap > div em {
    font-size: 18px !important;
  }
  main #mv-section .mv-contents-wrap .mv-navi-wrap > div em .sp-letter-space {
    font-size: 18px !important;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 1365px) {
  main #mv-section .mv-contents-wrap .lead-wrap {
    top: 35%;
    height: 25%;
  }
  main #mv-section .mv-contents-wrap .lead-wrap p {
    font-size: 1rem;
  }
  main #mv-section .mv-contents-wrap .copy-wrap {
    height: 30%;
  }
  main #mv-section .mv-contents-wrap .copy-wrap .copy {
    margin-bottom: auto;
  }
  main #mv-section .mv-contents-wrap .copy-wrap .copy p {
    max-width: 40rem;
    margin: auto;
  }
  main #mv-section .mv-contents-wrap .mv-navi-wrap {
    bottom: 40px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  main #mv-section {
    height: auto;
    min-height: 100vh;
  }
  main #mv-section .mv-contents-wrap {
    height: calc(100vh - 56px - 120px);
    padding: 0 16px;
    margin-top: 56px;
  }
  main #mv-section .mv-contents-wrap .human-wrap {
    top: 56px;
    min-height: auto;
  }
}
@media screen and (max-width: 959px) and (orientation: portrait) {
  main #mv-section .mv-img-wrap .mv-img-pc {
    visibility: hidden;
  }
  main #mv-section .mv-img-wrap .mv-img-sp {
    visibility: inherit;
  }
  main #mv-section .mv-copy-anime-wrap svg {
    width: 90vw;
    max-width: 40rem;
  }
  main #mv-section .mv-contents-wrap {
    flex-direction: column;
    justify-content: center;
  }
  main #mv-section .mv-contents-wrap .human-wrap {
    width: 100%;
    height: calc(50vh - 56px);
    padding-bottom: 0;
  }
  main #mv-section .mv-contents-wrap .human-wrap figure {
    padding-top: 6vh;
    padding-bottom: 0;
    margin: auto;
  }
  main #mv-section .mv-contents-wrap .copy-wrap {
    height: 40%;
  }
  main #mv-section .mv-contents-wrap .copy-wrap .copy {
    margin-right: auto;
  }
  main #mv-section .mv-contents-wrap .copy-wrap .copy p {
    width: 90vw;
    margin-top: 0.5rem;
  }
  main #mv-section .mv-contents-wrap .lead-wrap {
    top: 30%;
    height: 45%;
    padding: 16px 0;
  }
  main #mv-section .mv-contents-wrap .lead-wrap .lead {
    max-width: 600px;
    margin: auto;
  }
  main #mv-section .mv-contents-wrap .lead-wrap p {
    margin-bottom: 1.8em;
    font-size: 1rem;
    line-height: 1.5;
  }
  main #mv-section .mv-contents-wrap .mv-navi-wrap {
    top: 75%;
    height: 25%;
    min-height: 184px;
    padding: 0 16px;
    margin-top: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) and (orientation: landscape) {
  main #mv-section .mv-copy-anime-wrap svg {
    width: 80vw;
    max-width: 30rem;
  }
  main #mv-section .mv-contents-wrap {
    height: auto;
    min-height: calc(100vh - 56px + 176px);
  }
  main #mv-section .mv-contents-wrap .human-wrap {
    height: calc(100vh - 56px);
    min-height: auto;
    padding-bottom: 0;
  }
  main #mv-section .mv-contents-wrap .human-wrap figure {
    padding-top: 10vh;
    margin: auto;
  }
  main #mv-section .mv-contents-wrap .copy-wrap {
    height: 20%;
  }
  main #mv-section .mv-contents-wrap .copy-wrap .copy {
    font-size: 4vw;
  }
  main #mv-section .mv-contents-wrap .copy-wrap .copy p:last-of-type {
    width: 30rem;
    max-width: 80vw;
    margin-top: 0.5rem;
  }
  main #mv-section .mv-contents-wrap .lead-wrap {
    top: 25%;
    height: 30%;
  }
  main #mv-section .mv-contents-wrap .lead-wrap .lead {
    font-size: 1.6vw;
  }
  main #mv-section .mv-contents-wrap .lead-wrap p {
    margin-bottom: 1.8em;
    font-size: 0.8rem;
    line-height: 1.5;
  }
  main #mv-section .mv-contents-wrap .mv-navi-wrap {
    top: auto;
    bottom: 20px;
    height: auto;
    min-height: 176px;
  }
  main #mv-section .mv-contents-wrap .mv-navi-wrap > div {
    margin-bottom: 16px;
  }
  main #mv-section .mv-contents-wrap .mv-navi-wrap a {
    width: 160px;
    height: 160px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479px) {
  main #mv-section {
    height: auto;
    min-height: 100vh;
  }
  main #mv-section .mv-contents-wrap {
    height: calc(100vh - 56px - 100px);
    min-height: 480px;
  }
  main #mv-section .mv-contents-wrap .human-wrap {
    top: 40px;
    height: calc(50vh - 56px);
  }
  main #mv-section .mv-contents-wrap .human-wrap figure {
    padding-top: 10vh;
  }
  main #mv-section .mv-contents-wrap .human-wrap figure img {
    height: 20vh;
  }
  main #mv-section .mv-contents-wrap .copy-wrap {
    height: 45%;
  }
  main #mv-section .mv-contents-wrap .copy-wrap .copy {
    font-size: 2.375rem;
  }
  main #mv-section .mv-contents-wrap .lead-wrap {
    top: 25%;
    min-height: 270px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  main #mv-section .mv-contents-wrap .lead-wrap p {
    margin-bottom: 1em;
    font-size: 0.8rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  main #mv-section .mv-contents-wrap .mv-navi-wrap {
    top: 85%;
    height: auto;
    margin-bottom: auto;
  }
  main #mv-section .mv-contents-wrap .mv-navi-wrap a {
    width: 32vw;
    height: 32vw;
    margin: auto;
    font-size: 5.5vw;
    line-height: 0.9;
  }
  main #mv-section .mv-contents-wrap .mv-navi-wrap a::after {
    bottom: 4.5vw;
    height: 4vw;
  }
}
main #mv-section .skip {
  display: none;
}
main section .title-wrap {
  height: 160px;
  padding-bottom: 80px;
}
main section .title-wrap h2 {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}
main section .title-wrap h2 em {
  display: block;
  padding-bottom: 0.2em;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  main section .title-wrap h2 {
    font-size: 3rem;
  }
}
main section .navi-wrap {
  display: flex;
  justify-content: center;
}
main section .navi-wrap a {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-right: #fff 1px solid;
}
main section .navi-wrap a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff no-repeat center/cover;
}
main section .navi-wrap a h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
}
main section .navi-wrap a h3 span {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
}
main section .navi-wrap a p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2rem;
}
main section .navi-wrap a .note {
  position: absolute;
  bottom: 80px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  main section .navi-wrap a::before {
    transition: all 0.3s ease;
  }
  main section .navi-wrap a:hover::before {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 959px) {
  main section .title-wrap {
    height: auto;
    padding-bottom: 40px;
  }
  main section .title-wrap h2 {
    height: 70px;
  }
}
@media screen and (max-width: 479px) {
  main section .navi-wrap a h3 {
    font-size: 2rem;
  }
}
main #news-section .title-wrap {
  display: flex;
  align-items: flex-end;
}
main #news-section .title-wrap h2 {
  margin: 0 auto 0 0;
}
main #news-section .title-wrap h2 em {
  color: #10069f;
}
main #news-section .title-wrap a {
  position: relative;
  z-index: 1;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: 3.5rem;
  margin: auto 0 0 auto;
  overflow: hidden;
  color: #2c2a29;
  text-align: center;
  border: #2c2a29 1px solid;
  border-radius: 56px;
}
main #news-section .title-wrap a span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
main #news-section .title-wrap a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #10069f;
  border-radius: 56px;
  transform: scale(0, 1);
  transform-origin: center right;
  transition: transform 0.3s ease;
}
main #news-section .title-wrap a::after {
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 3;
  width: 0.5rem;
  height: 100%;
  content: "";
  background: url("../images/icon-link-b.svg") no-repeat center/contain;
}
@media screen and (min-width: 960px) {
  main #news-section .title-wrap a {
    transition: all 0.3s ease;
  }
  main #news-section .title-wrap a * {
    transition: all 0.3s ease;
  }
  main #news-section .title-wrap a:hover {
    border: none;
  }
  main #news-section .title-wrap a:hover span {
    color: #fff;
  }
  main #news-section .title-wrap a:hover::before {
    transform: scale(1, 1);
    transform-origin: center left;
  }
  main #news-section .title-wrap a:hover::after {
    background-image: url("../images/icon-link-w.svg");
  }
}
main #news-section .news-wrap {
  margin: 0 auto;
}
main #news-section .news-wrap p {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 32px 0;
  line-height: 1.5;
  border-bottom: #ededed 1px solid;
}
main #news-section .news-wrap p:first-of-type {
  padding-top: 0;
}
main #news-section .news-wrap p span {
  position: relative;
}
main #news-section .news-wrap p > span:first-of-type {
  margin: 0 2.5rem auto 0;
  color: #697180;
}
main #news-section .news-wrap p > span:nth-of-type(2) {
  margin: 0 auto auto 0;
}
main #news-section .news-wrap a {
  display: flex;
  align-items: center;
  margin: 0 auto auto 0;
  color: #2c2a29;
}
main #news-section .news-wrap a span:last-of-type::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #10069f;
  transform: scale(0, 1);
  transform-origin: center right;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 960px) {
  main #news-section .news-wrap a span {
    transition: all 0.2s ease;
  }
  main #news-section .news-wrap a:hover span:last-of-type {
    color: #10069f;
  }
  main #news-section .news-wrap a:hover span:last-of-type::after {
    transform: scale(1, 1);
    transform-origin: center left;
  }
}
main #news-section .news-wrap p:last-child,
main #news-section .news-wrap a:last-child {
  border: none;
}
main #news-section .news-wrap p.new-icon span:nth-of-type(2)::before,
main #news-section .news-wrap p.new-icon a > span::before {
  display: inline-block;
  padding: 0.1rem 1.4rem;
  margin-right: 1rem;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  content: "NEW";
  background: #009cc3;
}
@media screen and (max-width: 959px) {
  main #news-section .title-wrap h2 {
    margin: auto;
    text-align: center;
  }
  main #news-section .title-wrap a {
    position: absolute;
    bottom: 4rem;
    left: 25vw;
    width: 50vw;
    height: 3rem;
  }
  main #news-section .title-wrap a::after {
    right: 0.8rem;
    width: 0.4rem;
  }
  main #news-section .news-wrap {
    padding-bottom: 40px;
  }
  main #news-section .news-wrap p {
    padding: 1rem 0;
  }
  main #news-section .news-wrap p.new-icon span:nth-of-type(2)::before,
  main #news-section .news-wrap p.new-icon a > span::before {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  main #news-section .news-wrap p span:first-of-type,
  main #news-section .news-wrap a span:first-of-type {
    margin-right: 1rem;
  }
}
main #workstyle-section {
  background-color: #f2f2f2;
}
main #workstyle-section .contents-wrap {
  z-index: 1;
}
main #workstyle-section::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: calc(280px + 13.8888666667vw);
  max-height: 546.6666666667px;
  content: "";
  background: linear-gradient(90deg, #10069f, #3c2eff);
}
main #workstyle-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(280px + 13.8888666667vw);
  max-height: 546.6666666667px;
  content: "";
  background: url("../images/section-bg01.png");
}
main #workstyle-section .title-wrap {
  display: flex;
}
main #workstyle-section .title-wrap h2 {
  margin: 0 0 auto auto;
  color: #fff;
  text-align: right;
}
main #workstyle-section .navi-wrap a {
  width: 33.3333333333%;
  padding-top: 33.3333333333%;
}
main #workstyle-section .navi-wrap a::before {
  background-image: url("../images/workstyle-link01.jpg");
}
main #workstyle-section .navi-wrap a:nth-of-type(2)::before {
  background-image: url("../images/workstyle-link02.jpg");
}
main #workstyle-section .navi-wrap a:last-of-type {
  border: none;
}
main #workstyle-section .navi-wrap a:last-of-type::before {
  background-image: url("../images/workstyle-link03.jpg");
}
main #workstyle-section .navi-wrap {
  /* a:first-of-type {
            pointer-events: none;
            &:hover::before {
                transform: none;
            }
            h3 {
                opacity: .8;
            }
        } */
}
@media screen and (max-width: 1365px) {
  main #workstyle-section .navi-wrap a p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 959px) {
  main #workstyle-section .contents-wrap {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
  main #workstyle-section::after {
    width: 66%;
    min-width: 272px;
    height: calc(22.9vw + 150px);
    content: "";
  }
  main #workstyle-section::before {
    height: calc(22.9vw + 150px);
    content: "";
  }
  main #workstyle-section .navi-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  main #workstyle-section .navi-wrap a {
    width: 50%;
    max-width: 480px;
    height: 45.8vw;
    max-height: 480px;
    padding-top: 0;
    border-bottom: #fff 1px solid;
  }
  main #workstyle-section .navi-wrap a p {
    padding: 1rem;
    font-size: 0.875rem;
  }
  main #workstyle-section .navi-wrap a:nth-of-type(2) {
    border-right: none;
  }
}
@media screen and (max-width: 479px) {
  main #workstyle-section .navi-wrap {
    flex-wrap: wrap;
    margin: 0 -4.2vw;
  }
  main #workstyle-section .navi-wrap a {
    width: 100vw;
    max-width: 480px;
    height: 80vw;
    max-height: 480px;
    padding-top: 0;
    border-right: none;
    border-bottom: #fff 1px solid;
  }
}
main #recruitinfo-section {
  margin-top: -3.5rem;
}
main #recruitinfo-section::before {
  position: absolute;
  top: 210px;
  right: 0;
  width: 100%;
  height: 16.66666vw;
  max-height: 320px;
  content: "";
  background: linear-gradient(90deg, #10069f, #3c2eff);
}
main #recruitinfo-section .title-wrap {
  margin-bottom: 20px;
}
main #recruitinfo-section .title-wrap h2 {
  color: #10069f;
}
main #recruitinfo-section .title-wrap h2 em {
  color: #2c2a29;
}
main #recruitinfo-section .navi-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
}
main #recruitinfo-section .navi-wrap a {
  width: 25%;
  padding-top: 25%;
  border-bottom: #fff 1px solid;
}
main #recruitinfo-section .navi-wrap a::before {
  background-image: url("../images/recruitinfo-link01.jpg");
}
main #recruitinfo-section .navi-wrap a p {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
}
main #recruitinfo-section .navi-wrap a:nth-of-type(2)::before {
  background-image: url("../images/recruitinfo-link02.jpg");
}
main #recruitinfo-section .navi-wrap a:nth-of-type(3)::before {
  background-image: url("../images/recruitinfo-link03.jpg");
}
main #recruitinfo-section .navi-wrap a:nth-of-type(4) {
  border-right: none;
}
main #recruitinfo-section .navi-wrap a:nth-of-type(4)::before {
  background-image: url("../images/recruitinfo-link04.jpg");
}
main #recruitinfo-section .navi-wrap a:nth-of-type(5)::before {
  background-image: url("../images/recruitinfo-link06.jpg");
}
main #recruitinfo-section .navi-wrap a:nth-of-type(6)::before {
  background-image: url("../images/recruitinfo-link07.jpg");
}
main #recruitinfo-section .navi-wrap a:nth-of-type(7)::before {
  background-image: url("../images/recruitinfo-link08.jpg");
}
@media screen and (max-width: 1365px) {
  main #recruitinfo-section::before {
    height: 27.7777666667vw;
  }
  main #recruitinfo-section .contents-wrap {
    padding-bottom: 0;
  }
  main #recruitinfo-section .navi-wrap a {
    width: 33.3333333333%;
    padding-top: 33.3333333333%;
  }
  main #recruitinfo-section .navi-wrap a:nth-of-type(3) {
    border-right: none;
  }
  main #recruitinfo-section .navi-wrap a:nth-of-type(4) {
    border-right: #fff 1px solid;
  }
}
@media screen and (max-width: 959px) {
  main #recruitinfo-section .title-wrap {
    padding-bottom: 32px;
    margin-bottom: 0;
  }
  main #recruitinfo-section::before {
    top: 143px;
    height: calc(22.9vw + 38px);
  }
  main #recruitinfo-section .navi-wrap {
    justify-content: flex-start;
  }
  main #recruitinfo-section .navi-wrap a {
    width: 50%;
    max-width: 480px;
    height: 45.8vw;
    max-height: 480px;
    padding-top: 0;
    border-right: #fff 1px solid !important;
    border-left: none;
  }
  main #recruitinfo-section .navi-wrap a p {
    padding: 0.7rem;
    font-size: 0.7rem;
  }
  main #recruitinfo-section .navi-wrap a:nth-of-type(even) {
    border-right: none !important;
  }
}
@media screen and (max-width: 479px) {
  main #recruitinfo-section .navi-wrap a h3 {
    font-size: 1.4rem;
  }
}
main #hisgroup-section .title-wrap h2 em {
  color: #10069f;
}
main #hisgroup-section .navi-wrap {
  display: flex;
  flex-wrap: wrap;
}
main #hisgroup-section .navi-wrap > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 0 40px;
}
main #hisgroup-section .navi-wrap h4 {
  width: 100%;
  margin-bottom: 40px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.8;
  color: #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
main #hisgroup-section .navi-wrap a {
  position: relative;
  display: flex;
  align-items: center;
  height: 90px;
  margin-right: 60px;
  border: none;
}
main #hisgroup-section .navi-wrap a::before {
  display: none;
}
main #hisgroup-section .navi-wrap a img {
  max-width: 150px;
  max-height: 90px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  main #hisgroup-section .navi-wrap a {
    transition: opacity 0.2s ease;
  }
  main #hisgroup-section .navi-wrap a:hover {
    opacity: 0.6;
  }
}
main #hisgroup-section .navi-wrap a:last-of-type {
  margin-right: auto;
}
main #hisgroup-section .navi-wrap > div:nth-of-type(2) {
  width: 100%;
  margin-right: auto;
}
main #hisgroup-section .navi-wrap > div.bottom {
  width: calc(25% - 30px);
  margin-right: 40px;
}
main #hisgroup-section .navi-wrap > div.bottom:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1559px) {
  main #hisgroup-section .navi-wrap > div:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  main #hisgroup-section .navi-wrap h4 {
    margin-bottom: 20px;
  }
  main #hisgroup-section .navi-wrap a {
    height: 40px;
    padding: 0 2vw;
    margin: auto 0 !important;
  }
  main #hisgroup-section .navi-wrap a img {
    max-width: 20vw;
    max-height: 40px;
  }
  main #hisgroup-section .navi-wrap > div {
    justify-content: center;
    margin-bottom: 20px;
  }
  main #hisgroup-section .navi-wrap > div.bottom {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  main #hisgroup-section .navi-wrap > div:nth-of-type(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  main #hisgroup-section .navi-wrap a {
    width: calc(33.3333333333vw - 18px);
    height: 56px;
    padding: 0 0 16px;
  }
  main #hisgroup-section .navi-wrap a img {
    max-width: 90%;
  }
  main #hisgroup-section .navi-wrap > div {
    margin-bottom: 4px;
  }
}
