/*=====================================================
  topVi
=====================================================*/
.topVi {
  width: 100%;
  height: calc(100vh - 100px);
  margin: 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .topVi {
    height: 400px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi {
    margin-bottom: 0;
    height: calc(100vh - 80px);
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .slick-track {
    padding-left: 100px;
  }
}
.topVi ul {
  margin: 0;
  padding: 0;
}
.topVi ul li {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .topVi ul li {
    height: 400px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi ul li {
    height: calc(100vh - 80px);
    margin-left: 100px;
  }
}
.topVi ul li img {
  margin-left: 100px;
}
.topVi ul .topVi_01 {
  background-image: url(/recruit/images/top/vi_01_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi ul .topVi_01 {
    background-image: url(/recruit/images/top/vi_01.jpg);
  }
}
.topVi ul .topVi_02 {
  background-image: url(/recruit/images/top/vi_02_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi ul .topVi_02 {
    background-image: url(/recruit/images/top/vi_02.jpg);
  }
}
.topVi ul .topVi_03 {
  background-image: url(/recruit/images/top/vi_03_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi ul .topVi_03 {
    background-image: url(/recruit/images/top/vi_03.jpg);
  }
}
.topVi .topVi__catch {
  width: 70%;
  position: absolute;
  left: 20px;
  bottom: 100px;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__catch {
    width: 40%;
    right: 40px !important;
    left: 0;
    bottom: 60px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__catch {
    bottom: 130px;
  }
}
.topVi .topVi__catch div {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__catch div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.topVi .topVi__catch .topVi__catch_01 {
  width: 320px;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__catch .topVi__catch_01 {
    width: 760px;
    margin-bottom: 15px;
  }
}
.topVi .topVi__catch .topVi__catch_02 {
  width: 275px;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__catch .topVi__catch_02 {
    width: 650px;
    margin-bottom: 15px;
  }
}
.topVi .topVi__catch .topVi__catch_03 {
  width: 288px;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__catch .topVi__catch_03 {
    width: 666px;
  }
}

/*=====================================================
  topCompany
=====================================================*/
.topCompany {
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topCompany {
    margin: 0;
    padding: 0;
  }
}
.topCompany .topCompany__block {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  position: relative;
  background-color: var(--base-color-light);
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__block {
    padding: 30px 0 0 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__block {
    margin: 0;
    padding: 80px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.topCompany .topCompany__image {
  width: 100%;
  height: 260px;
  margin: 0;
  padding: 0;
  order: 1;
  background-image: url(/recruit/images/top/conmpany_main_image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__image {
    height: 500px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__image {
    width: 50%;
    height: 700px;
    margin-bottom: 0;
  }
}
.topCompany .topCompany__inner {
  width: 100%;
  padding: 20px 20px 0 20px;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__inner {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner {
    width: 46%;
    padding: 0;
  }
}

/*=====================================================
  topTitle
=====================================================*/
.topTitle {
  margin: 0;
  padding: 0;
  position: relative;
}
.topTitle.topTitle--white .topTitle__ja,
.topTitle.topTitle--white .topTitle__en {
  color: var(--white);
}
.topTitle .topTitle__en {
  margin: 0 0 30px 0;
  padding: 0;
  display: block;
  font-size: 65px;
  font-size: 3.6111111111rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: var(--orange-light);
}
@media print, screen and (min-width: 768px) {
  .topTitle .topTitle__en {
    font-size: 100px;
    font-size: 5.5555555556rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__en {
    font-size: 8vw;
    margin-bottom: 50px;
  }
}
.topTitle .topTitle__ja {
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  color: var(--base-color);
  position: absolute;
  top: 50px;
}
@media print, screen and (min-width: 768px) {
  .topTitle .topTitle__ja {
    top: 80px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__ja {
    font-size: 34px;
    font-size: 1.8888888889rem;
    margin-bottom: 30px;
    top: 116px;
  }
}
.topTitle .topTitle__lead {
  margin-bottom: 8px;
  padding: 2px 10px;
  color: var(--white);
  background-color: var(--base-color);
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: bold;
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__lead {
    font-size: 40px;
    font-size: 2.2222222222rem;
    margin-bottom: 20px;
  }
}
.topTitle .topTitle__lead_box p {
  display: inline-block;
}

/*=====================================================
  topText
=====================================================*/
.topText {
  margin: 0;
  padding: 0 0 30px 0;
  display: block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  line-height: 2;
}
@media print, screen and (min-width: 1280px) {
  .topText {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
.topText.topText--white {
  color: var(--white);
}

/*=====================================================
  topButton
=====================================================*/
.topButton {
  width: fit-content;
  margin: 0 auto 0 0;
  padding: 0px;
}
.topButton .button {
  font-size: 14px;
  font-size: 0.7777777778rem;
}
@media print, screen and (min-width: 1280px) {
  .topButton .button {
    font-size: 18px;
    font-size: 1rem;
  }
}
.topButton.topButton--field {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topButton.topButton--field .button {
  width: 49%;
  min-width: initial;
  margin-bottom: 2%;
  padding: 16px;
  background-position: right 10px center;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 1280px) {
  .topButton.topButton--field .button {
    min-width: 320px;
    padding: 18px 50px 18px 50px;
    background-position: right 20px center;
    font-size: 18px;
    font-size: 1rem;
    transition: all 0.2s;
  }
  .topButton.topButton--field .button:hover {
    color: var(--white) !important;
    background-color: var(--base-color);
    background-image: url(/recruit/images/icon_arrow_primary_m_right.svg);
    background-position: right 10px center;
  }
}

/*=====================================================
  topWorks
=====================================================*/
.topWorks {
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: var(--base-color-light);
}
@media print, screen and (min-width: 1280px) {
  .topWorks {
    margin: 0;
    padding: 0 0 0 80px;
  }
}
.topWorks .topWorks__block {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topWorks .topWorks__block {
    margin: 0;
    padding: 0 0 80px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.topWorks .topWorks__image {
  width: 100%;
  height: 260px;
  margin: 0;
  padding: 0;
  order: 1;
  background-image: url(/recruit/images/top/works_main_image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .topWorks .topWorks__image {
    height: 500px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topWorks .topWorks__image {
    width: 56%;
    height: 700px;
    margin-bottom: 0;
  }
}
.topWorks .topWorks__inner {
  width: 100%;
  padding: 20px 20px 0 20px;
}
@media print, screen and (min-width: 768px) {
  .topWorks .topWorks__inner {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topWorks .topWorks__inner {
    width: 46%;
    padding: 0;
  }
}

/*=====================================================
  topInterview
=====================================================*/
.topInterview {
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: var(--blue);
}
@media print, screen and (min-width: 1280px) {
  .topInterview {
    margin: 0;
    padding: 0 0 0 80px;
  }
}
.topInterview .topInterview__block {
  width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__block {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.topInterview .topInterview__image {
  width: 100%;
  height: 260px;
  margin: 0;
  padding: 0;
  order: 1;
  background-image: url(/recruit/images/top/interview_main_image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .topInterview .topInterview__image {
    height: 500px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__image {
    background-size: contain;
    background-position: right;
    height: 800px;
  }
}
.topInterview .topInterview__inner {
  padding: 20px 20px 0 20px;
}
@media print, screen and (min-width: 768px) {
  .topInterview .topInterview__inner {
    padding: 40px 20px 20px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    transform: translate(0%, 0%);
  }
}
.topInterview .topInterview__inner .topTitle__en {
  font-size: 55px;
  font-size: 3.0555555556rem;
  color: var(--lightBlue);
}
@media print, screen and (min-width: 768px) {
  .topInterview .topInterview__inner .topTitle__en {
    font-size: 100px;
    font-size: 5.5555555556rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__inner .topTitle__en {
    font-size: 8vw;
    margin-bottom: 50px;
  }
}
.topInterview .topInterview__inner .topTitle__ja {
  color: var(--white);
  top: 40px;
}
@media print, screen and (min-width: 768px) {
  .topInterview .topInterview__inner .topTitle__ja {
    top: 82px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__inner .topTitle__ja {
    font-size: 34px;
    font-size: 1.8888888889rem;
    margin-bottom: 30px;
    top: 116px;
  }
}
.topInterview .topInterview__inner .topTitle__lead {
  color: var(--blue);
  background-color: var(--white);
}
.topInterview .topInterview__inner .topText {
  color: var(--white);
}

/*=====================================================
  topRecruit
=====================================================*/
.topRecruit {
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit {
    margin: 0;
    padding: 0;
  }
}
.topRecruit .topRecruit__block {
  width: 100%;
  margin: 0;
  padding: 30px 0 0 0;
  position: relative;
  background-color: var(--base-color-light);
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block {
    margin: 0;
    padding: 80px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
.topRecruit .topRecruit__inner {
  width: 100%;
  padding: 20px 20px 0 20px;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__inner {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner {
    width: 100%;
    padding: 0;
  }
}
.topRecruit .topRecruit__inner .topTitle__en {
  display: flex;
  justify-content: center;
}
.topRecruit .topRecruit__inner .topTitle__ja {
  width: 100%;
  display: flex;
  justify-content: center;
}
.topRecruit .topRecruit__inner .topText {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__inner .topContainer {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topContainer {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topContainer .container {
    max-width: 1000px;
  }
}
.topRecruit .topRecruit__inner .topContainer .col-md-6 {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__inner .topContainer .col-md-6 {
    margin: 0;
    padding: 0;
  }
}
.topRecruit .topRecruit__inner .topContainer .col-md-6 .container_box {
  position: relative;
  overflow: hidden;
  height: 200px;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__inner .topContainer .col-md-6 .container_box {
    height: auto;
  }
}
.topRecruit .topRecruit__inner .topContainer .col-md-6 .container_box img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topContainer .col-md-6 .container_box img {
    transition: transform 0.6s ease;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topContainer .col-md-6 .container_box img:hover {
    transform: scale(1.1);
    filter: brightness(1.05);
    transition: transform 0.6s ease;
  }
}
.topRecruit .topRecruit__inner .topContainer .col-md-6 .container_box .container_text {
  position: absolute;
  color: var(--white);
  bottom: 20px;
  left: 20px;
  font-size: 18px;
  font-size: 1rem;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topContainer .col-md-6 .container_box .container_text {
    font-size: 24px;
    font-size: 1.3333333333rem;
    bottom: 40px;
    left: 40px;
  }
}
.topRecruit .topRecruit__inner .topEntry {
  width: 100%;
  background-image: url(/recruit/images/top/entrt_main_image_sp.jpg);
  background-size: cover;
  padding: 20px 10px;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__inner .topEntry {
    background-image: url(/recruit/images/top/entrt_main_image.jpg);
    background-size: cover;
    padding: 10px 25px 22px 25px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topEntry {
    max-width: 1000px;
    margin: 0 auto;
    padding: 22px 25px 44px 25px;
  }
}
.topRecruit .topRecruit__inner .topEntry .topTitle__en {
  color: var(--white);
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__inner .topEntry .topTitle__en {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topEntry .topTitle__en {
    position: relative;
    left: -11px;
  }
}
.topRecruit .topRecruit__inner .topEntry .topTitle__ja {
  color: var(--white);
  top: 66px !important;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__inner .topEntry .topTitle__ja {
    display: none;
  }
}
.topRecruit .topRecruit__inner .topEntry .topEntry_inner p {
  color: var(--white);
  font-size: 14px;
  font-size: 0.7777777778rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__inner .topEntry .topEntry_inner p {
    text-align: left;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topEntry .topEntry_inner p {
    font-size: 18px;
    font-size: 1rem;
  }
}
.topRecruit .topRecruit__inner .topEntry .topEntry_inner .topButton {
  margin: 0 auto !important;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__inner .topEntry .topEntry_inner .topButton {
    margin: 0 auto 0 0 !important;
  }
}
.topRecruit .topRecruit__inner .topEntry .topEntry_inner .topButton a {
  padding: 16px 65px 16px 40px;
}