.home-intro-text {
  font-size: 1.143rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
.home-intro-text > .accent {
  color: #2f8b71;
  font-style: normal;
}

.home-intro-layout {
  padding-right: 3rem;
  position: relative;
}
.home-intro-layout > .ornament {
  font-family: "Roboto Slab", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  position: absolute;
  top: -0.5rem;
  left: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.home-intro-layout > .ornament::after {
  content: "";
  display: block;
  height: 1px;
  width: 7.5rem;
  background-color: #2f8b71;
  margin-left: 1rem;
}

.home-news-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 2.5rem;
}
.home-content-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5rem -0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-content-layout.-reflect {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.home-content-layout > .text {
  margin: 0.5rem 0.5rem;
  width: calc(100% - 1rem);
}
.home-content-layout > .text > .site-heading-combi {
  margin-bottom: 1.5rem;
}
.home-content-layout > .text > .button {
  margin-top: 1.5rem;
}
.home-content-layout > .image {
  margin: 0.5rem 0.5rem;
  width: calc(100% - 1rem);
  line-height: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.home-content-layout > .image > img {
  height: auto;
}
.home-content-layout > .image > img:nth-child(1) {
  margin: 0 -20px 8px;
  width: 100vw;
}
.home-content-layout > .image > img:nth-child(2) {
  margin-left: -20px;
  width: calc(57.6vw - 4px);
}
.home-content-layout > .image > img:nth-child(3) {
  margin-right: -20px;
  margin-left: 8px;
  width: calc(42.4vw - 4px);
}