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

index.css

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

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

.main-view__bg {
  position: relative;
  width: 100%;
  height: 141.7lvw;
  overflow: hidden;
}
.main-view__bg::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 39, 41, .1);
  content: "";
  mix-blend-mode: darken;
}
.main-view__bg::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 157, 169, .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 {
  display: block;
  margin-bottom: max(0.2em, 0.5vw);
}
.main-view__catch .is-catch01__inner {
  position: relative;
  font-weight: 500;
  font-size: clamp(36px, 12.86vw, 140px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.main-view__catch .is-catch01__letter {
  display: inline-block;
  line-height: 1em;
}
.main-view__catch .is-catch02 {
  display: block;
}
.main-view__catch .is-catch02__inner {
  position: relative;
  font-weight: 500;
  font-size: clamp(36px, 12.86vw, 140px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.main-view__catch .is-catch02__letter {
  display: inline-block;
  line-height: 1em;
}
.main-view__catch .is-catch03 {
  display: block;
  margin-top: clamp(1em, 2vw, 3em);
}
.main-view__catch .is-catch03__inner {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: clamp(12px, 4.29vw, 28px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: 0 0 6px rgba(0, 0, 0, .2);
}
.main-view__catch .is-catch03__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: #52C7C9;
}
.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;
  }
}
/* 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: #101010;
  font-weight: 500;
  font-family: 'Cormorant Garamond', sans-serif;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.scroll-line a:hover {
  color: #77D6D8;
}
.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: #101010;
  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-intro {
  position: relative;
  padding-top: clamp(8em, 12vw, 12em);
  padding-bottom: clamp(10em, 24vw, 18em);
  background: #F0F3F4;
}
.top-intro::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img/top/top_intro_bg_sp.png) left bottom/100% no-repeat;
  content: "";
}
.top-intro__add {
  z-index: 2;
  position: absolute;
  top: -5vw;
  left: 0;
  width: 100%;
}

.top-intro .l-cont_xxl {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}
.top-intro__inner {
  z-index: 2;
  position: relative;
}
.top-intro__catch {
  margin-bottom: 1.5em;
  font-size: clamp(13px, 4.64vw, 20px);
  line-height: 1.5;
}
.top-intro__txt .txt {
  line-height: 2;
}
.top-intro__txt .txt p:not(:last-child) {
  margin-bottom: 2em;
}

.top-intro__img {
  width: 71.66%;
}
.top-intro__img__inner {
  position: relative;
  aspect-ratio: 86/151;
}
.top-intro__img .is-img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 90.11%;
}
.top-intro__img .is-img02 {
  position: absolute;
  top: 40%;
  right: 0;
  width: 41.86%;
}
.top-intro__img .is-img03 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 77%;
}

/*--------------------------------------------------------------------/
	top-introduction
/--------------------------------------------------------------------*/
.top-introduction__head {
  padding-top: clamp(3em, 6vw, 6em);
  padding-bottom: clamp(2em, 3vw, 3em);
  background: #ffffff;
}
.top-introduction__head__ttl {
  margin-bottom: clamp(1.5em, 2vw, 2em);
  line-height: 1;
}
.top-introduction__head__ttl em {
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(32px, 11.43vw, 60px);
  font-family: 'Cormorant Garamond', sans-serif;
  text-transform: capitalize;
}
.top-introduction__head__ttl b {
  display: block;
  margin-top: 0.2em;
  font-weight: 600;
  font-size: clamp(10px, 3.57vw, 18px);
}
.top-introduction__head__txt {
  font-size: clamp(9.5px, 3.39vw, 14px);
}

.top-introduction__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-introduction__list li.is-company a {
  -webkit-transition: all 0.3s ease 0s;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.top-introduction__list li.is-company a .is-txt h3 {
  border-color: #ffffff;
}
.top-introduction__list li.is-company a .is-txt h3 i::before {
  color: #52C7C9;
}
.top-introduction__list li.is-future a {
  -webkit-transition: all 0.3s ease 0s;
  color: #101010;
  transition: all 0.3s ease 0s;
}
.top-introduction__list li.is-future a .is-txt h3 {
  border-color: #101010;
}
.top-introduction__list li.is-future a .is-txt h3 i::before {
  color: #E6D444;
}
.top-introduction__list li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -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;
          justify-content: center;
  padding: clamp(3em, 12vw, 10em) 5%;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-introduction__list li a:hover .is-bg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-introduction__list li .is-txt {
  z-index: 2;
  position: relative;
  width: 50%;
  max-width: 340px;
  text-align: center;
}
.top-introduction__list li .is-txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.top-introduction__list li .is-txt h3 {
  position: relative;
  margin-bottom: 0.75em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid;
  font-weight: 500;
  font-size: clamp(14px, 5vw, 30px);
  line-height: 1;
}
.top-introduction__list li .is-txt h3 i {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 100%;
  left: calc(100% + 0.75em);
  width: 32px;
  height: 32px;
          transform: translateY(-50%);
  border-radius: 50%;
  background: #ffffff;
  content: "";
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
.top-introduction__list li .is-txt h3 i::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}
.top-introduction__list li .is-txt p {
  font-style: italic;
  font-weight: 500;
  font-size: clamp(10px, 3.57vw, 20px);
  line-height: 1;
  font-family: 'Cormorant Garamond', sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
}
.top-introduction__list li .is-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-introduction__list li .is-bg img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*--------------------------------------------------------------------/
	top works
/--------------------------------------------------------------------*/
.top-works {
  position: relative;
  padding-top: clamp(9em, 20vw, 16em);
  padding-bottom: clamp(6em, 21vw, 9em);
  overflow: hidden;
}
.top-works__inner {
  z-index: 3;
  position: relative;
}

.top-works {
  position: relative;
}
.top-works__inner {
  position: relative;
  width: 100%;
  max-width: 640px;
  padding: clamp(3.5em, 7vw, 7em) clamp(1.5em, 8%, 5em) clamp(3em, 6vw, 4em);
  background: rgba(250, 250, 250, .9);
}
.top-works__inner {
  margin-right: auto;
  margin-left: auto;
}
.top-works__ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: clamp(12px, 4.29vw, 20px);
  text-align: center;
}
.top-works__ttl .is-add {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: calc(100% - 1.5em);
  left: 50%;
  width: clamp(60px, 50%, 180px);
          transform: translateX(-50%);
}
.top-works__ttl em {
  display: block;
  z-index: 1;
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 5em;
  line-height: 1;
  font-family: 'Cormorant Garamond', sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
}
.top-works__ttl b {
  display: block;
  z-index: 1;
  position: relative;
  color: #52C7C9;
  font-weight: 600;
}
.top-works__txt {
  margin-bottom: clamp(2em, 3vw, 3em);
  font-size: clamp(9.5px, 3.39vw, 18px);
  line-height: 2;
}

.top-works__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  overflow: hidden;
}
.top-works__bg__inner {
  -webkit-animation: marquee 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
          animation: marquee 20s linear infinite;
}
.top-works__bg__inner img {
  width: 100%;
}

/* 左 → 右 or 右 → 左はここで調整 */
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 左の外からスタート */
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* ちょうど1枚分だけ右へ */
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 左の外からスタート */
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* ちょうど1枚分だけ右へ */
  }
}
@-webkit-keyframes marquee2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); /* 左の外からスタート */
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* ちょうど1枚分だけ右へ */
  }
}
@keyframes marquee2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); /* 左の外からスタート */
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* ちょうど1枚分だけ右へ */
  }
}
/*--------------------------------------------------------------------/
	top interview
/--------------------------------------------------------------------*/
.top-interview {
  padding-top: clamp(6em, 9vw, 9em);
  padding-bottom: clamp(6em, 9vw, 9em);
}
.top-interview__head {
  margin-bottom: clamp(3em, 6vw, 6em);
  background: #ffffff;
}
.top-interview__head__ttl {
  margin-bottom: clamp(1.5em, 2vw, 2em);
  line-height: 1;
}
.top-interview__head__ttl em {
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(32px, 11.43vw, 60px);
  font-family: 'Cormorant Garamond', sans-serif;
  text-transform: capitalize;
}
.top-interview__head__ttl b {
  display: block;
  margin-top: 0.2em;
  color: #52C7C9;
  font-weight: 600;
  font-size: clamp(12px, 4.29vw, 18px);
}
.top-interview__head__txt {
  font-size: clamp(9.5px, 3.39vw, 14px);
}

.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: #F0F3F4;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 243, 244, .75)), color-stop(98%, rgba(240, 243, 244, 0)));
  background: linear-gradient(180deg, rgba(240, 243, 244, .75) 0%, rgba(240, 243, 244, 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: relative;
  width: 100%;
  height: 48px;
}
.top-interview__list .swiper-next_prev {
  -ms-flex-negative: 0;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
          column-gap: 6px;
      flex-shrink: 0;
  width: 102px;
  height: 48px;
}
.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: 1px solid #52C7C9;
  border-radius: 50%;
  background: transparent;
  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: #52C7C9;
  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 {
  border-color: #52C7C9;
  background: #52C7C9;
}
.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 {
  -webkit-transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 102px - 1em);
  height: 6px;
          transform: translateY(-50%);
  background: #f6f6f6;
}
.top-interview__list .swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease 0s;
  height: 6px;
  background: #C9CED2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.top-interview__list .swiper-scrollbar-drag:hover {
  background-color: #52C7C9;
}

/*--------------------------------------------------------------------/
	top culture
/--------------------------------------------------------------------*/
.top-culture {
  z-index: 2;
  position: relative;
}
.top-culture__img {
  position: relative;
  aspect-ratio: 3/2;
  background: #ffffff;
}
.top-culture__img li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-culture__img li img {
  display: none;
}
.top-culture__img li img.is-active {
  display: block;
}

.top-culture__txt {
  z-index: 2;
  position: relative;
  padding: clamp(3em, 5vw, 5em) clamp(2em, 8%, 4em);
  background: #ffffff;
}
.top-culture__txt__ttl {
  margin-bottom: clamp(2em, 3vw, 3em);
}
.top-culture__txt__ttl em {
  display: block;
  position: relative;
  margin-bottom: 0.2em;
  color: #101010;
  font-style: normal;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(32px, 11.43vw, 40px);
  line-height: 1;
  font-family: 'Cormorant Garamond', sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
}
.top-culture__txt__ttl em span.is-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 0.6em;
  font-family: 'Zen Old Mincho', sans-serif;
  text-transform: lowercase;
}
.top-culture__txt__ttl b {
  display: block;
  margin-top: 0.2em;
  color: #52C7C9;
  font-weight: 600;
  font-size: clamp(12px, 4.29vw, 18px);
  line-height: 1;
}

.top-culture__txt__list {
  margin-top: 2em;
  border-top: 1px solid #C9CED2;
}
.top-culture__txt__list li {
  border-bottom: 1px solid #C9CED2;
}
.top-culture__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.5em 0;
          transform-origin: left;
  color: #101010;
  font-weight: 700;
  font-size: clamp(13.5px, 4.82vw, 20px);
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-culture__txt__list li a .is-txt span {
  display: block;
}
.top-culture__txt__list li a .is-txt em {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  margin-top: 1em;
  color: #52C7C9;
  font-weight: 500;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.top-culture__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: #ffffff;
  content: "";
  font-size: 1em;
  transition: all 0.3s ease 0s;
}
.top-culture__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: #52C7C9;
  transition: all 0.3s ease 0s;
}
.top-culture__txt__list li a:hover {
  width: calc(100% + 2em);
  padding-right: 1em;
  padding-left: 2em;
  background-color: #52C7C9;
  color: #ffffff;
}
.top-culture__txt__list li a:hover em {
  color: #ffffff;
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
  .top-intro__add {
    top: -12vw;
  }
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .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%;
    left: 46%;
  }
  .main-view__catch .is-catch01__inner {
    font-size: clamp(48px, 6.25vw, 140px);
  }
  .main-view__catch .is-catch02__inner {
    font-size: clamp(48px, 6.25vw, 140px);
  }
  .main-view__catch .is-catch03__inner {
    font-size: clamp(16px, 2.08vw, 48px);
  }
  .main-view__add {
    bottom: 10%;
    left: 30.84%;
    width: 69.16%;
  }
  .top-intro {
    padding-bottom: clamp(10em, 36vw, 30em);
  }
  .top-intro::before {
    background: url(../img/top/top_intro_bg_pc.png) left bottom/100% no-repeat;
  }
  .top-intro__add {
    top: 6vw;
    left: 20.84%;
    width: 79.16%;
  }
  .top-intro__inner {
    width: 60%;
    padding-top: clamp(3em, 12vw, 12em);
  }
  .top-intro__catch {
    font-size: clamp(20px, 2.6vw, 36px);
  }
  .top-intro__txt {
    font-size: clamp(12px, 1.56vw, 17px);
  }
  .top-intro__img {
    position: absolute;
    top: 10vw;
    left: 0;
    width: 40%;
  }
  .top-intro__img__inner {
    width: 84.27%;
  }
  .top-introduction__head {
    padding-top: clamp(6em, 9vw, 9em);
  }
  .top-introduction__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-introduction__list li {
    width: 50%;
  }
  .top-introduction__list li a {
    padding: clamp(3em, 9vw, 9em) 5%;
  }
  .top-introduction__list li .is-txt h3 {
    font-size: clamp(20px, 2.6vw, 48px);
  }
  .top-introduction__list li .is-txt h3 i {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .top-introduction__list li .is-txt p {
    font-size: clamp(18px, 2.34vw, 32px);
  }
  .top-works {
    padding-top: clamp(9em, 12vw, 12em);
  }
  .top-works__inner {
    padding: clamp(4em, 5vw, 5em) clamp(1.5em, 8%, 6em) clamp(3em, 6vw, 4em);
  }
  .top-works__ttl {
    font-size: clamp(20px, 2.6vw, 30px);
  }
  .top-works__ttl .is-add {
    width: clamp(60px, 50%, 200px);
  }
  .top-works__bg {
    width: 100%;
  }
  .top-works__bg__inner {
    -webkit-animation: marquee2 35s linear infinite;
            animation: marquee2 35s linear infinite;
  }
  .top-culture {
    padding-top: clamp(6em, 9vw, 9em);
    padding-bottom: clamp(6em, 9vw, 9em);
  }
  .top-culture {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
  }
  .top-culture__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 68.75%;
  }
  .top-culture__txt {
    width: 60%;
    padding: clamp(2em, 4vw, 4em) clamp(1.5em, 5vw, 3em) clamp(2em, 3vw, 3em) clamp(1.5em, 5vw, 6em);
  }
  .top-culture__txt__ttl em {
    font-size: clamp(44px, 5.73vw, 110px);
  }
  .top-culture__txt__ttl b {
    font-size: clamp(18px, 2.34vw, 32px);
  }
  .top-culture__txt__ttl b {
    font-size: clamp(20px, 1.85vw, 32px);
  }
  .top-culture__txt__list li a {
    font-size: clamp(16px, 2.08vw, 24px);
  }
}
@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .main-view__catch .is-catch01__inner {
    text-shadow: 0 0 16px rgba(0, 0, 0, .2);
  }
  .main-view__catch .is-catch02__inner {
    text-shadow: 0 0 16px rgba(0, 0, 0, .2);
  }
  .main-view__catch .is-catch03__inner {
    text-shadow: 0 0 12px rgba(0, 0, 0, .2);
  }
  .top-intro__inner {
    width: 50%;
  }
  .top-intro__txt {
    font-size: clamp(15px, 1.39vw, 18px);
  }
  .top-intro__img {
    width: 50%;
  }
  .top-introduction__head__inner {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 2%;
            align-items: center;
  }
  .top-introduction__head__ttl {
    width: 50%;
  }
  .top-introduction__head__ttl em {
    font-size: clamp(60px, 5.56vw, 130px);
  }
  .top-introduction__head__ttl b {
    font-size: clamp(18px, 1.67vw, 32px);
  }
  .top-introduction__head__txt {
    width: 50%;
    font-size: clamp(13px, 1.2vw, 20px);
  }
  .top-works__ttl .is-add {
    width: clamp(60px, 50%, 280px);
  }
  .top-interview__head__inner {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 2%;
            align-items: center;
  }
  .top-interview__head__ttl {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 30%;
  }
  .top-interview__head__ttl em {
    font-size: clamp(60px, 5.56vw, 130px);
  }
  .top-interview__head__ttl b {
    font-size: clamp(18px, 1.67vw, 32px);
  }
  .top-interview__head__txt {
    width: 70%;
    font-size: clamp(13px, 1.2vw, 20px);
  }
  .top-interview__list .swiper-control {
    height: 64px;
  }
  .top-interview__list .swiper-next_prev {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    width: 136px;
    height: 64px;
  }
  .top-interview__list .swiper-button-prev,
  .top-interview__list .swiper-button-next {
    width: 64px;
    height: 64px;
  }
  .top-interview__list .swiper-scrollbar {
    width: calc(100% - 136px - 1em);
    height: 8px;
  }
  .top-interview__list .swiper-scrollbar-drag {
    height: 8px;
  }
  .top-culture__txt {
    width: 48%;
    padding: clamp(3em, 5vw, 5em) clamp(1.5em, 5vw, 3em) clamp(2em, 3vw, 3em) clamp(1.5em, 7vw, 6em);
  }
  .top-culture__txt__ttl em {
    font-size: clamp(52px, 4.81vw, 110px);
  }
  .top-culture__txt__txt {
    font-size: clamp(16px, 1.48vw, 18px);
  }
}
@media (min-width: 1176px) and (max-width: 1552px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1553px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .top-intro__add {
    top: 6em;
  }
  .top-intro__txt {
    font-size: clamp(18px, 1.25vw, 20px);
  }
  .top-introduction__list li .is-txt h3 i {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .top-culture__txt__ttl b {
    font-size: 2rem;
  }
  .top-culture__txt__txt {
    font-size: 1.13rem;
  }
  .top-culture__txt__list {
    width: 85%;
  }
  .top-culture__txt__list li a {
    font-size: 1.5em;
  }
}
@media (min-width: 1553px) and (max-width: 1692px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1693px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
}
@media (min-width: 1921px) {
  .main-view__catch .is-catch01__inner {
    font-size: 8.75rem;
  }
  .main-view__catch .is-catch02__inner {
    font-size: 8.75rem;
  }
  .main-view__catch .is-catch03__inner {
    font-size: 3rem;
  }
  .top-introduction__list li .is-txt {
    max-width: 17.7vw;
  }
  .top-works__inner {
    max-width: 33.33vw;
  }
  .top-culture__txt__ttl em {
    font-size: 6.88rem;
  }
}
@media (max-width: 1692px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1552px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .main-view__bg__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-view__catch {
    top: 35%;
    left: 10%;
  }
  .main-view__add {
    bottom: 28%;
    left: 12%;
    width: 88%;
  }
  .scroll-line {
    font-size: 0.8em;
  }
  .top-intro__txt {
    margin-bottom: clamp(3em, 6vw, 6em);
  }
  .top-culture {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
  }
  .top-culture__img {
    grid-row: 2/3;
    width: 100%;
  }
  .top-culture__txt {
    grid-row: 1/2;
    grid-column: 1;
    width: 100%;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
}
/*# sourceMappingURL=map/top.css.map */
