/*=============================================================
business index
=============================================================*/
/* ------------------------------------------------------
   section mv
------------------------------------------------------ */
.mv {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 760px;
}
.mv::before {
  content: "";
  background: url(../img/index_bg01.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: clamp(-330px, -25vw, -110px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 200%;
  z-index: -1;
}
@media (max-width: 950px) {
  .mv::before {
    bottom: clamp(-190px, -17vw, -60px);
  }
}
.mv .section-inner {
  width: calc((100% - 32px));
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--contentsInner-padding);
  position: relative;
}
.lead {
  font-size: 3.6rem;
  color: #015BAB;
  line-height: 1.5;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50px;
}
.scroll-container {
  position: relative;
}
.section-inner .img-wrap .mv-img {
  height: 813px;
  object-fit: contain;
  object-position: right;
  position: absolute;
  right: -20px;
  top: 0;
}
.sp-scroll_img {
  display: none;
}
/* ------------------------------------------------------
   section content
------------------------------------------------------ */
.content {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 810px;
  margin-top: 22%;
}
@media (max-width: 950px) {
  .content {
    margin-top: 10%;
    height: auto;
  }
}
.content::before {
  content: "";
  background: url(../img/index_bg02.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: clamp(-200px, -15vw, -40px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300%;
  z-index: -2;
}
.content .ttl-h2-- {
  color: #000;
  font-size: 3.2rem;
}
.content img {
  max-width: 950px;
  width: 100%;
  padding: 0 3%;
}
.ttl-h3-- {
  color: #015BAB;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 50px 0 24px;
  padding-bottom: 0;
}
.ttl-h3--::after {
  content: none;
}

/* ------------------------------------------------------
    section link
  ------------------------------------------------------ */
.link a [class*="link-arw--large--"] {
  font-size: 2.2rem;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px) {
  /* ------------------------------------------------------
    section mv
  ------------------------------------------------------ */
  .mv {
    height: auto;
  }
  .mv::before {
    bottom: -230px;
  }
  .lead {
    font-size: 2.6rem;
    left: 0;
    position: relative;
  }
  .section-inner .img-wrap {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 600px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .section-inner .img-wrap .mv-img {
    position: relative;
    height: 600px;
    min-width: 910px;
    display: block;
    object-position: 24% 50%;
    top: 0;
    right: 0;
    object-fit: contain;
  }
  .custom-scrollbar {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 8px;
    background: #BECAD2;
    border-radius: 10px;
  }
  .custom-scrollbar .thumb {
    width: 30%;
    height: 100%;
    background: #323A41;
    position: relative;
    border-radius: 10px;
  }
  .img-wrap {
    scrollbar-width: none;
    -webkit-overflow-scrolling: none;
  }
  .sp-scroll_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.5s ease;
    pointer-events: none;
  }

  .sp-scroll_img.hidden {
    opacity: 0;
  }
  /* ------------------------------------------------------
    section content
  ------------------------------------------------------ */
  .content {
    margin-top: 140px;
    height: auto;
  }
  .content::before {
    bottom: -40%;
  }
  .content .ttl-h2-- {
    color: #000;
    font-size: 2.4rem;
  }
  .content .ttl-h3-- {
    margin-top: 35px;
  }
  .content img {
    max-width: 550px;
    width: 100%;
  }
  /* ------------------------------------------------------
    section link
  ------------------------------------------------------ */
  .link a [class*="link-arw--large--"] {
    font-size: 1.9rem;
  }
  .link .col--3-- a:has(> div > figure):has(> [class*="link-arw--"])>div {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    height: 100%;
  }
  .link .col--3-- a {
    font-size: 20px;
    font-weight: 500;
    color: var(--colorBlack);
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 6px 12px 6px 6px;
    border-radius: 8px;
    box-shadow: 3px 3px 15px 0px rgba(27, 82, 145, 0.17);
  }
  .link .col--3-- a figure {
    width: 130px;
    height: 72px;
    border-radius: 4px;
    overflow: hidden;
  }
  .link .col--3-- a figure img {
    height: 100%;
    object-fit: cover;
  }
  .link .col--3-- a [class*="link-arw--large--"] {
    margin: 0;
    font-size: 1.8rem;
    width: 100%;
  }
  .link .col--3-- a>span {
    width: calc((100% - 166px));
    display: block;
    position: relative;
    padding-right: 44px;
  }
  .link .col--3-- a>span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: var(--secondaryColor);
    box-shadow: 5px 5px 30px 0px rgba(98, 142, 173, 0.25);
  }
  .link .col--3-- a>span::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--icon-arw);
    background-size: 16px 16px;
    background-position: center center;
  }
}