  @charset "UTF-8";
/* アニメーション
=========================================================== */
/* フェードイン
????????????????????????????????? */
.inview__anim--fade-in {
  opacity: 0;
  will-change: opacity;
  transition: opacity .8s ease 0s;
}

.inview__complete .inview__anim--fade-in, .inview__anim--fade-in.inview__complete {
  opacity: 1;
}

/* フェードインアップ
????????????????????????????????? */
.inview__anim--fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-up, .inview__anim--fade-in-up.inview__complete {
  opacity: 1;
  transform: translateY(0);
}

/* フェードイン X
????????????????????????????????? */
.inview__anim--fade-in-x {
  opacity: 0;
  transform: translateX(-30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-x, .inview__anim--fade-in-x.inview__complete {
  opacity: 1;
  transform: translateX(0);
}

/* スケールイン
????????????????????????????????? */
.inview__anim--scale-in {
  opacity: 0;
  transform: scale(1.08);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--scale-in, .inview__anim--scale-in.inview__complete {
  opacity: 1;
  transform: scale(1);
}

/* スケールY
????????????????????????????????? */
.inview__anim--scale-y {
  transform: scaleY(0);
  will-change: transform;
  transition: transform .8s ease 0s;
  transform-origin: center top;
}

.inview__complete .inview__anim--scale-y {
  transform: scale(1);
}

/* スライドイン
????????????????????????????????? */
/* 文字
????????????????????????????????? */
/* タイピング
????????????????????????????????? */
/**
 * 黑料吃瓜网?投資家情報
 *
 * Road To Vision 19
 *
 */
/* Initialize
=========================================================== */
body {
  line-height: 2;
  overflow-x: hidden;
}

#contents-inner {
  background: url(/company/advantage/img/bg.png) repeat center 90px;
  background-size: 499px auto;
  padding-top: 60px;
}

#wrapper {
  position: relative;
}

#wrapper #loading {
  position: absolute;
  z-index: 3;
  width: 100vw;
  height: 100%;
  background: #FFF;
  will-change: opacity;
  transition: opacity .3s ease 0s;
}

#wrapper #loading.is-loaded {
  opacity: 0;
}

#wrapper #loading.is-display-none {
  display: none;
}

@media screen and (max-width: 767px) {
  #contents-inner {
    background-size: 50vw auto;
    padding-top: 25px;
    padding-top: 6.7vw;
  }
}

/* Layout
=========================================================== */
/* Heading
=========================================================== */
.threeminutes-heading {
  position: relative;
}

.threeminutes-heading .swiper-container:before {
  content: "";
  background: rgba(112, 89, 178, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  transition: opacity 0.3s ease;
  will-change: opacity;
  opacity: 0;
}

.threeminutes-heading .threeminutes-ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
}

.threeminutes-heading > a {
  display: block;
}

.threeminutes-heading > a:hover .swiper-container:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .threeminutes-heading .threeminutes-ttl img {
    max-width: 50vw;
    width: 50vw;
  }
}

/* 事業フィールド
=========================================================== */
.business-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 40px;
}

.business-wrap-heading {
  width: 28.3333333333%;
  text-align: center;
}

.business-wrap-conts {
  width: 71.6666666667%;
}

@media screen and (max-width: 767px) {
  .business-wrap {
    display: block;
  }
  .business-wrap-heading {
    width: initial;
    text-align: left;
  }
  .business-wrap-conts {
    width: initial;
  }
}

.business-wrap-heading {
  padding-left: 40px;
}

.business-wrap-heading img {
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
  transition-delay: .5s;
}

.inview__complete .business-wrap-heading img, .business-wrap-heading img.inview__complete {
  opacity: 1;
  transform: translateY(0);
}

.business-wrap-heading:before {
  content: "";
  display: block;
  background: url(/company/advantage/img/business_ttl_eng_pc.png) no-repeat 0 0;
  height: 871px;
  width: 109px;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: calc(((100vw - 100%) / 2) * -1);
  opacity: 0;
  transform: translateX(-30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
  transition-delay: .55s;
}

.inview__complete .business-wrap-heading:before, .business-wrap-heading:before.inview__complete {
  opacity: 1;
  transform: translateX(0);
}

.inview__complete .business-wrap-heading:before {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 1080px) {
  .business-wrap-heading:before {
    left: 0;
  }
}

.business-wrap-conts {
  padding-top: 70px;
  transition-delay: 1s;
}

.business-wrap-conts-area:not(:first-of-type) {
  margin-top: 5%;
}

.business-wrap-conts-area-ttl {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #3d2e80;
  line-height: 1;
}

.business-wrap-conts-area-ttl + * {
  margin-top: 2.5%;
}

.business-wrap-conts-area-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.3333333333%;
  margin-bottom: -.6666666666666667em;
}

.business-wrap-conts-area-list li {
  width: 23.2558139535%;
  margin-right: 2.3255813953%;
  margin-bottom: 2.3255813953%;
}

.business-wrap-conts-area-list li:nth-child(4n) {
  margin-right: initial;
}

.business-wrap-conts-area-list li:nth-child(n+5) {
  margin-top: 15px;
}

.business-wrap-conts-area-list-thumb img {
  width: 100%;
  height: auto;
}

.business-wrap-conts-area-list-inner {
  position: relative;
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: "Open Sans", "YakuHanJPs", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 1em;
  margin-top: -.6666666666666667em;
}

.business-wrap .works-result-bnr {
  background: url("/css/img/works_result_bg_pc.jpg") no-repeat left top;
  background-size: cover;
  border: 1px solid #e6e6e6;
  width: 100%;
  margin-top: 80px;
  text-align: center;
  width: 100%;
}

.business-wrap .works-result-bnr a {
  display: block;
  height: 0;
  padding-bottom: 15%;
  position: relative;
}

.business-wrap .works-result-bnr a:hover .btn-cmn {
  background-color: #3c345b;
}

.business-wrap .works-result-btn,
.business-wrap .works-result-ttl {
  left: 0;
  position: absolute;
  width: 100%;
}

.business-wrap .works-result-ttl {
  top: 28.8%;
}

.business-wrap .works-result-ttl img {
  height: auto;
  width: 13.8%;
}

.business-wrap .works-result-btn {
  top: 57%;
}

.business-wrap .works-result-btn .btn {
  border-radius: 0;
  padding-bottom: 3px;
  padding-top: 2px;
  width: 12.5%;
  min-width: 151px;
}

.business-wrap .works-result-btn .btn:after {
  top: 33%;
}

@media screen and (max-width: 767px) {
  .business-wrap {
    padding: 0;
  }
  .business-wrap-heading {
    padding-left: initial;
    position: relative;
    padding-top: 8px;
    padding-top: 2vw;
  }
  .business-wrap-heading img {
    width: auto;
    height: 60px;
    height: 15vw;
    margin: 0 auto;
  }
  .business-wrap-heading:before {
    display: none;
  }
  .business-wrap-conts {
    padding-top: 35px;
    padding-top: 9.3vw;
  }
  .business-wrap-conts-area:not(:first-of-type) {
    padding-top: 15px;
    padding-top: 4vw;
  }
  .business-wrap-conts-area-ttl {
    font-size: 13px;
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .business-wrap-conts-area-ttl + * {
    margin-top: 13px;
    margin-top: 3.3vw;
  }
  .business-wrap-conts-area-list {
    margin-top: 20px;
    margin-top: 5.3vw;
    display: block;
    letter-spacing: -.4em;
  }
  .business-wrap-conts-area-list li {
    display: inline-block;
    letter-spacing: normal;
    width: 48.5%;
    margin-right: 3%;
  }
  .business-wrap-conts-area-list li:nth-child(2n) {
    margin-right: initial;
  }
  .business-wrap-conts-area-list li:nth-child(n+5) {
    margin-top: initial;
  }
  .business-wrap .works-result-bnr {
    background: url(/css/img/works_result_bg_sp.jpg) no-repeat left top;
    background-size: cover;
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .business-wrap .works-result-bnr a {
    display: block;
    height: 0;
    padding-bottom: 35.4%;
    position: relative;
  }
  .business-wrap .works-result-ttl img {
    height: auto;
    width: 30%;
  }
  .business-wrap .works-result-btn {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .business-wrap .works-result-btn .btn {
    padding: 3px 15px;
    min-widthz: 107px;
  }
  .business-wrap .works-result-btn .btn:after {
    height: 4px;
    right: 7px;
    top: 35%;
    width: 4px;
  }
  .business-wrap .works-result-btn .btn-cmn {
    background: rgba(115, 100, 175, 0.95);
  }
}

/* 強み
=========================================================== */
.advantage-wrap {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 9.1666666667%;
  flex-direction: row-reverse;
  position: relative;
}

.advantage-wrap-heading {
  width: 28.3333333333%;
  text-align: center;
}

.advantage-wrap-conts {
  width: 71.6666666667%;
}

@media screen and (max-width: 767px) {
  .advantage-wrap {
    display: block;
  }
  .advantage-wrap-heading {
    width: initial;
    text-align: left;
  }
  .advantage-wrap-conts {
    width: initial;
  }
}

.advantage-wrap:before {
  content: "";
  position: relative;
  display: block;
  width: 100vw;
  height: 41.43484626647145vw;
  max-height: 800px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(/company/advantage/img/advantage_separate_img.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 1080px) {
  .advantage-wrap:before {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.advantage-wrap-img {
  position: absolute;
  bottom: 480px;
  left: 100%;
  margin-left: -300px;
}

.advantage-wrap-img img {
  max-width: initial;
}

.advantage-wrap-heading {
  margin-top: 130px;
}

.advantage-wrap-heading img {
  transition-delay: .5s;
}

.advantage-wrap-heading:before {
  content: "";
  display: block;
  background: url(/company/advantage/img/advantage_ttl_eng_pc.png) no-repeat 0 0;
  width: 725px;
  height: 154px;
  background-size: contain;
  position: absolute;
  margin-top: -169px;
  right: calc(((100vw - 100%) / 2.1) * -1);
  opacity: 0;
  transform: translateX(-30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
  transition-delay: .1s;
}

.inview__complete .advantage-wrap-heading:before, .advantage-wrap-heading:before.inview__complete {
  opacity: 1;
  transform: translateX(0);
}

.inview__complete:before {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 1080px) {
  .advantage-wrap-heading:before {
    right: 0;
  }
}

.advantage-wrap-conts {
  padding-top: 40px;
  margin-top: 130px;
  transition-delay: 1s;
}

.advantage-wrap-conts-area {
  display: block;
  margin-top: 6.6666666667%;
}

.advantage-wrap-conts-area-table {
  background: #FFF;
}

.advantage-wrap-conts-area-table thead th {
  background: #7364af;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 1.2% 3.4% !important;
}

.advantage-wrap-conts-area-table tbody th {
  font-family: "Open Sans", "YakuHanJPs", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.advantage-wrap-conts-list {
  background: #FFF;
  padding: 3.488372093% 0;
}

.advantage-wrap-conts-list-area {
  display: flex;
  justify-content: space-between;
  counter-increment: advantage-wrap-conts-list-area;
}

.advantage-wrap-conts-list-area:not(:first-of-type) {
  margin-top: 6.976744186%;
}

.advantage-wrap-conts-list-area:nth-child(even) {
  flex-direction: row-reverse;
}

.advantage-wrap-conts-list-area-thumb {
  width: 37.2093023256%;
}

.advantage-wrap-conts-list-area-thumb img {
  width: 100%;
  height: auto;
}

.advantage-wrap-conts-list-area-text {
  width: 59.3023255814%;
}

.advantage-wrap-conts-list-area-text-ttl {
  color: #FFF;
  background: #292929;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Open Sans", "YakuHanJPs", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  position: relative;
  padding: .5em;
}

.advantage-wrap-conts-list-area-text-ttl:before {
  position: absolute;
  left: 5px;
  bottom: 5px;
  content: counter(advantage-wrap-conts-list-area, decimal-leading-zero);
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
  width: 1.65em;
  height: 1.65em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7364af;
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.advantage-wrap-conts-list-area-text-sttl {
  font-size: 18.5px;
  font-size: 1.85rem;
  font-family: "Open Sans", "YakuHanJPs", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 4.6511627907%;
  color: #3d2e80;
}

.advantage-wrap-conts-list-area-text-lead {
  margin-top: 3.488372093%;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .advantage-wrap {
    padding: 0;
    margin-top: 40px;
    margin-top: 10.7vw;
  }
  .advantage-wrap:before {
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
  }
  .advantage-wrap-img {
    display: none;
  }
  .advantage-wrap-heading {
    margin-top: 30px;
    margin-top: 8vw;
  }
  .advantage-wrap-heading img {
    width: auto;
    height: 60px;
    height: 16.8vw;
    margin: 0 auto;
  }
  .advantage-wrap-heading:before {
    display: none;
  }
  .advantage-wrap-conts {
    padding-top: 20px;
    padding-top: 5.3vw;
    margin-top: initial;
  }
  .advantage-wrap-conts-area {
    display: block;
    margin-top: 6.6666666667%;
  }
  .advantage-wrap-conts-area-table thead {
    display: none;
  }
  .advantage-wrap-conts-list {
    background: #FFF;
    padding: 15px 0;
  }
  .advantage-wrap-conts-list-area {
    display: block;
    position: relative;
  }
  .advantage-wrap-conts-list-area:not(:first-of-type) {
    margin-top: 40px;
    margin-top: 10.7vw;
  }
  .advantage-wrap-conts-list-area-thumb {
    width: initial;
    padding-top: 3.5em;
  }
  .advantage-wrap-conts-list-area-thumb img {
    width: 100%;
    height: auto;
  }
  .advantage-wrap-conts-list-area-text {
    width: initial;
    margin-top: 10px;
    margin-top: 2.7vw;
  }
  .advantage-wrap-conts-list-area-text-ttl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #FFF;
    background: #292929;
    font-size: 15px;
    font-size: 4vw;
  }
  .advantage-wrap-conts-list-area-text-ttl:before {
    font-size: 16px;
    font-size: 4.3vw;
    width: 2em;
    height: 2em;
  }
  .advantage-wrap-conts-list-area-text-sttl {
    font-size: 14px;
    font-size: 3.7vw;
    margin-top: 15px;
    margin-top: 4vw;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
  .advantage-wrap-conts-list-area-text-lead {
    margin-top: 13px;
    margin-top: 3.3vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* 実績
=========================================================== */
.result-wrap {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-top: 9.51683748169839%;
  background: url(/company/advantage/img/result_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 6.593406593406589% 0;
}

@media screen and (max-width: 1080px) {
  .result-wrap {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.result-wrap-inner {
  width: 1000px;
  background: rgba(255, 255, 255, 0.95);
  margin: 0 auto;
  padding: 4% 10% 6% 10%;
}

.result-wrap-heading-ttl {
  text-align: center;
}

.result-wrap-graph {
  position: relative;
  margin-top: 5%;
}

.result-wrap-graph-ttl {
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.result-wrap-graph-unit {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 11px;
  font-size: 1.1rem;
  color: #333;
}

.result-wrap-graph-container {
  position: relative;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .result-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 65px;
    margin-top: 17.3vw;
    padding: 15px;
    padding: 10vw 15px;
    box-sizing: border-box;
  }
  .result-wrap-inner {
    width: initial;
    padding: 15px;
    padding: 8vw 15px;
    box-sizing: border-box;
  }
  .result-wrap-heading-ttl {
    text-align: center;
  }
  .result-wrap-heading-ttl img {
    width: auto;
    height: 60px;
    height: 16.8vw;
    margin: 0 auto;
  }
  .result-wrap-graph {
    position: relative;
    margin-top: 25px;
    margin-top: 6.7vw;
  }
  .result-wrap-graph-ttl {
    font-size: 15px;
    font-size: 4vw;
  }
  .result-wrap-graph-unit {
    font-size: 11px;
    font-size: 2.9vw;
  }
  .result-wrap-graph-container {
    height: 240px;
    height: 38.2vh;
  }
}

/* これからの黑料吃瓜网
=========================================================== */
.future-wrap {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(/company/advantage/img/future_bg.jpg) no-repeat center 63%;
  background-size: cover;
  padding: 4% 0 30% 0;
}

@media screen and (max-width: 1080px) {
  .future-wrap {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.future-wrap-inner {
  width: 860px;
  margin: 0 auto;
}

.future-wrap-heading {
  transition-duration: 1s;
}

.future-wrap-heading-ttl {
  text-align: center;
}

.future-wrap-area-sttl {
  text-align: center;
  transition-duration: 1s;
}

.future-wrap-area-lead {
  margin-top: 50px;
  transition-duration: 1s;
}

@media screen and (max-width: 767px) {
  .future-wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 40px 200px 40px;
    padding: 10vw 40px 70vw 40px;
    box-sizing: border-box;
  }
  .future-wrap-inner {
    width: initial;
  }
  .future-wrap-heading {
    transition-duration: 1s;
  }
  .future-wrap-heading-ttl img {
    width: 115px;
    width: 30vw;
    height: auto;
  }
  .future-wrap-area-sttl img {
    width: 260px;
    width: 70vw;
    height: auto;
  }
  .future-wrap-area-lead {
    margin-top: 15px;
    margin-top: 4vw;
    transition-duration: 1s;
  }
}

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