/*=====================================================
  topBg
=====================================================*/
.topBg {
  width: 100%;
  margin: 0;
  padding: 20px;
  background-image: url(/images/top/bg_blue_sp.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .topBg {
    background-image: url(/images/top/bg_blue.png);
  }
}
@media print, screen and (min-width: 1280px) {
  .topBg {
    padding: 20px 60px 60px 60px;
  }
}

/*=====================================================
  topVi
=====================================================*/
.topVi {
  margin: 0 auto 70px auto;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topVi {
    max-width: 1800px;
    margin: 0 auto 160px auto;
  }
}
.topVi picture,
.topVi source {
  image-rendering: -webkit-optimize-contrast;
}
.topVi picture:nth-child(n+2),
.topVi source:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
}
.topVi .topVi_textA, .topVi .topVi_textB, .topVi .topVi_textC {
  transition: transform 0.5s, opacity 0.5s;
  transform: translateX(-20px);
  opacity: 0;
}
.topVi .topVi_textA.on, .topVi .topVi_textB.on, .topVi .topVi_textC.on {
  transform: translateX(0);
  opacity: 1;
}
.topVi .topVi_textD {
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0;
  transform: translateX(-20px);
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi_textD {
    transform: translateX(0);
    transform: translateY(20px);
  }
}
.topVi .topVi_textD.on {
  transform: translateX(0);
  transform: translateY(0);
  opacity: 1;
}

/*=====================================================
  topCompany
=====================================================*/
.topCompany {
  width: 100%;
  margin: 0 0 64px 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .topCompany {
    max-width: 1800px;
    margin: 0 auto 110px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.topCompany .topCompany__img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__img {
    width: 80%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__img {
    width: calc(100% - 700px);
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 1440px) {
  .topCompany .topCompany__img {
    width: calc(100% - 780px);
  }
}
.topCompany .topCompany__img > img {
  border-radius: 5px;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__img > img {
    border-radius: 20px;
  }
}
.topCompany .topTitle {
  width: 100%;
  z-index: 100;
  background-image: url(/images/top/bg_company.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topTitle {
    background-position: right 0 top;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topTitle {
    width: 700px;
    padding-left: 60px;
  }
}
@media print, screen and (min-width: 1440px) {
  .topCompany .topTitle {
    width: 780px;
  }
}

/*=====================================================
  topTitle
=====================================================*/
.topTitle {
  margin-top: 30px;
  color: var(--white);
}
@media print, screen and (min-width: 1024px) {
  .topTitle {
    margin-top: 0;
  }
}
.topTitle .topTitle__en {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-size: 2.6666666667rem;
  font-weight: 900;
}
@media print, screen and (min-width: 1024px) {
  .topTitle .topTitle__en {
    margin-bottom: 20px;
    font-size: 130px;
    font-size: 7.2222222222rem;
  }
}
.topTitle .topTitle__ja {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  .topTitle .topTitle__ja {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.topTitle .topCatch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 500;
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topCatch {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}

/*=====================================================
  topService
=====================================================*/
.topService {
  width: 100%;
  margin: 0 0 50px 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topService {
    max-width: 1800px;
    margin: 0 auto 45px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.topService .topTitle {
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .topService .topTitle {
    width: 700px;
    padding-right: 60px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topService .topTitle {
    width: 790px;
  }
}
.topService .topService__img {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__img {
    width: calc(100% - 700px);
  }
}
@media print, screen and (min-width: 1440px) {
  .topService .topService__img {
    width: calc(100% - 790px);
  }
}
.topService .topService__img .topService__front {
  margin-right: 26%;
  padding-top: 20%;
  position: relative;
  z-index: 11;
}
.topService .topService__img .topService__front > img {
  border-radius: 5px;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__img .topService__front > img {
    border-radius: 20px;
  }
}
.topService .topService__img .topService__back {
  margin-left: 26%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.topService .topService__img .topService__back > img {
  border-radius: 5px;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__img .topService__back > img {
    border-radius: 20px;
  }
}

/*=====================================================
  topWorks
=====================================================*/
.topWorks {
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background-image: url(/images/top/bg_navy.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media print, screen and (min-width: 1280px) {
  .topWorks {
    padding: 100px 0;
  }
}
.topWorks .topTitle {
  margin-top: 0;
  padding: 0 20px;
  text-align: center;
}
.topWorks .topWorks__slider {
  margin: 0;
  padding: 0;
}
.topWorks .topWorks__slider ul {
  margin: 40px 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topWorks .topWorks__slider ul {
    margin: 60px 0;
  }
}
.topWorks .topWorks__slider ul li {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.topWorks .topWorks__slider ul li img {
  border-radius: 5px;
}
@media print, screen and (min-width: 1280px) {
  .topWorks .topWorks__slider ul li img {
    border-radius: 15px;
  }
}

/*=====================================================
  topNews
=====================================================*/
.topNews {
  width: 100%;
  margin: 0;
  padding: 50px 20px;
  background-color: #ecedf0;
}
@media print, screen and (min-width: 1280px) {
  .topNews {
    padding: 100px 0;
  }
}
.topNews .topTitle {
  margin-top: 0;
  text-align: center;
}
.topNews .topTitle .topTitle__en {
  color: var(--base-color);
}
.topNews .topTitle .topTitle__ja {
  color: var(--black);
}
.topNews .topNews__list {
  width: 100%;
  margin: 40px 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__list {
    width: 1200px;
    margin: 60px auto;
  }
}

/*=====================================================
  topRecruit
=====================================================*/
.topRecruit {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit {
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 410px;
  }
}
.topRecruit .topRecruit__inner {
  width: 100%;
  margin: 0;
  padding: 0 20px 50px 20px;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner {
    padding: 0;
    position: absolute;
    bottom: 0;
  }
}
.topRecruit .topRecruit__inner .topTitle {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topTitle {
    width: fit-content;
    margin: 0 auto;
    padding: 60px 0;
    background-color: #fff;
  }
}
.topRecruit .topRecruit__inner .topTitle .topTitle__en {
  color: var(--base-color);
  text-align: center;
}
.topRecruit .topRecruit__inner .topTitle .topTitle__ja {
  color: var(--black);
  text-align: center;
}
.topRecruit .topRecruit__inner .topTitle .topCatch {
  color: var(--black);
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topTitle .topCatch {
    margin-bottom: 50px;
    text-align: center;
  }
}
