@charset "UTF-8";
/** @format */
html {
  overflow: scroll;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  background-color: #f7f7f7;
}

p {
  text-align: justify;
}

#top {
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: calc(1000px + 8rem);
  padding-right: 4rem;
  padding-left: 4rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .-pc-only {
    display: none;
  }
}

.-sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .-sp-only {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  .-sp-blanc {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  .works-pc {
    display: none;
  }
}

.works-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .works-sp {
    display: block;
  }
}

.-bg-white {
  background-color: #ffffff;
}

.-section-space {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .-section-space {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

p {
  font-size: 1.6rem;
  text-align: center;
}

img {
  width: 100%;
}

.title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .title {
    margin-bottom: 4rem;
  }
}

.sub__title {
  text-align: center;
  font-size: 1.2rem;
  margin: 0px 0 32px 0;
  line-height: 1;
  -webkit-animation: 2s topspace-fadein;
          animation: 2s topspace-fadein;
  display: block;
  font-weight: 400;
}

@-webkit-keyframes topspace-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes topspace-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.section-space {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .section-space {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link a.link__btnBlue {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  width: 42.4%;
  text-align: center;
  background-color: black;
  padding-top: 2.63rem;
  padding-bottom: 1.67rem;
  border-radius: 32px;
  letter-spacing: 0.2em;
  background: rgb(41, 171, 226);
  background: -webkit-gradient(linear, left top, right top, from(rgb(41, 171, 226)), to(rgb(0, 191, 199)));
  background: linear-gradient(90deg, rgb(41, 171, 226) 0%, rgb(0, 191, 199) 100%);
}
@media only screen and (max-width: 768px) {
  .link a.link__btnBlue {
    width: 29.9rem;
    margin-top: 4.75rem;
  }
}

.-center {
  text-align: center;
}

.contact .contact__title {
  margin-bottom: 4rem;
}
.contact .contact__text {
  margin-bottom: 2.4rem;
  padding-bottom: 5px;
}
.contact .contact__button-cta {
  position: relative;
  padding: 1.5rem 5rem;
  border-radius: 30px;
  background-color: #7CA274;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  z-index: 1;
}
@media only screen and (max-width: 360px) {
  .contact .contact__button-cta {
    padding: 1.5rem 3rem;
  }
}
.contact .contact__button-cta::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1.3px solid #333333;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .contact__button-cta:hover::before {
  top: 0;
  left: 0;
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .about__wrapper {
    display: block;
  }
}

.about__img {
  width: 44%;
}
@media only screen and (max-width: 768px) {
  .about__img {
    width: 100%;
  }
}

.about__content {
  width: 44%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .about__content {
    width: 100%;
  }
}

.about__name {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .about__name {
    text-align: center;
    margin-top: 4rem;
  }
}

.about__name-english {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

.about__text {
  text-align: left;
  margin-top: 1.6rem;
  text-align: justify;
}

.arrow__group {
  width: 150px;
  text-align: left;
  margin: 0 0 1rem auto;
  line-height: 1;
  /* 矢印の移動アニメーション */
}
@media only screen and (max-width: 768px) {
  .arrow__group {
    width: 100px;
  }
}
.arrow__group .view-more {
  text-align: right;
  font-weight: 700;
  padding-right: 5rem;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .arrow__group .view-more {
    padding-right: 0;
  }
}
.arrow__group .view-more:hover {
  opacity: 0.7;
}
.arrow__group img:hover {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.arrow__group .move {
  -webkit-transform: translateX(16px);
          transform: translateX(16px); /* 矢印が右に動く量 */
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; /* アニメーションの速さとイージング */
}

.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}

.works__item {
  width: 26%;
}
@media only screen and (max-width: 768px) {
  .works__item {
    width: 100%;
    max-width: 294px;
  }
}

.works__item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.works__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.works__item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.works__item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.works__item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.works__item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.works__item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.works__item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.works__item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.works__item:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.works__item:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.works__item:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.works__item:nth-child(13) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.works__item:nth-child(14) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.works__item:nth-child(15) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.works__item:nth-child(16) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.works__item:nth-child(17) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.works__item:nth-child(18) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.works__item:nth-child(19) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.works__item:nth-child(20) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.works__img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.works__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 1;
  pointer-events: none;
}

.works__img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.works__img:hover::before {
  opacity: 1;
}

.works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}

.works__item-title {
  font-weight: 700;
  margin-top: 0.8rem;
  text-align: center;
}

.works__item-text {
  font-size: 1.4rem;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 768px) {
  .fadein.no-animation {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: none;
    transition: none;
  }
}

.about__wrapper {
  -webkit-animation: 3s topspace-fadein;
          animation: 3s topspace-fadein;
}

.about__img {
  -webkit-animation: 3s topspace-fadein;
          animation: 3s topspace-fadein;
}

/*-- 付与するcurrentクラスのスタイル --*/
.current {
  color: #ffffff;
  background-color: #7CA274;
}

a.page-numbers {
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50%;
}

a.page-numbers:hover {
  border: 1px solid #7CA274;
  background-color: rgba(255, 255, 255, 0.7);
}

/** @format */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

.single__wrap {
  /* -----------------------------
  the_contentの中身
  ------------------------------*/
}
.single__wrap .sub__title {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .single__wrap h2.single__company-name.title {
    font-size: 1.6rem;
  }
}
.single__wrap .single__company-name {
  margin: 0;
  width: 100%;
}
.single__wrap .single__works-link {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single__wrap .single__works-link::before {
  display: none;
  content: "";
  width: 1px;
  height: 32px;
  background-color: #333333;
  margin: 16px auto 0;
}
.single__wrap .single__works-link::after {
  display: none;
  content: "";
  width: 1px;
  height: 32px;
  background-color: #333333;
  margin: 0 auto;
  margin: 8px auto 16px;
}
.single__wrap .link_line {
  width: 1px;
  height: 32px;
  background-color: #333333;
  display: block;
  text-align: center;
  margin: 3rem auto 2rem;
}
.single__wrap .single__field-link {
  font-size: 3.2rem;
  font-weight: 700;
  color: #7CA274;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.7rem;
}
.single__wrap .single__field-linkImg {
  width: 1.6rem;
}
.single__wrap .single__works-detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 3.2rem;
}
.single__wrap .single__worksImg-group {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.single__wrap .single__workDetail-img {
  margin-top: 2.4rem;
}
.single__wrap .single__worksDetail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .single__wrap .single__worksDetail-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single__wrap .single__worksDetail-title {
  text-align: left;
  max-width: 150px;
  width: 100%;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .single__wrap .single__worksDetail-title {
    font-size: 1.4rem;
  }
}
.single__wrap .single__worksDetail-text {
  text-align: left;
  max-width: 580px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .single__wrap .single__worksDetail-text {
    font-size: 1.4rem;
  }
}
.single__wrap .single__borderLine {
  display: block;
  width: 1px;
  height: 3.2rem;
  color: #333333;
}
.single__wrap .move-left {
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px); /* 矢印が右に動く量 */
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; /* アニメーションの速さとイージング */
}
.single__wrap .move-right {
  -webkit-transform: translateX(16px);
          transform: translateX(16px); /* 矢印が右に動く量 */
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; /* アニメーションの速さとイージング */
}
.single__wrap .single__company-name {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  border-bottom: none;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .single__wrap .single__company-name {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.single__wrap .single__section {
  margin-top: 8rem;
}
.single__wrap h2 {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 2px solid #7CA274;
  width: 50%;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  margin-top: 8rem;
}
.single__wrap .wp-block-simple-definition-list-blocks-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .single__wrap .wp-block-simple-definition-list-blocks-div {
    font-size: 1.4rem;
    display: block;
  }
}
.single__wrap dt {
  font-weight: 700;
  max-width: 160px;
  width: 100%;
}
.single__wrap .single__section-text {
  margin-top: 1.6rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .single__wrap p {
    font-size: 1.4rem;
  }
}
.single__wrap .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  padding-left: 0;
}
.single__wrap .wp-block-media-text {
  margin-bottom: 5.6rem;
}
.single__wrap .wp-block-media-text__content p {
  text-align: left;
}
.single__wrap .single__pagination {
  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: end;
  font-weight: 700;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .single__wrap .single__pagination {
    margin-top: 4rem;
  }
}
.single__wrap .single__prev-arrow {
  width: 64px;
  margin: 0.8rem;
}/*# sourceMappingURL=single.css.map */