@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-VF.woff") format("woff-variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
  font-style: normal;
  color: #222222;
}

* {
  box-sizing: border-box;
}

.mb_61_101 {
  margin-bottom: 3.8125rem;
}
@media (min-width: 768px) {
  .mb_61_101 {
    margin-bottom: 6.3125rem;
  }
}

/* ==========================================================
   mv
   ========================================================== */
@keyframes mvCatchReveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes mvCatchPenMove {
  from {
    left: 0;
  }
  to {
    left: calc(100% - 0.3125rem);
  }
}
.mv {
  padding-top: 7.1875rem;
  background-color: #faf4eb;
}
@media (min-width: 960px) {
  .mv {
    padding-top: 10.625rem;
  }
}
.mv .mv__inner {
  position: relative;
  width: calc(100% - 32px);
  padding: 2.625rem 1.5rem 2.3125rem 1.5rem;
  margin: 0 auto 4rem auto;
  background-image: url("../img/top/mv-bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.mv .mv__inner::before {
  content: "";
  position: absolute;
  top: -3.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.9375rem;
  height: 21.9375rem;
  background-image: url("../img/top/mv_shiori.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (min-width: 500px) {
  .mv .mv__inner {
    background-image: url("../img/top/mv-bg_tablet.png");
    max-width: 768px;
  }
}
@media (min-width: 960px) {
  .mv .mv__inner {
    width: 100%;
    max-width: 100%;
    padding: 5.5rem 0 7.875rem;
    margin: 0;
    background-image: url("../img/top/mv-bg_pc.png");
    background-size: auto;
  }
  .mv .mv__inner::before {
    content: none;
  }
}
.mv .mv__catch {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.mv .mv__catch .mv__catch-text {
  position: relative;
  display: none;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
  padding: 0 0.9375rem 1rem 2.1875rem;
}
.mv .mv__catch .mv__catch-text::after {
  content: "";
  position: absolute;
  background-image: url("../img/top/bottom_border.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 0.2175rem;
  bottom: 0;
  left: 0;
}
@media (min-width: 960px) {
  .mv .mv__catch .mv__catch-text {
    display: inline-block;
    font-size: 3.6vw;
    clip-path: inset(0 100% 0 0);
    animation: mvCatchReveal 1.8s steps(16, end) forwards;
  }
}
@media (min-width: 1201px) {
  .mv .mv__catch .mv__catch-text {
    font-size: 2.5rem;
    padding: 0 2rem 1rem 2.5625rem;
  }
}
.mv .mv__catch .mv__catch-icon {
  position: absolute;
  width: 3.4375rem;
  height: 5.8125rem;
  left: 0;
  bottom: 0rem;
  display: none;
}
@media (min-width: 960px) {
  .mv .mv__catch .mv__catch-icon {
    display: block;
    animation: mvCatchPenMove 1.8s steps(16, end) forwards;
  }
}
.mv .mv__lead {
  margin: 1.6875rem 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  display: none;
}
@media (min-width: 960px) {
  .mv .mv__lead {
    display: block;
  }
}
.mv .mv__content {
  position: relative;
  max-width: 70.75rem;
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: 34.4% 34.4%;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 960px) {
  .mv .mv__content {
    margin: 3rem auto 0;
    grid-template-columns: 46% 46%;
    gap: 8%;
  }
}
@media (min-width: 969px) {
  .mv .mv__content {
    grid-template-columns: 40vw 40vw;
    gap: 2.5rem;
  }
}
@media (min-width: 1201px) {
  .mv .mv__content {
    grid-template-columns: 30.125rem 30.125rem;
  }
}
.mv .mv__content::before {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 8.875rem;
  height: 9.0625rem;
  background-image: url("../img/top/mv_icon.svg");
  background-size: contain;
}
@media (min-width: 960px) {
  .mv .mv__content::before {
    bottom: -2%;
    width: 22vw;
    height: 21vw;
  }
}
@media (min-width: 968px) {
  .mv .mv__content::before {
    bottom: 0;
    width: 15.111rem;
    height: 15.5rem;
  }
}
.mv .mv__content .mv__illustration {
  width: 100%;
  height: auto;
  order: 1;
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .mv .mv__content .mv__illustration {
    order: 2;
    max-width: none;
    margin: 0;
  }
}
.mv .mv__content .mv__panel {
  width: 100%;
  height: 100%;
  background-color: unset;
  border-radius: 1rem;
  padding: 0;
  text-align: center;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 960px) {
  .mv .mv__content .mv__panel {
    padding: 3.9375rem 1.625rem 2.5rem 1.625rem;
    background-image: url("../img/top/mv_content__bg_01.svg");
  }
}
.mv .mv__content .mv__panel.mv__panel--self {
  order: 2;
}
@media (min-width: 960px) {
  .mv .mv__content .mv__panel.mv__panel--self {
    order: 1;
  }
}
.mv .mv__content .mv__panel.mv__panel--self .mv__panel-label {
  margin-bottom: 5rem;
}
@media (min-width: 960px) {
  .mv .mv__content .mv__panel.mv__panel--self .mv__panel-label {
    margin-bottom: 0.25rem;
  }
}
.mv .mv__content .mv__panel.mv__panel--others {
  order: 3;
}
.mv .mv__content .mv__panel.mv__panel--others .mv__panel-label {
  margin-bottom: 1.375rem;
}
@media (min-width: 960px) {
  .mv .mv__content .mv__panel.mv__panel--others .mv__panel-label {
    margin-bottom: 0.25rem;
  }
}
.mv .mv__content .mv__panel .mv__panel-label {
  margin: 0 0 0.25rem;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 0.625rem;
}
@media (min-width: 960px) {
  .mv .mv__content .mv__panel .mv__panel-label {
    align-items: center;
    flex-direction: row;
    gap: 0;
  }
}
.mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-wrapper {
    flex-direction: row;
  }
}
.mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-wrapper .mv__panel-label-char {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0.0625rem solid #222222;
  border-bottom: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-wrapper .mv__panel-label-char:nth-last-child(1) {
  border-bottom: 0.0625rem solid #222222;
}
@media (min-width: 500px) {
  .mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-wrapper .mv__panel-label-char {
    font-size: 1.3rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 960px) {
  .mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-wrapper .mv__panel-label-char {
    width: 5vw;
    height: 5vw;
    font-size: 3vw;
    border-bottom: 0.0625rem solid #222222;
  }
  .mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-wrapper .mv__panel-label-char:not(:last-child) {
    border-right: none;
  }
}
@media (min-width: 969px) {
  .mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-wrapper .mv__panel-label-char {
    font-size: 2.5vw;
    width: 4.7vw;
    height: 4.7vw;
  }
}
@media (min-width: 1201px) {
  .mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-wrapper .mv__panel-label-char {
    font-size: 2rem;
    width: 3.5625rem;
    height: 3.5625rem;
  }
}
.mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-text {
  font-size: 1rem;
  font-weight: 700;
  margin-left: unset;
  writing-mode: vertical-rl;
}
@media (min-width: 500px) {
  .mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-text {
    font-size: 1.3rem;
  }
}
@media (min-width: 960px) {
  .mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-text {
    font-size: 3.6vw;
    margin-left: auto;
    writing-mode: horizontal-tb;
  }
}
@media (min-width: 969px) {
  .mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-text {
    font-size: 2.7vw;
  }
}
@media (min-width: 1201px) {
  .mv .mv__content .mv__panel .mv__panel-label .mv__panel-label-text {
    font-size: 2rem;
  }
}
.mv .mv__content .mv__panel .mv__panel-text {
  margin: 1.125rem 0 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  display: none;
}
@media (min-width: 960px) {
  .mv .mv__content .mv__panel .mv__panel-text {
    display: block;
  }
}
.mv .mv__content .mv__panel .mv__panel-buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 960px) {
  .mv .mv__content .mv__panel .mv__panel-buttons {
    flex-direction: row;
    gap: 2.1875rem;
  }
}
.mv .mv__content .mv__panel .mv__panel-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 6.75rem;
  height: 6.75rem;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  padding-top: 1.5rem;
}
@media (min-width: 960px) {
  .mv .mv__content .mv__panel .mv__panel-button {
    font-size: 1rem;
    width: 9.3125rem;
    height: 9.3125rem;
    padding-top: 2.1875rem;
  }
}
.mv .mv__content .mv__panel .mv__panel-button:hover {
  opacity: 0.75;
  transition: opacity 0.3s ease;
}
.mv .mv__content .mv__panel .mv__panel-button.mv__panel-button--navy {
  background-color: #1f3a5a;
}
.mv .mv__content .mv__panel .mv__panel-button.mv__panel-button--green {
  background-color: #3f6b45;
}
.mv .mv__content .mv__panel .mv__panel-button.mv__panel-button--gold {
  background-color: #b08d3e;
}
.mv .mv__content .mv__panel .mv__panel-button .mv__panel-button-arrow {
  margin-top: 0.4875rem;
  line-height: 0;
}
@media (min-width: 960px) {
  .mv .mv__content .mv__panel .mv__panel-button .mv__panel-button-arrow {
    margin-top: 0.875rem;
  }
}
.mv .mv__content .mv__panel .mv__panel-button .mv__panel-button-arrow img {
  width: 0.375rem;
  height: 0.8125rem;
}
.mv .mv__stats {
  max-width: 62.5rem;
  margin: 4.0625rem auto 0;
  padding: 0;
  list-style: none;
  display: none;
  justify-content: center;
  gap: 2.5rem;
}
@media (min-width: 960px) {
  .mv .mv__stats {
    display: flex;
  }
}
.mv .mv__stats .mv__stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #6d6a5f;
  color: #fff;
  justify-content: center;
  text-align: center;
}
@media (min-width: 960px) {
  .mv .mv__stats .mv__stats-item {
    width: 8.1875rem;
    height: 8.1875rem;
  }
}
.mv .mv__stats .mv__stats-item .mv__stats-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.mv .mv__stats .mv__stats-item .mv__stats-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.4375rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media (min-width: 960px) {
  .mv .mv__stats .mv__stats-item .mv__stats-label {
    font-size: 0.888rem;
  }
}
.mv .mv__stats .mv__stats-item .mv__stats-label__text {
  display: inline;
  border-bottom: 0.0625rem dotted currentColor;
  padding-bottom: 0.0625rem;
}
.mv {
  font-weight: 700;
  line-height: 1.5;
}
.mv .sp_subheading {
  display: block;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 960px) {
  .mv .sp_subheading {
    display: none;
  }
}
.mv .mv__stats_sp {
  display: flex;
  gap: 0.418125rem;
  margin: 2.5rem auto 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
  max-width: 23.875rem;
  width: calc(100% - 1.5rem);
}
@media (min-width: 960px) {
  .mv .mv__stats_sp {
    display: none;
    max-width: none;
  }
}
.mv .mv__stats_sp .mv__stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 25%;
  height: 25%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #6d6a5f;
  color: #fff;
  justify-content: center;
  text-align: center;
}
.mv .mv__stats_sp .mv__stats-item .mv__stats-icon {
  width: 1.25rem;
  height: 1.25rem;
}
@media (min-width: 960px) {
  .mv .mv__stats_sp .mv__stats-item .mv__stats-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.mv .mv__stats_sp .mv__stats-item .mv__stats-label {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
}
.mv .mv__stats_sp .mv__stats-item .mv__stats-label .mv__stats-label__text {
  display: inline;
  border-bottom: 0.0625rem dotted currentColor;
  padding-bottom: 0.0625rem;
}
@media (min-width: 960px) {
  .mv .mv__stats_sp .mv__stats-item .mv__stats-label {
    font-size: 0.625rem;
  }
}

.carousel-controls {
  position: absolute;
  right: 50%;
  transform: translate(50%);
  border: 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "prev pagination next";
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .carousel-controls {
    right: 4.5625rem;
    transform: none;
    grid-template-areas: "prev next pagination";
    justify-content: flex-end;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-top: 1.6875rem;
  }
}

.carousel-controls.u-sp-only {
  display: grid;
}
@media (min-width: 768px) {
  .carousel-controls.u-sp-only {
    display: none;
  }
}

.carousel-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 0.0625rem solid #1c2b4a;
  background-color: #fff;
  color: #2b2b2b;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.carousel-nav:hover {
  opacity: 1;
  background-color: #1c2b4a;
}
.carousel-nav:hover svg {
  color: #ffffff;
}
.carousel-nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
@media (min-width: 768px) {
  .carousel-nav {
    width: 3rem;
    height: 3rem;
  }
}
.carousel-nav svg {
  width: 1.3125rem;
  height: 1.3125rem;
  color: #1c2b4a;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .carousel-nav svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.carousel-nav--prev {
  grid-area: prev;
}
.carousel-nav--next {
  grid-area: next;
  justify-self: auto;
}
@media (min-width: 768px) {
  .carousel-nav--next {
    justify-self: end;
  }
}

.carousel-pagination {
  position: relative;
  grid-area: pagination;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1875rem;
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .carousel-pagination {
    justify-content: flex-end;
    gap: 0.3125rem;
  }
}
.carousel-pagination .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #e0e0e0;
  opacity: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .carousel-pagination .swiper-pagination-bullet {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
.carousel-pagination .swiper-pagination-bullet-active {
  background-color: #1f3a5a;
}

/* セクション境界の波型（アーチ状の切り替え） */
.wave-divider {
  position: relative;
}
.wave-divider::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 7vw;
  background-image: url("../img/common/section_bg__white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.u-sp-only {
  display: inline;
}
@media (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media (min-width: 768px) {
  .u-pc-only {
    display: revert;
  }
}

/* ==========================================================
   works：これまでに手がけた『世界に一つの本』
   ========================================================== */
.works {
  padding: 4rem 0 4rem;
  background-color: #faf4eb;
}
@media (min-width: 768px) {
  .works {
    padding: 4rem 0 7.5rem;
  }
}
@media (min-width: 960px) {
  .works {
    padding: 0 0 7.5rem;
  }
}
.works .works__inner {
  width: 100%;
  margin: 0 auto;
}
.works .works__more {
  display: flex;
  justify-content: center;
}

/* ==========================================================
   voice：自費出版で夢を叶えた『皆さまの声』
   ========================================================== */
.voice {
  overflow: hidden;
  padding: 3.5rem 0 4rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .voice {
    padding: 5.625rem 0 6.875rem;
  }
}
.voice .voice__inner {
  max-width: 70.75rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .voice .voice__inner {
    padding: 0;
  }
}
.voice .voice__swiper {
  overflow: visible;
}
.voice .voice__item-link {
  text-decoration: none;
}
.voice .voice__item-link:hover {
  opacity: 1;
}
.voice .voice__item-link:hover .voice__item-tag {
  opacity: 0.75;
}
.voice .voice__item-link:hover .voice__item-title {
  opacity: 0.75;
}
.voice .voice__item-link:hover .voice__item-text {
  opacity: 0.75;
}
.voice .voice__item-link:hover .voice__item-more {
  opacity: 0.75;
}
.voice .voice__item-link:hover .voice__item-more .voice__item-more-icon {
  background-color: #51648e;
  opacity: 1;
}
.voice .voice__item-link:hover .voice__item-image img {
  transform: scale(1.1);
}
.voice .voice__item {
  display: flex;
  height: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .voice .voice__item {
    margin-bottom: 0rem;
  }
}
.voice .voice__item .voice__item-image {
  flex-shrink: 0;
  width: 5.625rem;
  height: auto;
  border-radius: 0.25rem 0 0 0.25rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .voice .voice__item .voice__item-image {
    width: 11.5625rem;
  }
}
.voice .voice__item .voice__item-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s ease;
}
.voice .voice__item .voice__item-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .voice .voice__item .voice__item-body {
    padding-bottom: 2.1rem;
  }
}
.voice .voice__item .head_content {
  border: 0.0625rem solid #222;
  border-left: none;
  border-radius: 0 0.375rem 0.375rem 0;
  padding: 1rem 1rem 0.75rem 1rem;
}
@media (min-width: 768px) {
  .voice .voice__item .head_content {
    padding: 1.125rem 1.6875rem;
  }
}
.voice .voice__item .voice__item-tag {
  margin: 0 0 0.5rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .voice .voice__item .voice__item-tag {
    margin: 0 0 0.6875rem;
    font-size: 0.875rem;
  }
}
.voice .voice__item .voice__item-title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .voice .voice__item .voice__item-title {
    font-size: 1.111rem;
  }
}
.voice .voice__item .voice__item-text {
  margin: 1rem 0 auto 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .voice .voice__item .voice__item-text {
    margin: 1.6875rem 0 auto 1.75rem;
    font-size: 1.125rem;
  }
}
.voice .voice__item-more {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 0.5rem;
  padding-bottom: 0.9375rem;
  margin-left: auto;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
  text-decoration: none;
  border-bottom: 0.0625rem solid #6d6a5f;
  transition: opacity 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .voice .voice__item-more {
    width: 68.3%;
  }
}
.voice .voice__item-more:hover {
  opacity: 0.75;
}
.voice .voice__item-more .voice__item-more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #1f3a5a;
  color: #fff;
  flex-shrink: 0;
  transition: background 0.3s ease;
}
.voice .voice__item-more .voice__item-more-icon::before {
  content: "";
  display: block;
  background-image: url("../img/common/right_arrow__white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.375rem;
  height: 0.6875rem;
}
.voice {
  /* --- ご自身に近い事例を... 検索導線 --- */
}
.voice .voice__search {
  text-align: center;
  margin-top: 5.25rem;
}
@media (min-width: 768px) {
  .voice .voice__search {
    margin-top: 7.5rem;
  }
}
.voice .carousel-pagination {
  margin-left: 0;
}
@media (min-width: 768px) {
  .voice .carousel-pagination {
    margin-left: 0.625rem;
  }
}

/* ==========================================================
   genre：作りたい本から探す
   ========================================================== */
.genre {
  position: relative;
  padding: 4rem 0 7.25rem;
  background: url("../img/top/genre_bg.png"), #ede8df;
  background-size: cover;
  background-repeat: repeat;
  border-radius: 1.875rem;
}
@media (min-width: 768px) {
  .genre {
    padding: 7.875rem 0 9.4375rem;
    border-radius: 4.375rem;
  }
}
.genre .genre__inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.genre .genre_head {
  position: relative;
  display: flex;
  align-items: end;
  margin-bottom: 6.0625rem;
}
.genre .genre_head .genre__list {
  margin: 0 0.5625rem 0 2.125rem;
}
.genre .genre_head .genre_left__object {
  position: relative;
  width: 13vw;
  height: unset;
  margin-right: auto;
  z-index: 3;
}
@media (min-width: 1370px) {
  .genre .genre_head .genre_left__object {
    width: 10.25rem;
    height: 16.5rem;
  }
}
.genre .genre_head .genre_right__object {
  position: relative;
  width: 13vw;
  height: unset;
  margin-left: auto;
  z-index: 3;
}
@media (min-width: 1370px) {
  .genre .genre_head .genre_right__object {
    width: 11.8125rem;
    height: 18.75rem;
  }
}
.genre .genre_head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.125rem;
  background-image: url("../img/top/book_object__border.svg");
  background-size: cover;
  width: 100%;
  height: 2.4375rem;
}
.genre .genre_bottom {
  position: relative;
  display: flex;
  align-items: end;
}
.genre .genre_bottom .genre__list {
  margin: 0 0.75rem 0 2.125rem;
}
.genre .genre_bottom .genre_left__object {
  position: relative;
  width: 13vw;
  height: unset;
  margin-right: auto;
  z-index: 3;
}
@media (min-width: 1370px) {
  .genre .genre_bottom .genre_left__object {
    width: 10.25rem;
    height: 16.5rem;
  }
}
.genre .genre_bottom .genre_right__object {
  position: relative;
  width: 13vw;
  height: unset;
  margin-left: auto;
  z-index: 3;
}
@media (min-width: 1370px) {
  .genre .genre_bottom .genre_right__object {
    width: 11.625rem;
    height: 18.875rem;
  }
}
.genre .genre_bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.125rem;
  background-image: url("../img/top/book_object__border.svg");
  background-size: cover;
  width: 100%;
  height: 2.4375rem;
}
.genre .genre__carousel {
  overflow: visible;
}
.genre .genre__carousel::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  background-image: url(../img/top/book_object__border.svg);
  background-size: cover;
  width: 100%;
  height: 1.5rem;
}
@media (min-width: 768px) {
  .genre .genre__carousel::after {
    content: "";
  }
}
.genre .genre__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0rem;
  z-index: 3;
}
@media (min-width: 768px) {
  .genre .genre__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6.0625rem 1.5rem;
  }
}
.genre .genre__item .genre__item-link {
  display: block;
  text-decoration: none;
  color: #222222;
  background-color: #ffffff;
  border-radius: 0.375rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.genre .genre__item .genre__item-link:hover {
  opacity: 1;
}
.genre .genre__item .genre__item-link:hover .genre__item-label {
  color: #5c5c5c;
}
.genre .genre__item .genre__item-link:hover .genre__item-arrow {
  background-color: #51648e;
}
.genre .genre__item .genre__item-link:hover img {
  transform: scale(1.1);
}
.genre .genre__item .genre__item-image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.genre .genre__item .genre__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.genre .genre__item .genre__item-label {
  display: block;
  padding: 0.75rem 0.5rem 0.375rem;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .genre .genre__item .genre__item-label {
    font-size: 1.111rem;
    padding: 0.875rem 0.75rem 0.5rem;
  }
}
.genre .genre__item .genre__item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background-color: #1f3a5a;
  color: #fff;
  transition: background 0.3s ease;
}
@media (min-width: 768px) {
  .genre .genre__item .genre__item-arrow {
    width: 1.555rem;
    height: 1.555rem;
  }
}
.genre .genre__item .genre__item-arrow svg {
  width: 0.8125rem;
  height: 0.8125rem;
}
@media (min-width: 768px) {
  .genre .genre__item .genre__item-arrow svg {
    width: 0.875rem;
    height: 0.875rem;
  }
}

/* ==========================================================
   reason：弘報印刷が選ばれる理由
   ========================================================== */
.reason {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .reason {
    padding: 7.875rem 0;
  }
}
.reason .reason__inner {
  max-width: 72.1875rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.reason .reason__list {
  margin: 1.6875rem 0 2rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.6875rem;
}
@media (min-width: 768px) {
  .reason .reason__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    margin: 1.6875rem 0 4.5rem;
  }
}
.reason .reason__item {
  position: relative;
  text-align: center;
  padding: 0 1.125rem;
}
.reason .reason__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-image: url("../img/top/reason_content__bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 0.5rem;
  z-index: -1;
}
.reason .reason__item .reason__item-photo {
  position: relative;
  margin-bottom: 1.5rem;
}
.reason .reason__item .reason__item-ribbon {
  position: absolute;
  left: 1.125rem;
  top: -1.6875rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 2.6875rem;
  height: 6.875rem;
  padding: 1.09375rem 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 180%;
  color: #ffffff;
  background-image: url("../img/top/reason_point.svg");
}
.reason .reason__item .reason__item-ribbon span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1;
  color: #ffffff;
}
.reason .reason__item .reason__item-image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0 auto;
}
.reason .reason__item .reason__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.reason .reason__item .reason__item-texts {
  padding-bottom: 4.5625rem;
}
.reason .reason__item .reason__item-title {
  display: inline-block;
  margin: 0 0 1rem;
  padding-bottom: 0.375rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
}
.reason .reason__item .reason__item-title::after {
  content: "";
  display: block;
  background-image: url("../img/top/reason_title__border.svg");
  background-size: cover;
  width: 100%;
  height: 0.1875rem;
}
@media (min-width: 768px) {
  .reason .reason__item .reason__item-title {
    font-size: 1.25rem;
  }
}
.reason .reason__item .reason__item-text {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 768px) {
  .reason .reason__item .reason__item-text {
    font-size: 1.125rem;
  }
}

/* ==========================================================
   price：価格の目安
   ========================================================== */
.price {
  padding: 3.5rem 0 4rem;
  background-color: #faf4eb;
}
@media (min-width: 768px) {
  .price {
    padding: 5.625rem 0 6.875rem;
  }
}
.price .price__list {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .price .price__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
.price .price__item {
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  text-align: center;
}
.price .price__item .price__item-title {
  margin: 0.5625rem 0.5rem 1.5rem 0.5rem;
  padding: 0.4375rem 0.75rem 0.4375rem;
  background-color: #dee5f2;
  font-weight: 700;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #1c2b4a;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .price .price__item .price__item-title {
    font-size: 1.111rem;
    padding: 0.4375rem 0.75rem 0.375rem;
  }
}
.price .price__item .price__item-spec {
  display: block;
  font-weight: 500;
  font-size: 0.889rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 768px) {
  .price .price__item .price__item-spec {
    font-size: 1rem;
  }
}
.price .price__item .price__item-values {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.556rem;
  line-height: 180%;
  color: #1c2b4a;
}
@media (min-width: 768px) {
  .price .price__item .price__item-values {
    font-size: 2.222rem;
  }
}
.price .price__item .price__item-values .price__item-value-unit {
  font-family: "Noto Sans", sans-serif;
  margin-left: 0.25rem;
  font-size: 0.666rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #1c2b4a;
}
@media (min-width: 768px) {
  .price .price__item .price__item-values .price__item-value-unit {
    font-size: 0.777rem;
  }
}
.price .price__item .price__item-values .price__item-value {
  font-weight: 600;
  font-size: 0.777rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #1c2b4a;
}
@media (min-width: 768px) {
  .price .price__item .price__item-values .price__item-value {
    font-size: 0.888rem;
  }
}
.price .price__more {
  display: flex;
  justify-content: center;
}

/* ==========================================================
   flow：ご相談から納品まで
   ========================================================== */
.flow {
  padding: 3.5rem 0 8.1rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .flow {
    padding: 5.625rem 0 6.875rem;
  }
}
.flow .flow__inner {
  max-width: 70.75rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.flow .flow__carousel {
  position: relative;
  overflow: visible;
}
.flow .flow__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (min-width: 768px) {
  .flow .flow__list {
    padding: 0.75rem 0 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
}
.flow .flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.flow .flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.0625rem;
  background-color: #6d6a5f;
  z-index: 0;
  transform: translateY(-50%);
}
.flow .flow__item:nth-child(1) .flow__item-icon {
  gap: 0.8125rem;
}
.flow .flow__item:nth-child(1) .flow__item-icon img {
  width: 2.875rem;
  height: 2.625rem;
}
.flow .flow__item:nth-child(2) .flow__item-icon {
  gap: 0.4375rem;
}
.flow .flow__item:nth-child(2) .flow__item-icon img {
  width: 3rem;
  height: 2.5rem;
}
.flow .flow__item:nth-child(3) .flow__item-icon {
  gap: 0.5rem;
}
.flow .flow__item:nth-child(3) .flow__item-icon img {
  width: 2.375rem;
  height: 2.375rem;
}
.flow .flow__item:nth-child(4) .flow__item-icon {
  gap: 0.625rem;
}
.flow .flow__item:nth-child(4) .flow__item-icon img {
  width: 2.5rem;
  height: 2.25rem;
}
.flow .flow__item:nth-child(5) .flow__item-icon {
  gap: 0.4375rem;
}
.flow .flow__item:nth-child(5) .flow__item-icon img {
  width: 3rem;
  height: 2.625rem;
}
.flow .flow__item:nth-child(6) .flow__item-icon {
  gap: 0.125rem;
}
.flow .flow__item:nth-child(6) .flow__item-icon img {
  width: 2.25rem;
  height: 3rem;
}
.flow .flow__item:nth-child(7) .flow__item-icon {
  gap: 0.75rem;
}
.flow .flow__item:nth-child(7) .flow__item-icon img {
  width: 2.625rem;
  height: 2.75rem;
}
.flow .flow__item .flow__item-circle {
  position: relative;
  width: 8.625rem;
  height: 8.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .flow .flow__item .flow__item-circle {
    width: 7.7rem;
    height: 7.7rem;
  }
}
.flow .flow__item .flow__item-circle::before {
  content: "";
  position: absolute;
  z-index: 5;
  background: #ffffff;
  inset: 0;
  border: 0.0625rem solid #6d6a5f;
  border-radius: 50%;
}
.flow .flow__item .flow__item-number {
  position: absolute;
  top: -0.4375rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  background-color: #fff;
  padding: 0 0.375em;
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2d5a27;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .flow .flow__item .flow__item-number {
    top: -0.3125rem;
    font-size: 1.5rem;
  }
}
.flow .flow__item .flow__item-icon {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 7.75rem;
  height: 7.75rem;
  border-radius: 50%;
  background-color: #eeeff1;
  color: #2b2b2b;
}
@media (min-width: 768px) {
  .flow .flow__item .flow__item-icon {
    width: 6.8rem;
    height: 6.8rem;
  }
}
.flow .flow__item .flow__item-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 768px) {
  .flow .flow__item .flow__item-icon svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.flow .flow__item .flow__item-label {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .flow .flow__item .flow__item-label {
    font-size: 0.9rem;
  }
}
.flow .btn_wrapper {
  margin-top: 5.25rem;
}

/* ==========================================================
   staff：私たちが心を込めて伴走します
   ========================================================== */
.staff {
  padding: 0 0 4rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .staff {
    padding: 0 0 7.875rem;
  }
}

/* ==========================================================
   column-section：自費出版のお役立ちコラム
   ========================================================== */
.column-section {
  position: relative;
  padding: 3.5rem 0 2rem;
  background-color: #faf4eb;
}
@media (min-width: 768px) {
  .column-section {
    padding: 5.625rem 0 0;
  }
}
.column-section .column-section__inner {
  position: relative;
  margin: 0 auto;
}
.column-section .column-section__lead {
  margin: 0 1rem 2rem 1rem;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 768px) {
  .column-section .column-section__lead {
    margin: 0 0 4.5rem;
    font-size: 1.125rem;
  }
}
.column-section .column-section__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  margin-bottom: 2rem;
  border-top: 0.0625rem solid #c3b9b5;
}
@media (min-width: 768px) {
  .column-section .column-section__content {
    grid-template-columns: 44% 1fr;
    gap: 2.8125rem;
    margin-bottom: 4.5rem;
    border-bottom: 0.0625rem solid #c3b9b5;
  }
}
@media (min-width: 1370px) {
  .column-section .column-section__content {
    grid-template-columns: 35.1667rem 1fr;
  }
}
.column-section .column-section__image {
  padding: 1.5rem;
  border-right: none;
  border-bottom: 0.0625rem solid #c3b9b5;
}
@media (min-width: 768px) {
  .column-section .column-section__image {
    padding: 2.8125rem;
    border-right: 0.0625rem solid #c3b9b5;
    border-bottom: none;
  }
}
.column-section .column-section__image img {
  border-radius: 0.375rem;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 345/179;
}
@media (min-width: 768px) {
  .column-section .column-section__image img {
    aspect-ratio: 543/562;
  }
}
.column-section .column-section__list {
  margin: 0;
  padding: 1rem 0 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .column-section .column-section__list {
    padding: 2.5rem 4rem 3.2222rem 0;
  }
}
.column-section .column-section__item {
  border-bottom: 0.0625rem dashed #cfc6b4;
  padding: 0;
}
.column-section .column-section__item:first-child {
  border-top: none;
  padding: 0;
}
@media (min-width: 768px) {
  .column-section .column-section__item:first-child {
    padding: 0 0 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .column-section .column-section__item {
    padding: 1.5rem 0 0 1.5rem;
  }
}
.column-section .column-section__item .column-section__item-link {
  position: relative;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  text-decoration: none;
  color: #2b2b2b;
  padding: 1.5rem 1rem;
  transition: opacity 0.3s ease;
}
.column-section .column-section__item .column-section__item-link:hover {
  opacity: 0.75;
}
@media (min-width: 768px) {
  .column-section .column-section__item .column-section__item-link {
    padding: 1.5rem 0 1.5rem;
  }
}
.column-section .column-section__item .column-title_items {
  display: flex;
  gap: 0.4375rem;
  align-items: center;
  margin-bottom: 0.5625rem;
}
.column-section .column-section__item .column-title_items .column-section__item-icon {
  width: 1rem;
  height: 1.3125rem;
}
.column-section .column-section__item .column-section__item-body {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
}
.column-section .column-section__item .column-section__item-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 768px) {
  .column-section .column-section__item .column-section__item-title {
    font-size: 1.125rem;
  }
}
.column-section .column-section__item .column-section__item-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #222222;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .column-section .column-section__item .column-section__item-text {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}
.column-section .column-section__item .column-section__item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .column-section .column-section__item .column-section__item-tags {
    gap: 0.5625rem;
  }
}
.column-section .column-section__item .column-section__item-tag {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  border: 0.0625rem solid #222222;
  border-radius: 62.4375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (min-width: 768px) {
  .column-section .column-section__item .column-section__item-tag {
    font-size: 0.875rem;
    padding: 0.1875rem 0.75rem;
  }
}
.column-section .column-section__item .column-section__item-more {
  grid-row: 1;
  grid-column: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.125rem;
}
.column-section .column-section__item .column-section__item-more svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #1f3a5a;
  color: #fff;
  padding: 0.5625rem;
  box-sizing: border-box;
}
.column-section .column-section__item .button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #1c2b4a;
  color: #1f3a5a;
  margin: auto 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .column-section .column-section__item .button-arrow {
    width: 1.8125rem;
    height: 1.8125rem;
  }
}
.column-section .column-section__item .button-arrow::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.9375rem;
  background-image: url("../img/common/right_arrow__white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.125rem;
}
@media (min-width: 768px) {
  .column-section .column-section__item .button-arrow::after {
    height: 0.8125rem;
  }
}
.column-section .column-section__more {
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=top.css.map */