@charset "UTF-8";
/**** 共通カラー ****/
.header_inner {
  padding: 0 60px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .header_inner {
    padding: 15px 15px 0 15px;
  }
}
.header_inner .header-logo {
  max-width: 285px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header_inner .header-logo {
    max-width: 160px;
  }
}
.header_inner .header-btn-flex {
  display: flex;
}
.header_inner .header-contact {
  background-color: #f1c410;
  color: #ffffff;
  width: 136px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  margin-right: 10px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .header_inner .header-contact {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
.header_inner .hamburger {
  display: inline-block;
  background-color: #369811;
  border-radius: 35px;
  width: 72px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_inner .hamburger {
    width: 50px;
    height: 30px;
    line-height: 30px;
  }
}

.nav-logo {
  position: absolute;
  top: 30px;
  left: 60px;
  max-width: 286px;
}
@media screen and (max-width: 768px) {
  .nav-logo {
    width: 160px;
    height: 24px;
    top: 18px;
    left: 20px;
  }
}

.nav-link-wrap {
  max-width: 1200px;
  margin: auto;
  padding-top: 10.8333333333vw;
}
@media screen and (max-width: 768px) {
  .nav-link-wrap {
    padding-top: 78px;
  }
}

.inner-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列 */
  grid-template-rows: auto auto; /* 2段 */
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 60px;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .inner-nav {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
}

.nav-box {
  position: relative;
  padding-bottom: 56px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .nav-box {
    padding-left: 0;
    margin-top: 18px;
    padding-bottom: 20px;
  }
}
.nav-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22.9166666667vw;
  height: 1px;
  background-color: #369811;
}
@media screen and (max-width: 768px) {
  .nav-box::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .nav-box .news-link {
    position: absolute;
    top: -33px;
    left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .nav-box .s-list-item {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .nav-box .s-list-item::before {
    content: "";
    display: inline-block;
    background-color: #1d1d1d;
    width: 4px;
    height: 1px;
    margin-right: 4px;
    transform: translateY(-7px);
  }
}
@media screen and (max-width: 768px) {
  .nav-box .s-list-item.transform::before {
    transform: translateY(0);
  }
}
.nav-box .inner-list {
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
}
.nav-box .inner-list::before {
  content: "";
  display: inline-block;
  background-color: #1d1d1d;
  width: 8px;
  height: 1px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .nav-box .inner-list::before {
    display: none;
  }
}

/* 1: TOP → 1列目上 */
.inner-nav > div:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

/* 2: 新着情報・お知らせ + お庭づくり → 2列目上 */
.inner-nav > div:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

/* 3: 会社概要 → 3列目上 */
.inner-nav > div:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

/* 4: お庭のメンテ… → 2列目下 */
.inner-nav > div:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

/* 5: 求人情報 → 3列目下 */
.inner-nav > div:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
  white-space: nowrap;
}

.item-list-mb-l {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .item-list-mb-l {
    margin-bottom: 18px;
  }
}

.item-list-mb-m {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .item-list-mb-m {
    margin-bottom: 18px;
  }
}

.item-list-mb-s {
  margin-bottom: 16px;
}

.item-list-mb-ss {
  margin-bottom: 12px;
}

.nav-inner-flex {
  margin-bottom: 20px;
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
}
@media screen and (max-width: 768px) {
  .nav-inner-flex {
    font-size: 14px;
    padding-left: 0.5em;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
}
.nav-inner-flex li {
  margin-right: 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .nav-inner-flex li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .nav-inner-flex li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
.nav-inner-flex li::before {
  content: "";
  display: inline-block;
  background-color: #1d1d1d;
  width: 8px;
  height: 1px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .nav-inner-flex li::before {
    width: 4px;
    height: 1px;
    margin-right: 4px;
  }
}
.nav-inner-flex li .s-list-item {
  display: flex;
  align-items: center;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nav-inner-flex li .s-list-item {
    padding-left: 2em;
  }
}
.nav-inner-flex li .s-list-item::before {
  content: "";
  display: inline-block;
  background-color: #1d1d1d;
  width: 8px;
  height: 1px;
  margin-right: 5px;
}

.nav-item.policy {
  display: inline-block;
  text-align: right;
  margin-top: 30px;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
}
@media screen and (max-width: 768px) {
  .nav-item.policy {
    margin-top: 16px;
    padding-bottom: 30px;
  }
}

.tit-wrap-y {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tit-wrap-y {
    margin-bottom: 20px;
  }
}
.tit-wrap-y h2 {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .tit-wrap-y h2 {
    font-size: 24px;
  }
}
.tit-wrap-y .sub-tit {
  font-family: "Jost-Medium";
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  color: #369811;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .tit-wrap-y .sub-tit {
    margin-bottom: 9px;
  }
}
.tit-wrap-y .sub-tit::before {
  content: "";
  background-image: url(../image/common/deco-reef.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  aspect-ratio: 1;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .tit-wrap-y .sub-tit::before {
    width: 14px;
  }
}

.more-btn a {
  display: flex;
  align-items: center;
}
.more-btn .more-text {
  display: inline-block;
  margin-right: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .more-btn .more-text {
    font-size: 14px;
  }
}
.more-btn .more-text::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 106px;
  height: 1px;
  background-color: #369811;
}
.more-btn .circle-arrow {
  display: inline-block;
  width: 60px;
  aspect-ratio: 1;
  background-color: #369811;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .more-btn .circle-arrow {
    width: 40px;
  }
}
.more-btn .circle-arrow::before {
  content: "";
  display: inline-block;
  background-image: url(../image/common/arrow-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  left: 6px;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}
.more-btn .circle-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
.more-btn:hover .circle-arrow::after {
  transform: scale(1.05);
  inset: -1px;
}
.more-btn:hover .circle-arrow::before {
  background-image: url(../image/common/arrow-g.svg);
}

.section-contact {
  background-image: url(../image/common/green-bg-s.webp);
  background-size: 100%;
  position: relative;
  z-index: 3;
  padding-top: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-contact {
    padding-top: 40px;
  }
}
.section-contact::before {
  display: inline-block;
  content: "";
  background-image: url(../image/common/footer-deco-top.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 37.7777777778vw;
  height: 27.4305555556vw;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  .section-contact::before {
    width: 56vw;
    height: 40.5333333333vw;
  }
}
.section-contact .contact-flex {
  justify-content: space-between;
  border-bottom: solid 2px #ffffff;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-contact .contact-flex {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.section-contact .tit-wrap-y {
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .section-contact .tit-wrap-y {
    margin: 0 auto 30px;
    text-align: center;
  }
}
.section-contact .tit-wrap-y .note {
  line-height: 1.8;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section-contact .tit-wrap-y .note {
    margin-top: 14px;
    text-align: center;
  }
}
.section-contact .tit-wrap-y .sub-tit {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-contact .tit-wrap-y .sub-tit {
    justify-content: center;
  }
}
.section-contact .info-wrap {
  background-color: #ffffff;
  width: 100%;
  max-width: 850px;
  display: flex;
  align-items: center;
  padding: 34px 15px;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-contact .info-wrap {
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}
.section-contact .info-wrap::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 147px;
  background-color: #369811;
}
@media screen and (max-width: 768px) {
  .section-contact .info-wrap::before {
    width: calc(100% - 40px);
    height: 2px;
  }
}
.section-contact .info-wrap .tel-wrap {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .section-contact .info-wrap .tel-wrap {
    width: 100%;
  }
}
.section-contact .info-wrap .tel-wrap .text {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.section-contact .info-wrap .tel-wrap .text::before {
  content: "";
  background-image: url(../image/common/tel-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15.38px;
  height: 25.74px;
  display: inline-block;
  margin-right: 10px;
}
.section-contact .info-wrap .tel-wrap .number {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  color: #369811;
  margin-bottom: 14px;
}
.section-contact .info-wrap .tel-wrap .time {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
}
@media screen and (max-width: 768px) {
  .section-contact .info-wrap .tel-wrap .time {
    font-size: 12px;
  }
}
.section-contact .info-wrap .mail-wrap {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .section-contact .info-wrap .mail-wrap {
    width: 100%;
    padding-bottom: 30px;
  }
}
.section-contact .info-wrap .mail-wrap .text {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.section-contact .info-wrap .mail-wrap .text::before {
  content: "";
  background-image: url(../image/common/mail-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27.5px;
  height: 19.39px;
  display: inline-block;
  margin-right: 10px;
}
.section-contact .info-wrap .mail-wrap .contact-btn {
  width: 100%;
  max-width: 260px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  border: solid 2px #369811;
  margin-top: 12px;
  overflow: hidden;
}
.section-contact .info-wrap .mail-wrap .contact-btn a {
  display: flex;
  align-items: center;
  padding-left: 28px;
  height: 100%;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section-contact .info-wrap .mail-wrap .contact-btn a {
    padding-left: 33px;
  }
}
.section-contact .info-wrap .mail-wrap .contact-btn a .arrow {
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  .section-contact .info-wrap .mail-wrap .contact-btn a .arrow {
    margin-left: 30px;
  }
}
.section-contact .info-wrap .mail-wrap .contact-btn a .arrow::before {
  content: "";
  background-image: url(../image/common/arrow-g.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  aspect-ratio: 1;
  display: inline-block;
}
.section-contact .info-wrap .mail-wrap .contact-btn:hover {
  background-color: #369811;
  color: #ffffff;
}
.section-contact .info-wrap .mail-wrap .contact-btn:hover .arrow::before {
  background-image: url(../image/common/arrow-w.svg);
}

.gallery-marquee {
  --marquee-gap: 10px;
  width: 100%;
  pointer-events: none;
}

@media (min-width: 768px) {
  .gallery-marquee {
    --marquee-gap: 20px;
  }
}
.gallery-marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

/* JSで2セットにした後、.is-running が付いたら動く */
.gallery-marquee__track.is-running {
  animation: marquee var(--marquee-duration, 40s) linear infinite;
}

.gallery-marquee__set {
  display: flex;
  align-items: stretch;
  gap: var(--marquee-gap);
  /* ★継ぎ目用：最後の後ろにも gap を付ける */
  padding-right: var(--marquee-gap);
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .gallery-marquee__set {
    gap: 20px;
  }
}
.gallery-marquee__item {
  flex: 0 0 auto;
  width: clamp(220px, 30vw, 420px);
  aspect-ratio: 4/3;
  padding: 10px;
  overflow: hidden;
}

.gallery-marquee__item:nth-child(even) {
  transform: translateY(-50px);
}

.gallery-marquee__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
}

.gallery-marquee__track.is-running {
  animation: marquee var(--marquee-duration, 40s) linear infinite;
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--marquee-distance)), 0, 0);
  }
}
.section-footer {
  background-image: url(../image/common/green-bg-s.webp);
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #ffffff;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .section-footer {
    background-image: url(../image/common/green-bg-s-sp.webp);
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.section-footer::before {
  display: inline-block;
  content: "";
  background-image: url(../image/common/footer-deco-bottom.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 37.7777777778vw;
  height: 27.4305555556vw;
  mix-blend-mode: overlay;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .section-footer::before {
    width: 56vw;
    height: 40.5333333333vw;
  }
}
.section-footer .inner-footer {
  border-bottom: solid 2px #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-footer .inner-footer {
    flex-direction: column;
  }
}
.section-footer .inner-footer .address {
  margin-right: 6.9444444444vw;
}
.section-footer .inner-footer .address span {
  display: inline-block;
  white-space: nowrap;
}
.section-footer .inner-footer .address .footer-logo {
  display: block;
  width: 16.9444444444vw;
  max-width: 244px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .section-footer .inner-footer .address .footer-logo {
    width: 200px;
  }
}
.section-footer .inner-footer .address p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-footer .inner-footer .address p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 28px;
  }
}
.section-footer .footer-link {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 上2・下2 */
  justify-content: space-between;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media screen and (max-width: 768px) {
  .section-footer .footer-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .section-footer .footer-link ul:first-of-type {
    width: 100%;
  }
}
.section-footer .footer-link > ul:first-child {
  grid-column: 1/-1;
}
.section-footer .footer-list-item-top {
  padding-bottom: 20px;
  border-bottom: solid 1px #ffffff;
}
@media screen and (max-width: 768px) {
  .section-footer .footer-list-item-top {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.section-footer .footer-list-item-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-footer .footer-list-item-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section-footer .footer-list-item01 {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 9.0277777778vw;
}
@media screen and (max-width: 992px) {
  .section-footer .footer-list-item01 {
    margin-right: 0;
  }
}
.section-footer .nav-inner-flex li::before {
  background-color: #ffffff;
}
.section-footer .footer-bottom {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: auto;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-footer .footer-bottom {
    width: calc(100% - 30px);
    padding-top: 30px;
  }
  .section-footer .footer-bottom a {
    font-size: 12px;
  }
}
.section-footer .footer-bottom small {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .section-footer .footer-bottom small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .section-footer .list-item-mente {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-footer .footer-list-item-bottom .item-list-mb-s {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-footer .sp-none {
    display: none;
  }
}
.section-footer .inner-list {
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
}
.section-footer .inner-list::before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  width: 8px;
  height: 1px;
  margin-right: 5px;
}

.page .section-mv {
  background-image: url(../image/common/page-top.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 42.3611111111vw;
  overflow: visible;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .page .section-mv {
    background-image: url(../image/common/page-top-sp.webp);
    height: 136vw;
  }
}
.page .section-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../image/common/page-top-cover.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 49.5833333333vw;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .page .section-mv::before {
    background-image: url(../image/common/page-top-cover-sp.webp);
    height: 138.6666666667vw;
  }
}
.page .section-mv .tit-wrap {
  position: absolute;
  bottom: 5.5555555556vw;
  left: 8.3333333333vw;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .page .section-mv .tit-wrap {
    bottom: auto;
    top: 136vw;
    left: 15px;
  }
}
.page .section-mv .tit-wrap h1 {
  font-size: clamp(3rem, 3.2vw, 4.4rem);
  margin-top: 8px;
}
@media screen and (max-width: 576px) {
  .page .section-mv .tit-wrap h1 {
    font-size: 24px;
  }
}
.page .section-mv .tit-wrap .sub-text {
  color: #369811;
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .page .section-mv .tit-wrap .sub-text {
    font-size: 14px;
  }
}
.page .section-mv .tit-wrap .sub-text::before {
  content: "";
  display: inline-block;
  background-image: url(../image/common/deco-reef.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  aspect-ratio: 1;
  margin-right: 16px;
}
@media screen and (max-width: 576px) {
  .page .section-mv .tit-wrap .sub-text::before {
    width: 14px;
    margin-right: 8px;
  }
}
.page .section-mv .breadcrumb {
  position: absolute;
  bottom: 5.5555555556vw;
  right: 8.3333333333vw;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .page .section-mv .breadcrumb {
    bottom: 50px;
    right: 15px;
  }
}
.page .section-mv .breadcrumb .breadcrumb-list {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.page .section-mv .breadcrumb .breadcrumb-list .breadcrumb-item {
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  display: flex;
  align-items: center;
  position: relative;
}
.page .section-mv .breadcrumb .breadcrumb-list .breadcrumb-item:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .page .section-mv .breadcrumb .breadcrumb-list .breadcrumb-item:first-child {
    margin-right: 6px;
  }
}
.page .section-mv .breadcrumb .breadcrumb-list .breadcrumb-item:first-child::after {
  display: inline-block;
  content: "";
  background-image: url(../image/common/breadcrumb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 7px;
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .page .section-mv .breadcrumb .breadcrumb-list .breadcrumb-item:first-child::after {
    margin-left: 0px;
  }
}
.page .section-footer::after {
  display: inline-block;
  content: "";
  background-image: url(../image/common/footer-deco-top.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 37.7777777778vw;
  height: 27.4305555556vw;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  .page .section-footer::after {
    width: 56vw;
    height: 40.5333333333vw;
  }
}