.container .jumbotron {
  position: relative;
  z-index: 1;
  display: block;
  max-height: 400px;
  width: 100%;
  height: 400px;
}

.container .jumbotron .jumbotron-items {
  position: absolute;
  z-index: 2;
  display: table;
  max-height: 400px;
  width: 100%;
  height: 400px;
}

.container .jumbotron .jumbotron-items .keyword1 {
  position: absolute;
  top: 70px;
  left: 200px;
}

.container .jumbotron .jumbotron-items .keyword2 {
  position: absolute;
  top: 70px;
  right: 200px;
}

.container .jumbotron .jumbotron-items .keyword3 {
  position: absolute;
  bottom: 70px;
  left: 200px;
}

.container .jumbotron .jumbotron-items .keyword4 {
  position: absolute;
  right: 200px;
  bottom: 70px;
}

.container .jumbotron .jumbotron-items .keyword5 {
  position: absolute;
  top: 50%;
  left: 50%;
}

.container .jumbotron .jumbotron-items .keyword1,
.container .jumbotron .jumbotron-items .keyword2,
.container .jumbotron .jumbotron-items .keyword3,
.container .jumbotron .jumbotron-items .keyword4,
.container .jumbotron .jumbotron-items .keyword5 {
  color: #fff;
  text-shadow: 1px 0 15px #000;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}

.container .jumbotron .jumbotron-items .keyword1.animate,
.container .jumbotron .jumbotron-items .keyword2.animate,
.container .jumbotron .jumbotron-items .keyword3.animate,
.container .jumbotron .jumbotron-items .keyword4.animate,
.container .jumbotron .jumbotron-items .keyword5.animate {
  display: block;
  animation: expanding-animation 1250ms forwards;
}

.container .jumbotron .jumbotron-items .slogan {
  display: table-cell;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-shadow: 1px 0 15px #000;
  font-weight: 700;
  font-size: 5rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  opacity: 0;
}

.container .jumbotron .jumbotron-items .slogan span {
  display: block;
  letter-spacing: 0.4rem;
  text-indent: -0.4rem;
  font-size: 2.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}

.container .jumbotron .jumbotron-items .slogan.animate {
  animation: fadein-animation 1500ms forwards;
}

.container .jumbotron .jumbotron-mvitems {
  position: relative;
  display: block;
  max-height: 500px;
  width: 100%;
  height: 400px;
}

.container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img1 {
  position: relative;
  display: block;
  max-height: 400px;
  width: 100%;
  height: 400px;
  background: url(/wp-content/themes/hyron-jp_2024/img/top/banner1.png) center no-repeat;
  background-size: cover;
}

.container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img2 {
  position: relative;
  display: block;
  max-height: 400px;
  width: 100%;
  height: 400px;
  background: url(/wp-content/themes/hyron-jp_2024/img/top/banner2.png) center no-repeat;
  background-size: cover;
}

.container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img3 {
  position: relative;
  display: block;
  max-height: 400px;
  width: 100%;
  height: 400px;
  background: url(/wp-content/themes/hyron-jp_2024/img/top/banner3.png) center no-repeat;
  background-size: cover;
}

.container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img4 {
  position: relative;
  display: block;
  max-height: 400px;
  width: 100%;
  height: 400px;
  background: url(/wp-content/themes/hyron-jp_2024/img/top/banner4.png) center no-repeat;
  background-size: cover;
}

.container main {
  width: 900px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 4rem;
  line-height: 1.6;
}

.container main section {
  margin-top: 5rem;
}

.container main section h2 {
  font-size: 4rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 1rem;
  text-indent: -1rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

.container main section h2 span {
  font-size: 1.4rem;
  line-height: 2;
  display: block;
  letter-spacing: 0.3rem;
  text-indent: -0.3rem;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  line-height: 2;
}

.container main section .section-inner {
  margin-top: 20px;
  width: 100%;
  height: 220px;
}

.container main section .section-inner .button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.container main section .section-inner .button a {
  display: flex;
  position: relative;
  padding: 1px 15px 3px 20px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  transition-duration: 0.3s;
  align-items: center;
}

.container main section .section-inner .button a:after {
  display: inline-block;
  content: 'keyboard_arrow_right';
  text-transform: none;
  white-space: nowrap;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 2.2rem;
  font-family: 'Material Icons';
  line-height: 18px;
  direction: ltr;
  padding-top: 3px;
}

.container main section.business-fields .section-inner {
  background: url(/wp-content/themes/hyron-jp_2024/img/top/businessFields_MV.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.container main section.company-info .section-inner {
  background: url(/wp-content/themes/hyron-jp_2024/img/top/companyInfo_MV.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.container main section.recruit .section-inner {
  background: url(/wp-content/themes/hyron-jp_2024/img/top/recruit_MV.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.container main section.news .section-inner {
  background: url(/wp-content/themes/hyron-jp_2024/img/top/news_MV.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.container main section .news-section-inner .news-item {
  display: flex;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
}

.container main section .news-section-inner .news-item .news-tag {
  color: #fff;
  text-align: center;
  min-width: 13rem;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 22px;
}

.container main section .news-section-inner .news-item .news-tag.jpn-news {
  background-color: #089fe0;
}

.container main section .news-section-inner .news-item .news-tag.group-news {
  background-color: #015173;
}

.container main section .news-section-inner .news-item .news-date {
  margin-left: 2rem;
  padding-top: 4px;
  padding-bottom: 4px;
}

.container main section .news-section-inner .news-item .news-ttl {
  margin-left: 2rem;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (min-width: 1020px) and (max-width: 1599px) {
  .container .jumbotron {
    max-height: 350px;
    height: 350px;
  }
  .container .jumbotron .jumbotron-items {
    max-height: 350px;
    height: 350px;
  }
  .container .jumbotron .jumbotron-items .slogan {
    font-size: 4.5rem;
  }
  .container .jumbotron .jumbotron-items .slogan span {
    font-size: 2.2rem;
  }
  .container .jumbotron .jumbotron-mvitems {
    max-height: 350px;
    height: 350px;
  }
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img1,
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img2,
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img3,
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img4,
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img5 {
    max-height: 350px;
    height: 350px;
  }
  .container main {
    margin: 3rem auto;
    width: 700px;
    padding-bottom: 0;
  }
  .container main section {
    margin-top: 3rem;
  }
  .container main section h2 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .container main section h2 span {
    font-size: 1.2rem;
  }
  .container main section .section-inner {
    margin-top: 10px;
    width: 100%;
    height: 180px;
  }
  .container main section .section-inner .button a {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  .container .jumbotron {
    max-height: 350px;
    height: 350px;
  }
  .container .jumbotron .jumbotron-items {
    max-height: 350px;
    height: 350px;
  }
  .container .jumbotron .jumbotron-items .slogan {
    font-size: 4.5rem;
  }
  .container .jumbotron .jumbotron-items .slogan span {
    font-size: 2.2rem;
  }
  .container .jumbotron .jumbotron-mvitems {
    max-height: 350px;
    height: 350px;
  }
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img1,
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img2,
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img3,
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img4,
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img5 {
    max-height: 350px;
    height: 350px;
  }
  .container main {
    margin: 3rem auto;
    width: 700px;
    padding-bottom: 0;
  }
  .container main section {
    margin-top: 3rem;
  }
  .container main section h2 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .container main section h2 span {
    font-size: 1.2rem;
  }
  .container main section .section-inner {
    margin-top: 10px;
    width: 100%;
    height: 180px;
  }
  .container main section .section-inner .button a {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .container .jumbotron {
    max-height: 250px;
    height: 250px;
  }
  .container .jumbotron .jumbotron-items {
    max-height: 250px;
    height: 250px;
  }
  .container .jumbotron .jumbotron-items .slogan {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .container .jumbotron .jumbotron-items .slogan span {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
  .container .jumbotron .jumbotron-mvitems {
    max-height: 250px;
    height: 250px;
  }
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img1,
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img2,
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img3,
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img4,
  .container .jumbotron .jumbotron-mvitems .jumbotron-mvitems-img5 {
    max-height: 250px;
    height: 250px;
  }
  .container main {
    width: 100%;
    margin: 2rem 0;
    padding-bottom: 0;
  }
  .container main section {
    margin-top: 2rem;
  }
  .container main section h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .container main section h2 span {
    font-size: 1rem;
    line-height: 1;
  }
  .container main section .section-inner {
    margin-top: 10px;
    width: 100%;
    height: 180px;
  }
  .container main section .section-inner .button a {
    font-size: 1.2rem;
  }
  .container main section.news .news-section-inner .news-item {
    padding: 14px 14px 7px 14px;
    flex-wrap: wrap;
  }
  .container main section.news .news-section-inner .news-item .news-date {
    margin-left: 1rem;
    width: calc(100% - 13rem - 1rem);
  }
  .container main section.news .news-section-inner .news-item .news-ttl {
    padding-top: 8px;
    margin-left: 0;
  }
}
