@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media (max-width: 390px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #343456;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media (max-width: 990px) {
  body.is-open {
    overflow: hidden;
  }
}
body::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../img/bg_line.webp") repeat-y 50% 0%;
  content: "";
}
@media (max-width: 990px) {
  body::before {
    background: url("../img/bg_line_sp.webp") repeat-y 50% 0%;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.is-pc {
  display: block !important;
}
@media (max-width: 990px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 990px) {
  .is-sp {
    display: block !important;
  }
}

.fadeInUp {
  opacity: 0;
  transition: opacity 1s ease-out, transform 0.5s ease-out;
  transform: translateY(2rem);
}
.fadeInUp.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fadeIn {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.fadeIn.is-visible {
  opacity: 1;
}

.l-header {
  position: sticky;
  top: 2.4rem;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.4rem;
  height: 7.2rem;
  border-radius: 0.6rem;
  background-color: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 990px) {
  .l-header {
    top: 0;
    margin: 0;
    height: 6rem;
    border-radius: 0;
    box-shadow: none;
  }
}

.l-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 2rem 3.2rem;
}
@media (max-width: 990px) {
  .l-header__logo {
    padding: 2rem 1.6rem;
  }
}
.l-header__logo img {
  width: 19.3rem;
}
@media (max-width: 990px) {
  .l-header__logo img {
    width: 12.1rem;
  }
}

.l-header__btn {
  display: none;
}
@media (max-width: 990px) {
  .l-header__btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    cursor: pointer;
    transition: 0.2s ease-in-out;
  }
  .l-header__btn span {
    position: absolute;
    display: block;
    width: 2.4rem;
    height: 0.2rem;
    background: #1a1a1a;
    transition: 0.2s ease-in-out;
  }
  .l-header__btn span:nth-child(1) {
    margin-bottom: 1.6rem;
  }
  .l-header__btn span:nth-child(3) {
    margin-top: 1.6rem;
  }
}

.l-header__nav {
  display: flex;
  gap: 5rem;
  padding: 2rem 4rem;
}
@media (max-width: 990px) {
  .l-header__nav {
    gap: 4rem;
    align-items: flex-start;
    flex-direction: column;
    padding: 5rem 3.6rem 5rem 3rem;
    border-radius: 1rem;
    background: #fff;
  }
}
@media (max-width: 990px) {
  .l-header__nav li {
    width: 100%;
  }
}
.l-header__nav li a {
  font-size: 1.4rem;
  transition: 0.2s ease-in-out;
}
@media (max-width: 990px) {
  .l-header__nav li a {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 2rem;
  }
}
.l-header__nav li a::after {
  display: none;
}
@media (max-width: 990px) {
  .l-header__nav li a::after {
    display: block;
    width: 2rem;
    height: 2rem;
    background: url("../img/icon_arrow_blue.svg") no-repeat 50% 50%/100% 100%;
    content: "";
  }
}
@media (hover: hover) {
  .l-header__nav li a:hover {
    color: #1273d9;
  }
}

@media (max-width: 991px) {
  .l-header__btn + nav {
    transition: none;
  }
}
@media (max-width: 990px) {
  .l-header__btn + nav {
    position: absolute;
    top: 6rem;
    overflow-y: auto;
    padding: 1.6rem 2.4rem;
    width: 100%;
    height: calc(100svh - 6rem);
    background-color: #343456;
    opacity: 0;
    transition: 0.2s ease-in-out;
    pointer-events: none;
  }
  .is-open .l-header__btn span:nth-child(1) {
    margin: 0;
    width: 2.4rem;
    transform: rotate(135deg);
  }
  .is-open .l-header__btn span:nth-child(2) {
    width: 0;
  }
  .is-open .l-header__btn span:nth-child(3) {
    margin: 0;
    width: 2.4rem;
    transform: rotate(-135deg);
  }
  .is-open .l-header__btn + nav {
    opacity: 1;
    pointer-events: all;
  }
}
.c-fv {
  display: flex;
  flex-direction: column;
  margin: 2.4rem auto;
  padding: 0 2.4rem;
}
.c-fv::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  background: url("../img/bg_fv.webp") no-repeat 50% 50%/cover;
  content: "";
  aspect-ratio: 1366/948;
}
@media (max-width: 990px) {
  .c-fv::before {
    background-image: url("../img/bg_fv_sp.webp");
    aspect-ratio: 390/608;
  }
}
.c-fv__ttl {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
  order: 2;
  margin: 0 auto;
  padding: 9.6rem 0 12rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 990px) {
  .c-fv__ttl {
    gap: 0.6rem;
    padding: 6rem 0 3.6rem;
  }
}
.c-fv__ttl__ja {
  order: 2;
  font-weight: 700;
  font-size: 4.2rem;
}
@media (max-width: 990px) {
  .c-fv__ttl__ja {
    font-size: 2.4rem;
  }
}
.c-fv__ttl__en {
  order: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 3.2rem;
  font-family: Rajdhani, sans-serif;
}
@media (max-width: 990px) {
  .c-fv__ttl__en {
    font-size: 1.6rem;
  }
}
.c-fv__breadcrumb {
  display: flex;
  gap: 1rem;
  order: 1;
  margin: 0 auto;
  padding: 0.4rem 0;
  max-width: 112rem;
  width: 100%;
}
@media (max-width: 990px) {
  .c-fv__breadcrumb {
    padding: 0;
  }
}
.c-fv__breadcrumb li {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
}
@media (max-width: 990px) {
  .c-fv__breadcrumb li {
    font-size: 1.2rem;
  }
}
.c-fv__breadcrumb li:not(:last-child)::after {
  display: block;
  width: 0.6rem;
  height: 1rem;
  background: url("../img/icon_breadcrumb.svg") no-repeat 50% 50%/100% 100%;
  content: "";
}

.c-box {
  position: relative;
  margin: 2.4rem;
  padding: 0 2.4rem;
  border-radius: 1rem;
}
.c-box--white {
  background-color: #fff;
}
.c-box--blue {
  background-color: #343456;
}

.c-ttl-line {
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
  justify-content: center;
  color: #1b1a69;
  text-align: center;
}
@media (max-width: 990px) {
  .c-ttl-line {
    gap: 0.8rem;
  }
}
.c-ttl-line__ja {
  order: 2;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 3.4rem;
}
@media (max-width: 990px) {
  .c-ttl-line__ja {
    font-size: 2.4rem;
  }
}
.c-ttl-line__ja span {
  display: inline-block;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #cecdfb;
}
@media (max-width: 990px) {
  .c-ttl-line__ja span {
    padding-bottom: 1.2rem;
  }
}
.c-ttl-line__en {
  order: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 2rem;
  font-family: Rajdhani, sans-serif;
}
@media (max-width: 990px) {
  .c-ttl-line__en {
    font-size: 1.6rem;
  }
}
.c-ttl-line--white {
  color: #fff;
}
.c-ttl-line--white .c-ttl-line__ja span {
  border-bottom-color: #fff;
}

.c-btn-arrow {
  display: flex;
  gap: 1em;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.6rem;
}
.c-btn-arrow::after {
  display: grid;
  flex-shrink: 0;
  width: 4.7rem;
  height: 3rem;
  border: 0.1rem solid #1b1a69;
  border-radius: 0.6rem;
  background: url("../img/icon_arrow_white.svg") no-repeat center center/2rem auto;
  background-color: #1b1a69;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  content: "";
  transition: 0.2s ease-in-out;
  place-items: center;
}
@media (hover: hover) {
  .c-btn-arrow:hover::after {
    background-color: #fff;
    background-image: url("../img/icon_arrow_blue.svg");
  }
}
.c-btn-arrow--white {
  color: #fff;
}
.c-btn-arrow--white::after {
  border-color: #fff;
  background-color: transparent;
  box-shadow: none;
}

.c-anchor {
  position: absolute;
  top: -12rem;
}
@media (max-width: 990px) {
  .c-anchor {
    top: -8.4rem;
  }
}

.l-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: -2.4rem auto 0;
  padding: 6.4rem 0 0;
  background-color: #343456;
}
@media (max-width: 990px) {
  .l-footer {
    gap: 1.8rem 0;
    padding: 5.2rem 2.4rem 5.2rem;
  }
}

.l-footer__logo {
  margin: 4rem auto;
}
@media (max-width: 990px) {
  .l-footer__logo {
    margin: 0 auto;
  }
}
.l-footer__logo img {
  width: 19.3rem;
}
@media (max-width: 390px) {
  .l-footer__logo img {
    width: 15.0451rem;
  }
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-auto-rows: auto;
  gap: 4.8rem 8rem;
  margin: 4rem auto;
}
@media (max-width: 990px) {
  .l-footer__nav {
    display: flex;
    gap: 0;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}
.l-footer__nav > li {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (max-width: 990px) {
  .l-footer__nav > li {
    padding: 2.4rem 0;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
  }
}
.l-footer__nav > li:nth-child(1) {
  grid-area: 1/1/4/2;
}
.l-footer__nav > li:nth-child(2) {
  grid-area: 1/2/4/3;
}
.l-footer__nav > li:nth-child(3) {
  grid-area: 1/3/4/4;
}
.l-footer__nav > li:nth-child(4) {
  grid-area: 1/4/2/5;
}
.l-footer__nav > li:nth-child(5) {
  grid-area: 2/4/3/5;
}
.l-footer__nav > li > a {
  display: flex;
  gap: 2rem;
  align-content: start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
  font-weight: 7500;
  font-weight: 700;
  font-size: 1.6rem;
  transition: 0.2s ease-in-out;
}
@media (max-width: 990px) {
  .l-footer__nav > li > a {
    font-size: 2rem;
  }
}
@media (hover: hover) {
  .l-footer__nav > li > a:hover {
    opacity: 0.5;
  }
}
.l-footer__nav > li > ul {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
@media (max-width: 990px) {
  .l-footer__nav > li > ul {
    gap: 3rem;
    margin: 1rem 0;
  }
}
.l-footer__nav > li > ul > li {
  color: #fff;
  font-size: 1.6rem;
}
.l-footer__nav > li > ul > li a {
  transition: 0.2s ease-in-out;
}
@media (hover: hover) {
  .l-footer__nav > li > ul > li a:hover {
    opacity: 0.5;
  }
}
.l-footer__nav > li > ul > li::before {
  content: "・";
}
.l-footer__nav > li > ul > li.font-small {
  font-size: 1.2rem;
}
@media (max-width: 990px) {
  .l-footer__nav > li > ul > li.font-small {
    margin: -1.1rem 0;
    line-height: 1.5;
  }
}

.l-footer__link {
  display: flex;
  gap: 4.8rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 5.6rem;
}
@media (max-width: 990px) {
  .l-footer__link {
    gap: 2.4rem;
    margin: 3.2rem auto;
  }
}
.l-footer__link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.7rem;
  height: 7.3rem;
  border-radius: 0.6rem;
  background-color: #fff;
  transition: 0.2s ease-in-out;
}
@media (hover: hover) {
  .l-footer__link li a:hover {
    background-color: #d7d7e8;
  }
}
.l-footer__link img.fova-tech {
  width: 14rem;
}
.l-footer__link img.nextep {
  width: 10.8rem;
}
.l-footer__link img.duplo {
  width: 10.1rem;
}
.l-footer__link img.agilis {
  width: 13.3rem;
}

.l-footer__copyright {
  margin: 3.2rem auto;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
@media (max-width: 990px) {
  .l-footer__copyright {
    margin: 0;
    font-size: 1.2rem;
  }
}

.l-footer__pagetop {
  position: fixed;
  right: 1.3rem;
  bottom: 1.2rem;
  display: grid;
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 1rem;
  background-color: #1a1a1a;
  transition: 0.2s ease-in-out;
  place-items: center;
}

#pageHome .fv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 2.4rem;
  height: calc(100svh - 14.6rem);
  border-radius: 1rem;
}
@media (max-width: 990px) {
  #pageHome .fv {
    margin: 1.6rem;
    height: auto;
    aspect-ratio: 358/414;
  }
}
#pageHome .fv__box-ttl {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding: 3.6rem 4rem;
  color: #fff;
}
@media (max-width: 990px) {
  #pageHome .fv__box-ttl {
    gap: 0.6rem;
    padding: 1.6rem 2rem;
  }
}
#pageHome .fv__ttl-ja {
  order: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.2676470588;
}
@media (max-width: 990px) {
  #pageHome .fv__ttl-ja {
    font-size: 2rem;
    line-height: 1.27;
  }
}
#pageHome .fv__ttl-en {
  order: 1;
  font-weight: 500;
  font-size: 3.2rem;
  font-family: Rajdhani, sans-serif;
}
@media (max-width: 990px) {
  #pageHome .fv__ttl-en {
    font-size: 1.8rem;
  }
}
#pageHome .fv__video {
  position: relative;
  width: 100%;
  height: 100%;
}
#pageHome .fv__video::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.27);
  content: "";
}
#pageHome .fv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pageHome .about {
  position: relative;
  padding-top: 13.8rem;
  padding-bottom: 11.6rem;
  color: #fff;
}
@media (max-width: 990px) {
  #pageHome .about {
    margin: 0;
    padding-top: 25.2rem;
    padding-bottom: 4.4rem;
  }
}
#pageHome .about::before {
  position: absolute;
  top: -2.4rem;
  left: -2.4rem;
  z-index: -2;
  width: calc(100% + 4.8rem);
  background: url("../img/bg_fv.webp") no-repeat 50% 50%/100% auto;
  content: "";
  aspect-ratio: 1366/948;
}
@media (max-width: 990px) {
  #pageHome .about::before {
    top: 20rem;
    left: 0;
    width: 100%;
    background: url("../img/bg_fv_sp.webp");
    background-size: cover;
    aspect-ratio: 390/608;
  }
}
#pageHome .about__box-inner {
  margin: 0 auto;
  max-width: 112rem;
}
#pageHome .about__box-ttl {
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
}
@media (max-width: 990px) {
  #pageHome .about__box-ttl {
    gap: 0.4rem;
  }
}
#pageHome .about__ttl-ja {
  order: 2;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 3.4rem;
}
@media (max-width: 990px) {
  #pageHome .about__ttl-ja {
    font-size: 2.4rem;
  }
}
#pageHome .about__ttl-en {
  order: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 2rem;
  font-family: Rajdhani, sans-serif;
}
@media (max-width: 990px) {
  #pageHome .about__ttl-en {
    font-size: 1.6rem;
  }
}
#pageHome .about__box-txt {
  display: flex;
  gap: 3.24rem;
  flex-direction: column;
  margin: 6.4rem auto 4.8rem;
}
@media (max-width: 990px) {
  #pageHome .about__box-txt {
    gap: 2rem;
    margin: 2.4rem auto 3.6rem;
  }
}
#pageHome .about__ttl {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.7272727273;
}
@media (max-width: 990px) {
  #pageHome .about__ttl {
    font-size: 2rem;
    line-height: 1.35;
  }
}
#pageHome .about__txt {
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 2.4285714286;
}
@media (max-width: 990px) {
  #pageHome .about__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
#pageHome .about__img {
  position: absolute;
  top: -11rem;
  right: -2.4rem;
  width: 81.6rem;
  height: 77.4rem;
}
@media (max-width: 990px) {
  #pageHome .about__img {
    top: -4.6rem;
    right: 0rem;
    width: 39rem;
    height: auto;
  }
}
@media (max-width: 990px) {
  #pageHome .about__btn {
    justify-content: center;
  }
}
#pageHome .group {
  padding-top: 9rem;
  padding-bottom: 12rem;
}
@media (max-width: 990px) {
  #pageHome .group {
    padding-top: 4.2rem;
    padding-bottom: 4.8rem;
  }
}
#pageHome .group__box-ttl {
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
  margin: 0 auto;
  max-width: 112rem;
  color: #1b1a69;
}
@media (max-width: 990px) {
  #pageHome .group__box-ttl {
    gap: 0.8rem;
  }
}
#pageHome .group__ttl-ja {
  order: 2;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 3.4rem;
}
@media (max-width: 990px) {
  #pageHome .group__ttl-ja {
    font-size: 2.4rem;
  }
}
#pageHome .group__ttl-en {
  order: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 2rem;
  font-family: Rajdhani, sans-serif;
}
@media (max-width: 990px) {
  #pageHome .group__ttl-en {
    font-size: 1.6rem;
  }
}
#pageHome .group__box-txt {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: space-between;
  margin: 2rem auto 4rem;
  max-width: 112rem;
}
@media (max-width: 990px) {
  #pageHome .group__box-txt {
    flex-direction: column;
    margin: 2.2rem auto 2.8rem;
  }
}
#pageHome .group__txt {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  #pageHome .group__txt {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
#pageHome .group__btn {
  flex-shrink: 0;
}
@media (max-width: 990px) {
  #pageHome .group__btn {
    margin: 4.8rem auto 0;
    justify-content: center;
  }
}
#pageHome .group__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 30.2rem));
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  #pageHome .group__list {
    grid-template-columns: repeat(auto-fill, minmax(30.2rem, 1fr));
  }
}
#pageHome .group__list li {
  display: grid;
  grid-template-rows: subgrid;
  gap: 1.5rem;
  max-width: 30.2rem;
  grid-row: span 2;
  place-items: center;
}
@media (max-width: 990px) {
  #pageHome .group__list li {
    gap: 0.8rem;
    max-width: inherit;
  }
}
#pageHome .group__list__img {
  position: relative;
  display: grid;
  width: 100%;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
  aspect-ratio: 302/222;
  place-items: center;
}
@media (max-width: 990px) {
  #pageHome .group__list__img {
    aspect-ratio: 294/141;
  }
}
#pageHome .group__list__img img.fova-tech {
  width: 18.8rem;
}
#pageHome .group__list__img img.nextep {
  width: 17.211rem;
}
@media (max-width: 990px) {
  #pageHome .group__list__img img.nextep {
    width: 15.2rem;
  }
}
#pageHome .group__list__img img.duplo {
  width: 13.555rem;
}
@media (max-width: 990px) {
  #pageHome .group__list__img img.duplo {
    width: 12.267rem;
  }
}
#pageHome .group__list__img img.agilis {
  width: 19.1rem;
}
@media (max-width: 990px) {
  #pageHome .group__list__img img.agilis {
    width: 16.1rem;
  }
}
#pageHome .group__list__img::after {
  position: absolute;
  right: 1.3rem;
  bottom: 1.2rem;
  display: grid;
  flex-shrink: 0;
  width: 4.7rem;
  height: 3rem;
  border: 0.1rem solid #1b1a69;
  border-radius: 0.6rem;
  background: url("../img/icon_arrow_white.svg") no-repeat center center/2rem auto;
  background-color: #1b1a69;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  content: "";
  transition: 0.2s ease-in-out;
  place-items: center;
}
@media (max-width: 990px) {
  #pageHome .group__list__img::after {
    right: 1rem;
  }
}
@media (hover: hover) {
  #pageHome .group__list__img:hover::after {
    background-color: #fff;
    background-image: url("../img/icon_arrow_blue.svg");
  }
}
#pageHome .group__list__btn {
  position: relative;
  display: grid;
  min-height: 5rem;
  width: 100%;
  border: 0.1rem solid #1b1a69;
  border-radius: 0.6rem;
  background: #1b1a69;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 1.6rem;
  font-weight: 700;
  transition: 0.2s ease-in-out;
  place-items: center;
}
#pageHome .group__list__btn--email::after {
  position: absolute;
  right: 2rem;
  flex-shrink: 0;
  width: 1.7rem;
  height: 1.36rem;
  background: url("/assets/img/icon_email_white.svg") no-repeat center center/contain;
  content: "";
  transition: 0.2s ease-in-out;
}
@media (max-width: 990px) {
  #pageHome .group__list__btn--email::after {
    right: 1.6rem;
  }
}
@media (hover: hover) {
  #pageHome .group__list__btn:hover {
    background-color: #fff;
    color: #1b1a69;
  }
  #pageHome .group__list__btn:hover::after {
    background-image: url("/assets/img/icon_email_blue.svg");
  }
}

#pageAbout .greetings {
  margin: 0 auto;
  padding: 8.2rem 0 12rem;
  max-width: 98rem;
}
@media (max-width: 990px) {
  #pageAbout .greetings {
    padding: 4rem 0;
  }
}
#pageAbout .greetings__ttl {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  margin: 2.4rem auto;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 990px) {
  #pageAbout .greetings__ttl {
    margin: 2.2rem auto;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
#pageAbout .greetings__ttl::before {
  margin-top: 1rem;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #cecdfb;
  content: "";
}
@media (max-width: 990px) {
  #pageAbout .greetings__ttl::before {
    width: 2rem;
  }
}
#pageAbout .greetings__txt {
  margin: 2.4rem auto;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  #pageAbout .greetings__txt {
    margin: 2.2rem auto;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
#pageAbout .greetings__txt--first {
  margin-top: 6.4rem;
}
@media (max-width: 990px) {
  #pageAbout .greetings__txt--first {
    margin-top: 2.8rem;
  }
}
#pageAbout .greetings__ceo {
  display: flex;
  gap: 3.2rem;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 3.6rem 0 0 auto;
}
@media (max-width: 990px) {
  #pageAbout .greetings__ceo {
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
    margin: 3.2rem auto;
    max-width: 17rem;
  }
}
#pageAbout .greetings__ceo__txt {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
  letter-spacing: 0.03rem;
  font-weight: 500;
  font-size: 1.6rem;
}
#pageAbout .greetings__ceo__txt strong {
  display: block;
  font-weight: 500;
  font-size: 2.4rem;
}
@media (max-width: 990px) {
  #pageAbout .greetings__ceo__txt {
    order: 2;
  }
}
@media (max-width: 990px) {
  #pageAbout .greetings__ceo__img {
    order: 1;
  }
}

#pageCompany .overview {
  margin: 0 auto;
  padding: 8rem 0 9.6rem;
  max-width: 98rem;
}
@media (max-width: 990px) {
  #pageCompany .overview {
    padding: 4rem 0 3rem;
  }
}
#pageCompany .overview__list {
  display: grid;
  grid-template-columns: 19.2rem auto;
  margin: 4rem auto 0;
}
@media (max-width: 990px) {
  #pageCompany .overview__list {
    grid-template-columns: 1fr;
    margin: 4.4rem auto 0;
  }
}
#pageCompany .overview__list__ttl {
  display: flex;
  align-items: center;
  padding: 0 5.2rem 0 0;
  border-bottom: 0.1rem solid #cecdfb;
  color: #1b1a69;
  white-space: nowrap;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 990px) {
  #pageCompany .overview__list__ttl {
    padding: 0;
    border-bottom: none;
    font-size: 1.6rem;
  }
}
#pageCompany .overview__list__txt {
  padding: 2.5rem 0;
  border-bottom: 0.1rem solid #cecdfb;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  #pageCompany .overview__list__txt {
    margin: 0 0 2.8rem 0;
    padding: 0.6rem 0 1.2rem;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
#pageCompany .overview__list__txt img {
  padding: 0.8rem 0;
}
#pageCompany .history {
  margin: 0 auto;
  padding: 12.8rem 0;
  max-width: 96.8rem;
}
@media (max-width: 990px) {
  #pageCompany .history {
    margin: 0 -2.4rem;
    padding: 4.2rem 0;
  }
}
#pageCompany .history__list {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.4rem 5.6rem;
  margin: 6.4rem auto 0;
  color: #fff;
}
@media (max-width: 990px) {
  #pageCompany .history__list {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 4rem auto 0;
  }
}
#pageCompany .history__list__ttl {
  display: grid;
  width: 19.2rem;
  height: 8.2rem;
  border: 0.1rem solid #fff;
  border-radius: 0.6rem;
  background-color: #343456;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  place-items: center;
}
@media (max-width: 990px) {
  #pageCompany .history__list__ttl {
    padding: 0.9rem 1.2rem;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
#pageCompany .history__list__ttl--middle {
  margin: auto;
}
#pageCompany .history__list__ttl--none {
  padding: 0;
  border: none;
  background-color: transparent;
}
#pageCompany .history__list__txt {
  position: relative;
  display: flex;
  gap: 3.2rem;
  align-items: center;
}
@media (max-width: 990px) {
  #pageCompany .history__list__txt {
    flex-direction: column;
    padding-bottom: 2.4rem;
  }
}
#pageCompany .history__list__txt:not(:last-child)::after {
  position: absolute;
  bottom: -100%;
  left: -15rem;
  z-index: -1;
  width: 0.1rem;
  height: 200%;
  background-color: #fff;
  content: "";
}
#pageCompany .history__list__txt .txt {
  display: flex;
  gap: 2.4rem;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  #pageCompany .history__list__txt .txt {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
#pageCompany .history__list__txt .txt--notes {
  gap: 0;
  margin: 1.6rem auto;
}
#pageCompany .history__list__txt .txt--notes p {
  display: flex;
  font-weight: bold;
}
#pageCompany .history__list__txt .txt--notes p span.flex {
  flex-shrink: 0;
}
#pageCompany .history__list__txt .txt p span.kanji img {
  position: relative;
  top: -0.1rem;
  width: 1.6rem;
  vertical-align: middle;
}
#pageCompany .history__list__txt .txt .img {
  text-align: center;
}
#pageCompany .history__list__txt .img {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}
@media (max-width: 990px) {
  #pageCompany .history__list__txt .img {
    flex-direction: column;
  }
}
#pageCompany .history__list__txt .img .logo {
  display: grid;
  min-width: 19.9rem;
  min-height: 13.6rem;
  border-radius: 0.6rem;
  background-color: #fff;
  place-items: center;
}
#pageCompany .history__list__txt .img img.duplo {
  width: 13.555rem;
}
#pageCompany .history__list__txt .img img.nextep {
  width: 12.8rem;
}
#pageCompany .history__list__txt .img img.agilis {
  width: 13.3rem;
}
#pageCompany .history__list__txt .img img.fova-tech {
  width: 14rem;
}
#pageCompany .history__list__txt .img img.fova-hd {
  width: 13.2rem;
}
#pageCompany .l-footer {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
}

#pageGroup .group {
  margin: 2.4rem;
}
#pageGroup .group__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (max-width: 990px) {
  #pageGroup .group__list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#pageGroup .group__list li {
  display: grid;
  grid-template-rows: subgrid;
  gap: 3.2rem;
  padding: 7.2rem 6rem;
  border-radius: 1rem;
  background-color: #fff;
  grid-row: span 3;
  place-items: center;
}
@media (max-width: 990px) {
  #pageGroup .group__list li {
    gap: 2rem;
    padding: 4.8rem 2.4rem 5.2rem;
  }
}
#pageGroup .group__list__box-ttl {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 990px) {
  #pageGroup .group__list__box-ttl {
    gap: 2.4rem;
  }
}
#pageGroup .group__list__img img.fova-tech {
  width: 26rem;
}
@media (max-width: 990px) {
  #pageGroup .group__list__img img.fova-tech {
    width: 18.8rem;
  }
}
#pageGroup .group__list__img img.nextep {
  width: 17.211rem;
}
@media (max-width: 990px) {
  #pageGroup .group__list__img img.nextep {
    width: 12.8rem;
  }
}
#pageGroup .group__list__img img.duplo {
  width: 13.555rem;
}
@media (max-width: 990px) {
  #pageGroup .group__list__img img.duplo {
    width: 9.8rem;
  }
}
#pageGroup .group__list__img img.agilis {
  width: 19.506rem;
}
@media (max-width: 990px) {
  #pageGroup .group__list__img img.agilis {
    width: 13.3rem;
  }
}
#pageGroup .group__list__ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 990px) {
  #pageGroup .group__list__ttl {
    font-size: 1.6rem;
  }
}
#pageGroup .group__list__txt {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  #pageGroup .group__list__txt {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
#pageGroup .group__list__box-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  width: 100%;
}
@media (max-width: 1200px) {
  #pageGroup .group__list__box-btn {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}
#pageGroup .group__list__btn {
  position: relative;
  display: grid;
  padding: 0 3.2rem 0 1.6rem;
  min-height: 5rem;
  width: 100%;
  border: 0.1rem solid #1b1a69;
  border-radius: 0.6rem;
  background: #1b1a69;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 1.6rem;
  transition: 0.2s ease-in-out;
  place-items: center;
}
#pageGroup .group__list__btn--blank::after {
  position: absolute;
  right: 2.4rem;
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: url("/assets/img/icon_blank_white.svg") no-repeat center center/contain;
  content: "";
  transition: 0.2s ease-in-out;
}
@media (max-width: 990px) {
  #pageGroup .group__list__btn--blank::after {
    right: 1.6rem;
  }
}
#pageGroup .group__list__btn--email::after {
  position: absolute;
  right: 2rem;
  flex-shrink: 0;
  width: 1.7rem;
  height: 1.36rem;
  background: url("/assets/img/icon_email_white.svg") no-repeat center center/contain;
  content: "";
  transition: 0.2s ease-in-out;
}
@media (max-width: 990px) {
  #pageGroup .group__list__btn--email::after {
    right: 1.4rem;
  }
}
@media (hover: hover) {
  #pageGroup .group__list__btn:hover {
    background-color: #fff;
    color: #1b1a69;
  }
  #pageGroup .group__list__btn--blank:hover::after {
    background-image: url("/assets/img/icon_blank_blue.svg");
  }
  #pageGroup .group__list__btn--email:hover::after {
    background-image: url("/assets/img/icon_email_blue.svg");
  }
}

#pageContact .contact {
  padding: 9.6rem 0 11.2rem;
}
@media (max-width: 990px) {
  #pageContact .contact {
    padding: 4.4rem 0 6rem;
  }
}
#pageContact .contact__ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 990px) {
  #pageContact .contact__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#pageContact .contact__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.8rem 3.2rem;
  margin: 9.2rem auto 8rem;
  max-width: 112rem;
}
@media (max-width: 990px) {
  #pageContact .contact__list {
    grid-template-columns: 1fr;
    gap: 4.4rem;
    margin: 4.8rem auto;
  }
}
#pageContact .contact__list li {
  display: flex;
  gap: 2.4rem;
  flex-direction: column;
}
@media (max-width: 990px) {
  #pageContact .contact__list li {
    gap: 1.6rem;
  }
}
#pageContact .contact__list__ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  #pageContact .contact__list__ttl {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
#pageContact .contact__list__btn {
  position: relative;
  display: grid;
  margin: 0 auto;
  max-width: 54.2rem;
  height: 12rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
  transition: 0.2s ease-in-out;
  place-items: center;
}
@media (max-width: 990px) {
  #pageContact .contact__list__btn {
    width: auto;
    height: 6.4rem;
  }
}
@media (hover: hover) {
  #pageContact .contact__list__btn:hover {
    background-color: #d7d7e8;
  }
}
#pageContact .contact__list__btn img.fova-tech {
  width: 25.8rem;
}
@media (max-width: 990px) {
  #pageContact .contact__list__btn img.fova-tech {
    width: 14.4rem;
  }
}
#pageContact .contact__list__btn img.nextep {
  width: 18.9rem;
}
@media (max-width: 990px) {
  #pageContact .contact__list__btn img.nextep {
    width: 10.4rem;
  }
}
#pageContact .contact__list__btn img.duplo {
  width: 15.115rem;
}
@media (max-width: 990px) {
  #pageContact .contact__list__btn img.duplo {
    width: 8.6rem;
  }
}
#pageContact .contact__list__btn img.agilis {
  width: 22.7rem;
}
@media (max-width: 990px) {
  #pageContact .contact__list__btn img.agilis {
    width: 12.8rem;
  }
}
#pageContact .contact__list__btn::after {
  position: absolute;
  right: 3.625rem;
  flex-shrink: 0;
  width: 3.075rem;
  height: 2.46rem;
  background: url("/assets/img/icon_email_blue.svg") no-repeat center center/contain;
  content: "";
}
@media (max-width: 990px) {
  #pageContact .contact__list__btn::after {
    right: 2.2rem;
    width: 1.8rem;
    height: 1.6rem;
  }
}
#pageContact .contact__tel {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 990px) {
  #pageContact .contact__tel {
    gap: 1.4rem;
  }
}
#pageContact .contact__tel__ttl {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 990px) {
  #pageContact .contact__tel__ttl {
    font-size: 1.6rem;
  }
}
#pageContact .contact__tel__num {
  color: #1b1a69;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 4.6rem;
  font-family: Rajdhani, sans-serif;
}
@media (max-width: 990px) {
  #pageContact .contact__tel__num {
    font-size: 4.2rem;
  }
}

#pageSecurityPolicy .policy {
  margin: 0 auto;
  padding: 9.6rem 0 8rem;
  max-width: 98rem;
}
@media (max-width: 990px) {
  #pageSecurityPolicy .policy {
    padding: 4.8rem 0;
  }
}
#pageSecurityPolicy .policy__ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 990px) {
  #pageSecurityPolicy .policy__ttl {
    font-size: 1.6rem;
  }
}
#pageSecurityPolicy .policy__ttl-blue {
  margin: 3.2rem auto 1.2rem;
  color: #1b1a69;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 990px) {
  #pageSecurityPolicy .policy__ttl-blue {
    margin: 3rem auto 0.8rem;
    font-size: 1.6rem;
  }
}
#pageSecurityPolicy .policy__txt {
  margin: 1.2rem auto 3.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 990px) {
  #pageSecurityPolicy .policy__txt {
    margin: 0.8rem auto 3.2rem;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
#pageSecurityPolicy .policy__txt--first {
  margin: 5.6rem auto 4.8rem;
}
@media (max-width: 990px) {
  #pageSecurityPolicy .policy__txt--first {
    margin: 2.2rem auto 3rem;
  }
}
#pageSecurityPolicy .policy__txt--last {
  margin: 4.8rem auto 0;
}
@media (max-width: 990px) {
  #pageSecurityPolicy .policy__txt--last {
    margin: 3.2rem auto 0;
  }
}