@charset "UTF-8";
.fv {
  background-image: url(/business/assets/case/img/case-01hero-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 640px) {
  .fv {
    background-image: url(/business/assets/case/img/case-01hero-sp.png);
  }
}
.fv.under {
  background-image: none;
  background-image: url(/business/assets/case/img/case_under-01hero.png);
}
.fv.under .fv--inner {
  height: min(15.52vw, 212px);
}
@media (max-width: 1000px) {
  .fv.under .fv--inner {
    height: min(43vw, 100px);
    display: flex;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .fv.under .fv--content {
    padding: 0;
  }
}
.fv--lead .fv--lead--title {
  color: #fff;
  text-decoration: none;
}
.fv--link-wrapper {
  margin-top: min(2.196vw, 30px);
  margin-top: min(3.721vw, 16px);
}
.fv--sub-text, .fv--sub-lead {
  color: #fff;
}
.fv--link {
  color: #fff !important;
}
.fv--link div::before, .fv--link div::after {
  background-color: #fff;
}
.fv--catalog-dl {
  color: #1E0013;
  background-color: #fff !important;
}
.fv--catalog-dl::before, .fv--catalog-dl::after {
  background-color: #1E0013;
}

.a-tab {
  width: 100%;
}
.a-tab--inner {
  width: 100%;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .a-tab--inner {
    width: 100%;
  }
}
.a-tab--content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(4.758vw, 65px);
  background-color: #EBEAEA;
}
@media (max-width: 1000px) {
  .a-tab--content-wrapper {
    height: auto;
    flex-direction: column;
  }
}
.a-tab--content {
  flex-basis: 50%;
  text-align: center;
  position: relative;
  height: min(4.758vw, 65px);
  cursor: pointer;
}
@media (max-width: 1000px) {
  .a-tab--content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(18.605vw, 80px);
    width: 100%;
    flex-basis: auto;
    border-bottom: 1px solid #AAAAAA;
    cursor: default;
  }
}
.a-tab--hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Noto Sans JP", "Montserrat", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #1E0013;
  font-size: min(1.318vw, 18px);
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: -0.028em;
}
@media screen and (max-width: 1000px) {
  .a-tab--hover {
    font-size: min(4.186vw, 18px);
  }
}
@media (max-width: 1000px) {
  .a-tab--hover {
    top: auto;
    left: auto;
    transform: none;
  }
}
.a-tab--hover::before, .a-tab--hover::after {
  content: "";
  position: absolute;
  transform-origin: top;
  height: min(8.48px, 7.07vw);
  width: 1px;
  background-color: #1E0013;
  top: 58%;
  right: min(-1.464vw, -20px);
  transform: rotate(135deg);
}
.a-tab--hover::after {
  transform: rotate(225deg);
}
.a-tab--hover:visited {
  color: #1E0013;
}
.a-tab--ul {
  text-align: center;
  border: solid 1px #E6E2E4;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #EBEAEA;
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
@media (max-width: 1000px) {
  .a-tab--ul {
    border: none;
  }
}
.a-tab--hover.open + .a-tab--ul {
  opacity: 1;
  visibility: visible;
}
.a-tab--li {
  margin: min(0.878vw, 12px) 0;
}
@media (max-width: 1000px) {
  .a-tab--li {
    margin: min(3.488vw, 15px) 0;
  }
}
.a-tab--link {
  text-decoration: none;
  font-family: "Noto Sans JP", "Montserrat", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #1E0013;
  font-size: min(1.318vw, 18px);
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: -0.028em;
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .a-tab--link {
    font-size: min(4.186vw, 18px);
  }
}
.a-tab--link:hover {
  opacity: 0.6;
}
.a-tab--link:visited {
  color: #1E0013;
}
.a-tab--link-text {
  position: relative;
}
.a-tab--link-text::before, .a-tab--link-text::after {
  content: "";
  position: absolute;
  transform-origin: top;
  height: min(8.48px, 7.07vw);
  width: 1px;
  background-color: #1E0013;
  top: 50%;
  right: min(-1.464vw, -20px);
  transform: rotate(45deg);
}
.a-tab--link-text::after {
  transform: rotate(135deg);
}
.a-tab .nav--spacer {
  margin: min(1.684vw, 23px) 0;
  height: 30px;
  width: 0.5px;
}
@media (max-width: 1000px) {
  .a-tab .nav--spacer {
    display: none;
  }
}
.a-tab--top-spacer {
  height: 8px;
  width: 100%;
  background-color: #E6E2E4;
}
.a-tab--spacer {
  background-color: #E6E2E4;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .a-tab--spacer {
    width: 93%;
  }
}

#search-industry {
  background-color: #F1E1ED;
}

#intro .h-text--wrapper.tb-center {
  padding: min(5.857vw, 80px) 0 min(3.66vw, 50px);
}
@media (max-width: 1000px) {
  #intro .h-text--wrapper.tb-center {
    padding: min(18.605vw, 80px) 0 min(11.628vw, 50px);
  }
}

@media (max-width: 1000px) {
  .a-tab--ul {
    overflow: auto;
    touch-action: pan-y;
  }
  .a-tab--hover {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .a-tab--content:nth-of-type(1) .a-tab--hover::after, .a-tab--content:nth-of-type(1) .a-tab--hover::before {
    right: calc(50% - 65px);
  }
  .a-tab--content:nth-of-type(2) .a-tab--hover::after, .a-tab--content:nth-of-type(2) .a-tab--hover::before {
    right: calc(50% - 100px);
  }
}
.content-industry a, .content-industry a:visited, .content-category a, .content-category a:visited {
  color: #7A126B;
  text-decoration: underline;
}/*# sourceMappingURL=case.css.map */