@charset "UTF-8";

/* CSS INFORMATION -====================================================
File name : subpage2.css
Description : 下層
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.main>section {
  padding: 16rem 0;
}

.sec-anc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100vw;
  margin: 0 calc(50% - 50vw) -3rem calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .sec-anc {
    width: 100%;
    margin: 0 0 -3rem 0;
  }
}

.sec-anc>li {
  width: auto;
  margin: 0 2rem 3rem 2rem;
}

@media screen and (min-width: 768px) {
  .sec-anc>li {
    margin: 0 4rem 3rem 4rem;
  }
}

.sec-anc>li>a {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 1.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .sec-anc>li>a {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .sec-anc>li>a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .sec-anc>li>a:hover .arrow {
    top: calc(50% + 0.3em);
  }
}

.sec-anc>li>a .arrow {
  position: absolute;
  right: 0;
  top: 51%;
  display: block;
  width: 1.1em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #b60005;
  transform: translateY(-50%) rotate(90deg);
  transition: top 0.3s ease;
}

.sec-anc>li>a .arrow::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  display: block;
  width: 42%;
  aspect-ratio: 1/1;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}

/* =====================================================================
    policy
======================================================================*/
.policy .sec-ttl {
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .policy .sec-ttl {
    line-height: 1;
  }
}

.policy-column {
  position: relative;
  width: 100%;
}

.policy-block {
  position: relative;
  width: 100%;
}

.policy-block+.policy-block {
  margin-top: 8rem;
}

.policy-block .sec-ttl {
  margin: 0;
  font-size: 3.2rem;
  font-size: clamp(20px, 1rem + 3vw, 3.2rem);
  line-height: 1.4;
  text-align: left;
}

.policy-block .sec-ttl.sec-ttl-idt span {
  padding-left: 1.62em;
  text-indent: -1.62em;
}

.policy-block p {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}

.policy-block p:first-child {
  margin-top: 0;
}

.policy-block p.sign {
  text-align: right;
}

.policy-block ul,
.policy-block ol {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}

.policy-block ul:first-child,
.policy-block ol:first-child {
  margin-top: 0;
}

.policy-block ul>li,
.policy-block ol>li {
  position: relative;
  line-height: 2;
  list-style-type: none;
}

.policy-block ul>li.mt3,
.policy-block ol>li.mt3 {
  margin-top: 3rem;
}

.policy-block a {
  display: inline-block;
  text-decoration: underline;
}

.policy-list01>li {
  padding-left: 2em;
}

.policy-list01>li::before {
  content: "(" counter(list-item) ")";
  position: absolute;
  left: 0;
  top: 0;
}

.policy-list02>li {
  padding-left: 1.5em;
}

.policy-list02>li::before {
  content: counter(list-item, lower-alpha) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.policy-list03>li {
  padding-left: 1em;
  text-indent: -1em;
}

/* =====================================================================
    company
======================================================================*/
.company .sec-anc {
  width: 100% !important;
  margin: 0 0 -3rem 0 !important;
}

.company .sec-anc>li {
  margin: 0 4rem 3rem 4rem !important;
}

.company .sec-anc>li:nth-child(2n+1) {
  width: 12.1rem;
}

@media screen and (min-width: 768px) {
  .company .sec-anc>li:nth-child(2n+1) {
    width: auto;
  }
}

.company .sec-anc>li:nth-child(2n) {
  width: 16.8rem;
}

@media screen and (min-width: 768px) {
  .company .sec-anc>li:nth-child(2n) {
    width: auto;
  }
}

.company-mvv {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}

.company-mvv .sec-ttl {
  font-size: 4.4rem;
  font-size: clamp(4.4rem, 3vw, 30px);
}

.company-mvv-column {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.company-mvv-about {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 4rem 8rem;
  border: 4rem solid #f7f6f2;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .company-mvv-about {
    padding: 3rem 6rem;
    border: 3rem solid #f7f6f2;
  }
}

.company-mvv-about+.company-mvv-about {
  margin-top: 3.2rem;
}

@media screen and (min-width: 768px) {
  .company-mvv-about+.company-mvv-about {
    margin-top: 2.4rem;
  }
}

.company-mvv-about>dt {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .company-mvv-about>dt {
    width: 20%;
  }
}

.company-mvv-about>dt::before {
  content: "";
  position: absolute;
  left: -12rem;
  top: 50%;
  display: block;
  width: 10rem;
  height: 1px;
  background-color: #b60005;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .company-mvv-about>dt::before {
    left: -9rem;
    width: 7rem;
  }
}

.company-mvv-about>dt>span {
  display: block;
  color: #b60005;
  font-family: "EB Garamond", serif;
  font-size: 3.84rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .company-mvv-about>dt>span {
    font-size: 2.88rem;
  }
}

.company-mvv-about>dt>span::first-letter {
  font-size: 6.4rem;
}

@media screen and (min-width: 768px) {
  .company-mvv-about>dt>span::first-letter {
    font-size: 4.8rem;
  }
}

.company-mvv-about>dd {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .company-mvv-about>dd {
    width: 80%;
    margin-top: 0;
  }
}

.company-mvv-about>dd>span {
  display: block;
  line-height: 2;
}

.company-mvv .btn01 {
  margin-top: 8rem;
}

.company-company {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}

.company-company .sec-ttl {
  font-size: 4.4rem;
  font-size: clamp(4.4rem, 3vw, 30px);
}

.company-company-column {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.company-company-tbl {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}

.company-company-tbl tr:first-child th {
  border-top: 1px solid #b60005;
}

.company-company-tbl tr:first-child td {
  border-top: 1px dashed #3e3a39;
}

.company-company-tbl th {
  padding: 3.2rem 1em 3.2rem 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #b60005;
}

@media screen and (min-width: 768px) {
  .company-company-tbl th {
    padding: 2.4rem 4em 2.4rem 0;
  }
}

.company-company-tbl th>span {
  display: block;
  color: #b60005;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 2;
  white-space: nowrap;
}

.company-company-tbl td {
  padding: 3.2rem 0 3.2rem 1em;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dashed #3e3a39;
}

@media screen and (min-width: 768px) {
  .company-company-tbl td {
    padding: 2.4rem 0 2.4rem 2em;
  }
}

.company-company-tbl td>span {
  display: block;
  line-height: 2;
}

.company-history {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}

.company-history::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: calc(100% - 40rem);
  background-color: #f7f6f2;
  z-index: -2;
}

@media screen and (min-width: 768px) {
  .company-history::before {
    height: calc(100% - 20rem);
  }
}

.company-history-line01 {
  left: -86rem;
  top: 83rem;
  width: 161.9rem;
  height: 118.6rem;
  transform: rotate(-15deg);
}

@media screen and (min-width: 768px) {
  .company-history-line01 {
    left: -70rem;
    top: 34rem;
  }
}

.company-history .sec-ttl {
  font-size: 4.4rem;
  font-size: clamp(4.4rem, 3vw, 30px);
}

.company-history-column {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.company-history-timeline {
  position: relative;
  width: 106.25%;
  margin: 0 -3.125%;
}

@media screen and (min-width: 768px) {
  .company-history-timeline {
    width: calc(100% + 3.2rem);
    margin: 0 -3.2rem 0 0;
  }
}

.company-history-timeline::before {
  content: "";
  position: absolute;
  right: 0.1rem;
  top: 0;
  display: block;
  width: 0.6rem;
  height: 100%;
  border-radius: 1rem;
  background-color: #d9d8d4;
  z-index: -1;
}

.company-history-timeline-outer {
  position: relative;
  width: 100%;
  height: 80rem;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .company-history-timeline-outer {
    height: 40rem;
  }
}

.company-history-timeline-outer::-webkit-scrollbar {
  width: 0.8rem;
}

.company-history-timeline-outer::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #b60005;
}

.company-history-timeline-outer::-webkit-scrollbar-track {
  border-radius: 1rem;
  background-color: #d9d8d4;
}

.company-history-timeline-inner {
  position: relative;
  width: 64rem;
  margin: 0 auto 0 0;
  padding: 6rem;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .company-history-timeline-inner {
    width: calc(100% - 2.4rem);
    padding: 4.8rem 10rem;
  }
}

.company-history-timeline-list {
  position: relative;
  width: 100%;
}

.company-history-timeline-list>li {
  width: 100%;
  margin-top: 1em;
}

.company-history-timeline-list>li:first-child {
  margin-top: 0;
}

.company-history-timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.company-history-timeline-item>dt {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .company-history-timeline-item>dt {
    width: 8em;
  }
}

.company-history-timeline-item>dt>span {
  display: block;
  color: #b60005;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 2;
}

.company-history-timeline-item>dd {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .company-history-timeline-item>dd {
    width: calc(100% - 8em);
  }
}

.company-history-timeline-item>dd>span {
  display: block;
  line-height: 2;
}

.company-access {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}

.company-access .sec-ttl {
  font-size: 4.4rem;
  font-size: clamp(4.4rem, 3vw, 30px);
}

.company-access-column {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.company-access-list {
  position: relative;
  width: 100%;
}

.company-access-list>li {
  width: 100%;
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .company-access-list>li {
    margin-top: 4.8rem;
  }
}

.company-access-list>li:first-child {
  margin-top: 0;
}

.company-access-item {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.company-access-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(16.9rem - 0.5px);
  display: block;
  width: 117.1875%;
  height: 1px;
  background-color: #b60005;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .company-access-item::before {
    content: none;
  }
}

.company-access-item-map {
  position: relative;
  width: 100%;
  aspect-ratio: 640/338;
}

@media screen and (min-width: 768px) {
  .company-access-item-map {
    width: 50%;
    aspect-ratio: 600/338;
  }
}

.company-access-item-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

.company-access-item-office {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .company-access-item-office {
    width: 50%;
    margin-top: 0;
  }
}

.company-access-item-office>dt {
  position: relative;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .company-access-item-office>dt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1;
  }
}

.company-access-item-office>dt::before {
  content: none;
}

@media screen and (min-width: 768px) {
  .company-access-item-office>dt::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5px;
    display: block;
    width: 213.3333333333%;
    height: 1px;
    background-color: #b60005;
    transform: translateX(-50%);
    z-index: -1;
  }
}

.company-access-item-office>dt>span {
  display: block;
  padding: 0;
  color: #b60005;
  font-family: "Noto Serif JP", serif;
  font-size: 155%;
  font-weight: 600;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .company-access-item-office>dt>span {
    padding: 0 0 0.8rem 4rem;
  }
}

.company-access-item-office>dd {
  position: relative;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .company-access-item-office>dd {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1;
  }
}

.company-access-item-office>dd>span {
  display: block;
  padding: 0;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .company-access-item-office>dd>span {
    padding: 1.2rem 0 0 4rem;
  }
}

/* =====================================================================
    service
======================================================================*/
.service-wrap {
  position: relative;
  width: 100%;
  padding: 8rem 0 4rem 0;
}

@media screen and (min-width: 768px) {
  .service-wrap {
    padding: 8rem 0 !important;
  }
}

.service-wrap+.service-wrap {
  margin-top: 8rem;
}

.service-wrap:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .service-wrap:has(.imgL)::before {
    left: 0;
    right: inherit;
  }
}

@media screen and (min-width: 768px) {
  .service-wrap:has(.imgR)::before {
    left: inherit;
    right: 0;
  }
}

.service-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 32rem;
  background-color: #f7f6f2;
  z-index: -2;
}

@media screen and (min-width: 768px) {
  .service-wrap::before {
    width: 40%;
    height: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .service-wrap::before {
    width: calc(50% - 160px);
  }
}

.service-line01 {
  right: -44rem;
  top: -81rem;
  width: 109.1rem;
  height: 160.3rem;
}

@media screen and (min-width: 768px) {
  .service-line01 {
    right: -35.3rem;
    top: -73.5rem;
  }
}

.service-column {
  position: relative;
  width: 100%;
}

.service-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.service-item.imgL {
  flex-direction: row;
}

.service-item.imgR {
  flex-direction: row-reverse;
}

.service-item-img {
  position: relative;
  width: 87.5%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .service-item-img {
    width: 43.75%;
    margin: 0;
  }
}

.service-item-text {
  position: relative;
  width: 100%;
  margin: 6rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .service-item-text {
    width: 50%;
    margin: 0;
  }
}

.service-item-text .sec-ttl {
  margin: 0;
  font-size: 4.4rem;
  font-size: clamp(4.4rem, 3vw, 30px);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service-item-text .sec-ttl {
    text-align: left;
  }
}

.service-item-text .text02 {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .service-item-text .text02 {
    font-size: 155%;
  }
}

.service-item-text p {
  margin-top: 3.2rem;
}

.service-item-text .btn01 {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .service-item-text .btn01 {
    text-align: left;
  }
}

.service-item-text .btn01 a {
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  min-width: 43.75%;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .service-item-text .btn01 a {
    min-width: 37.5%;
    text-align: center;
  }
}

.service-lead {
  position: relative;
  width: 100%;
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .service-lead {
    text-align: center;
  }
}

.service-task {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 6rem auto 0 auto;
}

.service-task>li {
  width: 100%;
  margin-top: 2.4rem;
}

.service-task>li:first-child {
  margin-top: 0;
}

.service-task>li>dl {
  position: relative;
  width: 100%;
}

.service-task>li>dl>dt {
  position: relative;
  width: 100%;
}

.service-task>li>dl>dt>span {
  display: block;
  color: #b60005;
  font-size: 111%;
  font-weight: 600;
  line-height: 1.6;
}

.service-task>li>dl>dd {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  padding: 0.3em 0 0.6em 1.8em;
}

.service-task>li>dl>dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #b60005;
}

.service-task>li>dl>dd>span {
  display: block;
  line-height: 2;
}

.service-business {
  position: relative;
  width: 100%;
  padding: 0 0 16rem 0;
}

.service-business::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #f7f6f2;
  z-index: -2;
}

.service-business .sec-ttl {
  position: relative;
  margin: 0;
  padding: 3.6rem 0;
}

.service-business .sec-ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: translateX(-50%);
  z-index: -2;
}

@media screen and (min-width: 768px) {
  .service-business .sec-ttl::before {
    width: 84.375%;
  }
}

.service-media {
  position: relative;
  width: 100%;
  padding: 0 0 12rem 0;
}

.service-media-main {
  position: relative;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .service-media-main {
    display: grid;
    grid-template-columns: 50% 6.25% 43.75%;
    grid-template-rows: auto auto 1fr;
    align-items: start;
  }
}

.service-media-ttl {
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service-media-ttl {
    grid-column: 3/4;
    grid-row: 1/2;
    text-align: left;
  }
}

.service-media-ttl>span {
  display: block;
  margin-bottom: 2rem;
  font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
  .service-media-ttl>span {
    font-size: 1.8rem;
  }
}

.service-media-ttl>figure {
  display: inline-block;
  width: auto;
}

.service-media-img {
  position: relative;
  width: 87.5%;
  margin: 4.8rem auto 0 auto;
  padding: 0;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .service-media-img {
    grid-column: 1/2;
    grid-row: 1/4;
    width: 100%;
    margin: 0;
  }
}

.service-media-img.slick-initialized.slick-slider {
  padding-bottom: 3.2rem;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .service-media-img.slick-initialized.slick-slider {
    padding-bottom: 2.4rem;
  }
}

.service-media-img.slick-initialized.slick-slider:not(:has(.slick-dots)) {
  padding-bottom: 0;
}

.service-media-img.slick-initialized.slick-slider * {
  line-height: 1;
}

.service-media-img.slick-initialized.slick-slider .slick-list {
  padding: 0 !important;
}

.service-media-img.slick-initialized.slick-slider .slick-slide {
  position: relative;
  width: 100%;
}

.service-media-img.slick-initialized.slick-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
}

.service-media-img.slick-initialized.slick-slider .slick-dots li {
  width: 1.2rem;
  aspect-ratio: 1/1;
  margin-left: 2.4rem;
}

@media screen and (min-width: 768px) {
  .service-media-img.slick-initialized.slick-slider .slick-dots li {
    width: 0.8rem;
    margin-left: 1.6rem;
  }
}

.service-media-img.slick-initialized.slick-slider .slick-dots li:first-child {
  margin-left: 0;
}

.service-media-img.slick-initialized.slick-slider .slick-dots li.slick-active button {
  background-color: #b60005;
}

.service-media-img.slick-initialized.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #d9d8d4;
}

.service-media-text {
  position: relative;
  width: 100%;
  margin: 4.8rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .service-media-text {
    grid-column: 3/4;
    grid-row: 2/3;
    margin: 3.6rem 0 0 0;
  }
}

.service-media-text> :first-child {
  margin-top: 0 !important;
}

.service-media-text>p {
  width: 100%;
  margin-top: 3.6rem;
}

.service-media-text>dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3.6rem;
}

.service-media-text>dl>dt {
  width: 100%;
  padding-right: 1.6em;
}

@media screen and (min-width: 768px) {
  .service-media-text>dl>dt {
    width: auto;
  }
}

.service-media-text>dl>dt>span {
  display: block;
  font-weight: 700;
  line-height: 2;
}

.service-media-text>dl>dd {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .service-media-text>dl>dd {
    width: auto;
  }
}

.service-media-text>dl>dd>span {
  display: block;
  line-height: 2;
}

.service-media-sns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .service-media-sns {
    margin-top: 0;
  }
}

.service-media-sns>li {
  width: 4rem;
  aspect-ratio: 1/1;
  margin-left: 4rem;
}

.service-media-sns>li:first-child {
  margin-left: 0;
}

.service-media-sns>li>a {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .service-media-sns>li>a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .service-media-sns>li>a:hover>svg {
    fill: #b60005;
  }
}

.service-media-sns>li>a>svg {
  width: 100%;
  aspect-ratio: 1/1;
  fill: #3e3a39;
  transition: 0.3s ease;
}

.service-media .btn01 {
  margin-top: 8rem;
}

.service-media-sub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 106.25%;
  margin: 8rem -3.125% 0 -3.125%;
  padding: 7.5% 6.25%;
}

@media screen and (min-width: 768px) {
  .service-media-sub {
    width: 84.375%;
    margin: 8rem auto 0 auto;
    padding: 1.25% 4.6875% 1.25% 1.25%;
  }
}

.service-media-sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f6f2;
  z-index: -2;
}

.service-media-sub-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -1.3333333333%;
}

@media screen and (min-width: 768px) {
  .service-media-sub-img {
    width: 47.8087649402%;
    margin-bottom: -1.6666666667%;
  }
}

.service-media-sub-img>li {
  width: 49.3333333333%;
  margin: 0 0 1.3333333333% 1.3333333333%;
}

@media screen and (min-width: 768px) {
  .service-media-sub-img>li {
    width: 49.1666666667%;
    margin: 0 0 1.6666666667% 1.6666666667%;
  }
}

.service-media-sub-img>li:nth-child(2n+1) {
  margin-left: 0;
}

.service-media-sub-text {
  position: relative;
  width: 100%;
  margin-top: 3.6rem;
}

@media screen and (min-width: 768px) {
  .service-media-sub-text {
    width: 46.2151394422%;
    margin-top: 0;
  }
}

.service-media-sub-text>p {
  width: 100%;
  margin-top: 1em;
}

.service-media-sub-text>p:first-child {
  margin-top: 0;
}

.service-media-sub-text>p a {
  position: relative;
  display: inline-block !important;
  max-width: 100%;
  padding-right: 1.7em;
  text-decoration-color: #b60005 !important;
}

@media screen and (min-width: 768px) {
  .service-media-sub-text>p a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .service-media-sub-text>p a:hover .arrow {
    right: -0.3em;
  }
}

.service-media-sub-text>p a .arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.1em;
  height: 1.1em;
  margin: auto 0;
  border-radius: 50%;
  background-color: #b60005;
  transition: right 0.3s ease;
}

.service-media-sub-text>p a .arrow::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  display: block;
  width: 42%;
  height: 42%;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}

.service-partner {
  position: relative;
  width: 100%;
  padding: 6rem 0;
}

.service-partner::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #f7f6f2;
  z-index: -2;
}

.service-partner .sec-ttl {
  margin-bottom: 4rem;
}

.service-partner-text {
  position: relative;
  width: 100%;
  padding: 4rem 6rem;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .service-partner-text {
    padding: 4rem 7.8125%;
  }
}

.service-partner-text>ul {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.service-partner-text>ul>li {
  position: relative;
  width: 100%;
  padding-left: 1.3em;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .service-partner-text>ul>li {
    width: 48%;
  }
}

.service-partner-text>ul>li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

/* =====================================================================
    marketing
======================================================================*/
.marketing {
  padding-bottom: 0 !important;
  z-index: 0;
}

.marketing h3.sec-ttl {
  font-size: 4.4rem;
  font-size: clamp(4.4rem, 3vw, 30px);
}

.marketing h4.sec-ttl {
  font-size: 3.2rem;
  font-size: clamp(20px, 1rem + 3vw, 3.2rem);
}

.marketing-column {
  position: relative;
  width: 100%;
}

.marketing01 {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}

.marketing01 .marketing-intro {
  position: relative;
  width: 100%;
  padding: 0 0 12rem 0;
}

.marketing01 .marketing-intro-img {
  position: relative;
  width: 106.25%;
  margin: 6rem 0 0 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .marketing01 .marketing-intro-img {
    width: 125%;
  }
}

@media screen and (min-width: 1600px) {
  .marketing01 .service-partner-text>ul>li {
    width: 32%;
  }
}

.marketing01 .marketing-achievement {
  position: relative;
  width: 100%;
  padding: 12rem 0;
}

.marketing02 {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}

.marketing02 .marketing-intro {
  position: relative;
  width: 100%;
  padding: 0;
}

.marketing02 .marketing-intro-img {
  position: relative;
  width: 94.84375%;
  margin: 6rem auto 0 auto;
}

@media screen and (min-width: 768px) {
  .marketing02 .marketing-intro-img {
    width: 47.421875%;
  }
}

.marketing02 .marketing-achievement {
  position: relative;
  width: 100%;
  padding: 12rem 0;
}

/* =====================================================================
    webmedia
======================================================================*/
.webmedia {
  padding-bottom: 0 !important;
  z-index: 0;
}

.webmedia h3.sec-ttl {
  font-size: 4.4rem;
  font-size: clamp(4.4rem, 3vw, 30px);
}

.webmedia h4.sec-ttl {
  font-size: 3.2rem;
  font-size: clamp(20px, 1rem + 3vw, 3.2rem);
}

.webmedia-column {
  position: relative;
  width: 100%;
}

.webmedia01 {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}

.webmedia01 .service-media-ttl>figure {
  width: 37.1875%;
}

@media screen and (min-width: 768px) {
  .webmedia01 .service-media-ttl>figure {
    width: 31.7857142857%;
  }
}

.webmedia02 {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}

.webmedia02 .service-media-ttl>figure {
  width: 62.5%;
}

@media screen and (min-width: 768px) {
  .webmedia02 .service-media-ttl>figure {
    width: 53.5714285714%;
  }
}

/* =====================================================================
    streaming
======================================================================*/
.streaming {
  padding-bottom: 0 !important;
  z-index: 0;
}

.streaming h3.sec-ttl {
  font-size: 4.4rem;
  font-size: clamp(4.4rem, 3vw, 30px);
}

.streaming h4.sec-ttl {
  font-size: 3.2rem;
  font-size: clamp(20px, 1rem + 3vw, 3.2rem);
}

.streaming-column {
  position: relative;
  width: 100%;
}

.streaming-works {
  position: relative;
  width: 100%;
  padding: 12rem 0;
}

.streaming-works-genre {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}

.streaming-works-ttl {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  text-align: left;
}

.streaming-works-ttl>span {
  display: block;
  color: #b60005;
  font-size: 3.2rem;
  font-size: clamp(20px, 1rem + 3vw, 3.2rem);
}

.streaming-works-list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -3rem;
}

.streaming-works-list>li {
  width: 47.5%;
  margin: 0 0 3rem 5%;
}

@media screen and (min-width: 768px) {
  .streaming-works-list>li {
    width: 23.59375%;
    margin: 0 0 3rem 1.875% !important;
  }
}

.streaming-works-list>li:nth-child(2n+1) {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .streaming-works-list>li:nth-child(4n+1) {
    margin-left: 0 !important;
  }
}

.streaming-works-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 100%;
}

.streaming-works-item>dt {
  width: 100%;
  margin-top: 1rem;
}

.streaming-works-item>dt>span {
  display: block;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.streaming-works-item>dd {
  width: 100%;
}

.streaming-works-item>dd>figure {
  width: 100%;
}

.streaming01 {
  position: relative;
  width: 100%;
  padding: 0;
}

.streaming01 .streaming-intro {
  position: relative;
  width: 100%;
  padding: 0 0 12rem 0;
}

.streaming01 .streaming-intro-img {
  position: relative;
  width: 106.25%;
  margin: 6rem 0 0 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .streaming01 .streaming-intro-img {
    width: 125%;
  }
}

.streaming01 .service-media-ttl>figure {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .streaming01 .service-media-ttl>figure {
    width: 42.8571428571%;
  }
}

/* =====================================================================
    creative
======================================================================*/
.creative {
  z-index: 0;
}

@media screen and (min-width: 1600px) {
  .creative .sec-anc>li {
    margin: 0 auto 3rem auto;
  }
}

.creative .sec-anc>li:nth-child(2n+1) {
  width: 25.9rem;
}

@media screen and (min-width: 768px) {
  .creative .sec-anc>li:nth-child(2n+1) {
    width: auto;
  }
}

.creative .sec-anc>li:nth-child(2n) {
  width: 33.3rem;
}

@media screen and (min-width: 768px) {
  .creative .sec-anc>li:nth-child(2n) {
    width: auto;
  }
}

.creative h3.sec-ttl {
  font-size: 4.4rem;
  font-size: clamp(4.4rem, 3vw, 30px);
}

.creative h4.sec-ttl {
  font-size: 3.2rem;
  font-size: clamp(20px, 1rem + 3vw, 3.2rem);
}

.creative-column {
  position: relative;
  width: 100%;
}

.creative-works {
  position: relative;
  width: 100%;
}

.creative-works-genre {
  position: relative;
  width: 100%;
  margin-top: 12rem;
}

.creative-works-genre:first-child {
  margin-top: 0;
}

.creative-works-img {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -3.125%;
}

@media screen and (min-width: 768px) {
  .creative-works-img {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}

.creative-works-img>li {
  width: 43.75%;
  margin: 0 0 3.125% 3.125%;
}

@media screen and (min-width: 768px) {
  .creative-works-img>li {
    width: 21.875%;
    margin: 0 !important;
  }
}

.creative-works-img>li:nth-child(2n+1) {
  margin-left: 0;
}

.creative-works-ttl {
  position: relative;
  width: 100%;
  margin: 4.8rem auto 0 auto;
}

@media screen and (min-width: 768px) {
  .creative-works-ttl {
    width: 84.375%;
  }
}

.creative-works-ttl>span {
  display: block;
  color: #b60005;
  font-size: 3.2rem;
  font-size: clamp(20px, 1rem + 3vw, 3.2rem);
}

.creative-works-text {
  position: relative;
  width: 100%;
  margin: 3.6rem auto 0 auto;
}

@media screen and (min-width: 768px) {
  .creative-works-text {
    width: 84.375%;
  }
}

.creative-works-text> :first-child {
  margin-top: 0 !important;
}

.creative-works-text>p {
  width: 100%;
  margin-top: 3.6rem;
}

.creative-works-text>dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3.6rem;
}

.creative-works-text>dl>dt {
  width: 100%;
  padding-right: 1.6em;
}

@media screen and (min-width: 768px) {
  .creative-works-text>dl>dt {
    width: auto;
  }
}

.creative-works-text>dl>dt>span {
  display: block;
  font-weight: 700;
  line-height: 2;
}

.creative-works-text>dl>dd {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .creative-works-text>dl>dd {
    width: auto;
  }
}

.creative-works-text>dl>dd>span {
  display: block;
  line-height: 2;
}

.creative-works-sns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .creative-works-sns {
    margin-top: 0;
  }
}

.creative-works-sns>li {
  width: 4rem;
  aspect-ratio: 1/1;
  margin-left: 4rem;
}

.creative-works-sns>li:first-child {
  margin-left: 0;
}

.creative-works-sns>li>a {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .creative-works-sns>li>a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .creative-works-sns>li>a:hover>svg {
    fill: #b60005;
  }
}

.creative-works-sns>li>a>svg {
  width: 100%;
  aspect-ratio: 1/1;
  fill: #3e3a39;
  transition: 0.3s ease;
}

.creative-works .btn01 {
  margin-top: 6rem;
}

.creative-works-list {
  position: relative;
  width: 100%;
}

.creative-works-list>li {
  width: 100%;
  margin-top: 2.4rem;
}

.creative-works-list>li:first-child {
  margin-top: 0;
}

.creative-works-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 7.5% 6.25%;
}

@media screen and (min-width: 768px) {
  .creative-works-item {
    padding: 0;
  }
}

.creative-works-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f6f2;
  z-index: -2;
}

.creative-works-item-img {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .creative-works-item-img {
    width: 32.8125%;
  }
}

.creative-works-item-text {
  position: relative;
  width: 100%;
  margin-top: 3.6rem;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .creative-works-item-text {
    width: 67.1875%;
    margin-top: 0;
    padding: 1.1627906977% 4.6511627907%;
  }
}

.creative-works-item-text>dt {
  width: 100%;
}

.creative-works-item-text>dt>span {
  display: block;
  font-size: 111%;
  font-weight: 600;
  line-height: 1.6;
}

.creative-works-item-text>dd {
  width: 100%;
  margin-top: 0.8rem;
}

.creative-works-item-text>dd>span {
  display: block;
  line-height: 2;
}

.creative01 {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}

.creative01 .creative-works-genre.invested .creative-works-img>li {
  width: 44.21875%;
}

@media screen and (min-width: 768px) {
  .creative01 .creative-works-genre.invested .creative-works-img>li {
    width: 30.9375%;
  }
}

.creative01 .creative-works-genre.invested .creative-works-img>li.wide {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .creative01 .creative-works-genre.invested .creative-works-img>li.wide {
    width: 35%;
  }
}

.creative02 {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}

.creative03 {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}

.creative03 .creative-works-genre.ytv .creative-works-img>li {
  width: 47.5%;
}

@media screen and (min-width: 768px) {
  .creative03 .creative-works-genre.ytv .creative-works-img>li {
    width: 23.75%;
  }
}

.creative04 {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}

.creative04 .sec-ttl {
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .creative04 .sec-ttl {
    line-height: 1;
  }
}

/* =====================================================================
    mvv
======================================================================*/
.mvv-slider {
  position: relative;
  width: 100%;
  perspective: 4000px;
  perspective-origin: center center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  cursor: grab;
}

.mvv-slider>ul {
  position: relative;
  height: 36rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
  transform-style: preserve-3d;
}

@media screen and (min-width: 768px) {
  .mvv-slider>ul {
    height: calc(850 / 1920 * 100vw);
    max-height: 720px;
  }
}

.mvv-slider li {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}

.mvv-slider li img {
  backface-visibility: hidden;
  pointer-events: none;
}

.mvv-slider li.is-dragging {
  transition: none;
  cursor: grabbing;
}

.mvv-slider li.is-dragging img {
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.mvv-counter {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 6rem;
  width: 100%;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 130%;
}

@media screen and (min-width: 768px) {
  .mvv-counter {
    font-size: 150%;
  }
}

.mvv-counter span {
  margin-left: 0.5em;
}

/*  slider button
-----------------------------------------*/
.btn-prev,
.btn-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 7.2rem;
  width: 1em;
  height: 1em;
  background-color: #3e3a39;
  border-radius: 0.2em;
  cursor: pointer;
  z-index: 2;
}

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

  .btn-prev,
  .btn-next {
    font-size: 10rem;
    transition: 0.3s ease;
  }

  .btn-prev:hover,
  .btn-next:hover {
    opacity: 1;
  }
}

.btn-prev::after,
.btn-next::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 5%;
  right: 0;
  margin: auto;
  width: 38%;
  height: 38%;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #ffffff;
}

.btn-prev.is-disable,
.btn-prev.slick-disabled,
.btn-next.is-disable,
.btn-next.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.btn-prev {
  left: -0.55em;
  transform: scale(-1, 1);
}

@media screen and (min-width: 768px) {
  .btn-prev:hover {
    margin-left: -0.2em;
  }
}

.btn-next {
  right: -0.55em;
}

@media screen and (min-width: 768px) {
  .btn-next:hover {
    margin-right: -0.2em;
  }
}

/*# sourceMappingURL=subpage2.css.map */