/*=====================================================
  topVi
=====================================================*/
.topVi {
  width: 100%;
  min-height: 574px;
  margin: 0;
  padding: 0 0 40px 0;
  background-color: var(--base-color);
  background-image: url(/images/top/vi_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print, screen and (min-width: 1280px) {
  .topVi {
    min-height: 760px;
  }
}
.topVi .topVi__inner {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner {
    width: 1200px;
    margin: 0 auto;
  }
}
.topVi .topVi__inner .topVi__enCatch {
  width: 80px;
  margin: 40px 0 0 20px;
  padding: 0;
  font-size: 50px;
  font-size: 2.7777777778rem;
  font-family: Roboto, sans-serif;
  color: var(--white);
  font-weight: 700;
  line-height: 0.8;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__inner .topVi__enCatch {
    width: 140px;
    font-size: 80px;
    font-size: 4.4444444444rem;
    line-height: 0.9;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner .topVi__enCatch {
    width: 188px;
    margin-left: 0;
    font-size: 110px;
    font-size: 6.1111111111rem;
  }
}
.topVi .topVi__inner .topVi__slide {
  width: 66%;
  margin: 40px 0 0 auto;
  padding: 0;
  opacity: 0;
  transition: all 0.8s;
}
.topVi .topVi__inner .topVi__slide.is-active {
  opacity: 1;
  transition-delay: 0.6s;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__inner .topVi__slide {
    width: 76%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner .topVi__slide {
    width: 960px;
  }
}
.topVi .topVi__inner .topVi__slide ul {
  width: 100%;
  margin: 0 0 24px 0;
  padding: 0;
}
.topVi .topVi__inner .topVi__slide ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topVi .topVi__inner .topVi__slide ul li .topVi__picture {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}
.topVi .topVi__inner .topVi__slide .topVi__catch {
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 28px;
  font-size: 1.5555555556rem;
  color: var(--white);
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner .topVi__slide .topVi__catch {
    font-size: 32px;
    font-size: 1.7777777778rem;
  }
}
.topVi .topVi__inner .topVi__slide .topVi__lead {
  width: 100%;
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 13px;
  font-size: 0.7222222222rem;
  color: var(--white);
  line-height: 1.8;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner .topVi__slide .topVi__lead {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.topVi .topVi__inner .topVi__slide .topVi__lead .topVi__leadBreak {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__inner .topVi__slide .topVi__lead .topVi__leadBreak {
    display: inline;
  }
}

/*=====================================================
  topCompany
=====================================================*/
.topCompany {
  width: 100%;
  margin: 0;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  background-image: url(/images/top/company_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left 0 top;
}
@media print, screen and (min-width: 768px) {
  .topCompany {
    padding: 80px 0;
    background-position: right 0 top;
  }
}
.topCompany .topCompany__inner {
  width: 100%;
  max-width: 1940px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__inner {
    justify-content: flex-start;
  }
}
.topCompany .topCompany__inner .topCompany__en {
  width: 50px;
  margin: 0;
  padding: 0 20px 0 0;
  writing-mode: vertical-rl;
  font-size: 60px;
  font-size: 3.3333333333rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 0.8;
  order: 2;
  position: relative;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.8s;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner .topCompany__en {
    padding-right: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner .topCompany__en {
    width: 100px;
    font-size: 120px;
    font-size: 6.6666666667rem;
    transform: translateY(-100px);
  }
}
.topCompany .topCompany__inner .topCompany__en.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.topCompany .topCompany__inner .topCompany__en a {
  text-decoration: none;
  color: var(--black);
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner .topCompany__en a {
    transition: color 0.2s;
  }
}
.topCompany .topCompany__inner .topCompany__en a:after {
  width: 44px;
  height: 44px;
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  right: 0;
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  border-radius: 50%;
  border: 3px solid var(--base-color);
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__inner .topCompany__en a:after {
    width: 34px;
    height: 34px;
    bottom: -50px;
    right: 6px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner .topCompany__en a:after {
    width: 54px;
    height: 54px;
    right: 20px;
    bottom: -70px;
    transition: all 0.2s;
  }
}
.topCompany .topCompany__inner .topCompany__en a:hover {
  color: var(--base-color);
}
.topCompany .topCompany__inner .topCompany__en a:hover::after {
  transform: rotate(360deg);
}
.topCompany .topCompany__inner .topCompany__box {
  width: 74%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__inner .topCompany__box {
    width: 90%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner .topCompany__box {
    width: 82%;
  }
}
.topCompany .topCompany__inner .topCompany__box .topCompany__lead {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  font-size: 12px;
  font-size: 0.6666666667rem;
  line-height: 1.6;
  order: 2;
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.8s;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__inner .topCompany__box .topCompany__lead {
    width: 140px;
    height: 300px;
    margin-bottom: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media print, screen and (min-width: 1024px) {
  .topCompany .topCompany__inner .topCompany__box .topCompany__lead {
    height: 500px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner .topCompany__box .topCompany__lead {
    width: 100px;
    height: 670px;
    padding-left: 40px;
    font-size: 16px;
    font-size: 0.8888888889rem;
    transform: translateY(100px);
  }
}
.topCompany .topCompany__inner .topCompany__box .topCompany__lead.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.topCompany .topCompany__inner .topCompany__box .topCompany__image {
  width: 100%;
  height: 200px;
  margin: 0 0 20px 0;
  order: 1;
  background-image: url(/images/top/company_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: all 0.8s;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__inner .topCompany__box .topCompany__image {
    width: calc(100% - 180px);
    height: 300px;
    margin-bottom: 0;
    background-image: url(/images/top/company.jpg);
  }
}
@media print, screen and (min-width: 1024px) {
  .topCompany .topCompany__inner .topCompany__box .topCompany__image {
    height: 500px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner .topCompany__box .topCompany__image {
    width: calc(100% - 120px);
    height: 670px;
  }
}
.topCompany .topCompany__inner .topCompany__box .topCompany__image.is-active {
  opacity: 1;
  transition-delay: 0.6s;
}

/*=====================================================
  topContents
=====================================================*/
.topContents {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .topContents {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .topContents {
    max-width: initial;
  }
}
.topContents .topContents__link {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--base-font-color);
  text-decoration: none;
  opacity: 0;
  transition: all 0.8s;
}
.topContents .topContents__link:nth-child(1) {
  transform: translateX(-30px);
}
.topContents .topContents__link:nth-child(2) {
  transform: translateX(30px);
}
.topContents .topContents__link:nth-child(3) {
  transform: translateX(-30px);
}
.topContents .topContents__link.is-active {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition-delay: 0.6s;
}
@media print, screen and (min-width: 1024px) {
  .topContents .topContents__link.is-active {
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 1024px) {
  .topContents .topContents__link {
    flex: 1;
  }
  .topContents .topContents__link:nth-child(1) {
    transform: translateX(0);
    transform: translateY(-30px);
  }
  .topContents .topContents__link:nth-child(1).is-active {
    transition-delay: 0.6s;
  }
  .topContents .topContents__link:nth-child(2) {
    transform: translateX(0);
    transform: translateY(-30px);
  }
  .topContents .topContents__link:nth-child(2).is-active {
    transition-delay: 0.8s;
  }
  .topContents .topContents__link:nth-child(3) {
    transform: translateX(0);
    transform: translateY(-30px);
  }
  .topContents .topContents__link:nth-child(3).is-active {
    transition-delay: 1s;
  }
  .topContents .topContents__link.is-active {
    opacity: 1;
    transform: translateY(0);
  }
  .topContents .topContents__link:hover img {
    transform: scale(1.1);
    filter: brightness(1.2);
  }
  .topContents .topContents__link:hover .topContents__titleEn {
    color: var(--base-color);
  }
  .topContents .topContents__link:hover .topContents__titleEn::after {
    transform: rotate(360deg);
  }
  .topContents .topContents__link:hover .topContents__titleJa {
    color: var(--base-color);
  }
}
.topContents .topContents__image {
  overflow: hidden;
  background-color: var(--white);
}
.topContents .topContents__image img {
  transition: all 0.2s;
}
.topContents .topContents__title {
  width: 100%;
  margin: 0;
  padding: 20px;
}
@media print, screen and (min-width: 1280px) {
  .topContents .topContents__title {
    padding: 25px;
  }
}
.topContents .topContents__title .topContents__titleEn {
  width: 100%;
  margin: 0 0 6px 0;
  padding: 0;
  position: relative;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-size: 1.7777777778rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1280px) {
  .topContents .topContents__title .topContents__titleEn {
    font-size: 42px;
    font-size: 2.3333333333rem;
    transition: color 0.2s;
  }
}
.topContents .topContents__title .topContents__titleEn:after {
  width: 34px;
  height: 34px;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  border-radius: 50%;
  border: 3px solid var(--base-color);
}
@media print, screen and (min-width: 1280px) {
  .topContents .topContents__title .topContents__titleEn:after {
    transition: all 0.2s;
  }
}
.topContents .topContents__title .topContents__titleEn.topContents__titleEn--recruit:after {
  background-image: url("/images/icon_win.svg");
}
.topContents .topContents__title .topContents__titleJa {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  color: #666;
  font-weight: 700;
}
@media print, screen and (min-width: 1280px) {
  .topContents .topContents__title .topContents__titleJa {
    font-size: 16px;
    font-size: 0.8888888889rem;
    transition: color 0.2s;
  }
}

/*=====================================================
  topNews
=====================================================*/
.topNews {
  width: 100%;
  margin: 0;
  padding: 60px 20px;
  background-color: #e7f1f4;
}
@media print, screen and (min-width: 1280px) {
  .topNews {
    padding: 100px 0;
  }
}
.topNews .topNews__inner {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.topNews .topNews__title {
  width: 100%;
  margin: 0 0 24px 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__title {
    width: 300px;
  }
}
.topNews .topNews__title .topNews__titleEn {
  width: 100%;
  margin: 0 0 6px 0;
  padding: 0;
  display: block;
  font-size: 32px;
  font-size: 1.7777777778rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__title .topNews__titleEn {
    font-size: 42px;
    font-size: 2.3333333333rem;
  }
}
.topNews .topNews__title .topNews__titleJa {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  color: #666;
  font-weight: 700;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__title .topNews__titleJa {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.topNews .topNews__list {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__list {
    width: calc(100% - 300px);
  }
}
.topNews .topNews__list .topNews__link {
  width: 100%;
  margin: 24px 0 0 0;
  padding: 0;
  text-align: right;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__list .topNews__link {
    margin-top: 40px;
  }
}
.topNews .topNews__list .topNews__link a {
  width: 100%;
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-size: 0.8888888889rem;
  display: inline-block;
  text-decoration: none;
  color: var(--base-font-color);
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__list .topNews__link a {
    font-size: 18px;
    font-size: 1rem;
  }
  .topNews .topNews__list .topNews__link a:hover {
    color: var(--link);
    text-decoration: underline;
  }
}