/*--------------------------------------------------------------
# Top
--------------------------------------------------------------*/
/* first */
.top-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

#kvAnimationText {
  display: block;
  max-width: 790px;
  width: 92%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #kvAnimationText {
    width: 72%;
  }
}
@-webkit-keyframes firsttegakiAnimation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 2100px;
  }
}
@keyframes firsttegakiAnimation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 2100px;
  }
}
.kv-mask {
  stroke-dasharray: 2100px;
  stroke-dashoffset: 0;
  -webkit-animation: firsttegakiAnimation 1.5s ease-in both;
          animation: firsttegakiAnimation 1.5s ease-in both;
}

.kv-mask:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.kv-mask:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

/* kv */
.top-kv__04, .top-kv__03, .top-kv__02, .top-kv__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 0.83vw;
}

.top-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.02% 3.96%;
  margin: 0 auto 130px;
  background: #e9f5f5;
}
.top-kv img {
  width: 100%;
}
.top-kv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  gap: 16px;
  gap: 0.83vw;
}
.top-kv__01 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 20%;
}
.top-kv__02 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 25.92%;
  padding-bottom: 3.848%;
}
.top-kv__02::before, .top-kv__02::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
}
.top-kv__02::before {
  right: 0;
  bottom: 40.71%;
  width: 15.13%;
  padding-top: 15.13%;
  background: #f4aba5;
}
.top-kv__02::after {
  left: 0;
  bottom: 0;
  width: 11.18%;
  padding-top: 11.18%;
  background: #eec04d;
}
.top-kv__03 {
  width: 31.466%;
}
.top-kv__04 {
  width: 19.86%;
}
.top-kv__switchBox {
  position: relative;
}
.top-kv__switchImg {
  position: absolute;
  left: 0;
  top: 0;
}
.top-kv__over {
  position: absolute;
  left: 0;
  top: 0;
  /*padding: 137px 230px;*/
  padding: 7.75% 13.016%;
}
.top-kv__txt {
  font-size: 36px;
  font-size: min(2.7vw, 36px);
  font-weight: 500;
  letter-spacing: 0.17em;
  text-align: center;
}
.top-kv__txt .underline {
  display: inline-block;
  border-bottom: solid 1px #53c8d2;
}
.top-kv__txt .period {
  display: inline-block;
  margin-right: -0.5em;
}

#top-kvImg-00_2 {
  display: none;
}

#top-kvImg-01_2,
#top-kvImg-04_2 {
  width: 100%;
}

#top-kvImg-02 {
  padding-left: 20.087%;
}

#top-kvImg-04,
#top-kvImg-04_2 {
  padding-right: 26.62%;
}

#top-kvImg-04 {
  position: relative;
}
#top-kvImg-04::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 23.738%;
  height: 0;
  padding-top: 23.738%;
  background: #79cdf3;
}

#top-kvImg-05 {
  padding-left: 25.926%;
}

#top-kvImg-06 {
  padding-right: 25.926%;
}

/* anime */
@-webkit-keyframes kv_imageanime {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes kv_imageanime {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.kv-maskanime {
  margin-bottom: 30px;
}
.kv-maskanime img {
  opacity: 0;
  -webkit-animation: kv_imageanime 4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: kv_imageanime 4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.is-first-load .kv-maskanime img {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.top-kv-fadein {
  opacity: 0;
  -webkit-transition: opacity 2.5s;
  transition: opacity 2.5s;
}
.is-active .top-kv-fadein {
  opacity: 1;
}

.top-kv-fadein-decoBox::before, .top-kv-fadein-decoBox::after {
  opacity: 0;
  -webkit-transition: opacity 2.5s;
  transition: opacity 2.5s;
}
.is-load .top-kv-fadein-decoBox::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.is-load .top-kv-fadein-decoBox::after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.is-first-load .top-kv-fadein-decoBox::before {
  -webkit-transition-delay: 5.4s;
          transition-delay: 5.4s;
}
.is-first-load .top-kv-fadein-decoBox::after {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
.is-active .top-kv-fadein-decoBox::before, .is-active .top-kv-fadein-decoBox::after {
  opacity: 1;
}

.is-first-load #top-kvImg-00,
.is-first-load #top-kvImg-00_2 {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

.is-load #top-kvImg-03 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.is-first-load #top-kvImg-03 {
  -webkit-transition-delay: 5.6s;
          transition-delay: 5.6s;
}

.is-load #top-kvImg-02 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-first-load #top-kvImg-02 {
  -webkit-transition-delay: 5.8s;
          transition-delay: 5.8s;
}

.is-load #top-kvImg-04 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.is-first-load #top-kvImg-04 {
  -webkit-transition-delay: 6.1s;
          transition-delay: 6.1s;
}

.is-load #top-kvImg-01 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.is-first-load #top-kvImg-01 {
  -webkit-transition-delay: 6.6s;
          transition-delay: 6.6s;
}

.is-load #top-kvImg-05 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.is-first-load #top-kvImg-05 {
  -webkit-transition-delay: 7s;
          transition-delay: 7s;
}

.is-load #top-kvImg-06 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.is-first-load #top-kvImg-06 {
  -webkit-transition-delay: 7.4s;
          transition-delay: 7.4s;
}

.is-load #top-kvImg-04_2 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.is-first-load #top-kvImg-04_2 {
  -webkit-transition-delay: 7.8s;
          transition-delay: 7.8s;
}

.is-load #top-kvImg-01_2 {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.is-first-load #top-kvImg-01_2 {
  -webkit-transition-delay: 8.5s;
          transition-delay: 8.5s;
}

@media screen and (max-width: 959px) {
  .top-kv__01, .top-kv__02, .top-kv__03, .top-kv__04 {
    gap: 1.33vw;
  }
  .top-kv {
    padding: 8.533%;
  }
  .top-kv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.33vw;
  }
  .top-kv__02, .top-kv__04, .top-kv__over {
    display: none;
  }
  .top-kv__01 {
    width: 100%;
  }
  .top-kv__03 {
    width: 100%;
  }
  .top-kv__txt {
    /*padding: 36px 0 50px;*/
    padding: 11.57% 0 16%;
    font-size: min(4.8vw, 36px);
  }
  #top-kvImg-00_2 {
    display: block;
  }
  #top-kvImg-01 {
    position: relative;
    margin-right: 50.8%;
  }
  #top-kvImg-01::before {
    content: "";
    display: block;
    position: absolute;
    right: -8.26vw;
    top: 0;
    width: 6.93vw;
    height: 6.93vw;
    background: #f4aba5;
  }
  #top-kvImg-01_2 {
    padding-right: 50.8%;
  }
  #top-kvImg-04 {
    padding-right: 0;
    margin-left: 42.44%;
  }
  #top-kvImg-04::before {
    top: -11.46vw;
    width: 10.13vw;
    height: 10.13vw;
    padding-top: 0;
  }
  #top-kvImg-04::after {
    content: "";
    display: block;
    position: absolute;
    left: -6.4vw;
    bottom: 0;
    width: 5.07vw;
    height: 5.07vw;
    background: #eec04d;
  }
  #top-kvImg-04_2 {
    padding-right: 0;
    padding-left: 42.44%;
  }
  /* anime */
  .is-load #top-kvImg-03 {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .is-first-load #top-kvImg-03 {
    -webkit-transition-delay: 5.8s;
            transition-delay: 5.8s;
  }
  .is-load #top-kvImg-04 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .is-first-load #top-kvImg-04 {
    -webkit-transition-delay: 6.1s;
            transition-delay: 6.1s;
  }
  .is-load #top-kvImg-01 {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .is-first-load #top-kvImg-01 {
    -webkit-transition-delay: 6.9s;
            transition-delay: 6.9s;
  }
  .is-load #top-kvImg-04_2 {
    -webkit-transition-delay: 2.8s;
            transition-delay: 2.8s;
  }
  .is-first-load #top-kvImg-04_2 {
    -webkit-transition-delay: 7.8s;
            transition-delay: 7.8s;
  }
  .is-load #top-kvImg-01_2 {
    -webkit-transition-delay: 4s;
            transition-delay: 4s;
  }
  .is-first-load #top-kvImg-01_2 {
    -webkit-transition-delay: 9s;
            transition-delay: 9s;
  }
}
@media screen and (max-width: 767px) {
  .top-kv {
    margin-bottom: 30px;
  }
}
/* lead */
.top-lead {
  margin-bottom: 170px;
  font-size: 21px;
  font-weight: 500;
  line-height: 2.381;
  text-align: center;
}
.top-lead__lb {
  letter-spacing: 0.17em;
}
.top-lead .m-para > * + * {
  margin-top: 2.381em;
}
.top-lead .strong {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
.top-lead .strong::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0.5em;
  bottom: 14px;
  border-bottom: solid 3px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.top-lead .strong.is-pink::after {
  border-color: #f4aba5;
}
.top-lead .strong.is-blue::after {
  border-color: #79cdf3;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.top-lead .strong.is-green::after {
  border-color: #a0d5ca;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.top-lead .strong.is-yellow::after {
  border-color: #eec04d;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.top-lead .scroll-active .strong::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.top-lead .scroll-active.is-active .strong::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (max-width: 767px) {
  .top-lead {
    margin-bottom: 55px;
    font-size: 16px;
  }
  .top-lead__lb {
    font-size: 22px;
    letter-spacing: 0.14em;
  }
}
/* intro catch */
#animationText {
  display: block;
  max-width: 730px;
  width: 98%;
  margin: 0 auto 45px;
  text-align: center;
}

@-webkit-keyframes tegakiAnimation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 2100px;
  }
}

@keyframes tegakiAnimation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 2100px;
  }
}
.catch-mask {
  stroke-dasharray: 2100px;
  stroke-dashoffset: 0;
}

.scroll-active.is-active .catch-mask {
  -webkit-animation: tegakiAnimation 2s ease-in both;
          animation: tegakiAnimation 2s ease-in both;
}
.scroll-active.is-active .catch-mask:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-active.is-active .catch-mask:nth-child(3) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

/* intro */
.top-catch {
  margin-bottom: 70px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.top-intro {
  margin-bottom: 160px;
}
.top-intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.top-intro__listItem {
  width: 24.7%;
  width: calc((100% - 12px) / 4);
}
.top-intro__box {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  color: #fff;
  text-align: center;
}
.top-intro__box.is-pink {
  background: #f4aba5;
}
.top-intro__box.is-blue {
  background: #79cdf3;
}
.top-intro__box.is-green {
  background: #a0d5ca;
}
.top-intro__box.is-yellow {
  background: #eec04d;
}
.top-intro__txt {
  padding: 35px 0 40px;
}
.top-intro__lb {
  margin-bottom: 7px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.7;
}
.top-intro__dsr {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.905;
}
.top-intro__img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-catch {
    margin-bottom: 40px;
    font-size: 22px;
  }
  .top-intro {
    display: none;
  }
}
/* cont */
.top-cont {
  margin-bottom: 235px;
}
.top-cont__box + .top-cont__box {
  margin-top: 130px;
}
.top-cont__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 25px;
}
.top-cont__head__l {
  width: 35.14%;
}
.top-cont__head__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 61.94%;
  border-top: solid 3px;
  border-bottom: solid 3px;
  text-align: center;
}
#cont1 .top-cont__head__r {
  border-color: #f4aba5;
}
#cont2 .top-cont__head__r {
  border-color: #79cdf3;
}
#cont3 .top-cont__head__r {
  border-color: #a0d5ca;
}
#cont4 .top-cont__head__r {
  border-color: #eec04d;
}
.top-cont__lbBox {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 16.3%;
  padding: 8px 0 10px;
}
#cont1 .top-cont__lbBox {
  background-color: rgba(244, 171, 165, 0.15);
}
#cont2 .top-cont__lbBox {
  background-color: rgba(121, 205, 243, 0.15);
}
#cont3 .top-cont__lbBox {
  background-color: rgba(160, 213, 202, 0.15);
}
#cont4 .top-cont__lbBox {
  background-color: rgba(238, 192, 77, 0.15);
}
.top-cont__lb {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}
#cont1 .top-cont__lb {
  color: #f4aba5;
}
#cont2 .top-cont__lb {
  color: #79cdf3;
}
#cont3 .top-cont__lb {
  color: #a0d5ca;
}
#cont4 .top-cont__lb {
  color: #eec04d;
}
.top-cont__dsr {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
}
.top-cont__txtBox {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 83.7%;
  padding: 20px 0 10px;
}
.top-cont__catch {
  margin-bottom: 35px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.615;
}
.top-cont__txt {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 1023px) {
  .top-cont__lbBox {
    height: auto;
    padding: 15px 0 20px;
  }
  .top-cont__txtBox {
    height: auto;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-cont {
    margin-bottom: 70px;
    /*&__txt {
        display: none;
    }*/
  }
  .top-cont__box {
    max-width: 278px;
    width: 80.58%;
    margin: 0 auto;
  }
  .top-cont__box + .top-cont__box {
    margin-top: 45px;
  }
  .top-cont__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .top-cont__head__l, .top-cont__head__r {
    width: 100%;
  }
  .top-cont__head__r {
    border: none;
  }
  .top-cont__lbBox {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    /*padding-bottom: 65px;*/
    background: transparent !important;
    -webkit-transition: padding 0.4s;
    transition: padding 0.4s;
    /*&::before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 17px;
        width: 32px;
        height: 32px;
        margin-left: -16px;
        transform-origin: center bottom;
        transition: transform .3s;

        #cont1 & {
            background: rgba($color__pink, .2);
        }

        #cont2 & {
            background: rgba($color__blue, .2);
        }

        #cont3 & {
            background: rgba($color__green, .2);
        }

        #cont4 & {
            background: rgba($color__yellow, .2);
        }
    }

    &::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 27px;
        margin-left: -7px;
        border: solid transparent;
        border-width: 10px 7px 0 7px;
        transform-origin: center bottom;
        transition: transform .3s;

        #cont1 & {
            border-top-color: $color__pink;
        }

        #cont2 & {
            border-top-color: $color__blue;
        }

        #cont3 & {
            border-top-color: $color__green;
        }

        #cont4 & {
            border-top-color: $color__yellow;
        }
    }

    &.is-open {
        &::after {
            bottom: 29px;
            border-width: 0 7px 10px 7px;
        }

        #cont1 &::after {
            border-top-color: transparent;
            border-bottom-color: $color__pink;
        }

        #cont2 &::after {
            border-top-color: transparent;
            border-bottom-color: $color__blue;
        }

        #cont3 &::after {
            border-top-color: transparent;
            border-bottom-color: $color__green;
        }

        #cont4 &::after {
            border-top-color: transparent;
            border-bottom-color: $color__yellow;
        }
    }*/
  }
  .top-cont__lb {
    padding: 3px 3px 4px;
    font-size: 24px;
  }
  #cont1 .top-cont__lb {
    background: #f4aba5;
    color: #fff;
  }
  #cont2 .top-cont__lb {
    background: #79cdf3;
    color: #fff;
  }
  #cont3 .top-cont__lb {
    background: #a0d5ca;
    color: #fff;
  }
  #cont4 .top-cont__lb {
    background: #eec04d;
    color: #fff;
  }
  .top-cont__dsr {
    margin-top: 0.5em;
    font-size: 18px;
  }
  .top-cont__txtBox {
    /*display: none;*/
    padding: 20px 0;
    border-top: solid 2px;
  }
  #cont1 .top-cont__txtBox {
    border-top-color: #f4aba5;
  }
  #cont2 .top-cont__txtBox {
    border-top-color: #79cdf3;
  }
  #cont3 .top-cont__txtBox {
    border-top-color: #a0d5ca;
  }
  #cont4 .top-cont__txtBox {
    border-top-color: #eec04d;
  }
  .top-cont__catch {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top-cont__txtBox {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* recruit */
.top-recruit {
  margin-bottom: 280px;
}
.top-recruit a:hover {
  opacity: 1;
}
.top-recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 120px 9.72%;
  margin-top: 110px;
}
.top-recruit__listItem {
  width: 45.14%;
}
.top-recruit__box {
  display: block;
}
.top-recruit__imgBox {
  position: relative;
  margin-bottom: 4px;
}
.top-recruit__img img {
  width: 100%;
}
.top-recruit__imgOver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.913;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover .top-recruit__imgOver {
  opacity: 1;
}
.top-recruit__txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 92px;
  padding: 0 40px;
  background: #e50012;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
a:hover .top-recruit__txtBox {
  background: #454344;
}
.top-recruit__txtBox::after {
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
  height: 12px;
  margin: -6px -6px 0 0;
  border-right: solid 2px;
  border-top: solid 2px;
}
.top-recruit__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-right: 25px;
}
.top-recruit__txt .sub {
  font-size: 0.864em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top-recruit {
    margin-bottom: 60px;
  }
  .top-recruit__list {
    gap: 35px;
    max-width: 278px;
    width: 80.58%;
    margin: 25px auto 0;
  }
  .top-recruit__listItem {
    width: 100%;
  }
  .top-recruit__imgOver {
    font-size: 18px;
  }
  .top-recruit__txtBox {
    height: 64px;
    padding: 0 17px;
    font-size: 16px;
  }
  .top-recruit__txtBox::after {
    right: 20px;
    width: 7px;
    height: 7px;
    margin: -5px -3.5px 0 0;
  }
  .top-recruit__txt {
    padding-right: 12px;
  }
  .top-recruit__txt .sub {
    font-size: 0.74em;
  }
}
/* group */
.top-group {
  margin-bottom: 150px;
}
.top-group .m-inner {
  max-width: none;
}
.top-group__lb {
  margin-bottom: 30px;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}
.top-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.top-group__listItem.bnr-spec {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .top-group {
    margin-bottom: 100px;
  }
  .top-group__lb {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .top-group__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .top-group__listItem {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .top-group__listItem.bnr-spec {
    margin-top: 0;
  }
}