/*=====================================================
  topVi
=====================================================*/
.topVi {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-image: url(/images/top/vi_bg_sp.jpg);
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .topVi {
    background-image: url(/images/top/vi_bg.jpg);
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi {
    background-position: center right;
  }
}
.topVi ul {
  margin: 0;
  padding: 0;
}
.topVi ul li {
  width: 100%;
  height: calc(100vh - 120px);
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media print, screen and (min-width: 768px) {
  .topVi ul li {
    height: 400px;
    background-position: top right;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi ul li {
    height: calc(100vh - 80px);
  }
}
.topVi ul li:nth-child(1) {
  background-image: url(/images/top/vi_01_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(1) {
    background-image: url(/images/top/vi_01.png);
  }
}
.topVi ul li:nth-child(2) {
  background-image: url(/images/top/vi_02_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(2) {
    background-image: url(/images/top/vi_02.png);
  }
}
.topVi ul li:nth-child(3) {
  background-image: url(/images/top/vi_03_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(3) {
    background-image: url(/images/top/vi_03.png);
  }
}
.topVi ul li:nth-child(4) {
  background-image: url(/images/top/vi_04_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(4) {
    background-image: url(/images/top/vi_04.png);
  }
}
.topVi .topVi__text {
  width: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  bottom: 100px;
  font-size: 35px;
  font-size: 1.9444444444rem;
  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: 768px) {
  .topVi .topVi__text {
    font-size: 42px;
    font-size: 2.3333333333rem;
    left: 30px;
    bottom: 100px;
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__text {
    top: 50%;
    transform: translateY(-50%);
    font-size: 100px;
    font-size: 5.5555555556rem;
  }
}

/*=====================================================
  topCompany
=====================================================*/
.topCompany {
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.topCompany .topCompany__block {
  width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
  position: relative;
  background-image: url(/images/top/bg_asset.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__block {
    margin: 0;
    padding: 0 0 80px 10%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.topCompany .topCompany__image {
  width: 100%;
  height: 373px;
  margin: 0 0 15px 0;
  padding: 0;
  order: 1;
  background-image: url(/images/top/company_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__image {
    height: 400px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__image {
    width: 66%;
    height: 863px;
    margin: 0 0 0 20px;
  }
}
.topCompany .topCompany__inner {
  width: 100%;
  padding: 0 20px;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner {
    width: 56%;
    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: 56px;
  font-size: 3.1111111111rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  background: linear-gradient(90deg, rgb(0, 178, 46) 0%, rgb(26, 197, 147) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__en {
    font-size: 120px;
    font-size: 6.6666666667rem;
    margin-bottom: 20px;
  }
}
.topTitle .topTitle__ja {
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  background: linear-gradient(90deg, rgb(0, 178, 46) 0%, rgb(26, 197, 147) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__ja {
    font-size: 20px;
    font-size: 1.1111111111rem;
    margin-bottom: 30px;
  }
}

/*=====================================================
  topRead
=====================================================*/
.topRead {
  margin: 0;
  padding: 0 0 10px 0;
  display: block;
  font-size: 18px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
}
@media print, screen and (min-width: 1280px) {
  .topRead {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}
.topRead.topText--white {
  color: var(--white);
}

/*=====================================================
  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: 16px;
    font-size: 0.8888888889rem;
  }
}
.topText.topText--white {
  color: var(--white);
}

/*=====================================================
  topButton
=====================================================*/
.topButton {
  width: fit-content;
  margin: 0 auto;
  padding: 0px;
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .topButton {
    margin: 0 auto 0 0;
  }
}
.topButton .topButton_box {
  background: linear-gradient(90deg, rgb(0, 178, 46) 0%, rgb(26, 197, 147) 100%);
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  .topButton .topButton_box:hover {
    background: linear-gradient(90deg, rgb(244, 149, 0) 0%, rgb(234, 198, 1) 100%) !important;
  }
}
.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(--black);
    background-image: url(/images/icon_arrow_primary_m_right.svg);
    background-position: right 10px center;
  }
}

/*=====================================================
  topBusiness
=====================================================*/
.topBusiness {
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.topBusiness .topBusiness__block {
  width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
  position: relative;
  background-image: url(/images/top/bg_asset.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1280px) {
  .topBusiness .topBusiness__block {
    margin: 0;
    padding: 0 10% 80px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.topBusiness .topBusiness__image {
  width: 100%;
  height: 373px;
  margin: 0 0 15px 0;
  padding: 0;
  order: 1;
  background-image: url(/images/top/business_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .topBusiness .topBusiness__image {
    height: 400px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topBusiness .topBusiness__image {
    width: 66%;
    height: 863px;
    margin: 0 50px 0 0;
  }
}
.topBusiness .topBusiness__inner {
  width: 100%;
  padding: 0 20px;
}
@media print, screen and (min-width: 1280px) {
  .topBusiness .topBusiness__inner {
    width: 56%;
    padding: 80px 0;
  }
}

/*==================================================
  topNews
==================================================*/
.topNews {
  margin: 0;
  padding: 60px 20px;
  background-color: var(--white);
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topNews {
    max-width: 1550px;
    margin: 0 auto;
    padding: 80px 0 60px 0;
  }
}
.topNews .topNews__inner {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
    flex-direction: row-reverse;
  }
}
.topNews .topNews__inner .topNews__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  min-width: 200px;
}
.topNews .topNews__inner .topButton {
  margin: 0 auto;
  order: 3;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner .topButton {
    margin: 0;
    margin-left: auto !important;
  }
}
.topNews .topNews__inner .topNews__title {
  width: 100%;
  order: 1;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner .topNews__title {
    width: auto;
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner .topNews__title .topTitle__ja {
    text-align: left;
  }
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner .topNews__contents {
    flex: 1 1 0%;
  }
}
.topNews .topNews__inner .topNews__contents .news {
  width: 100%;
  max-height: 300px;
  margin: 0 0 20px 0;
  overflow-y: scroll;
  border-top: 1px solid var(--border-color-light);
  border-bottom: 1px solid var(--border-color-light);
  order: 2;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner .topNews__contents .news {
    max-width: 1080px;
    max-height: 400px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.topNews .topNews__inner .topNews__contents .news .news__list {
  width: 100%;
  background-color: var(--white);
}
@media print, screen and (min-width: 768px) {
  .topNews .topNews__inner .topNews__contents .news .news__list {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .topNews .topNews__inner .topNews__contents .news .news__list li:first-child {
    border-top-width: 0;
  }
  .topNews .topNews__inner .topNews__contents .news .news__list li:last-child {
    border-bottom-width: 0;
  }
}
.topNews .topNews__inner .topNews__button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.topNews .topNews::before {
  background-image: url(../../../images/top/bg.png);
  background-size: cover;
  background-position: right -100px top 0;
  opacity: 0.7;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .topNews .topNews::before {
    background-position: right 0 top 0;
    background-size: 1000px;
  }
}
@media print, screen and (min-width: 768px) {
  .topNews .topNews::before {
    background-size: cover;
    background-position: right 0 bottom 0;
  }
}

/*=====================================================
  topRecruit
=====================================================*/
.topRecruit {
  max-width: 100%;
  margin: 0 10px 40px 10px;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit {
    margin: 0 0 80px 0;
    padding: 0 5%;
  }
}
.topRecruit .topRecruit__block {
  margin: 0;
  padding: 20px;
  position: relative;
  background-color: var(--blue);
  border-radius: 20px;
  background-image: url(/images/top/recruit_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -200px center;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background-position: center;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block {
    padding: 80px;
  }
}
.topRecruit .topRecruit__block .topRecruit__image {
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
  order: 1;
  background-image: url(/images/top/recruit_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__block .topRecruit__image {
    width: 54%;
    height: 280px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__image {
    width: 54%;
    height: 500px;
    margin-bottom: 0;
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__inner {
    width: 46%;
    padding: 0;
    transform: translate(0%, 0%);
  }
}
.topRecruit .topRecruit__block .topRecruit__inner .topRecruitTitle {
  margin: 0;
  padding: 0;
  color: var(--white);
}
.topRecruit .topRecruit__block .topRecruit__inner .topRecruitTitle.topRecruitTitle--white .topRecruitTitle__ja,
.topRecruit .topRecruit__block .topRecruit__inner .topRecruitTitle.topRecruitTitle--white .topRecruitTitle__en {
  color: var(--white);
}
.topRecruit .topRecruit__block .topRecruit__inner .topRecruitTitle .topRecruitTitle__en {
  margin: 0 0 12px 0;
  padding: 0;
  display: block;
  font-size: 56px;
  font-size: 3.1111111111rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topRecruitTitle .topRecruitTitle__en {
    font-size: 120px;
    font-size: 6.6666666667rem;
    margin-bottom: 20px;
  }
}
.topRecruit .topRecruit__block .topRecruit__inner .topRecruitTitle .topRecruitTitle__ja {
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topRecruitTitle .topRecruitTitle__ja {
    font-size: 20px;
    font-size: 1.1111111111rem;
    margin-bottom: 30px;
  }
}
.topRecruit .topRecruit__block .topRecruit__inner .topButton {
  margin: 0 auto;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topButton {
    margin: 0;
  }
}