@charset "UTF-8";
/* css : PC first               */
/* breakpoint : pc min-width: 1090px */
/*              TB min-width: 768px */
/*              SP 767px以下　　　 　*/
/**********************************************
  top
***********************************************/
.top-mainview {
  padding-top: 100px;
}
.top-catch {
  padding-left: 20px;
}
@media screen and (max-width: 1089px) {
  /*TB・SP*/
  .top-mainview {
    padding-top: 50px;
  }
}
/**********************************************
  mainview
***********************************************/
.mainview {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.mainview-slider {
  width: calc((1503 / 1920) * 100vw);
  height: calc((804 / 1920) * 100vw);
  max-height: 800px;
  min-height: 234px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  /*SP*/
  .mainview {
    flex-direction: column-reverse;
  }
  .mainview-slider {
    width: 100%;
    height: calc((402 / 767) * 100vw);
    max-height: inherit;
    min-height: inherit;
    margin: 0 0 0 auto;
  }
}

/**********************************************
  catch
***********************************************/
.catch {
  position: absolute;
  z-index: 10;
}
.catch-copy {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  /*SP*/
  .catch {
    width: 100%;
    position: static;
  }
}
/**********************************************
  slider01
***********************************************/
.slider01-item {
  position: relative;
}

/**********************************************
  company
***********************************************/
.company-inner {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  /*SP*/
  .company-inner {
    margin-top: 80px;
  }
}
/**********************************************
  recruit
***********************************************/
.recruit-inner {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  /*SP*/
  .recruit-inner {
    margin-top: 80px;
  }
}
/**********************************************
  news
***********************************************/
.news {
  background-image: var(--pale-grad);
}
.news-inner {
  padding: 120px 20px;
}
.news-ttlarea {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.news-ttlarea::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  background-color: var(--accent-color);
  bottom: -38px;
  left: 0;
  right: 0;
  margin: auto;
}
.news-ttl.-en,
.news-ttl.-ja {
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1;
}
.news-ttl.-en {
  font-size: var(--font-size-u);
  color: var(--accent-color);
}
.news-ttl.-ja {
  font-size: var(--font-size-xxl);
  color: #000;
}
.news-iv {
  margin-top: 13px;
}
.news-flex {
  margin-top: 96px;
}
.news-item {
  max-width: 350px;
}
.news-btn {
  margin-top: 83px;
}
.news-link {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1089px) {
  /*TB*/
  .news-inner {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  /*SP*/
}
