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

index.css

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

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

.main-view__bg {
  position: relative;
  overflow: hidden;
}
.main-view__bg__inner {
  height: 100%;
}
.main-view__bg__img {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140.62vw;
}

.main-view__inner {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-view__inner .l-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: 100%;
}

.main-view__catch {
  z-index: 4;
  position: absolute;
  color: #000000;
}

/* scroll */
.scroll-line {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: min(1.5%, 48px);
  left: min(1.5%, 3rem);
          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: 400;
  font-family: 'Poppins', sans-serif;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.scroll-line a:hover {
  color: #E05210;
}
.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-transition: all 0.3s ease 0s;
  -webkit-animation: scroll-line 1.75s cubic-bezier(1, 0, 0, 1) infinite;
  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-intro {
  position: relative;
  margin-top: -10vw;
  padding-top: 10vw;
  overflow: hidden;
}
.top-intro::before {
  -webkit-transform-origin: top right;
  -webkit-transform: skewY(3deg);
  z-index: 1;
  position: absolute;
  top: 10vw;
  right: 0;
  width: 100%;
  height: 100%;
          transform: skewY(3deg);
          transform-origin: top right;
  background: rgb(235, 147, 23);
  background: radial-gradient(circle, rgb(235, 147, 23) 0%, rgb(250, 94, 27) 76%, rgb(227, 74, 9) 100%);
  content: "";
}
.top-intro__inner {
  z-index: 2;
  position: relative;
  padding-top: clamp(3em, 9vw, 9em);
  padding-bottom: clamp(9em, 16vw, 16em);
  color: #ffffff;
}
.top-intro__add {
  z-index: 1;
  position: absolute;
}
.top-intro__ttl {
  display: block;
  position: relative;
  width: 80vw;
  margin-top: -18vw;
}
.top-intro__txt .is-text {
  font-size: clamp(8.5px, 3.04vw, 20px);
  line-height: 2;
}
.top-intro__txt .is-text strong {
  color: #F1FF27;
  font-weight: 700;
  font-size: 1.25em;
}
.top-intro__txt .txt p {
  margin-bottom: 2em;
}
.top-intro__txt .txt p:last-child {
  margin-bottom: 0;
}
.top-intro__txt .is-catch {
  margin-top: clamp(1.5em, 2vw, 2em);
  font-weight: 800;
  font-size: clamp(15px, 5.36vw, 40px);
  line-height: 1.5;
}
.top-intro__txt .is-catch ruby {
  position: relative;
  font-size: 1.5em;
  line-height: 1;
}
.top-intro__txt .is-catch ruby rt {
  font-size: 0.3em;
}

/*--------------------------------------------------------------------/
	top company
/--------------------------------------------------------------------*/
.top-company {
  display: grid;
  z-index: 2;
  position: relative;
  margin-top: -8vw;
}
.top-company__img {
  position: relative;
  background: #ffffff;
}
.top-company__img li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-company__img li img {
  display: none;
}
.top-company__img li img.is-active {
  display: block;
}

.top-company__txt {
  z-index: 2;
  position: relative;
  padding: clamp(2em, 3vw, 3em) 5% clamp(2em, 3vw, 3em) clamp(2em, 3vw, 3em);
  background: #ffffff;
}
.top-company__txt__ttl {
  margin-bottom: clamp(2em, 3vw, 3em);
}
.top-company__txt__ttl em {
  display: block;
  position: relative;
  color: #111111;
  font-style: normal;
  font-weight: 700;
  font-size: calc(2.5rem + 5.14706vw - 14.41176px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.top-company__txt__ttl em::first-letter {
  color: #F7A222;
}
.top-company__txt__ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1.14rem + 1.17647vw - 3.29412px);
}
.top-company__txt__list {
  padding-left: 5%;
}
.top-company__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: right;
  -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 5% 1.5em 7%;
          transform-origin: right;
  background-color: #FFEBDB;
  color: #111111;
  font-weight: 700;
  font-size: clamp(9px, 3.21vw, 18px);
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-company__txt__list li a: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-company__txt__list li a::after {
  -webkit-transition: all 0.3s ease 0s;
  justify-self: end;
  color: #F16820;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
}
.top-company__txt__list li a:hover {
  -webkit-transform: scaleX(1.12);
          transform: scaleX(1.12);
  background-color: #F16820;
  color: #ffffff;
}
.top-company__txt__list li a:hover::after {
  color: #ffffff;
}

/*--------------------------------------------------------------------/
	top interview
/--------------------------------------------------------------------*/
.top-interview {
  position: relative;
  margin-top: clamp(96px, 9vw, 144px);
  margin-top: clamp(6rem, 9vw, 9rem);
  padding-top: clamp(48px, 5vw, 80px);
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(96px, 9vw, 144px);
  padding-bottom: clamp(6rem, 9vw, 9rem);
  overflow: hidden;
}
.top-interview::before {
  -webkit-transform-origin: top right;
  -webkit-transform: skewY(-3deg);
  position: absolute;
  top: 3.5vw;
  right: 0;
  width: 100%;
  height: 110%;
          transform: skewY(-3deg);
          transform-origin: top right;
  background: #F8F5F2;
  content: "";
}
.top-interview__inner {
  z-index: 3;
  position: relative;
}
.top-interview__inner::before {
  -webkit-transform-origin: left bottom;
  -webkit-transform: skewY(-3deg);
  z-index: 1;
  position: absolute;
  bottom: 80px;
  bottom: 5rem;
  left: 0;
  width: 100%;
  height: 40%;
          transform: skewY(-3deg);
          transform-origin: left bottom;
  background: #000000;
  content: "";
}
.top-interview__ttl {
  margin-bottom: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  padding-left: 2em;
}
.top-interview__ttl em {
  display: block;
  position: relative;
  color: #F16820;
  font-style: normal;
  font-weight: 700;
  font-size: calc(2rem + 5.14706vw - 14.41176px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.top-interview__ttl em::before {
  position: absolute;
  top: calc(50% - 1px);
  right: calc(100% + 1rem);
  width: 50vw;
  height: 2px;
  background: #F16820;
  content: "";
}
.top-interview__ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.top-interview__list .is-column {
  margin-bottom: clamp(32px, 5vw, 80px);
  margin-bottom: clamp(2rem, 5vw, 5rem);
}
.top-interview__btn {
  z-index: 2;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.top-interview__btn a {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.25em 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #F16820;
  background-color: #F16820;
  color: #ffffff;
  font-weight: normal;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-interview__btn a: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__btn a:hover {
  border-color: #E05210;
  background-color: #E05210;
  color: #ffffff;
}
.top-interview__btn a:hover::after {
  color: #ffffff;
}
.top-interview__btn a::before {
  justify-self: start;
  content: "";
}
.top-interview__btn a::after {
  justify-self: end;
  font-size: 1.5em;
}

.top-interview .swiper {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  overflow: visible;
}
.top-interview .swiper-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1520 px;
  height: 100%;
}
.top-interview .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 .swiper-button-prev {
  left: 0;
}
.top-interview .swiper-button-next {
  right: 0;
}
.top-interview .swiper-button-prev,
.top-interview .swiper-button-next {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: 0;
  float: none;
          transform: translateY(-50%);
  background-image: none;
}
.top-interview .swiper-button-prev::before,
.top-interview .swiper-button-next::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #e04b19;
  border-radius: 50%;
  background: transparent;
  background: rgba(255, 255, 255, .7);
  content: "";
  transition: all 0.3s ease 0s;
}
.top-interview .swiper-button-prev::after,
.top-interview .swiper-button-next::after {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #e04b19;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
}
.top-interview .swiper-button-prev:hover::before,
.top-interview .swiper-button-next:hover::before {
  border-color: #F16820;
  background: #F16820;
}
.top-interview .swiper-button-prev:hover::after,
.top-interview .swiper-button-next:hover::after {
  color: #ffffff;
}
.top-interview .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 .swiper-button-prev::after {
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.top-interview .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 .swiper-button-next::after {
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.top-interview .swiper-scrollbar {
  z-index: 1;
  position: absolute;
  top: calc(100% + 2rem);
  width: 100%;
  height: 6px;
  background: #f6f6f6;
}
.top-interview .swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease 0s;
  height: 6px;
  background: #C9CED2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.top-interview .swiper-scrollbar-drag:hover {
  background-color: #F16820;
}

/*--------------------------------------------------------------------/
	top benefit
/--------------------------------------------------------------------*/
.top-benefit {
  position: relative;
  padding-top: clamp(96px, 9vw, 144px);
  padding-top: clamp(6rem, 9vw, 9rem);
  padding-bottom: clamp(96px, 9vw, 144px);
  padding-bottom: clamp(6rem, 9vw, 9rem);
}
.top-benefit::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: #F7A222;
  content: "";
}
.top-benefit__inner {
  z-index: 2;
  position: relative;
}
.top-benefit__ttl {
  margin-bottom: clamp(1em, 2vw, 2em);
  padding-left: 2em;
}
.top-benefit__ttl em {
  display: block;
  position: relative;
  color: #F7A222;
  font-style: normal;
  font-weight: 700;
  font-size: calc(2.5rem + 8.82353vw - 24.70588px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.top-benefit__ttl em::before {
  position: absolute;
  top: calc(50% - 1px);
  right: calc(100% + 1rem);
  width: 50vw;
  height: 2px;
  background: #F7A222;
  content: "";
}
.top-benefit__ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1.14rem + 1.47059vw - 4.11765px);
}

.top-benefit__list {
  display: grid;
}
.top-benefit__list figure {
  aspect-ratio: 3/2;
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .main-view {
    height: 66.66vw;
  }
  .main-view__bg {
    height: 66.66vw;
  }
  .main-view__bg__img {
    height: 66.66vw;
  }
  .main-view__catch {
    top: 20%;
    left: 52%;
    width: max(38%, 300px);
  }
  .top-intro__inner {
    padding-bottom: clamp(12em, 20vw, 25em);
  }
  .top-company {
    -webkit-box-align: end;
        -ms-flex-align: end;
    grid-template-rows: 1fr;
    grid-template-columns: 45% 50%;
            align-items: end;
    margin-top: -10vw;
  }
  .top-company__img {
    grid-column: 1/2;
    height: 110%;
  }
  .top-company__txt {
    grid-column: 2/3;
    padding: clamp(2em, 4vw, 4em) clamp(1.5em, 5vw, 6em) 0;
  }
  .top-company__txt__ttl em {
    font-size: clamp(40px, 5.21vw, 110px);
  }
  .top-company__txt__ttl b {
    font-size: clamp(18px, 2.34vw, 36px);
  }
  .top-company__txt__list {
    padding-left: 10%;
  }
  .top-company__txt__list li a {
    font-size: clamp(14px, 1.82vw, 18px);
  }
  .top-interview__inner::before {
    bottom: 10vw;
  }
  .top-interview__ttl {
    padding-left: 0;
  }
  .top-interview__btn a {
    font-size: 1.14em;
  }
  .top-interview .swiper-next_prev {
    left: -32px;
    width: calc(100% + 64px);
  }
  .top-interview .swiper-button-prev,
  .top-interview .swiper-button-next {
    width: 64px;
    height: 64px;
  }
  .top-interview .swiper-scrollbar-drag {
    height: 8px;
  }
  .top-benefit::before {
    height: 40%;
  }
  .top-benefit__ttl {
    margin-bottom: clamp(2em, 3vw, 3em);
    padding-left: 0;
  }
  .top-benefit__btn {
    position: absolute;
    top: 2em;
    right: 0;
    width: clamp(260px, 40%, 360px);
  }
  .top-benefit__list {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.5em, 3vw, 2em) clamp(1.5em, 3%, 3em);
  }
}
@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (max-width: 1175px) and (min-width: 768px) {
  .top-interview__btn a {
    font-size: 1.14em;
  }
}
@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .main-view {
    height: 100vh;
  }
  .main-view__bg {
    height: 100vh;
  }
  .main-view__bg__img {
    height: 100vh;
  }
  .main-view__catch {
    left: 60%;
    width: max(30%, 400px);
  }
  .top-intro__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
  }
  .top-intro__add {
    bottom: -2vw;
    left: -8vw;
    width: 52.7%;
  }
  .top-intro__ttl {
    position: absolute;
    top: 10vw;
    left: -4%;
    width: 43.54vw;
  }
  .top-intro__txt {
    width: 48%;
  }
  .top-intro__txt .is-text {
    font-size: clamp(14px, 1.3vw, 22px);
  }
  .top-intro__txt .is-catch {
    font-size: clamp(20px, 1.85vw, 50px);
  }
  .top-company {
    grid-template-columns: 54% 41%;
  }
  .top-company__txt {
    padding: clamp(3em, 5vw, 5em) clamp(1.5em, 5vw, 6em) 0;
  }
  .top-interview__inner::before {
    bottom: 6vw;
  }
  .top-interview .swiper-next_prev {
    left: -45px;
    width: calc(100% + 90px);
  }
  .top-interview .swiper-button-prev,
  .top-interview .swiper-button-next {
    width: 90px;
    height: 90px;
  }
  .top-interview .swiper-button-prev::after,
  .top-interview .swiper-button-next::after {
    font-size: 3rem;
  }
  .top-interview .swiper-scrollbar {
    top: calc(100% + 3rem);
    height: 8px;
  }
}
@media (min-width: 1176px) and (max-width: 1615px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1616px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .top-intro__ttl {
    left: -2%;
  }
  .top-company__txt__ttl b {
    font-size: 2.25rem;
  }
  .top-company__txt__list li a {
    font-size: 1.14em;
  }
  .top-interview__inner::before {
    bottom: 4rem;
  }
  .top-interview__ttl em {
    font-size: 7.5rem;
  }
  .top-interview__ttl b {
    font-size: 2.25rem;
  }
  .top-interview .swiper {
    margin-bottom: 7rem;
  }
  .top-benefit__ttl b {
    font-size: 2.5rem;
  }
}
@media (min-width: 1616px) and (max-width: 1752px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .top-intro__txt .is-catch {
    font-size: 3.13rem;
  }
  .top-company {
    margin-top: -10rem;
  }
  .top-benefit__ttl em {
    font-size: 10rem;
  }
}
@media (min-width: 1921px) {
  .top-intro__txt .is-text {
    font-size: 1.38rem;
  }
  .top-company__txt__ttl em {
    font-size: 6.88rem;
  }
  .top-interview .swiper-control {
    max-width: 79.16vw;
  }
}
@media (max-width: 1752px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1615px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .top-intro__add {
    bottom: -10vw;
    left: -10%;
    width: 90%;
  }
  .top-intro__ttl {
    margin-bottom: clamp(3em, 6vw, 6em);
  }
  .top-interview__btn a {
    -webkit-transition: all 0.3s ease 0s;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: grid;
    position: relative;
    grid-template-columns: 1fr auto 1fr;
            column-gap: 0.5em;
            align-items: center;
    width: 100%;
    padding: 1.25em 4%;
    border: 1px solid;
    border-radius: 999px;
    border-color: #F16820;
    background-color: #F16820;
    color: #ffffff;
    font-weight: normal;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
  }
  .top-interview__btn a: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__btn a:hover {
    border-color: #E05210;
    background-color: #E05210;
    color: #ffffff;
  }
  .top-interview__btn a:hover::after {
    color: #ffffff;
  }
  .top-interview__btn a::before {
    justify-self: start;
    content: "";
  }
  .top-interview__btn a::after {
    justify-self: end;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .main-view {
    height: 140.62vw;
  }
  .main-view__bg {
    height: 140.62vw;
  }
  .main-view__catch {
    top: 25vw;
    left: 40%;
    width: 55%;
  }
  .top-company {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
  }
  .top-company__img {
    grid-row: 1/2;
    grid-column: 1;
    aspect-ratio: 3/2;
    width: 90%;
  }
  .top-company__txt {
    grid-row: 2/3;
    grid-column: 1;
    justify-self: end;
    width: 90%;
    margin-top: -2.5em;
  }
  .top-benefit__btn {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
  }
  .top-benefit__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1em, 2vw, 1.5em);
  }
  .top-benefit__list > *:first-child {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
}
/*# sourceMappingURL=map/top.css.map */
