/** Shopify CDN: Minification failed

Line 251:45 Expected "}" to go with "{"

**/
.custom-steps-section .button-link-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  gap: 20px;
  margin: 40px auto;
}
@media screen and (max-width: 699px) {
  .custom-steps-section .button-link-wrap {
    flex-direction: column-reverse;
  }
}
.custom-steps-section .custom-steps__container {
  display: grid;
}
@media screen and (max-width: 699px) {
  .custom-steps-section .custom-steps__container {
    margin: 0;
  }
}
.custom-steps-section .custom-steps-section__inner {
  position: relative;
  overflow: hidden;
  padding-top: 144px;
  padding-bottom: 70px;
}
@media screen and (max-width: 699px) {
  .custom-steps-section .custom-steps-section__inner {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.custom-steps-section .button {
  max-width: 416px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 699px) {
  .custom-steps-section .button {
    max-width: 288px;
  }
}
.custom-steps-section .section-stack {
  gap: 64px;
}
@media screen and (max-width: 699px) {
  .custom-steps-section .section-stack {
    gap: 24px;
  }
}
.custom-steps-section .custom-steps-block__box:last-child {
  margin-right: 28px;
}
/* 260416 画像幅拡張 */
@media screen and (max-width: 749px) {
  .custom-steps-section .custom-steps-block {
    gap: 40px !important;
  }
  .custom-steps-section .custom-steps-block__box {
    width: 100% !important;
    position: relative !important;
  }
  .custom-steps-section .custom-steps-block__box img {
    width: 100% !important;
    max-width: 90% !important;
    display: block;
  }
  .custom-steps-section .custom-steps-block__box:not(:last-child):after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -16px;
    display: inline-block;
    color: #303030;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
    border-top-width: 2px;
    border-right-width: 2px;
    text-align: center;
    transition: ease .2s;
    transform: rotate(45deg);
}

@media screen and (max-width: 749px) {
  .custom-steps-section .custom-steps-block__box:not(:last-child):after {
    top: 50%;
    right: 8px;
    bottom: auto;
    left: auto;
    transform: rotate(135deg) translate(0, -50%);
    width: 16px;
    height: 16px;
    border-top-width: 3px;
    border-right-width: 3px;
    border-top-color: #303030;
    border-right-color: #303030;
  }
}

/*  */
/* 260416ホバー削除 */
.custom-steps-section img {
  transition: none !important;
  filter: none !important;
  opacity: 1 !important;
}

.custom-steps-section img:hover {
  transition: none !important;
  filter: none !important;
  opacity: 1 !important;
}
/* 260417 */



/* --↑-- */

.custom-steps-section .custom-steps-block__box-wrap {
  display: flex;
  gap: 31px;
  position: relative;
  margin-bottom:30px;
}
@media screen and (max-width: 699px) {
  .custom-steps-section .custom-steps-block__box-wrap {
    overflow-x: scroll;
    flex-wrap: nowrap;
    /* margin-left: 28px; */
  }
}
.custom-steps-section .custom-steps__content {
  position: relative;
  margin-top: 321px;
}
@media screen and (max-width: 699px) {
  .custom-steps-section .custom-steps__content {
    margin-top: 157px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 698px) {
  .custom-steps-section .custom-steps__content {
    margin-top: 24.29vw;
  }
}
.custom-steps-section .bg-img__wrap {
  width: 120%;
  height: 363px;
  aspect-ratio: 1440/363;
  max-width: 1440px;
  position: absolute;
  bottom: 56.47%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 699px) {
  .custom-steps-section .bg-img__wrap {
    height: 145px;
    bottom: 80.69%;
  }
}
.custom-steps-section .bg-img__wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.custom-steps-section .custom-steps-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custom-steps-section .custom-steps-block__box {
  /* border: 1px solid #303030; */
  border:none;
  width: 33.3333333333%;
  text-align: center;
  /* padding: 32px 28px; */
  position: relative;
  background-color: white;
}
@media screen and (max-width: 699px) {
  .custom-steps-section .custom-steps-block__box {
    flex: 0 0 auto;
    /* padding: 18px; */ /* 260416 */
    /* width: 95%; */
    width: 83.3333333333%;
    background-color: transparent;  /* 260416 */
  }
}

.custom-steps-section .custom-steps-block__box:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: -16px;
  display: inline-block;
  color: #303030;
  border-top: 2px solid #303030;
  border-right: 2px solid #303030;
  text-align: center;
  transition: ease 0.2s;
  transform: rotate(45deg);
}
.custom-steps-section .custom-steps-block__index-icon {
  display:none!important;
  /* border: 1px solid #303030;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px; */
}
.custom-steps-section .custom-steps-block__heading {
  display:none;
  /* font-size: 18px;
  font-weight: 600; */
  
}
@media screen and (max-width: 699px) {
  .custom-steps-section .custom-steps-block__heading {
    font-size: 14px;
    display:block;
  }
}
.custom-steps-section .custom-steps-block__text {
  font-size: 12px;
  font-weight: 300;
  line-height: 230%;
}
@media screen and (max-width: 699px) {
  .custom-steps-section .custom-steps-block__text {
    font-size: 14px;
  }
}/*# sourceMappingURL=custom-steps.css.map */