.rts-title-box {
  position: absolute;
  top: 205px;
  padding: 0 20px;
  vertical-align: middle;
}
.rts-title-box .copy-main {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.rts-title-box .copy-sub {
  font-size: 1rem;
  margin-bottom: 0;
}
.rts-title-photo {
  position: static;
  width: 100%;
}
.rts-title .news-box {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 16px 16px;
  background: rgba(240, 240, 240, 0.75);
  color: #333;
}
.rts-title .news-box .headding {
  margin-bottom: 0px;
}
.rts-title .news-box .headding span {
  font-weight: 700;
  color: #CF000E;
  display: inline-block;
  margin-right: 8px;
}
.rts-title .news-box .body {
  margin-bottom: 0;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .rts-title {
    max-height: 90vh;
  }
  .rts-title-box .copy-main {
    font-size: 3rem;
  }
  .rts-title-box .copy-sub {
    font-size: 1.625rem;
  }
  .rts-title .news-box {
    padding: 24px 0;
  }
  .rts-title .news-box div {
    width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
  }
  .rts-title .news-box div .headding {
    margin-right: 16px;
    line-height: 1;
  }
  .rts-title .news-box div .headding span {
    margin-right: 32px;
  }
  .rts-title .news-box div .body {
    line-height: 1;
  }
}

.button-wrapper {
  padding: 32px 0;
}
.button-wrapper .rts-button {
  margin: 0 auto;
}

h2 {
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
  background: url(../img/home/h2-bar-sp.png) no-repeat center bottom;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 3rem;
    margin-bottom: 48px;
  }
}

.top-business .button-wrapper {
  padding: 32px 0 16px 0;
}
@media screen and (min-width: 768px) {
  .top-business p {
    text-align: center;
  }
  .top-business .img-box {
    width: 1240px;
    padding: 0;
    margin: 0 auto;
  }
  .top-business .button-wrapper {
    padding: 0 0 32px 0;
    margin-top: -96px;
  }
}

.top-products {
  background: url(../img/home/hom-prod-bg.webp) #f5f5f5 no-repeat bottom;
}
.top-products .product-box {
  padding: 16px 0 0 0;
}
.top-products .product-box-item {
  margin-bottom: 48px;
}
.top-products .product-box-item img {
  display: block;
  margin-bottom: 24px;
}
.top-products .product-box-item h3 {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 8px;
}
.top-products .button-wrapper {
  padding: 0 0 16px 0;
}
@media screen and (min-width: 768px) {
  .top-products {
    padding-bottom: 120px;
  }
  .top-products p {
    text-align: center;
  }
  .top-products .product-box {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
  }
  .top-products .product-box-item {
    width: 380px;
  }
  .top-products .product-box-item h3 {
    margin-bottom: 16px;
  }
  .top-products .product-box-item p {
    text-align: left;
    margin-bottom: 0;
  }
  .top-products .button-wrapper {
    padding-bottom: 0;
  }
}

.top-topics {
  background: url(../img/home/sp_home_topic.webp);
}
.top-topics-wrapper {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.top-topics-wrapper .topics-title {
  margin-bottom: 10px;
  font-size: 1rem;
}
.top-topics-wrapper .topics-link {
  margin-bottom: 0;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .top-topics {
    background: url(../img/home/home_topic.webp) no-repeat;
    background-position: center;
    padding: 0;
  }
  .top-topics .rts-content-container {
    width: auto;
    padding: 0;
  }
  .top-topics-wrapper {
    padding: 120px 0;
    width: 100%;
  }
  .top-topics-wrapper:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .top-topics-wrapper .topics-title {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}

.top-solution-wrapper {
  padding: 16px 0 0 0;
}
.top-solution-wrapper .sol-item {
  margin-bottom: 48px;
}
.top-solution-wrapper .sol-item-img {
  padding-bottom: 16px;
}
.top-solution-wrapper .sol-item-text h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.top-solution-wrapper .sol-item.cnc h3 {
  color: #372D8D;
}
.top-solution-wrapper .sol-item.logi {
  margin-bottom: 0;
}
.top-solution-wrapper .sol-item.logi h3 {
  color: #05A19A;
}
@media screen and (min-width: 768px) {
  .top-solution p {
    text-align: center;
  }
  .top-solution-wrapper .sol-item {
    display: flex;
    margin-bottom: 0;
  }
  .top-solution-wrapper .sol-item-img {
    width: 50%;
    padding-bottom: 0;
  }
  .top-solution-wrapper .sol-item-text {
    width: 50%;
  }
  .top-solution-wrapper .sol-item-text p {
    text-align: left;
  }
  .top-solution-wrapper .sol-item.cnc .sol-item-text {
    padding-left: 32px;
  }
  .top-solution-wrapper .sol-item.logi {
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: -190px;
  }
  .top-solution-wrapper .sol-item.logi .sol-item-text {
    padding-right: 32px;
  }
  .top-solution .button-wrapper {
    padding: 48px 0 0 0;
  }
}

.top-news .rts-news-list {
  list-style: none;
  padding: 0;
}
.top-news .rts-news-list li.news-item {
  font-size: 1rem;
  list-style: none;
  margin-bottom: 48px;
}
.top-news .rts-news-list li.news-item a {
  text-decoration: none;
  color: #333;
}
.top-news .rts-news-list li.news-item a img {
  margin-bottom: 4px;
}
.top-news .rts-news-list li.news-item a div {
  padding: 0 4px;
}
.top-news .rts-news-list li.news-item a div .news-category {
  font-weight: 700;
  display: inline-block;
  margin: 0 8px 4px 0;
}
.top-news .rts-news-list li.news-item a div .news-category.event {
  color: #CF000E;
}
.top-news .rts-news-list li.news-item a div .news-category.press {
  color: #372D8D;
}
.top-news .rts-news-list li.news-item a div .news-date {
  display: inline-block;
  margin: 0 8px 4px 0;
}
.top-news .rts-news-list li.news-item a div p {
  line-height: 1.5;
  margin-bottom: 0;
}
.top-news .button-wrapper {
  padding: 0 0 16px 0;
}
@media screen and (min-width: 768px) {
  .top-news .rts-news-list {
    display: flex;
    gap: 30px;
  }
  .top-news .rts-news-list .news-item {
    width: 380px;
  }
  .top-news .rts-news-list .news-item a:hover img {
    opacity: 0.7;
  }
  .top-news .rts-news-list .news-item a:hover p {
    text-decoration: underline;
  }
}

.top-about .button-wrapper {
  padding: 0 0 48px 0;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding-bottom: 0 !important;
  }
  .top-about .rts-content-container {
    display: flex;
  }
  .top-about .rts-content-container .top-about-wrapper {
    width: 50%;
    padding-right: 32px;
  }
  .top-about .rts-content-container .top-about-wrapper h2 {
    text-align: left;
    background: none;
    padding-bottom: 0;
    margin-bottom: 32px;
  }
  .top-about .rts-content-container .top-about-img {
    width: 50%;
  }
  .top-about .button-wrapper a {
    margin: 0;
  }
}

/*# sourceMappingURL=top.css.map */
