/*=====================================================
  topVi
=====================================================*/
.topVi {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .topVi {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi {
    margin-bottom: 80px;
  }
}
.topVi ul {
  margin: 0;
  padding: 0;
}
.topVi ul li {
  width: 100%;
  height: calc(100vh - 140px);
  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);
  }
}
.topVi ul li:nth-child(1) {
  background-image: url(/recruit/images/top/vi_01_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(1) {
    background-image: url(/recruit/images/top/vi_01.jpg);
  }
}
.topVi ul li:nth-child(2) {
  background-image: url(/recruit/images/top/vi_02_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(2) {
    background-image: url(/recruit/images/top/vi_02.jpg);
  }
}
.topVi ul li:nth-child(3) {
  background-image: url(/recruit/images/top/vi_03_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(3) {
    background-image: url(/recruit/images/top/vi_03.jpg);
  }
}
.topVi ul li:nth-child(4) {
  background-image: url(/recruit/images/top/vi_04_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(4) {
    background-image: url(/recruit/images/top/vi_04.jpg);
  }
}
.topVi ul li:nth-child(5) {
  background-image: url(/recruit/images/top/vi_05_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(5) {
    background-image: url(/recruit/images/top/vi_05.jpg);
  }
}
.topVi ul li:nth-child(6) {
  background-image: url(/recruit/images/top/vi_06_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(6) {
    background-image: url(/recruit/images/top/vi_06.jpg);
  }
}
.topVi ul li:nth-child(7) {
  background-image: url(/recruit/images/top/vi_07_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(7) {
    background-image: url(/recruit/images/top/vi_07.jpg);
  }
}
.topVi .topVi__text {
  width: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 28px;
  font-size: 1.5555555556rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--white);
  text-shadow: 0 0 10px var(--black);
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__text {
    left: 30px;
    bottom: 30px;
    line-height: 1.3;
    font-size: 110px;
    font-size: 6.1111111111rem;
  }
}

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

/*=====================================================
  topTitle
=====================================================*/
.topTitle {
  margin: 0;
  padding: 0;
}
.topTitle.topTitle--white .topTitle__ja,
.topTitle.topTitle--white .topTitle__en {
  color: var(--white);
}
.topTitle .topTitle__en {
  margin: 0 0 12px 0;
  padding: 0;
  display: block;
  font-size: 50px;
  font-size: 2.7777777778rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: var(--base-color);
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__en {
    font-size: 100px;
    font-size: 5.5555555556rem;
    margin-bottom: 20px;
  }
}
.topTitle .topTitle__ja {
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__ja {
    font-size: 34px;
    font-size: 1.8888888889rem;
    margin-bottom: 30px;
  }
}

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

/*=====================================================
  topButton
=====================================================*/
.topButton {
  width: fit-content;
  margin: 0 auto;
  padding: 0px;
}
@media print, screen and (min-width: 768px) {
  .topButton {
    margin: 0 auto 0 0;
  }
}
.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 Serif JP", 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(--black);
    background-image: url(/recruit/images/icon_arrow_primary_m_right.svg);
    background-position: right 10px center;
  }
}

/*=====================================================
  topService
=====================================================*/
.topService {
  max-width: 100%;
  margin: 0 0 30px 30px;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topService {
    margin: 0 0 80px 0;
    padding: 0 0 0 5%;
  }
}
.topService .topService__block {
  width: 100%;
  margin: 0;
  padding: 30px 0 30px 30px;
  position: relative;
  background-image: url(/recruit/images/top/works_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--base-color);
  border-radius: 20px 0 0 20px;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__block {
    margin: 0;
    padding: 80px 0 80px 80px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 40px 0 0 40px;
  }
}
.topService .topService__image {
  width: 100%;
  height: 260px;
  margin: 0 0 15px 0;
  padding: 0;
  order: 1;
  background-image: url(/recruit/images/top/works_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px 0 0 10px;
}
@media print, screen and (min-width: 768px) {
  .topService .topService__image {
    height: 300px;
    margin-bottom: 40px;
    border-radius: 20px 0 0 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__image {
    width: 50%;
    height: initial;
    margin-bottom: 0;
  }
}
.topService .topService__inner {
  width: 100%;
  margin: 0;
  padding: 0 20px 0 0;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__inner {
    width: 46%;
    padding: 80px 0;
  }
}
@media print, screen and (max-width: 420px) {
  .topService .topService__inner .topTitle__en {
    font-size: 38px;
    font-size: 2.1111111111rem;
  }
}

/*=====================================================
  topInterview
=====================================================*/
.topInterview {
  max-width: 100%;
  margin: 0 30px 30px 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topInterview {
    margin: 0 0 80px 0;
    padding: 0 5% 0 0;
  }
}
.topInterview .topInterview__block {
  margin: 0;
  padding: 30px 30px 0 30px;
  position: relative;
  background-color: var(--base-color-light);
  border-radius: 0 20px 20px 0;
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__block {
    padding: 80px 80px 80px calc(80px + 5%);
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 40px 40px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__block .topInterview__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    transform: translate(0%, 0%);
  }
}
.topInterview .topInterview__contents {
  padding: 0;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  list-style: none;
}
.topInterview .topInterview__contentBox {
  margin: 0 0 60px 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__contentBox {
    width: 100%;
    margin: 0 0 60px 0;
    padding: 0;
  }
}
.topInterview .topInterview__contentBox a {
  text-decoration: none;
}
.topInterview .topInterview__contentBox a:hover {
  text-decoration: underline;
}
.topInterview .topInterview__contentBox a:hover .button {
  color: var(--white) !important;
  background-color: var(--black);
  background-image: url(/recruit/images/icon_arrow_white_m_right.svg);
  background-position: right 10px center;
}
@media print, screen and (min-width: 768px) {
  .topInterview .topInterview__contentBox a .topButton .button {
    min-width: 200px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__contentBox a .topButton .button {
    min-width: 280px;
  }
}
.topInterview .topInterview__contentBox .topInterview__tag {
  margin: 0;
  padding: 4px 20px;
}
.topInterview .topInterview__contentBox p {
  margin: 10px 0 20px 0;
  padding: 0;
  line-height: 1.6;
}
.topInterview .topInterview__contentBox .topInterview__image {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
  border: 5px solid var(--base-color);
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .topInterview .topInterview__contentBox .topInterview__image {
    width: fit-content;
    margin: 0 auto 20px auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__contentBox .topInterview__image {
    border-radius: 20px;
  }
}