body.home {
  padding-top: 0;
  background: #efefef;
}

@media screen and (min-width: 769px) {
  body.home .global-nav {
    transition: background 0.3s ease-in-out;
  }
}

body.home .global-nav.transparent {
  background: transparent;
}

@media screen and (max-width: 768px) {
  body.home .global-nav.transparent {
    background: #1d1d1d;
  }
}

body.home .global-nav.transparent .links .site-links li .sub-links {
  padding-top: 1.8rem;
}

body.home .global-nav.transparent .links .site-links li .sub-links ul {
  background: rgba(255, 255, 255, 0.3019607843);
}

body.home .global-nav.transparent .links .site-links li .sub-links ul>li a {
  color: #fff;
}

body.home .global-nav.transparent .links .site-links li .sub-links ul>li a::after {
  filter: brightness(0) invert(1);
}

body.home .global-nav.transparent .links .site-links li .sub-links ul>li+li {
  border-top: 1px solid #fff;
}

body.home .hero {
  position: relative;
  height: 74.5rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body.home .hero {
    height: 72.7rem;
  }
}

body.home .hero .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home .hero .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: start;
  height: 100%;
}

@media screen and (max-width: 768px) {
  body.home .hero .wrapper {
    flex-direction: column;
    justify-content: end;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3.5rem;
  }
}

body.home .hero .wrapper p {
  /* font-family: "Noto Sans JP", sans-serif; */
  margin-left: -1rem;
  padding: 34.5rem 0 0 0;
  text-indent: -2.8rem;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  body.home .hero .wrapper p {
    font-size: 1.8rem;
    line-height: 1.8;
    padding-left: 2.5rem;
    text-indent: -1.3rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 768px) {
  body.home .hero .wrapper p>br {
    display: none;
  }
}

body.home .hero .wrapper p>span {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.8rem;
  list-style: none;
}

@media screen and (max-width: 768px) {
  body.home .hero .wrapper p>span {
    display: block;
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    margin-bottom: 1.3rem;
  }
}

body.home .hero .wrapper p>span>span {
  letter-spacing: 0.8rem;
}

@media screen and (max-width: 768px) {
  body.home .hero .wrapper p>span>span {
    display: block;
    letter-spacing: 0.08em;
  }
}

body.home .hero .wrapper .ctas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 21rem;
  width: 100%;
}

@media screen and (min-width: 769px) {
  body.home .hero .wrapper .ctas {
    display: none;
  }
}

body.home .hero .wrapper .ctas>li a {
  height: 5.5rem;
  padding: 0 1.4rem 0rem 1.618rem;
  gap: 0.927rem;
}

body.home .hero .wrapper .ctas>li a span {
  font-size: 1.725rem;
}

body.home .hero .wrapper .ctas>li a span::before {
  padding-bottom: 0.2rem;
  font-size: 0.863rem;
}

body.home main {
  overflow: hidden;
}

body.home main section {
  padding-top: 10.4rem;
  padding-bottom: 10.4rem;
}

@media screen and (max-width: 768px) {
  body.home main section {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

body.home main .about {
  padding-bottom: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body.home main .about {
    padding-top: 5.6rem;
  }
}

body.home main .about .heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 7.8rem;
  gap: 15.8rem;
}

@media screen and (max-width: 768px) {
  body.home main .about .heading {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 4.8rem;
  }
}

body.home main .about .heading h2,
body.home main .about .heading span {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 10.2rem;
  line-height: 0.9;
  letter-spacing: 0;
}

body.home main .about .heading h2:last-child,
body.home main .about .heading span:last-child {
  margin-left: 1.2rem;
}

@media screen and (max-width: 768px) {

  body.home main .about .heading h2:last-child,
  body.home main .about .heading span:last-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {

  body.home main .about .heading h2,
  body.home main .about .heading span {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    font-size: 5.6rem;
  }
}

body.home main .about .heading .text {
  flex-grow: 1;
}

body.home main .about .heading .text .lead {
  margin-bottom: 3.2rem;
  font-weight: 900;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  body.home main .about .heading .text .lead {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
}

body.home main .about .heading .text .main p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  body.home main .about .heading .text .main p {
    font-weight: 700;
    font-size: 1.6rem;
  }
}

body.home main .about .heading .text .main p+p {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  body.home main .about .heading .text .main p+p {
    margin-top: 0.8rem;
  }
}

body.home main .about .images {
  display: flex;
  pointer-events: none;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  gap: 1.7rem;
}

@media screen and (max-width: 768px) {
  body.home main .about .images {
    display: block;
    width: 26.3rem;
    margin-left: -1.8rem;
  }

  body.home main .about .images .slick-list {
    overflow: visible;
  }
}

body.home main .about .images .image {
  width: 100%;
  height: 36.3rem;
}

@media screen and (max-width: 768px) {
  body.home main .about .images .image {
    height: 20rem;
    padding: 0 0.8rem;
  }
}

body.home main .about .images .image img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home main .company {
  padding-top: 10.177rem;
}

@media screen and (max-width: 768px) {
  body.home main .company {
    padding-top: 6.4rem;
  }
}

body.home main .company h2 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  body.home main .company h2 {
    margin-bottom: 3.2rem;
  }
}

body.home main .company .image-and-text {
  display: grid;
  grid-template-columns: 60.4rem auto;
  align-items: center;
  gap: 6.4rem;
}

@media screen and (max-width: 768px) {
  body.home main .company .image-and-text {
    grid-template-columns: 100%;
    gap: 2.4rem;
  }
}

body.home main .company .image-and-text .image {
  border-radius: 1rem;
  overflow: hidden;
}

body.home main .company .image-and-text .text h3 {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  body.home main .company .image-and-text .text h3 {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
}

body.home main .company .image-and-text .text h3 span {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  margin-right: 0.4rem;
}

@media screen and (max-width: 768px) {
  body.home main .company .image-and-text .text h3 span {
    font-size: 2.6rem;
  }
}

body.home main .company .image-and-text .text p {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 4.8rem;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 768px) {
  body.home main .company .image-and-text .text p {
    margin-bottom: 3.2rem;
  }
}

body.home main .business {
  padding: 10.4rem 0;
  background: #1d1d1d;
}

@media screen and (max-width: 768px) {
  body.home main .business {
    padding: 6.4rem 0;
  }
}

body.home main .business .heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

@media screen and (max-width: 768px) {
  body.home main .business .heading {
    margin-bottom: 3.2rem;
  }
}

body.home main .business .heading h2 {
  color: #fff;
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 768px) {
  body.home main .business .heading h2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  body.home main .business .heading .button-wrapper {
    display: none;
  }
}

body.home main .business .heading .button-wrapper .labeled-button {
  border: 1px solid #fff;
}

body.home main .business ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  body.home main .business ul {
    grid-template-columns: 100%;
    gap: 4.8rem;
  }
}

body.home main .business ul li {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  body.home main .business ul li {
    gap: 2.4rem;
  }
}

body.home main .business ul li .image img {
  border-radius: 1rem;
}

body.home main .business ul li .text {
  color: #fff;
}

body.home main .business ul li .text h3 {
  display: flex;
  align-items: stretch;
  gap: 0.3rem;
  height: 4.2rem;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  body.home main .business ul li .text h3 {
    font-size: 2.2rem;
    height: 3.7rem;
    margin-bottom: 1.6rem;
  }
}

body.home main .business ul li .text h3::before {
  content: "";
  width: 0.8rem;
  border-radius: 0.2rem;
  background: #f37f28;
}

body.home main .business ul li .text h3 span {
  display: flex;
  align-items: center;
  padding: 0 2.4rem 0 2rem;
  background: #f37f28;
  border-radius: 0.2rem;
}

@media screen and (max-width: 768px) {
  body.home main .business ul li .text h3 span {
    padding: 0.2rem 2.4rem 0.2rem 2rem;
  }
}

body.home main .business ul li .text p {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2rem;
}

body.home main .business ul li:nth-child(2n) {
  flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {
  body.home main .business ul li:nth-child(2n) {
    flex-direction: column;
  }
}

body.home main .business ul li:nth-child(2n) .text h3::before {
  background: #009b71;
}

body.home main .business ul li:nth-child(2n) .text h3 span {
  background: #009b71;
}

body.home main .business ul+.button-wrapper {
  justify-content: center;
  margin-top: 3.2rem;
}

@media screen and (min-width: 769px) {
  body.home main .business ul+.button-wrapper {
    display: none;
  }
}

body.home main .business ul+.button-wrapper .labeled-button {
  border: 1px solid #fff;
}

body.home main .job-description {
  overflow: hidden;
  padding-top: 14.8rem;
  padding-bottom: 12.8rem;
}

@media screen and (max-width: 768px) {
  body.home main .job-description {
    padding: 6.4rem 0;
  }
}

@media screen and (max-width: 768px) {
  body.home main .job-description .wrapper {
    padding: 0 1.3rem;
  }
}

body.home main .job-description .box {
  position: relative;
  display: flex;
  align-items: center;
  height: 48.5rem;
  padding: 0 5.6rem;
  background: #efc243;
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  body.home main .job-description .box {
    flex-direction: column;
    height: 67.2rem;
    padding: 4.8rem 2.4rem 4rem;
  }
}

body.home main .job-description .box .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
}

body.home main .job-description .box .text h2 {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  body.home main .job-description .box .text h2 {
    font-size: 18px;
  }
}

body.home main .job-description .box .text h2::before {
  content: "Job Description";
  margin-bottom: 0.8rem;
  font-family: "Albert Sans", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  body.home main .job-description .box .text h2::before {
    margin-bottom: 0.4rem;
    font-size: 4rem;
  }
}

body.home main .job-description .box .text p {
  letter-spacing: 0.2rem;
  margin-bottom: 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  body.home main .job-description .box .text .button-wrapper {
    justify-content: center;
    margin-top: auto;
  }
}

body.home main .job-description .box .text .button-wrapper .labeled-button {
  background: #fff;
  color: #efc243;
}

body.home main .job-description .box .text .button-wrapper .labeled-button::after {
  background: url("../img/common/arrow_yellow.svg") center/contain no-repeat;
}

body.home main .job-description .box .text .button-wrapper .labeled-button:hover {
  background: #efc243;
  color: #fff;
  border: 1px solid #fff;
}

body.home main .job-description .box .text .button-wrapper .labeled-button:hover::after {
  background: url("../img/common/arrow_white.svg") center/contain no-repeat;
}

body.home main .job-description .box .image {
  position: absolute;
  right: 0.8rem;
  width: 67.5rem;
}

@media screen and (max-width: 768px) {
  body.home main .job-description .box .image {
    width: 39.1rem;
    bottom: 11.4rem;
    left: -2rem;
  }
}

body.home main .job-description .box .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.home main .interview {
  padding-top: 2.8rem;
  padding-bottom: 12.8rem;
}

@media screen and (max-width: 768px) {
  body.home main .interview {
    padding-top: 0;
    padding-bottom: 10.4rem;
  }
}

body.home main .interview h2 {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 768px) {
  body.home main .interview h2 {
    margin-bottom: 0;
  }
}

body.home main .interview ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  body.home main .interview ul {
    grid-template-columns: 100%;
    gap: 4rem;
  }
}

body.home main .interview ul li:has(.interview-heading.crosstalk) {
  grid-column: span 2;
}

@media screen and (max-width: 768px) {
  body.home main .interview ul li:has(.interview-heading.crosstalk) {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  body.home main .interview ul li:has(.interview-heading.crosstalk) {
    grid-column: span 1;
  }
}

body.home main .interview .button-wrapper {
  justify-content: center;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  body.home main .interview .button-wrapper {
    margin-top: 3.2rem;
  }
}

body.home main .work-style {
  padding-top: 0;
}

body.home main .work-style .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 8rem;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  body.home main .work-style .wrapper {
    display: block;
  }
}

body.home main .work-style h2 {
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 1.06rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  body.home main .work-style h2 {
    writing-mode: horizontal-tb;
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
    letter-spacing: 0.08em;
  }
}

body.home main .work-style h2::before {
  content: "WorkStyle";
  font-family: "Albert Sans", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0;
  text-orientation: sideways;
}

@media screen and (max-width: 768px) {
  body.home main .work-style h2::before {
    font-size: 4rem;
  }
}

body.home main .work-style .content ul>li {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 3.2rem;
  background: #fff;
  border-radius: 1rem 0 0 1rem;
}

@media screen and (max-width: 768px) {
  body.home main .work-style .content ul>li {
    flex-direction: column;
    gap: 2.6rem;
    padding-right: 2.3rem;
  }
}

body.home main .work-style .content ul>li+li {
  margin-top: 2.4rem;
}

body.home main .work-style .content ul>li .image {
  flex-shrink: 0;
  width: 26.1rem;
  height: 15.5rem;
}

@media screen and (max-width: 768px) {
  body.home main .work-style .content ul>li .image {
    width: 100%;
    height: auto;
  }
}

body.home main .work-style .content ul>li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

body.home main .work-style .content ul>li .text h3 {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  body.home main .work-style .content ul>li .text h3 {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
  }
}

body.home main .work-style .content ul>li .text p {
  padding-right: 10.6rem;
}

@media screen and (max-width: 768px) {
  body.home main .work-style .content ul>li .text p {
    padding-right: 0;
    font-weight: 700;
  }
}

body.home main .work-style .content .button-wrapper {
  justify-content: flex-end;
  padding-right: 10.6rem;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  body.home main .work-style .content .button-wrapper {
    justify-content: center;
    margin-top: 3.2rem;
    padding-right: 2.3rem;
  }
}

body.home main .news {
  padding: 10.8rem 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body.home main .news {
    padding: 6.4rem 0;
  }
}

body.home main .news .heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  body.home main .news .heading {
    align-items: start;
    flex-direction: column;
    gap: 3.2rem;
  }
}

body.home main .news .heading h2 {
  font-weight: 700;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  body.home main .news .heading h2 {
    font-size: 1.8rem;
  }
}

body.home main .news .heading h2::before {
  content: "News";
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  body.home main .news .heading h2::before {
    font-size: 4rem;
  }
}

body.home main .news .heading .categories {
  padding-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  body.home main .news .heading .categories {
    padding: 0;
  }
}

body.home main .news .heading .categories ul {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

@media screen and (max-width: 768px) {
  body.home main .news .heading .categories ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    align-items: start;
  }
}

body.home main .news .heading .categories ul li a {
  display: block;
  background: #3f3e3e;
  border: 1px solid #3f3e3e;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: 0.2rem;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  body.home main .news .heading .categories ul li a {
    padding: 0.6rem 1rem;
    text-align: center;
  }
}

body.home main .news .button-wrapper {
  justify-content: center;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  body.home main .news .button-wrapper {
    margin-top: 3.2rem;
  }
}

body.home main .movie {
  padding: 10.4rem 0;
  background: #1d1d1d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body.home main .movie {
    padding: 6.4rem 0;
  }
}

body.home main .movie .heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 5.2rem;
}

@media screen and (max-width: 768px) {
  body.home main .movie .heading {
    margin-bottom: 3.2rem;
  }
}

body.home main .movie .heading h2 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  body.home main .movie .heading h2 {
    font-size: 1.8rem;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  body.home main .movie .heading .button-wrapper {
    display: none;
  }
}

body.home main .movie .heading .button-wrapper .labeled-button {
  border: 1px solid #fff;
}

body.home main .movie ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
}

@media screen and (max-width: 768px) {
  body.home main .movie ul {
    grid-template-columns: 100%;
    gap: 2.4rem;
  }
}

body.home main .movie ul>li a {
  display: block;
  width: 100%;
  height: 100%;
}

body.home main .movie ul>li a img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home main .movie ul+.button-wrapper {
  justify-content: center;
  margin-top: 3.2rem;
}

@media screen and (min-width: 769px) {
  body.home main .movie ul+.button-wrapper {
    display: none;
  }
}

body.home main .movie ul+.button-wrapper .labeled-button {
  border: 1px solid #fff;
}

body.home main .instagram {
  background: #fff;
}

body.home main .instagram h2 {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 768px) {
  body.home main .instagram h2 {
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
  }
}

body.home main .instagram h2 .side-lined {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  body.home main .instagram h2 .side-lined {
    height: 4.5rem;
    margin-bottom: 0.4rem;
  }
}

body.home main .instagram .feed #sb_instagram {
  padding: 0 !important;
}

body.home main .instagram .feed #sbi_images {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 3.2rem 6.4rem !important;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  body.home main .instagram .feed #sbi_images {
    grid-template-columns: 100% !important;
    gap: 3.2rem !important;
  }
}

body.home main .instagram .feed .sbi_photo_wrap {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
}

body.home main .instagram .feed .heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

body.home main .instagram .feed .heading .image {
  width: 5.6rem;
  height: 5.6rem;
}

body.home main .instagram .feed .heading .text .name {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

body.home main .instagram .feed .heading .text p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #8a8a8a;
}

body.home main .instagram .feed .sbi_caption {
  position: relative;
  max-height: 9.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-size: 1.4rem;
  line-height: 1.5;
}

body.home main .instagram .feed .sbi_caption::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%);
}

body.home main .instagram .button-wrapper {
  justify-content: center;
  margin-top: 3.2rem;
}

/*# sourceMappingURL=front-page.css.map */