/*=====================================================
  topVi
=====================================================*/
.topVi {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.topVi .topVi__image {
  width: 100%;
  margin: 0;
  padding: 0;
}
.topVi .topVi__image ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topVi .topVi__image ul li {
  margin: 0;
  padding: 0;
}
.topVi .topVi__image ul li img {
  width: 100%;
}
.topVi .topVi__text {
  width: 100%;
  height: fit-content;
  margin: auto 0;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__text {
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding: 0;
  }
}

/*=====================================================
  topCompany
=====================================================*/
.topCompany {
  width: 100%;
  margin: 0;
  padding: 40px 20px;
  position: relative;
  background-color: #e7ecf2;
  background-image: url("/images/top/company_bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media print, screen and (min-width: 1280px) {
  .topCompany {
    padding: 160px 0;
    background-position: center center;
    background-size: cover;
  }
  .topCompany::before {
    content: "";
    width: 530px;
    height: 780px;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    right: calc(50% - 600px);
    background-image: url("/images/top/company_map.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.topCompany .topCompany__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.topCompany .topCompany__inner .topCompany__image {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: 0px 0px 15px -5px #666;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__inner .topCompany__image {
    width: fit-content;
    margin: 0 auto 20px auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner .topCompany__image {
    width: 50%;
    height: fit-content;
    max-width: 680px;
    margin: 0 0 20px 0;
  }
}
.topCompany .topCompany__inner .topCompany__text {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url("/images/top/company_map.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner .topCompany__text {
    width: 50%;
    padding-left: 20px;
    background-image: none;
  }
}

/*=====================================================
  topTitle
=====================================================*/
.topTitle {
  width: 100%;
  margin: 0;
  padding: 0;
}
.topTitle .topTitle__en {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 56px;
  font-size: 3.1111111111rem;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  color: var(--base-color);
  letter-spacing: 0.1rem;
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__en {
    margin-bottom: 15px;
    font-size: 100px;
    font-size: 5.5555555556rem;
  }
}
.topTitle .topTitle__ja {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--black);
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__ja {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}

/*=====================================================
  topButton
=====================================================*/
.topButton {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media print, screen and (min-width: 1280px) {
  .topButton {
    text-align: left;
  }
}

/*=====================================================
  topService
=====================================================*/
.topService {
  width: 100%;
  margin: 0;
  padding: 40px 20px;
  position: relative;
  background-color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topService {
    padding: 100px 0;
  }
}
.topService .topService__top {
  width: 100%;
  height: 45px;
  position: absolute;
  top: -30px;
  left: 0;
  border-radius: 30px 30px 0 0;
  text-indent: -9999px;
  overflow-x: hidden;
  background-color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__top {
    height: 90px;
    top: -60px;
    border-radius: 60px 60px 0 0;
  }
}
.topService .topService__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.topService .topService__inner .topTitle {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__inner .topTitle {
    margin-bottom: 60px;
  }
}
.topService .topService__inner .topService__contents {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topService .topService__inner .topService__contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.topService .topService__inner .topService__contents .topService__contentBox {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topService .topService__inner .topService__contents .topService__contentBox {
    width: 47%;
    max-width: 660px;
  }
}
.topService .topService__inner .topService__contents .topService__contentBox:last-child p {
  margin-bottom: 0;
}
.topService .topService__inner .topService__contents .topService__contentBox a {
  color: var(--black);
  text-decoration: none;
}
.topService .topService__inner .topService__contents .topService__contentBox a .topService__image {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.topService .topService__inner .topService__contents .topService__contentBox a .topService__image > img {
  transition: all 0.2s;
}
.topService .topService__inner .topService__contents .topService__contentBox a .topService__title {
  margin: 0 0 10px 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
  position: relative;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.1111111111rem;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__inner .topService__contents .topService__contentBox a .topService__title {
    margin-bottom: 20px;
    font-size: 32px;
    font-size: 1.7777777778rem;
  }
}
.topService .topService__inner .topService__contents .topService__contentBox a .topService__title::after {
  content: "";
  width: 24px;
  height: 24px;
  margin: auto 0;
  padding: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/images/icon_arrow_primary_l_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.topService .topService__inner .topService__contents .topService__contentBox a p {
  margin: 0 0 40px 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__inner .topService__contents .topService__contentBox a p {
    margin-bottom: 0;
  }
}
.topService .topService__inner .topService__contents .topService__contentBox a:hover .topService__image > img {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.topService .topService__inner .topService__contents .topService__contentBox a:hover .topService__title {
  color: var(--base-color);
}

/*=====================================================
  topRecruit
=====================================================*/
.topRecruit {
  width: 100%;
  margin: 0;
  padding: 60px 20px;
  position: relative;
  background-color: var(--white);
  background-image: url("/images/top/recruit_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto 60%;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit {
    padding: 100px 0;
    background-size: 100% 60%;
  }
}
.topRecruit .topRecruit__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner {
    margin: 0 auto;
  }
}
.topRecruit .topRecruit__inner .topTitle {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
  color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topTitle {
    margin-bottom: 60px;
  }
}
.topRecruit .topRecruit__inner .topTitle .topTitle__en, .topRecruit .topRecruit__inner .topTitle .topTitle__ja {
  color: var(--white);
}
.topRecruit .topRecruit__inner .topRecruit__msg {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 24px;
  font-size: 1.3333333333rem;
  color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topRecruit__msg {
    font-size: 42px;
    font-size: 2.3333333333rem;
  }
}
.topRecruit .topRecruit__inner p {
  text-align: center;
  color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner p {
    margin-bottom: 2.5rem;
  }
}
.topRecruit .topRecruit__inner .topSlide {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
}
.topRecruit .topRecruit__inner .topSlide .topSlide__slide {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topRecruit .topRecruit__inner .topSlide .topSlide__slide li {
  margin: 0 7px;
  padding: 0;
}
.topRecruit .topRecruit__inner .topSlide .topSlide__slide li:nth-child(even) {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__inner .topSlide .topSlide__slide .slick-track {
    width: 3685px !important;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topSlide .topSlide__slide .slick-track {
    width: 1400px !important;
  }
}
.topRecruit .topRecruit__inner .topSlide .topSlide__slide .slick-slide {
  width: 264px !important;
}

/*=====================================================
  topYouTube
=====================================================*/
.topYouTube {
  margin: 0 20px 60px 20px;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topYouTube {
    margin: 0 auto 60px auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .topYouTube {
    margin: 0 auto 160px auto;
  }
}

/*=====================================================
  topNews
=====================================================*/
.topNews {
  width: 100%;
  margin: 0;
  padding: 50px 20px;
  background-color: #f2f2f5;
}
@media print, screen and (min-width: 1280px) {
  .topNews {
    padding: 100px 0;
  }
}
.topNews .topTitle {
  text-align: center;
}
.topNews .topNews__list {
  width: 100%;
  max-width: 1400px;
  margin: 40px 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__list {
    margin: 60px auto;
  }
}