@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: 100%;
}
.main-view__bg__img__inner {
  height: 100%;
}

.main-view__inner {
  z-index: 2;
}

.main-view__catch {
  z-index: 4;
  position: absolute;
  top: 40%;
  left: 8.33%;
  color: #ffffff;
}
.main-view__catch .is-catch01 {
  display: block;
  margin-bottom: 0.2em;
  font-weight: 900;
  font-size: clamp(28px, 10vw, 110px);
  line-height: 1.2;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  text-shadow: 0 0 10px #14476e;
}
.main-view__catch .is-catch02 {
  display: block;
  font-weight: 900;
  font-size: clamp(12.5px, 4.46vw, 49px);
  line-height: 1;
  font-family: 'Zen Old Mincho', sans-serif;
  text-shadow: 0 0 6px #14476e;
  text-transform: uppercase;
}

/* scroll */
.scroll-line {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: min(1.5%, 2em);
          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: 0.5em;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.8em;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.scroll-line a:hover {
  color: #279AD4;
}
.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-intro {
  position: relative;
  padding-top: clamp(9em, 30vw, 20em);
  padding-bottom: clamp(3em, 9vw, 9em);
  overflow: hidden;
  background: #0075C4;
  background: -webkit-gradient(linear, left top, left bottom, from(#0075C4), color-stop(30%, #0075C4), to(#36A6EC));
  background: linear-gradient(180deg, #0075C4 0%, #0075C4 30%, #36A6EC 100%);
  color: #ffffff;
}
.top-intro::before {
  -webkit-transform-origin: right bottom;
  -webkit-transform: skew(80deg);
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
          transform: skew(80deg);
          transform-origin: right bottom;
  background: #ffffff;
  content: "";
}
.top-intro .l-cont_full {
  position: relative;
}
.top-intro__add {
  position: absolute;
  bottom: calc(100% - 5vw);
  width: 75%;
  max-width: 720px;
  opacity: 0.11;
}
.top-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
}
.top-intro__txt__ttl {
  margin-bottom: 1.75em;
  font-weight: 700;
  font-size: clamp(14px, 5vw, 32px);
}
.top-intro__txt__ttl span {
  display: block;
  margin-bottom: 0.75em;
}
.top-intro__txt__ttl strong {
  display: block;
  font-weight: 700;
  font-size: 1.33em;
}
.top-intro__txt__txt .txt p {
  line-height: 2;
}
.top-intro__txt__txt .txt p:not(:last-child) {
  margin-bottom: 2em;
}

.top-intro__img {
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------------/
	top-business
/--------------------------------------------------------------------*/
.top-business {
  padding-top: clamp(3em, 9vw, 9em);
  padding-bottom: clamp(6em, 12vw, 12em);
}
.top-business__ttl {
  margin-bottom: clamp(1.5em, 3vw, 3em);
  font-size: clamp(14px, 5vw, 36px);
  line-height: 1;
}
.top-business__ttl em {
  display: block;
  color: #D7F0FF;
  font-style: normal;
  font-weight: 500;
  font-size: 2.5em;
  font-family: 'Zen Old Mincho', sans-serif;
  text-transform: uppercase;
}
.top-business__ttl b {
  display: block;
  position: relative;
  margin-top: -0.5em;
  padding-left: 0.5em;
  font-weight: 700;
}
.top-business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-business__btn {
  max-width: 360px;
}
.top-business__list__item.is-mountain a::before {
  background: rgba(0, 67, 125, .67);
}
.top-business__list__item.is-ground a::before {
  background: rgba(8, 28, 65, .67);
}
.top-business__list__item a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  z-index: 1;
  position: relative;
  aspect-ratio: 25/17;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-business__list__item a::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.top-business__list__item__img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  left: 0;
  margin: auto;
     object-fit: cover;
}
.top-business__list__item__txt {
  z-index: 3;
  position: absolute;
  bottom: 2em;
  left: 10%;
  width: 90%;
  color: #ffffff;
}
.top-business__list__item__txt .is-ttl {
  -webkit-box-align: end;
      -ms-flex-align: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 3%;
          align-items: flex-end;
          justify-content: space-between;
  margin-bottom: 1em;
  padding-right: 5%;
  padding-bottom: 1em;
  border-bottom: 1px solid #ffffff;
  font-size: clamp(11px, 3.93vw, 30px);
  line-height: 1;
}
.top-business__list__item__txt .is-ttl b {
  display: block;
  margin-bottom: 0.3em;
  font-weight: 700;
  font-size: 1.37em;
}
.top-business__list__item__txt .is-ttl em {
  display: block;
  color: #82C9FC;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-family: 'Zen Old Mincho', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.top-business__list__item__txt .is-ttl i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  width: 24px;
  background: #ffffff;
}
.top-business__list__item__txt .is-ttl i {
  height: 24px;
}
.top-business__list__item__txt .is-ttl i {
  -webkit-transition: all 0.3s ease 0s;
  border-radius: 50%;
  font-size: 14.08px;
  font-size: 0.88rem;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-business__list__item__txt .is-ttl i::before {
  -webkit-transition: all 0.3s ease 0s;
  color: #0075C4;
  transition: all 0.3s ease 0s;
}
.top-business__list__item__txt .is-txt {
  padding-right: 5%;
  font-size: clamp(10px, 3.57vw, 17px);
}

/*--------------------------------------------------------------------/
	top-recruit
/--------------------------------------------------------------------*/
.top-recruit {
  position: relative;
  padding-bottom: clamp(3em, 9vw, 9em);
  overflow: hidden;
}
.top-recruit__ttl {
  z-index: 1;
  position: relative;
  margin-bottom: clamp(1.5em, 3vw, 3em);
  overflow: hidden;
  text-align: center;
}
.top-recruit__ttl em {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  color: #2896D6;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(36px, 12.86vw, 64px);
  line-height: 1;
  font-family: 'Zen Old Mincho', sans-serif;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.top-recruit__ttl em::before, .top-recruit__ttl em::after {
  position: absolute;
  top: calc(50% - 1px);
  width: 50vw;
  height: 2px;
  background: #2896D6;
  content: "";
}
.top-recruit__ttl em::before {
  left: 100%;
}
.top-recruit__ttl em::after {
  right: 100%;
}
.top-recruit__ttl b {
  display: block;
  margin-top: 0.2em;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 24px);
  text-align: center;
}

.top-recruit__txt {
  z-index: 1;
  position: relative;
  padding-bottom: 80vw;
}
.top-recruit__txt::before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 94%;
  background: url(../img/top/top_recruit_bg.jpg) top left/cover no-repeat;
  content: "";
}
.top-recruit__txt__add01 {
  position: absolute;
}
.top-recruit__txt__add02 {
  position: absolute;
}
.top-recruit__txt__inner {
  max-width: 1100px;
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em);
  background: #E9F6FF;
}
.top-recruit__txt__inner {
  margin-right: auto;
  margin-left: auto;
}
.top-recruit__txt__catch {
  margin-bottom: 0.75em;
  color: #0075C4;
  font-weight: 700;
  font-size: clamp(14px, 5vw, 40px);
  line-height: 1.4;
  text-align: center;
}
.top-recruit__txt__txt {
  margin-bottom: clamp(1.5em, 3vw, 3em);
  line-height: 2;
}
.top-recruit__txt__btn {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------------/
	top company
/--------------------------------------------------------------------*/
.top-company {
  z-index: 2;
  position: relative;
}
.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: 0 clamp(2em, 8%, 4em);
  background: #ffffff;
}
.top-company__txt__ttl {
  margin-bottom: clamp(2em, 3vw, 3em);
}
.top-company__txt__ttl em {
  display: block;
  position: relative;
  color: #D7F0FF;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(36px, 12.86vw, 70px);
  line-height: 1;
  font-family: 'Zen Old Mincho', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.top-company__txt__ttl em span.is-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 0.6em;
  font-family: 'Noto Sans JP', sans-serif;
  text-transform: lowercase;
}
.top-company__txt__ttl b {
  display: block;
  z-index: 1;
  position: relative;
  margin-top: -0.3em;
  padding-left: 0.3em;
  color: #202020;
  font-weight: 700;
  font-size: clamp(14px, 5vw, 20px);
  line-height: 1;
}

.top-company__txt__list {
  margin-top: 2em;
  border-top: 1px solid #C9CED2;
}
.top-company__txt__list li {
  border-bottom: 1px solid #C9CED2;
}
.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: 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: 1em 0;
          transform-origin: left;
  color: #202020;
  font-weight: 700;
  font-size: clamp(10px, 3.57vw, 16px);
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-company__txt__list li a .is-txt span {
  padding-right: 1em;
}
.top-company__txt__list li a .is-txt em {
  -webkit-transition: all 0.3s ease 0s;
  display: inline-block;
  color: #0075C4;
  font-style: normal;
  font-weight: 600;
  font-size: 0.7em;
  line-height: 1;
  font-family: 'Zen Old Mincho', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.top-company__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: #0075C4;
  content: "";
  font-size: 1em;
  transition: all 0.3s ease 0s;
}
.top-company__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-company__txt__list li a:hover {
  width: calc(100% + 2em);
  padding-right: 1em;
  padding-left: 2em;
  background-color: #279AD4;
  color: #ffffff;
}
.top-company__txt__list li a:hover em {
  color: #ffffff;
}
.top-company__txt__list li a:hover i {
  background: #ffffff;
}
.top-company__txt__list li a:hover i::before {
  color: #279AD4;
}

/*--------------------------------------------------------------------/
	top topnews
/--------------------------------------------------------------------*/
.top-topnews {
  padding: clamp(3em, 9vw, 9em) 0;
  overflow: hidden;
}
.top-topnews__wrap {
  position: relative;
  padding-top: clamp(2em, 6vw, 6em);
  padding-bottom: clamp(2em, 6vw, 6em);
}
.top-topnews__wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: 100%;
  background: #F1FAFF;
  content: "";
}
.top-topnews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.top-topnews__ttl {
  font-size: calc(1rem + 1.47059vw - 4.11765px);
}
.top-topnews__ttl em {
  display: block;
  margin-bottom: 0.1em;
  color: #0075C4;
  font-style: normal;
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1;
  font-family: 'Zen Old Mincho', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.top-topnews__ttl b {
  display: block;
  font-weight: 700;
}
.top-topnews__table {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #C9CED2 #ffffff;
  scrollbar-width: thin;
}
.top-topnews__table::-webkit-scrollbar {
  width: 8px;
}
.top-topnews__table::-webkit-scrollbar-track {
  background: #f6f6f6;
}
.top-topnews__table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 8px;
  background: #C9CED2;
          box-shadow: inset 0 0 0 1px #ffffff;
}
.top-topnews__table__inner tr {
  border-bottom: 1px solid #C9CED2;
}
.top-topnews__table__inner tr:first-child {
  border-top: 1px solid #C9CED2;
}
.top-topnews__table__inner th {
  min-width: 100px;
  padding: 1.25em 0;
  color: #0075C4;
  font-weight: 500;
  font-family: 'Zen Old Mincho', sans-serif;
  letter-spacing: 0;
  text-align: left;
}
.top-topnews__table__inner td {
  padding: 1.25em 0;
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .top-intro__img {
    width: 60%;
  }
  .top-topnews__table__inner th {
    width: 16%;
  }
  .top-topnews__table__inner td {
    width: 84%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .main-view {
    height: 85.7vw;
  }
  .main-view__bg {
    height: 85.7vw;
  }
  .main-view__bg__img {
    height: 85.7vw;
  }
  .main-view__catch {
    top: 20%;
  }
  .main-view__catch .is-catch01 {
    font-size: clamp(64px, 8.33vw, 110px);
    text-shadow: 0 0 20px #14476e;
  }
  .main-view__catch .is-catch02 {
    font-size: clamp(30px, 3.91vw, 49px);
    text-shadow: 0 0 12px #14476e;
  }
  .scroll-line a {
    font-size: 0.9em;
  }
  .top-intro {
    padding-top: clamp(9em, 20vw, 20em);
    padding-bottom: clamp(6em, 9vw, 9em);
  }
  .top-business__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
            column-gap: 8%;
            align-items: center;
  }
  .top-business__ttl {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: clamp(16px, 2.08vw, 36px);
  }
  .top-business__ttl em {
    font-size: 4em;
  }
  .top-business__list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .top-business__btn {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .top-business__list__item {
    width: 49%;
  }
  .top-business__list__item__txt .is-ttl {
    font-size: clamp(12px, 1.56vw, 31px);
  }
  .top-business__list__item__txt .is-txt {
    font-size: clamp(9px, 1.17vw, 17px);
  }
  .top-recruit {
    padding-bottom: clamp(3em, 12vw, 12em);
  }
  .top-recruit__ttl em {
    font-size: clamp(54px, 7.03vw, 120px);
  }
  .top-recruit__ttl b {
    font-size: clamp(24px, 3.13vw, 36px);
  }
  .top-recruit__txt {
    padding-bottom: clamp(3em, 9vw, 9em);
  }
  .top-recruit__txt::before {
    width: 95%;
    height: 80%;
  }
  .top-recruit__txt__add01 {
    top: 0;
    right: 80.68%;
    width: 24.32%;
  }
  .top-recruit__txt__add02 {
    top: -4em;
    left: 77.82%;
    width: 27.18%;
  }
  .top-recruit__txt__inner {
    width: 80%;
    padding: clamp(3em, 4vw, 4em) clamp(1.5em, 10%, 10em) clamp(3em, 6vw, 6em);
  }
  .top-recruit__txt__catch {
    font-size: clamp(24px, 3.13vw, 40px);
  }
  .top-company {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
  }
  .top-company__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 68.75%;
    height: 100%;
  }
  .top-company__txt {
    width: 60%;
    padding: 0 clamp(1.5em, 5vw, 3em);
  }
  .top-company__txt__ttl em {
    font-size: clamp(70px, 9.11vw, 120px);
  }
  .top-company__txt__ttl b {
    font-size: clamp(20px, 2.6vw, 32px);
  }
  .top-company__txt__ttl b {
    font-size: clamp(28px, 2.59vw, 32px);
  }
  .top-company__txt__list li a {
    font-size: clamp(16px, 2.08vw, 24px);
  }
  .top-topnews__ttl {
    font-size: clamp(16px, 2.08vw, 30px);
  }
  .top-topnews__ttl em {
    font-size: 3em;
  }
}
@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .main-view {
    height: 100vh;
  }
  .main-view__bg {
    height: 100vh;
  }
  .main-view__bg__img {
    height: 100vh;
  }
  .top-intro {
    padding-top: clamp(6em, 9vw, 9em);
    padding-bottom: clamp(9em, 16vw, 16em);
  }
  .top-intro__add {
    top: -2vw;
    left: 48.5%;
    width: 50%;
    max-width: 48%;
  }
  .top-intro__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-column-gap: 8.11%;
       -moz-column-gap: 8.11%;
            column-gap: 8.11%;
            flex-direction: row-reverse;
            justify-content: flex-end;
  }
  .top-intro__txt {
    width: 41.89%;
    padding-top: 3em;
  }
  .top-intro__txt__ttl {
    font-size: clamp(20px, 1.85vw, 32px);
  }
  .top-intro__txt__txt {
    font-size: clamp(13px, 1.2vw, 19px);
  }
  .top-intro__img {
    width: 50%;
  }
  .top-business {
    padding-top: 0;
  }
  .top-business__list__item a {
    aspect-ratio: 25/17;
  }
  .top-business__list__item__txt .is-ttl {
    font-size: clamp(14px, 1.3vw, 31px);
  }
  .top-business__list__item__txt .is-ttl i {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
  .top-business__list__item__txt .is-txt {
    font-size: clamp(10px, 0.93vw, 17px);
  }
  .top-recruit__txt__inner {
    padding: clamp(3em, 4vw, 4em) clamp(1.5em, 12%, 12em) clamp(3em, 6vw, 6em);
  }
  .top-recruit__txt__txt {
    font-size: clamp(14px, 1.3vw, 18px);
  }
  .top-company__txt {
    width: 48%;
    padding-left: clamp(3em, 8%, 5em);
  }
  .top-company__txt__ttl em {
    font-size: clamp(70px, 6.48vw, 120px);
  }
  .top-topnews {
    padding: clamp(3em, 12vw, 12em) 0;
  }
  .top-topnews__wrap {
    padding-top: clamp(3em, 6vw, 6em);
    padding-bottom: clamp(3em, 6vw, 6em);
  }
  .top-topnews__wrap::before {
    width: 98%;
  }
  .top-topnews__inner {
    -webkit-column-gap: 3.55%;
       -moz-column-gap: 3.55%;
            column-gap: 3.55%;
  }
  .top-topnews__ttl {
    width: 30.9%;
  }
  .top-topnews__table {
    width: 65.55%;
    max-height: 520px;
  }
}
@media (min-width: 1176px) and (max-width: 1552px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1553px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .top-recruit__ttl {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .top-recruit__txt__add01 {
    right: calc(50% + 490px);
  }
  .top-recruit__txt__add02 {
    left: calc(50% + 434px);
  }
  .top-company__txt__ttl b {
    font-size: 2rem;
  }
  .top-company__txt__list {
    width: 85%;
  }
  .top-company__txt__list li a {
    font-size: 1.5em;
  }
  .top-topnews__ttl {
    font-size: 1.88rem;
  }
  .top-topnews__table__inner th {
    font-size: 1.19rem;
  }
}
@media (min-width: 1553px) and (max-width: 1752px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .top-topnews__wrap::before {
    width: 95%;
  }
}
@media (min-width: 1921px) {
  .main-view__catch .is-catch01 {
    font-size: 6.88rem;
  }
  .main-view__catch .is-catch02 {
    font-size: 3.06rem;
  }
  .top-intro__txt__ttl {
    font-size: 2rem;
  }
  .top-intro__txt__txt {
    font-size: 1.19rem;
  }
  .top-business__ttl {
    font-size: 2.25rem;
  }
  .top-business__btn {
    max-width: 18.75vw;
  }
  .top-business__list__item__txt .is-ttl i {
    width: px-to-vw(24);
  }
  .top-business__list__item__txt .is-ttl i {
    height: px-to-vw(24);
  }
  .top-recruit__txt__add01 {
    right: auto;
    left: 0;
  }
  .top-recruit__txt__add02 {
    right: 0;
    left: auto;
  }
  .top-recruit__txt__inner {
    max-width: 57.29vw;
  }
  .top-recruit__txt__btn {
    max-width: 21.87vw;
  }
  .top-company__txt__ttl em {
    font-size: 7.5rem;
  }
}
@media (min-width: 1176px) and (min-width: 1921px) {
  .top-business__list__item__txt .is-ttl i {
    width: px-to-vw(40);
  }
  .top-business__list__item__txt .is-ttl i {
    height: px-to-vw(40);
  }
}
@media (max-width: 1752px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1552px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .top-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2em, 3vw, 3em);
            flex-direction: column;
    margin-right: auto;
    margin-left: auto;
  }
  .top-topnews__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5em, 3vw, 3em);
            flex-direction: column;
    padding-left: 8%;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .main-view {
    height: 133.33vw;
  }
  .main-view__bg {
    height: 133.33vw;
  }
  .main-view__bg__img {
    height: 133.33vw;
  }
  .top-business__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1.5em;
            flex-direction: column;
    margin-bottom: 2em;
  }
  .top-recruit__txt__add01 {
    bottom: 4em;
    left: 5%;
    width: 38%;
  }
  .top-recruit__txt__add02 {
    right: 4%;
    bottom: 2em;
    width: 48%;
  }
  .top-company {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
  }
  .top-company__img {
    grid-row: 2/3;
    aspect-ratio: 3/2;
    width: 100%;
  }
  .top-company__txt {
    grid-row: 1/2;
    grid-column: 1;
    width: 100%;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .top-topnews__table__inner th {
    display: block;
    width: 100%;
    padding: 1.25em 0 0 0;
    font-size: 1rem;
  }
  .top-topnews__table__inner td {
    display: block;
    width: 100%;
    padding: 0 0 1.25em 0;
  }
}
/*# sourceMappingURL=map/top.css.map */
