html[lang=en] {
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
}

.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 {
    top: 270px;
  }
  .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;
  }
}

@media screen and (min-width: 768px) {
  .rts-content-container p, .rts-content-container dt, .rts-content-container dd {
    font-size: 1.125rem;
  }
}

.en-business {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .en-business p {
    text-align: center;
    width: 760px;
    margin: 0 auto;
  }
}

.en-concept {
  color: white;
  background: url(../img/concept/sp_concept.webp) #222 no-repeat 0 70px;
}
.en-concept h2 {
  background: url(../img/home/h2-bar-sp-wh.png) no-repeat center bottom;
}
.en-concept p {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .en-concept {
    background: url(../img/concept/concept.webp) #222 no-repeat 0 0;
    background-size: cover;
    max-height: unset;
  }
  .en-concept h2 {
    background: url(../img/home/h2-bar-pc-wh.png) no-repeat center bottom;
  }
  .en-concept p {
    width: 800px;
    font-size: 1.5rem;
    margin: 0 auto 40px auto;
  }
}

.en-product-white {
  background: #fff;
}
.en-product-white-text {
  padding: 16px;
}
.en-product .product-box {
  padding: 16px 0 0 0;
}
.en-product .product-box-item {
  margin-bottom: 48px;
}
.en-product .product-box-item img {
  display: block;
  margin-bottom: 16px;
}
.en-product .product-box-item h3 {
  font-size: 1.125rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .en-product-white {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    margin-bottom: 48px;
  }
  .en-product-white-img {
    width: 500px;
  }
  .en-product-white-text {
    width: 560px;
    padding: 0;
  }
  .en-product .product-box {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
  }
  .en-product .product-box-item {
    width: 380px;
    margin-bottom: 24px;
  }
  .en-product .product-box-item h3 {
    margin-bottom: 16px;
  }
  .en-product .product-box-item p {
    text-align: left;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .en-solution p {
    text-align: center;
    width: 760px;
    margin: 0 auto 48px auto;
  }
}

.en-about {
  background: url(../img/en/about-bg.webp) no-repeat #f5f5f5 center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .en-about .rts-table {
    width: 960px;
    margin: 0 auto;
  }
}

.en-contact {
  text-align: center;
}
.en-contact-mail {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .en-contact {
    padding-bottom: 0 !important;
  }
  .en-contact p {
    width: 800px;
    margin: 48px auto;
  }
}

.en-footer {
  color: #fff;
  background: #222;
  text-align: center;
  padding: 64px 0;
}
.en-footer-logo {
  margin-bottom: 40px;
}
.en-footer-address {
  margin-bottom: 40px;
}
.en-footer-address span {
  display: block;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .en-footer {
    text-align: left;
  }
  .en-footer-logo {
    margin-bottom: 48px;
  }
  .en-footer-address {
    margin-bottom: 96px;
  }
  .en-footer-address span {
    font-size: 1rem;
    display: inline-block;
    padding-right: 32px;
  }
  .en-footer-copyright {
    text-align: right;
  }
}

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