@charset "UTF-8";
/* webfont 変数　*/
/* ofi */
/*====================================================================

index.css

=====================================================================*/
.main {
  overflow: hidden;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
}

.main-view__bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-view__bg::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 121, 123, .2);
  content: "";
  mix-blend-mode: darken;
}
.main-view__bg::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 161, 204, .18);
  content: "";
  mix-blend-mode: darken;
}

.main-view__bg__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.main-view__bg__img > * {
  width: 100%;
}
.main-view__bg__img .swiper {
  height: 100%;
}
.main-view__bg__img .swiper-wrapper {
  height: 100%;
}
.main-view__bg__img .swiper-slide {
  height: 100%;
}
.main-view__bg__img .swiper-slide-active img,
.main-view__bg__img .swiper-slide-duplicate-active img,
.main-view__bg__img .swiper-slide-prev img {
  -webkit-animation: zoomUp 5s linear 0s normal both;
          animation: zoomUp 5s linear 0s normal both;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.main-view__inner {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-view__catch {
  z-index: 4;
  position: absolute;
  color: #ffffff;
}
.main-view__catch .is-small {
  font-size: 0.7em;
}
.main-view__catch .is-catch01,
.main-view__catch .is-catch02 {
  display: block;
  position: relative;
  margin-bottom: max(0.2em, 0.5vw);
  font-weight: 500;
  font-size: clamp(18px, 6.43vw, 64px);
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.main-view__catch .is-catch01__letter,
.main-view__catch .is-catch02__letter {
  display: inline-block;
  line-height: 1em;
}
.main-view__catch .is-catch03,
.main-view__catch .is-catch04 {
  display: block;
  display: inline-block;
  position: relative;
  margin-top: 0.75em;
  font-weight: 400;
  font-size: clamp(16px, 5.71vw, 36px);
  line-height: 1;
  font-family: 'Libertinus Serif Display', sans-serif;
  letter-spacing: 0.02em;
  text-shadow: 0 0 6px rgba(0, 0, 0, .2);
}
.main-view__catch .is-catch03__letter,
.main-view__catch .is-catch04__letter {
  display: inline-block;
  line-height: 1em;
}

.main-view__add {
  position: absolute;
}

#line01 {
  -webkit-mask: url(#line01-mask);
          mask: url(#line01-mask);
}

.handwriting-line01 {
  width: 100%;
  height: auto;
}
.handwriting-line01__txt {
  fill: #5DCED0;
}
.handwriting-line01.is-active .handwriting-line01__mask {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.handwriting-line01__mask {
  fill: none;
  stroke: #ffffff;
  stroke-width: 40;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 4000px;
  stroke-dashoffset: 4000px;
  -webkit-animation: topwriting 1.5s ease forwards;
  -webkit-animation-play-state: paused;
          animation: topwriting 1.5s ease forwards;
          animation-play-state: paused;
}

@-webkit-keyframes topwriting {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes topwriting {
  to {
    stroke-dashoffset: 0;
  }
}
.is-animationline {
  position: absolute;
  bottom: 10%;
  left: 0;
  aspect-ratio: 96/11;
  width: 100%;
}
.is-animationline__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.is-animationline svg:nth-child(1),
.is-animationline svg:nth-child(2) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

#wave1,
#wave2 {
  stroke-dasharray: 4000px;
  stroke-dashoffset: 4000px;
}

/* scroll */
.scroll-line {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: min(1.2%, 32px);
  left: min(1.2%, 2rem);
          writing-mode: vertical-rl;
}
.scroll-line a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Libertinus Serif Display', sans-serif;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.scroll-line a:hover {
  color: #8AE6E7;
}
.scroll-line__txt {
  letter-spacing: 0;
}
.scroll-line span {
  display: block;
  position: relative;
  inline-size: 80px;
  inline-size: 5rem;
  block-size: 1px;
  overflow: hidden;
  background: transparent;
  content: "";
}
.scroll-line span::before {
  -webkit-animation: scroll-line 1.75s cubic-bezier(1, 0, 0, 1) infinite;
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 1px;
  background: #ffffff;
  content: "";
          animation: scroll-line 1.75s cubic-bezier(1, 0, 0, 1) infinite;
  transition: all 0.3s ease 0s;
}

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 0);
            transform-origin: 0 100%;
  }
}

@keyframes scroll-line {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 0);
            transform-origin: 0 100%;
  }
}
/* common
----------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
.contents {
  background: #ffffff;
}

/*--------------------------------------------------------------------/
	top intro
/--------------------------------------------------------------------*/
.top-strength {
  position: relative;
  padding-top: clamp(8em, 12vw, 12em);
  padding-bottom: 160vw;
  background: #ffffff;
}
.top-strength__add {
  z-index: 2;
  position: absolute;
  top: 2em;
  left: -1%;
  width: 87%;
  opacity: 0.13;
}
.top-strength::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 166vw;
  background: linear-gradient(160deg, rgb(211, 254, 255) 0%, rgba(255, 255, 255, 0) 66%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.top-strength::after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img/top/top_strength_bg.webp) left bottom/100% no-repeat;
  content: "";
}

.top-strength .l-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-strength__inner {
  z-index: 3;
  position: relative;
}
.top-strength__catch {
  margin-bottom: 1.5em;
  font-weight: 600;
  font-size: clamp(12px, 4.29vw, 24px);
  line-height: 1.75;
}
.top-strength__txt {
  font-size: clamp(8px, 2.86vw, 13px);
}
.top-strength__txt .txt {
  line-height: 2.5;
}
.top-strength__txt .txt p:not(:last-child) {
  margin-bottom: 2em;
}
.top-strength .btn-wrap {
  margin-top: clamp(2em, 3vw, 3em);
}

.top-strength__img {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 40vw;
  width: 92%;
}
.top-strength__img__inner {
  position: relative;
  aspect-ratio: 425/517;
  width: 100%;
}
.top-strength__img .is-img01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 87.64%;
}
.top-strength__img .is-img02 {
  position: absolute;
  top: 33.4%;
  left: 0;
  width: 41.86%;
}
.top-strength__img .is-img03 {
  position: absolute;
  bottom: 0;
  left: 39.29%;
  width: 38.94%;
}

/*--------------------------------------------------------------------/
	top-recruit
/--------------------------------------------------------------------*/
.top-recruit {
  z-index: 2;
  position: relative;
  background: #E5FDFD;
}
.top-recruit::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 20vw;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(70%, #e5fdfd), to(#e5fdfd));
  background: linear-gradient(0deg, white 0%, #e5fdfd 70%, #e5fdfd 100%);
  content: "";
}
.top-recruit__line {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: calc(100% - 8vw);
  width: 100%;
}
.top-recruit__img {
  position: relative;
  aspect-ratio: 3/2;
}
.top-recruit__img li {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-recruit__img li img {
  display: none;
}
.top-recruit__img li img.is-active {
  display: block;
}

.top-recruit__txt {
  z-index: 2;
  position: relative;
  padding: clamp(4em, 9vw, 9em) clamp(2em, 8%, 4em) clamp(3em, 5vw, 5em);
}
.top-recruit__txt__ttl {
  margin-bottom: 1em;
  font-weight: 600;
  font-size: clamp(12px, 4.29vw, 28px);
  line-height: 1;
}
.top-recruit__txt__ttl em {
  display: block;
  position: relative;
  color: #5DCED0;
  font-style: normal;
  font-weight: 400;
  font-size: 3.25em;
  line-height: 1;
  font-family: 'Libertinus Serif Display', sans-serif;
  letter-spacing: 0;
  letter-spacing: 0;
  text-transform: capitalize;
}
.top-recruit__txt__ttl b {
  display: block;
  color: #202020;
  font-weight: 600;
}
.top-recruit__txt__txt {
  margin-bottom: clamp(2em, 4vw, 4em);
  line-height: 1.75;
}

.top-recruit__txt__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.5em;
          flex-direction: column;
}
.top-recruit__txt__list li a {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transform-origin: left;
  -webkit-transition: all 0.3s ease 0s;
  display: grid;
  grid-template-columns: auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.25em 1em 1.25em 2em;
          transform-origin: left;
  background: #ffffff;
  color: #202020;
  font-weight: 600;
  font-size: clamp(12px, 4.29vw, 20px);
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-recruit__txt__list li a i {
  -ms-flex-negative: 0;
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
      flex-shrink: 0;
  justify-self: end;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #5DCED0;
  content: "";
  font-size: 1em;
  transition: all 0.3s ease 0s;
}
.top-recruit__txt__list li a i::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.top-recruit__txt__list li a:hover {
  width: calc(100% + 2em);
  padding-right: 1em;
  padding-left: 2em;
  background-color: #5DCED0;
  color: #ffffff;
}
.top-recruit__txt__list li a:hover i {
  background: #ffffff;
}
.top-recruit__txt__list li a:hover i::before {
  color: #5DCED0;
}

/*--------------------------------------------------------------------/
	top interview
/--------------------------------------------------------------------*/
.top-interview {
  z-index: 2;
  position: relative;
  padding-top: clamp(9em, 12vw, 12em);
  padding-bottom: clamp(6em, 9vw, 9em);
}
.top-interview__inner {
  z-index: 3;
  position: relative;
}
.top-interview__ttl {
  margin-bottom: clamp(2em, 4vw, 4em);
  line-height: 1;
  text-align: center;
}
.top-interview__ttl em {
  display: block;
  color: #5DCED0;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(32px, 11.43vw, 60px);
  line-height: 1;
  font-family: 'Libertinus Serif Display', sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
}
.top-interview__ttl b {
  display: block;
  margin-top: 0.2em;
  color: #202020;
  font-weight: 600;
  font-size: clamp(12px, 4.29vw, 18px);
}
.top-interview .btn-wrap {
  margin-top: clamp(2em, 3vw, 3em);
}

.top-interview__list {
  position: relative;
  padding-bottom: clamp(3em, 6vw, 6em);
}
.top-interview__list::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #E5FDFD;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 253, 253, .75)), color-stop(98%, rgba(229, 253, 253, 0)));
  background: linear-gradient(180deg, rgba(229, 253, 253, .75) 0%, rgba(229, 253, 253, 0) 98%);
  content: "";
}
.top-interview__list__inner {
  z-index: 1;
  position: relative;
}

.top-interview__list {
  position: relative;
}
.top-interview__list .swiper {
  position: relative;
  width: 100%;
  overflow: visible;
}
.top-interview__list .swiper-foot {
  position: relative;
  padding-top: clamp(2em, 3vw, 3em);
}
.top-interview__list .swiper-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1440 px;
  height: 100%;
}
.top-interview__list .swiper-next_prev {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  top: 50%;
  left: -16px;
          justify-content: space-between;
  width: calc(100% + 32px);
          transform: translateY(-50%);
}
.top-interview__list .swiper-button-prev {
  left: 0;
}
.top-interview__list .swiper-button-next {
  right: 0;
}
.top-interview__list .swiper-button-prev,
.top-interview__list .swiper-button-next {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: 0;
  float: none;
  background-image: none;
}
.top-interview__list .swiper-button-prev::before,
.top-interview__list .swiper-button-next::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  background: rgba(93, 206, 208, .8);
  content: "";
  transition: all 0.3s ease 0s;
}
.top-interview__list .swiper-button-prev::after,
.top-interview__list .swiper-button-next::after {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
}
.top-interview__list .swiper-button-prev:hover::before,
.top-interview__list .swiper-button-next:hover::before {
  background: #8AE6E7;
}
.top-interview__list .swiper-button-prev:hover::after,
.top-interview__list .swiper-button-next:hover::after {
  color: #ffffff;
}
.top-interview__list .swiper-button-prev:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-interview__list .swiper-button-prev::after {
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.top-interview__list .swiper-button-next:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-interview__list .swiper-button-next::after {
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.top-interview__list .swiper-navigation-icon {
  display: none !important;
}
.top-interview__list .swiper-scrollbar {
  z-index: 1;
  top: calc(100% + 2rem);
  width: 100%;
  height: 6px;
  background: #E4EBED;
}
.top-interview__list .swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease 0s;
  height: 6px;
  background: #5DCED0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.top-interview__list .swiper-scrollbar-drag:hover {
  background-color: #8AE6E7;
}

/*--------------------------------------------------------------------/
	top-company
/--------------------------------------------------------------------*/
.top-company {
  position: relative;
  padding-top: clamp(3em, 6vw, 6em);
}
.top-company__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2em;
          flex-direction: column;
}
.top-company__txt {
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
}
.top-company__txt__inner {
  position: relative;
}
.top-company__txt__add {
  position: absolute;
  top: -3em;
  right: -3em;
  width: clamp(180px, 30%, 30%);
}
.top-company__txt .cont-ttl {
  z-index: 1;
  position: relative;
  margin-bottom: 1em;
}
.top-company__txt__txt {
  margin-bottom: 2em;
}
.top-company__img {
  aspect-ratio: 16/9;
  padding-left: 8%;
}

/*--------------------------------------------------------------------/
	top-work
/--------------------------------------------------------------------*/
.top-work {
  position: relative;
  padding-top: clamp(9em, 10vw, 10em);
  padding-bottom: clamp(6em, 9vw, 9em);
  background: #E5FDFD;
}
.top-work::before {
  z-index: 1;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 12vw;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e5fdfd));
  background: linear-gradient(180deg, white 0%, #e5fdfd 100%);
  content: "";
}
.top-work__head {
  z-index: 2;
  position: relative;
  margin-bottom: clamp(2em, 3vw, 3em);
}
.top-work__head .cont-ttl {
  margin-bottom: clamp(1.5em, 2vw, 2em);
  line-height: 1;
}
.top-work__head__txt {
  font-size: clamp(9.5px, 3.39vw, 14px);
}

.top-work__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.top-work__list li.is-business a::before {
  background: rgba(41, 188, 190, .71);
}
.top-work__list li.is-business i::before {
  color: #29BCBE;
}
.top-work__list li.is-works a::before {
  background: rgba(68, 216, 164, .71);
}
.top-work__list li.is-works i::before {
  color: #44D8A4;
}
.top-work__list li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  width: 100%;
  padding: clamp(3em, 12vw, 10em) 5% clamp(3em, 12vw, 10em) 10%;
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-work__list li a::before {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s ease 0s;
}
.top-work__list li a:hover::before {
  opacity: 0.7;
}
.top-work__list li a:hover .is-bg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-work__list li .is-txt {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
          align-items: center;
          justify-content: space-between;
  width: 100%;
}
.top-work__list li .is-txt h3 {
  position: relative;
  font-weight: 500;
  font-size: clamp(13px, 4.64vw, 26px);
  line-height: 1;
}
.top-work__list li .is-txt h3 b {
  display: block;
  margin-bottom: 0.2em;
  font-weight: 600;
  font-size: 1.25em;
}
.top-work__list li .is-txt h3 em {
  display: block;
  font-style: normal;
  font-family: 'Libertinus Serif Display', sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
}
.top-work__list li .is-txt i {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
.top-work__list li .is-txt i::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0.1em;
          transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}
.top-work__list li .is-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-work__list li .is-bg img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*--------------------------------------------------------------------/
	top blog
/--------------------------------------------------------------------*/
.top-blog {
  padding-top: clamp(6em, 9vw, 9em);
  padding-bottom: clamp(6em, 12vw, 12em);
}

.top-commonpost1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  width: 100%;
}

.top-commonpost1__newest__box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-commonpost1__newest__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.top-commonpost1__newest__box__img {
  width: 100%;
}
.top-commonpost1__newest__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.top-commonpost1__newest__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.top-commonpost1__newest__box__img__inner > div,
.top-commonpost1__newest__box__img__inner figure,
.top-commonpost1__newest__box__img__inner a,
.top-commonpost1__newest__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-commonpost1__newest__box__date {
  color: #5DCED0;
  font-weight: 500;
  font-size: 1.25em;
  font-family: 'Libertinus Serif Display', sans-serif;
  letter-spacing: 0;
}
.top-commonpost1__newest__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
      flex-wrap: wrap;
}
.top-commonpost1__newest__box__category .category-item {
  font-size: 0.7em;
}
.top-commonpost1__newest__box__ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: calc(0.94rem + 0.46154vw - 1.29231px);
}
.top-commonpost1__right .btn-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  margin-top: 2em;
}

.top-commonpost1__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
          flex-direction: column;
}

.top-commonpost1__list__box {
  position: relative;
  width: 100%;
  text-align: left;
}
.top-commonpost1__list__box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #E5FDFD;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-commonpost1__list__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
          box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.top-commonpost1__list__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-commonpost1__list__box__img {
  width: 100%;
}
.top-commonpost1__list__box__img__inner {
  margin: 0;
}
.top-commonpost1__list__box__date {
  color: #5DCED0;
  font-weight: 500;
  font-size: 1.25em;
  font-family: 'Libertinus Serif Display', sans-serif;
  letter-spacing: 0;
}
.top-commonpost1__list__box__ttl {
  margin-bottom: 0.5em;
}
.top-commonpost1__list__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
  row-gap: 0.2em;
      flex-wrap: wrap;
}
.top-commonpost1__list__box__category .category-item {
  font-size: 0.7em;
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .top-commonpost1__list__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 100%;
  }
  .top-commonpost1__list__box__img {
    width: 35.91%;
  }
  .top-commonpost1__list__box__img__inner {
    height: 100%;
  }
  .top-commonpost1__list__box__img__inner > div {
    height: 100%;
  }
  .top-commonpost1__list__box__txt {
    width: 64.09%;
    padding: 1em 3.75%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-commonpost1__newest__box__img {
    width: 35.91%;
  }
  .top-commonpost1__newest__box__txt {
    width: 64.09%;
    padding: 1em 3.75%;
  }
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .main-view__catch {
    top: 36%;
    left: 18%;
  }
  .main-view__catch .is-catch01,
  .main-view__catch .is-catch02 {
    font-size: clamp(40px, 5.21vw, 64px);
  }
  .main-view__catch .is-catch03,
  .main-view__catch .is-catch04 {
    font-size: clamp(36px, 4.69vw, 54px);
  }
  .main-view__add {
    bottom: 10%;
    left: 30.84%;
    width: 69.16%;
  }
  .top-strength {
    padding-bottom: clamp(20em, 50vw, 50em);
  }
  .top-strength__add {
    width: 65.1%;
  }
  .top-strength::before {
    height: 50vw;
  }
  .top-strength__inner {
    width: 60%;
    padding-top: clamp(2em, 6vw, 6em);
  }
  .top-strength__catch {
    font-size: clamp(16px, 2.08vw, 30px);
  }
  .top-strength__txt {
    font-size: clamp(11px, 1.43vw, 16px);
  }
  .top-strength__img {
    position: absolute;
    top: 10vw;
    bottom: auto;
    width: 40%;
  }
  .top-recruit::after {
    height: 14vw;
  }
  .top-interview .btn-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
  }
  .top-interview__list .swiper-next_prev {
    left: -32px;
    width: calc(100% + 64px);
  }
  .top-company__txt {
    padding-right: 8%;
    padding-left: 8%;
  }
  .top-company__img {
    padding-left: 8%;
  }
  .top-work__head {
    padding-top: clamp(6em, 9vw, 9em);
  }
  .top-work__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-work__list li {
    width: 50%;
  }
  .top-work__list li a {
    padding: clamp(4em, 10vw, 10em) 5% clamp(4em, 10vw, 10em) 10%;
  }
  .top-work__list li .is-txt h3 {
    font-size: clamp(18px, 2.34vw, 32px);
  }
  .top-work__list li .is-txt h3 b {
    font-size: 1.5em;
  }
  .top-work__list li .is-txt i {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .top-commonpost1 {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
  }
  .top-commonpost1::after {
    position: absolute;
    top: 0;
    left: 46.66%;
    width: 1px;
    height: 100%;
    background: #E4EBED;
    content: "";
  }
  .top-commonpost1__newest {
    width: 43.66%;
  }
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__newest__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-commonpost1__newest__box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 56.25%;
    content: "";
  }
  .top-commonpost1__newest__box__img__inner > div,
  .top-commonpost1__newest__box__img__inner figure,
  .top-commonpost1__newest__box__img__inner a,
  .top-commonpost1__newest__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-commonpost1__newest__box__date {
    margin-top: 0.5em;
    font-size: 1.5em;
  }
  .top-commonpost1__newest__box__ttl {
    font-size: calc(0.9rem + 0.49261vw - 3.78325px);
  }
  .top-commonpost1__newest__box .txt {
    margin-bottom: calc(0.5rem + 0.3em);
  }
  .top-commonpost1__right {
    width: 50.34%;
  }
  .top-commonpost1__list__box__ttl {
    font-size: calc(0.9rem + 0.24631vw - 1.89163px);
  }
}
@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .main-view__bg {
    height: 100lvh;
  }
  .main-view__bg__img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main-view__bg__img > * {
    width: 50%;
  }
  .main-view__catch {
    top: 27.22%;
    left: 19.66%;
  }
  .main-view__catch .is-catch01,
  .main-view__catch .is-catch02 {
    text-shadow: 0 0 16px rgba(0, 0, 0, .2);
  }
  .main-view__catch .is-catch03,
  .main-view__catch .is-catch04 {
    text-shadow: 0 0 12px rgba(0, 0, 0, .2);
  }
  .top-strength__inner {
    width: 50%;
  }
  .top-strength__img {
    width: 44.27%;
  }
  .top-recruit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-box-align: end;
        -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-end;
            justify-content: flex-end;
  }
  .top-recruit__line {
    bottom: calc(100% - 3vw);
  }
  .top-recruit__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 51.04%;
    height: calc(100% + 4.7vw);
  }
  .top-recruit__txt {
    width: 48.96%;
    padding: clamp(3em, 5vw, 5em) clamp(1.5em, 5vw, 3em) 0 clamp(1.5em, 8vw, 8em);
  }
  .top-recruit__txt__ttl {
    font-size: clamp(20px, 1.85vw, 32px);
  }
  .top-recruit__txt__txt {
    font-size: clamp(16px, 1.48vw, 18px);
  }
  .top-recruit__txt__list li a {
    font-size: clamp(18px, 1.67vw, 20px);
  }
  .top-interview__ttl em {
    font-size: clamp(60px, 5.56vw, 120px);
  }
  .top-interview__ttl b {
    font-size: clamp(18px, 1.67vw, 32px);
  }
  .top-interview__list .swiper-next_prev {
    left: -45px;
    width: calc(100% + 90px);
  }
  .top-interview__list .swiper-button-prev,
  .top-interview__list .swiper-button-next {
    width: 64px;
    height: 64px;
  }
  .top-interview__list .swiper-scrollbar {
    top: calc(100% + 3rem);
    height: 8px;
  }
  .top-interview__list .swiper-scrollbar-drag {
    height: 8px;
  }
  .top-company__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-company__txt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
    width: 48.96%;
    padding-top: 2em;
    padding-right: 0;
  }
  .top-company__txt__inner {
    max-width: 700px;
    padding-right: 10%;
  }
  .top-company__txt__add {
    top: auto;
    right: 80%;
    bottom: calc(100% - 5vw);
    width: 42.85%;
  }
  .top-company__img {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
    aspect-ratio: 98/55;
    width: 48.96%;
    margin-top: 2em;
    padding-left: 0;
  }
  .top-company__img {
    width: 51.04%;
  }
  .top-work__head__inner {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 5%;
            align-items: center;
  }
  .top-work__head .cont-ttl {
    -ms-flex-negative: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
        flex-shrink: 0;
    width: auto;
  }
  .top-work__head__txt {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 80%;
    font-size: clamp(13px, 1.2vw, 20px);
  }
}
@media (min-width: 1176px) and (max-width: 1552px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1553px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .top-strength__catch {
    font-size: 2rem;
  }
  .top-strength__txt {
    font-size: 1.13rem;
  }
  .top-recruit__txt__ttl {
    font-size: 2rem;
  }
  .top-recruit__txt__txt {
    font-size: 1.13rem;
  }
  .top-recruit__txt__list {
    width: 85%;
  }
  .top-recruit__txt__list li a {
    font-size: 1.25rem;
  }
  .top-company__txt {
    padding-left: 48px;
  }
  .top-company__txt .cont-ttl {
    font-size: 2rem;
  }
  .top-company__txt__txt {
    font-size: 1.13rem;
  }
  .top-work__head .cont-ttl {
    font-size: 2rem;
  }
  .top-work__head__txt {
    font-size: 1.25rem;
  }
  .top-work__list li .is-txt i {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .top-commonpost1 {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
  }
  .top-commonpost1::after {
    left: 46.66%;
  }
  .top-commonpost1__newest {
    width: 41.66%;
  }
  .top-commonpost1__newest__box__category .category-item {
    font-size: 0.8em;
  }
  .top-commonpost1__newest__box__ttl {
    font-size: 1.25rem;
  }
  .top-commonpost1__newest__box .txt {
    font-size: 1rem;
  }
  .top-commonpost1__right {
    width: 48.34%;
  }
  .top-commonpost1__list__box__ttl {
    font-size: 1rem;
  }
}
@media (min-width: 1553px) and (max-width: 1692px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1693px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .top-work__list li .is-txt h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1921px) {
  .main-view__catch .is-catch01,
  .main-view__catch .is-catch02 {
    font-size: 4rem;
  }
  .main-view__catch .is-catch03,
  .main-view__catch .is-catch04 {
    font-size: 3.38rem;
  }
  .top-interview__ttl em {
    font-size: 7.5rem;
  }
  .top-interview__list .swiper-control {
    max-width: 75vw;
  }
  .top-company__txt {
    padding-left: 5vw;
  }
}
@media (min-width: 1176px) and (min-width: 1921px) {
  .top-company__txt__inner {
    max-width: 36.45vw;
  }
}
@media (max-width: 1692px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1552px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .main-view__bg__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-recruit {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
  }
  .top-recruit__img {
    grid-row: 2/3;
    width: auto;
    margin-left: clamp(2em, 8%, 4em);
  }
  .top-recruit__txt {
    grid-row: 1/2;
    grid-column: 1;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .main-view__catch {
    top: 35%;
    left: 10%;
  }
  .main-view__add {
    bottom: 28%;
    left: 12%;
    width: 88%;
  }
  .scroll-line {
    font-size: 0.8em;
  }
  .top-strength__txt {
    margin-bottom: clamp(3em, 6vw, 6em);
  }
  .top-commonpost1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .top-commonpost1__newest__box a {
    background: #E5FDFD;
  }
  .top-commonpost1__newest__box .txt {
    display: none;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__newest__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
  .top-commonpost1__list__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__list__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-commonpost1__list__box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .top-commonpost1__list__box__img__inner > div,
  .top-commonpost1__list__box__img__inner figure,
  .top-commonpost1__list__box__img__inner a,
  .top-commonpost1__list__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-commonpost1__list__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
}
/*# sourceMappingURL=map/top.css.map */
