@charset "utf-8";

/*---------------------------------------------------------------
  トップページ
-----------------------------------------------------------------*/
/* グローバル
---------------------------------------------------- */
.corporation-top *,
.corporation-top *::before,
.corporation-top *::after {
  box-sizing: border-box;
}

.corporation-top img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.corporation-top a {
  color: #039;

  &:hover {
    color: #c30;
  }
}

/* タイポグラフィ
---------------------------------------------------- */
.corporation-top h2 {
  font-size: 2.652rem;
  line-height: 1.2;
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .corporation-top h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top h2 {
    font-size: 1.75rem;
  }
}

.corporation-top h3 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 60px;
}

@media only screen and (max-width: 480px) {
  .corporation-top h3 {
    font-size: 1.5rem;
  }
}

.corporation-top h2 + .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: -40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .corporation-top h2 + .subtitle {
    font-size: 1rem;
  }
}

.corporation-top .display37 {
  font-size: 2.3125rem;
}

.corporation-top .display35 {
  font-size: 2.1875rem;
}

.corporation-top .display24 {
  font-size: 1.5rem;
}

@media only screen and (max-width: 480px) {
  .corporation-top .display35 {
    font-size: 1.5rem;
  }

  .corporation-top .display24 {
    font-size: 1rem;
  }
}

/* イメージをホバー時にズーム */
.corporation-top a .zoom {
  overflow: hidden;
}

.corporation-top a .zoom img {
  transition: 1s;
}

.corporation-top a:hover .zoom img {
  transform: scale(1.1);
}

/* セクション
---------------------------------------------------- */
.corporation-top .section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0 60px;
}

@media only screen and (max-width: 1280px) {
  .corporation-top .section-inner {
    padding: 60px 8px 60px;
  }
}

@media only screen and (max-width: 1000px) {
  .corporation-top .section-inner {
    padding: 60px 16px 60px;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section-inner {
    padding: 40px 16px 48px;
  }
}

.corporation-top .section-inner > *:first-child,
.corporation-top .section-inner > * .hdg-b-wrapper:first-child > .hdg-b {
  margin-top: 0;
}

.corporation-top .section-inner > *:last-child {
  margin-bottom: 0;
}

.corporation-top .section + .section .section-inner {
  padding-top: 0;
}

.corporation-top .section + .section.diff-important .section-inner {
  padding-top: 0;
}

.corporation-top .section + .section[class*="diff-bg-"] .section-inner {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .corporation-top .section + .section[class*="diff-bg-"] .section-inner {
    padding-top: 40px;
  }
}

.corporation-top
  .section[class*="diff-bg-"]
  + .section:not([class*="diff-bg-"])
  .section-inner {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .corporation-top
    .section[class*="diff-bg-"]
    + .section:not([class*="diff-bg-"])
    .section-inner {
    padding-top: 40px;
  }
}

.corporation-top
  .section[class*="diff-bg-"]
  + .section:not([class*="diff-bg-"]).diff-important
  .section-inner {
  padding-top: 28px;
}

.corporation-top .section.diff-bg-a {
  background: #ddd;
}

.corporation-top .section.diff-bg-a + .diff-bg-a .section-inner {
  padding-top: 0;
}

.corporation-top .section.diff-bg-b {
  background: #fff;
}

.corporation-top .section.diff-bg-b + .diff-bg-b .section-inner {
  padding-top: 0;
}

.corporation-top .section.diff-bg-c {
  background: #f3f3f3;
}

.corporation-top .section.outline {
  background: #595959 url(/image/top-outline-bg) no-repeat center center / cover;
}

@media only screen and (min-width: 768px) {
  .corporation-top .section.conversion .section-inner {
    padding: 60px 0 50px !important;
  }
}

header {
  position: fixed !important;
  top: 0 !important;
}

.hero-area {
  background: url(/image/top_kv_bg) no-repeat center center / cover;
  padding: 2rem 0 0.75rem;
  margin: 70px 0 0 0 !important;
  width: 100%;
  overflow: visible;

  @media only screen and (max-width: 767px) {
    padding: 0 0 0.75rem;
  }

  .swiper-slide {
    display: flex;
    width: 830px !important;
    transform: scale(0);
    transition: transform 0.3s ease, z-index 0.3s ease;
    z-index: 1;
    opacity: 0;

    @media only screen and (max-width: 1024px) {
      width: 600px !important;
    }

    @media only screen and (max-width: 767px) {
      width: 100% !important;
    }

    .slide-content {
      display: flex;
      text-decoration: none;

      @media only screen and (max-width: 767px) {
        flex-direction: column;
      }

      .slide-text {
        width: calc(400 / 830 * 100%);
        display: flex;
        flex-direction: column;
        padding: 2rem 1rem 1rem 1rem;
        color: #fff;

        @media only screen and (max-width: 1024px) {
          width: calc(400 / 600 * 100%);
        }

        @media only screen and (max-width: 767px) {
          width: 100%;
          min-height: clamp(13.188rem, 22.704vw + 7.866rem, 18.75rem);
        }

        &.text-black {
          color: #000;
        }

        .title {
          margin: 0.75rem 0 2rem;
          font-size: clamp(1.5rem, 2.344vw + 0rem, 1.875rem);

          @media only screen and (max-width: 480px) {
            font-size: clamp(1.25rem, 2.5vw + 0.75rem, 1.5rem);
          }
        }

        .desc {
          font-size: 1rem;
          font-weight: 700;

          strong {
            font-size: clamp(1.313rem, 1.367vw + 0.656rem, 1.75rem);
            font-weight: 700;

            @media only screen and (max-width: 480px) {
              font-size: clamp(1.125rem, 3.81vw + 0.232rem, 1.375rem);
            }
          }
        }

        .button {
          width: 100%;
          margin-top: auto;
          background: #fff;
          color: #000;
          padding: 2px 4px 2px 10px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: 0.875rem;
          font-weight: 700;
          transition: 0.3s;

          .fill {
            fill: #000;
            transition: 0.3s;
          }
        }
      }

      .slide-img {
        width: calc(430 / 830 * 100%);

        @media only screen and (max-width: 1024px) {
          width: calc(430 / 600 * 100%);
        }

        @media only screen and (max-width: 767px) {
          width: 100%;

          img {
            aspect-ratio: 16 / 9;
            object-fit: cover;
          }
        }
      }

      &:hover {
        .slide-text {
          .button {
            background: #000;
            color: #fff;

            .fill {
              fill: #fff;
            }
          }
        }
      }
    }

    &.swiper-slide-active {
      transform: scale(1);
      z-index: 2;
      opacity: 1;
    }

    &.swiper-slide-prev,
    &.swiper-slide-next {
      opacity: 0.3;
      transform: scale(0.6);
      transition: opacity 0.7s ease, transform 0.7s ease;

      @media only screen and (max-width: 767px) {
        opacity: 1;
        transform: scale(1);
      }
    }
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #ffffffb2
      url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNnB4JyBoZWlnaHQ9JzE2cHgnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHRpdGxlPnJpZ2h0X2xpbmU8L3RpdGxlPjxnIGlkPSJyaWdodF9saW5lIiBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIGQ9J00yNCAwdjI0SDBWMGgyNFpNMTIuNTkzIDIzLjI1OGwtLjAxMS4wMDItLjA3MS4wMzUtLjAyLjAwNC0uMDE0LS4wMDQtLjA3MS0uMDM1Yy0uMDEtLjAwNC0uMDE5LS4wMDEtLjAyNC4wMDVsLS4wMDQuMDEtLjAxNy40MjguMDA1LjAyLjAxLjAxMy4xMDQuMDc0LjAxNS4wMDQuMDEyLS4wMDQuMTA0LS4wNzQuMDEyLS4wMTYuMDA0LS4wMTctLjAxNy0uNDI3Yy0uMDAyLS4wMS0uMDA5LS4wMTctLjAxNy0uMDE4Wm0uMjY1LS4xMTMtLjAxMy4wMDItLjE4NS4wOTMtLjAxLjAxLS4wMDMuMDExLjAxOC40My4wMDUuMDEyLjAwOC4wMDcuMjAxLjA5M2MuMDEyLjAwNC4wMjMgMCAuMDI5LS4wMDhsLjAwNC0uMDE0LS4wMzQtLjYxNGMtLjAwMy0uMDEyLS4wMS0uMDItLjAyLS4wMjJabS0uNzE1LjAwMmEuMDIzLjAyMyAwIDAgMC0uMDI3LjAwNmwtLjAwNi4wMTQtLjAzNC42MTRjMCAuMDEyLjAwNy4wMi4wMTcuMDI0bC4wMTUtLjAwMi4yMDEtLjA5My4wMS0uMDA4LjAwNC0uMDExLjAxNy0uNDMtLjAwMy0uMDEyLS4wMS0uMDEtLjE4NC0uMDkyWicvPjxwYXRoIGZpbGw9JyMwMDAwMDBGRicgZD0nTTE1LjcwNyAxMS4yOTNhMSAxIDAgMCAxIDAgMS40MTRsLTUuNjU3IDUuNjU3YTEgMSAwIDEgMS0xLjQxNC0xLjQxNGw0Ljk1LTQuOTUtNC45NS00Ljk1YTEgMSAwIDAgMSAxLjQxNC0xLjQxNGw1LjY1NyA1LjY1N1onLz48L2c+PC9zdmc+")
      no-repeat center;
    background-size: 24px 24px;
    border-radius: 100vh;
    transition: 0.5s;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none;
  }

  .swiper-button-prev {
    left: 24px;
    rotate: 180deg;
  }

  .swiper-button-next {
    right: 24px;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    transform: scale(1.1);
  }

  .swiper-pagination-wrap {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: auto;
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
  }

  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: #333 !important;
    transform: scale(1.4);
  }
}

/* ニュースティッカー
---------------------------------------------------- */
.news-ticker {
  margin-bottom: 0;
  background: #3c3c3c;
  overflow: hidden;

  a {
    text-decoration: none;
    color: #000;
  }

  .section-inner {
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;

    @media only screen and (max-width: 480px) {
      flex-direction: column;
    }
  }

  .title {
    display: flex;
    align-items: center;
    padding: 0 1em;
    background: #000;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    flex-shrink: 0;

    @media only screen and (max-width: 480px) {
      padding: 0.5rem 1rem;
    }
  }

  .list {
    display: flex;
    align-items: center;
    padding: 0 0.25rem 0 1rem;
    background: #d5d5d5;
    flex-shrink: 0;

    @media only screen and (max-width: 480px) {
      padding: 0.4rem 1rem;
      justify-content: flex-end;
    }

    a {
      display: flex;
      align-items: center;
      line-height: 1;
    }
  }

  .news-ticker-content {
    padding: 0.25rem 1rem 0.2rem;
    background: #fff;
    flex-grow: 1;
    height: 32px;
    overflow: hidden;

    @media only screen and (max-width: 767px) {
      padding: 0.5rem 1rem 0.4rem;
      height: auto;
    }

    .swiper {
      height: 100%;
      width: 100%;

      .swiper-wrapper {
        padding-top: 3px;

        @media only screen and (max-width: 767px) {
          height: auto !important;
          transform: none !important;
        }
      }
    }

    .swiper-slide {
      width: auto;
      max-width: 100%;

      @media only screen and (max-width: 767px) {
        height: auto !important;

        + .swiper-slide {
          margin-top: 0.5rem;
        }
      }

      a {
        display: flex;

        @media only screen and (max-width: 767px) {
          flex-direction: column;
        }

        .date {
          width: 6em;
          margin-right: 1rem;
          font-weight: 700;
          flex-shrink: 0;

          @media only screen and (max-width: 480px) {
            width: auto;
          }
        }

        .text {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;

          @media only screen and (max-width: 767px) {
            white-space: normal;
            overflow: visible;
            text-overflow: inherit;
          }
        }
      }
    }
  }
}

/* 商品一覧
---------------------------------------------------- */
.service-list {
  .card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
    gap: 20px;

    &.columns3 {
      grid-template-columns: repeat(auto-fill, minmax(306px, 1fr));
    }

    .card {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: subgrid;
      grid-row: span 5;
      grid-gap: 16px;
      padding: 4px;
      background-color: #fff;
      border-left: 1px solid #dedede;
      border-right: 1px solid #dedede;
      overflow: hidden;

      .card-image {
        width: 100%;
      }

      .card-title {
        padding: 0 0.75rem;
        display: flex;
        flex-direction: column;
        grid-gap: 8px;

        .title {
          font-size: 1.5rem;
          font-weight: 700;
          margin: 0;
        }

        .desc {
          margin-top: 0.5rem;
          font-size: 1rem;
        }
      }

      .button-area1 {
        padding: 0 0.75rem;
        display: flex;
        gap: 8px;

        .btn-trial,
        .btn-order {
          width: 50%;
          display: inline-block;
          background-color: #d80084;
          border: 1px solid #d80084;
          color: #fff;
          padding: 0.2rem 0.1rem;
          font-size: 0.8125rem;
          font-weight: 700;
          min-width: inherit;
          transition: background-color 0.3s ease;

          &:hover {
            background-color: #fff;
            color: #d80084;
          }
        }
      }

      .button-area2 {
        padding: 0 0.75rem;
        display: flex;
        flex-direction: column;
        gap: 6px;

        a {
          color: #000;
        }
      }

      .more-info {
        padding: 0 0.75rem;
        display: flex;
        flex-direction: column;
        text-align: center;

        p {
          font-size: 0.8125rem;
          font-weight: 700;
        }

        .more-btn {
          background-color: #000;
          border: 1px solid #000;
          color: #fff;
          padding: 0.2rem 0.5rem;
          margin-top: 0.25rem;
          font-size: 0.875rem;
          font-weight: 700;
          text-decoration: none;
          display: inline-block;
          transition: background-color 0.3s ease;

          &:hover {
            background-color: #fff;
            color: #000;
          }
        }
      }
    }
  }
}

/* 2025/07/17 FJcloud-V非表示対応
----------------------------------------------------*/
 a.fjcloud-v-announce {
    background-color: #FFF;
    margin: 0 0.75rem;
    padding: 0.2rem 0.5rem;
    border: solid 2px #EA0000;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #EA0000;
    text-decoration: none;
    word-break: keep-all;
    text-align: center;
}

/* クラウド導入支援パートナー
---------------------------------------------------- */
.cloudpartner {
  background: #dcdcdc;

  .section-inner p:first-of-type {
    font-size: 1.5rem;
    font-weight: 700;

    @media only screen and (max-width: 480px) {
      font-size: 1.375rem;
    }
  }

  h2 {
    margin-top: 12px;
    line-height: 1.5;

    @media only screen and (max-width: 480px) {
      font-size: 1.625rem;
    }

    span {
      display: block;
      font-size: 1.8rem;
      font-weight: 700;
    }

    span {
      @media only screen and (max-width: 480px) {
        font-size: 1.5rem;
      }
    }
  }

  h2 + p {
    margin-top: 20px;
    line-height: 1.4;

    @media only screen and (max-width: 767px) {
      font-size: 1rem;
    }

    br {
      @media only screen and (min-width: 769px) {
        display: none;
      }
    }
  }

  p {
    margin-top: 40px;
    font-size: 1.125rem;
    line-height: 1.6;

    @media only screen and (max-width: 767px) {
      font-size: 1rem;
    }
  }

  h3 {
    margin: 54px 0 0;
    font-size: 1.8rem;
    font-weight: 700;

    @media only screen and (max-width: 767px) {
      font-size: 1.5rem;
    }
  }

  h3 + p {
    margin-top: 16px;
  }

  .lay-3col {
    margin: 48px 0 60px;
    display: flex;
    justify-content: space-between;

    @media only screen and (max-width: 767px) {
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
    }

    li {
      width: 25%;
      display: flex;
      flex-direction: column;

      @media only screen and (max-width: 767px) {
        width: 80%;
        max-width: 320px;
      }

      .img-wrap {
        position: relative;
        background: #fff;
        border-radius: 100vh;
        padding: 17.2973%;

        @media only screen and (max-width: 767px) {
          width: 80%;
          margin: 0 auto;
        }
      }

      .badge {
        position: absolute;
        top: 5.6%;
        left: 5.6%;
        width: 19.459%;
        height: 19.459%;
        background: #1e11a9;
        border-radius: 100vh;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
      }

      h3 {
        margin-top: 20px;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.5;

        @media only screen and (max-width: 767px) {
          margin-top: 12px;
          font-size: 1.125rem;
        }

        br {
          @media only screen and (max-width: 1000px) {
            display: none;
          }
        }
      }
    }
  }

  .btn-a {
    border: none;
    color: #000;

    &:hover {
      color: #000;
    }
  }
}

/* キャンペーン・おすすめ情報
---------------------------------------------------- */
.campaign {
  .center-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;

    .recommend-btn {
      display: flex;
      align-items: center;
      background-color: #000;
      border: 1px solid #000;
      color: #fff;
      padding: 1.5rem 2.5rem 1.5rem 3rem;
      margin-top: 1rem;
      font-size: 1.125rem;
      font-weight: 700;
      text-decoration: none;
      transition: background-color 0.3s ease;

      &:hover {
        background-color: #fff;
        color: #000;

        .fill {
          fill: #000;
        }
      }

      svg {
        margin-left: 0.5rem;
        width: 16px;
        height: 16px;

        .fill {
          fill: #fff;
        }
      }
    }
  }
}

/*  コンポーネント
---------------------------------------------------- */
/* GIG5.1 Image Banner 公式テンプレート カスタマイズ */
.lf-hero-a {
  display: flex;
  /* max-height: 450px; */
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.lf-hero-a::after {
  content: "";
  display: block;
  width: 440px;
  height: 350px;
  margin-left: -200px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateY(50%);
  font-size: 0vw;
}

.lf-hero-contents {
  display: flex;
  width: 50%;
  color: #fff;
  align-items: center;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

.lf-hero-visual {
  width: 50%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.lf-hero-visual img {
  width: 100%;
  height: auto;
  min-width: 100%;
  max-width: none;
  max-width: initial;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lf-hero-contents-inner {
  width: 600px;
  margin-right: 40px;
  /* 	width: 365px; */
  /* 	margin-right: 275px; */
  text-align: left;
}

.lf-hero-hdg {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2.625rem;
  /* 	font-size: 4.5rem; */
  font-family: FujitsuInfinityPro-Bold, Arial, Verdana, Lucida Grande,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.1;
  /* 	line-height: 1.3; */
  font-weight: 700;
  min-height: 0vw;
  width: 100%;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.fjcloud-campaign .lf-hero-hdg {
  font-size: 2.5rem;
}

.lf-hero-sub {
  font-weight: 700;
}

.lf-hero-sub + .lf-hero-hdg {
  margin-top: 10px !important;
}

.fjcloud-campaign .lf-hero-sub + .lf-hero-hdg {
  margin-top: 0 !important;
}

.fjcloud-campaign .lf-hero-sub {
  font-size: 2rem;
}

.fjcloud-campaign .lf-hero-sub span {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.fjcloud-campaign .lf-hero-sub span img {
  margin: 0 10px 16px 0;
}

.lf-hero-desc {
  margin-top: 20px;
  /* 	margin-top: 10px; */
  font-size: 1.875rem;
  /* 	font-size: 1.6rem; */
  line-height: 1.3;
  font-weight: 700;
}

.lf-hero-btns {
  margin-top: 1em !important;
}

.lf-hero-btns a {
  display: inline-block;
  /* 	padding: .8125em .8125em .8125em 3.75em; */
  padding: 0.8125em 0.8125em 0.8125em 3em;
  color: inherit;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
}

.lf-hero-btns a::before,
.lf-hero-btns a::after {
  content: "";
  display: block;
  position: absolute;
}

.lf-hero-btns a::before {
  /* width: 50px; */
  /* height: 50px; */
  width: 34px;
  height: 34px;
  border: 1px solid;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lf-hero-btns a::after {
  /* width: 16px; */
  /* height: 16px; */
  width: 12px;
  height: 12px;
  border-top: 1px solid;
  border-right: 1px solid;
  /* left: 12px; */
  left: 9px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.lf-hero-badge {
  position: absolute;
  right: calc((100% - 1264px) / 2);
  bottom: 16px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 700;
}

.lf-hero-badge.lf-diff-black {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.breadcrumb-wrapper + #main .lf-hero-a {
  margin-top: 16px;
}

/* for global custom css */
.lf-hero-hdg,
.lf-hero-btns a {
  color: inherit !important;
}

/* symbol pattern */
.lf-hero-a.lf-rd-mg::after {
  background-image: url(/image/lf-magenta);
}

.lf-hero-a.lf-mg-rd::after {
  background-image: url(/image/lf-red);
}

.lf-hero-a.lf-rd-or::after {
  background-image: url(/image/lf-orange);
}

.lf-hero-a.lf-or-rd::after {
  background-image: url(/image/lf-red);
}

.lf-hero-a.lf-bl-cy::after {
  background-image: url(/image/lf-cyan);
}

.lf-hero-a.lf-cy-bl::after {
  background-image: url(/image/lf-cyan);
}

.lf-hero-a.lf-dg-lg::after {
  background-image: url(/image/lf-lightgreen);
}

.lf-hero-a.lf-lg-dg::after {
  background-image: url(/image/lf-darkgreen);
}

.lf-hero-a.lf-or-yl::after {
  background-image: url(/image/lf-yellow);
}

.lf-hero-a.lf-yl-or::after {
  background-image: url(/image/lf-orange);
}

.lf-hero-a.lf-cy-yl::after {
  background-image: url(/image/lf-yellow);
}

.lf-hero-a.lf-yl-cy::after {
  background-image: url(/image/lf-cyan);
}

.lf-hero-a.lf-lg-cy::after {
  background-image: url(/image/lf-cyan);
}

.lf-hero-a.lf-cy-lg::after {
  background-image: url(/image/lf-lightgreen);
}

.lf-hero-a.lf-mg-cy::after {
  background-image: url(/image/lf-cyan);
}

.lf-hero-a.lf-cy-mg::after {
  background-image: url(/image/lf-magenta);
}

.lf-hero-a.lf-rd-yl::after {
  background-image: url(/image/lf-yellow);
}

.lf-hero-a.lf-yl-rd::after {
  background-image: url(/image/lf-red);
}

.lf-hero-a.lf-mg-or::after {
  background-image: url(/image/lf-orange);
}

.lf-hero-a.lf-or-mg::after {
  background-image: url(/image/lf-magenta);
}

.lf-hero-a.lf-dg-yl::after {
  background-image: url(/image/lf-yellow);
}

.lf-hero-a.lf-yl-dg::after {
  background-image: url(/image/lf-darkgreen);
}

.lf-hero-a.lf-dg-cy::after {
  background-image: url(/image/lf-cyan);
}

.lf-hero-a.lf-cy-dg::after {
  background-image: url(/image/lf-darkgreen);
}

.lf-hero-a.lf-rd-bl::after {
  background-image: url(/image/lf-blue);
}

.lf-hero-a.lf-bl-rd::after {
  background-image: url(/image/lf-red);
}

.lf-hero-a.lf-bl-dg::after {
  background-image: url(/image/lf-darkgreen);
}

.lf-hero-a.lf-dg-bl::after {
  background-image: url(/image/lf-blue);
}

.lf-hero-a.lf-bl-mg::after {
  background-image: url(/image/lf-magenta);
}

.lf-hero-a.lf-mg-bl::after {
  background-image: url(/image/lf-blue);
}

.lf-hero-a.fjcloud-campaign::after {
  display: none;
}

/* background pattern */
.lf-hero-a.lf-rd-mg .lf-hero-contents {
  background-image: url(/image/lf-bgg-rd-mg);
  background-position: bottom;
}

.lf-hero-a.lf-mg-rd .lf-hero-contents {
  background-image: url(/image/lf-bgg-mg-rd);
}

.lf-hero-a.lf-rd-or .lf-hero-contents {
  background-image: url(/image/lf-bgg-rd-or);
}

.lf-hero-a.lf-or-rd .lf-hero-contents {
  background-image: url(/image/lf-bgg-or-rd);
  color: #000;
}

.lf-hero-a.lf-bl-cy .lf-hero-contents {
  background-image: url(/image/lf-bgg-bl-cy);
}

.lf-hero-a.lf-cy-bl .lf-hero-contents {
  background-image: url(/image/lf-bgg-cy-bl);
  color: #000;
}

.lf-hero-a.lf-dg-lg .lf-hero-contents {
  background-image: url(/image/lf-bgg-dg-lg);
}

.lf-hero-a.lf-lg-dg .lf-hero-contents {
  background-image: url(/image/lf-bgg-lg-dg);
  color: #000;
}

.lf-hero-a.lf-or-yl .lf-hero-contents {
  background-image: url(/image/lf-bgg-or-yl);
  color: #000;
}

.lf-hero-a.lf-yl-or .lf-hero-contents {
  background-image: url(/image/lf-bgg-yl-or);
  color: #000;
}

.lf-hero-a.lf-cy-yl .lf-hero-contents {
  background-image: url(/image/lf-bgg-cy-yl);
  color: #000;
}

.lf-hero-a.lf-yl-cy .lf-hero-contents {
  background-image: url(/image/lf-bgg-yl-cy);
  color: #000;
}

.lf-hero-a.lf-lg-cy .lf-hero-contents {
  background-image: url(/image/lf-bgg-lg-cy);
  color: #000;
}

.lf-hero-a.lf-cy-lg .lf-hero-contents {
  background-image: url(/image/lf-bgg-cy-lg);
  color: #000;
}

.lf-hero-a.lf-mg-cy .lf-hero-contents {
  background-image: url(/image/lf-bgg-mg-cy);
}

.lf-hero-a.lf-cy-mg .lf-hero-contents {
  background-image: url(/image/lf-bgg-cy-mg);
  color: #000;
}

.lf-hero-a.lf-rd-yl .lf-hero-contents {
  background-image: url(/image/lf-bgg-rd-yl);
}

.lf-hero-a.lf-yl-rd .lf-hero-contents {
  background-image: url(/image/lf-bgg-yl-rd);
  color: #000;
}

.lf-hero-a.lf-mg-or .lf-hero-contents {
  background-image: url(/image/lf-bgg-mg-or);
}

.lf-hero-a.lf-or-mg .lf-hero-contents {
  background-image: url(/image/lf-bgg-or-mg);
  color: #000;
}

.lf-hero-a.lf-dg-yl .lf-hero-contents {
  background-image: url(/image/lf-bgg-dg-yl);
}

.lf-hero-a.lf-yl-dg .lf-hero-contents {
  background-image: url(/image/lf-bgg-yl-dg);
  color: #000;
}

.lf-hero-a.lf-dg-cy .lf-hero-contents {
  background-image: url(/image/lf-bgg-dg-cy);
}

.lf-hero-a.lf-cy-dg .lf-hero-contents {
  background-image: url(/image/lf-bgg-cy-dg);
  color: #000;
}

.lf-hero-a.lf-rd-bl .lf-hero-contents {
  background-image: url(/image/lf-bgg-rd-bl);
}

.lf-hero-a.lf-bl-rd .lf-hero-contents {
  background-image: url(/image/lf-bgg-bl-rd);
}

.lf-hero-a.lf-bl-dg .lf-hero-contents {
  background-image: url(/image/lf-bgg-bl-dg);
}

.lf-hero-a.lf-dg-bl .lf-hero-contents {
  background-image: url(/image/lf-bgg-dg-bl);
}

.lf-hero-a.lf-bl-mg .lf-hero-contents {
  background-image: url(/image/lf-bgg-bl-mg);
}

.lf-hero-a.lf-mg-bl .lf-hero-contents {
  background-image: url(/image/lf-bgg-mg-bl);
}

.lf-hero-a.fjcloud-campaign .lf-hero-contents {
  background: #f1f1f1;
  color: #000;
}

@media screen and (min-width: 1280px) {
  .lf-hero-a {
    /* max-height: 574px; */
    max-height: 400px;
  }

  .lf-hero-visual {
    /* height: 574px; */
    height: 400px;
  }

  .lf-hero-btns {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 1600px) {
  .lf-hero-visual img {
    width: auto;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
  }
}

@media only screen and (max-width: 1280px) {
  .lf-hero-a::after {
    width: calc(440vw * 100 / 1280);
    height: calc(350vw * 100 / 1280);
    margin-left: calc(-200vw * 100 / 1280);
  }

  .lf-hero-visual img {
    height: 100%;
  }

  .lf-hero-contents-inner {
    width: 100%;
    margin-right: 0;
    /* 		margin-right: calc(275vw*100/1280); */
    padding-left: 8px;
  }

  .lf-hero-hdg {
    font-size: calc(46vw * 100 / 1280);
    /* 		font-size: calc(45vw*100/1280); */
  }

  .fjcloud-campaign .lf-hero-hdg {
    font-size: calc(40vw * 100 / 1280);
  }

  .lf-hero-sub,
  .lf-hero-desc {
    font-size: calc(30vw * 100 / 1280);
    /* 		font-size: 1.4rem; */
  }

  .fjcloud-campaign .lf-hero-sub {
    font-size: calc(32vw * 100 / 1280);
  }

  .fjcloud-campaign .lf-hero-sub span img {
    width: calc(96vw * 100 / 1280);
  }

  .lf-hero-badge {
    right: 8px;
  }
}

@media only screen and (max-width: 1000px) {
  .lf-hero-a {
    max-height: calc(450vw * 100 / 1000);
  }

  .lf-hero-contents-inner {
    padding-left: 16px;
  }

  .lf-hero-visual {
    height: calc(450vw * 100 / 1000);
  }
}

@media only screen and (max-width: 767px) {
  .lf-hero-a {
    flex-direction: column;
    max-height: none;
    max-height: initial;
  }

  .lf-hero-a::after {
    width: calc(336vw * 100 / 767);
    height: calc(266vw * 100 / 767);
    margin-left: calc(-144vw * 100 / 767);
    bottom: calc(83vw * 100 / 767);
    z-index: 1;
    transform: none;
  }

  .lf-hero-contents {
    display: block;
    width: 100%;
  }

  .lf-hero-visual {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }

  .lf-hero-visual::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .fjcloud-campaign .lf-hero-visual::before {
    display: none;
  }

  .lf-hero-visual img {
    top: 0;
    right: 50%;
    transform: translateX(50%);
  }

  .lf-hero-contents-inner {
    margin-right: 0;
    padding: 20px 16px;
  }

  .lf-hero-hdg {
    font-size: 2.25rem;
    /* 		font-size: 3.5rem; */
  }

  .fjcloud-campaign .lf-hero-hdg {
    font-size: 1.625rem;
  }

  .lf-hero-sub,
  .lf-hero-desc {
    font-size: 1.625rem;
  }

  .lf-hero-a.lf-bl-cy .lf-hero-sub,
  .lf-hero-a.lf-bl-cy .lf-hero-desc,
  .lf-hero-a.lf-dg-lg .lf-hero-sub,
  .lf-hero-a.lf-dg-lg .lf-hero-desc {
    color: #fff;
  }

  .fjcloud-campaign .lf-hero-sub {
    font-size: 1.25rem;
  }

  .fjcloud-campaign .lf-hero-sub span img {
    width: 60px;
  }

  .lf-hero-badge {
    right: 16px;
  }

  /* background pattern */
  .lf-hero-a.lf-or-rd .lf-hero-contents,
  .lf-hero-a.lf-cy-bl .lf-hero-contents,
  .lf-hero-a.lf-lg-dg .lf-hero-contents,
  .lf-hero-a.lf-cy-mg .lf-hero-contents,
  .lf-hero-a.lf-yl-rd .lf-hero-contents,
  .lf-hero-a.lf-or-mg .lf-hero-contents,
  .lf-hero-a.lf-yl-dg .lf-hero-contents,
  .lf-hero-a.lf-cy-dg .lf-hero-contents {
    background-size: 140% auto;
  }
}

@media only screen and (max-width: 480px) {
  .lf-hero-contents-inner {
    min-height: calc(298vw * 100 / 320);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .lf-hero-hdg {
    font-size: calc(26vw * 100 / 375);
  }

  .fjcloud-campaign .lf-hero-hdg {
    font-size: calc(25vw * 100 / 375);
  }

  .lf-hero-sub,
  .lf-hero-desc {
    font-size: calc(20vw * 100 / 375);
  }

  .fjcloud-campaign .lf-hero-sub {
    font-size: calc(24vw * 100 / 375);
  }

  .fjcloud-campaign .lf-hero-sub span img {
    width: calc(60vw * 100 / 375);
  }

  .fjcloud-campaign .lf-hero-sub + .lf-hero-hdg {
    margin-top: 10px !important;
  }
}

/*===============================================================
  ヒーローエリア スライダー
===============================================================*/
.main_slider {
  margin: 0;
  padding: 0 0 60px;
  overflow: visible;
  max-height: none;
  transition: all, 0.3s;
}

.main_slider .slidecontainer .slide {
  display: none;
}

.main_slider .bx-viewport .slidecontainer .slide {
  display: block !important;
}

.bx-viewport li {
  min-height: 1px;
  min-width: 1px;
}

.bx-clone {
  display: none;
}

.main_slider .bx-wrapper {
  padding-bottom: 0;
}

.main_slider .bx-wrapper img {
  margin: 0 auto;
  max-height: inherit;
  max-width: inherit;
}

.main_slider .bx-wrapper .bx-pager {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  padding-top: 0;
  text-align: center;
}

.main_slider .slider {
  position: relative;
  background: #fff;
  max-width: none;
  margin: 0 auto;
}

.main_slider .slider .slide {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .main_slider {
    max-height: none;
  }

  .main_slider .slider {
    height: auto;
    overflow: inherit;
  }

  .main_slider.open {
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .main_slider {
    height: auto;
    padding-bottom: 0;
  }

  .main_slider .slider .slide,
  .main_slider .slider .slide:nth-child(even) {
    float: none;
    width: 100%;
  }

  .main_slider .slider {
    padding-bottom: 40px;
  }
}

.main_slider .slider .slide .slide_inner,
.main_slider .slider .slide .slide_inner .link {
  display: block;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .main_slider .slider .slide .slide_inner,
  .main_slider .slider .slide .slide_inner .link {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .main_slider .slider .slide .slide_inner,
  .main_slider .slider .slide .slide_inner .link {
    height: auto;
  }
}

.main_slider .bx-wrapper .bx-controls-direction a {
  background: rgba(255, 255, 255, 0.5);
  top: calc(50% - 35px);
  bottom: auto;
  width: 70px;
  height: 70px;
}

.main_slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 30px;
}

.main_slider .slider .pager-wrap {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

.main_slider .slider .pager {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9% !important;
  margin: auto;
  width: 70px;
  height: 70px;
  z-index: auto;
  pointer-events: auto;
}

.main_slider .slider .next {
  right: -9% !important;
  left: auto !important;
}

.main_slider .slider .pager a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100vh;
  overflow: hidden;
  text-indent: -200%;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}

.main_slider .slider .pager a:hover {
  background: rgba(255, 255, 255, 0.9);
}

.main_slider .slider .pager a:after {
  content: "";
  position: absolute;
  bottom: auto;
  right: auto;
  margin: auto;
  width: 26px;
  height: 26px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: none;
  border-left: none;
  left: 16px;
  top: 50%;
  transform: translateY(-50%) translateX(0) rotate(45deg);
  transition: all 0.3s;
}

.main_slider .slider .prev a:after {
  transform: translateY(-50%) translateX(11px) rotate(225deg);
}

.main_slider .slider .slide {
  background-repeat: no-repeat;
  background-position: center center;
}

.main_slider .slider .slide .img_sp {
  display: none;
}

@media screen and (max-width: 1600px) {
  .main_slider .slider .slide .img img {
    width: 100%;
    display: inherit;
  }
}

@media screen and (max-width: 1440px) {
  .main_slider .slider .pager a {
    background: rgba(255, 255, 255, 0.3);
  }

  .main_slider .slider .pager {
    left: 2% !important;
  }

  .main_slider .slider .next {
    right: 2% !important;
    left: auto !important;
  }
}

@media only screen and (max-width: 768px) {
  .main_slider .slider .slide .img {
    display: none;
  }

  .main_slider .slider .slide .img_sp {
    display: block;
  }

  .main_slider .slider .slide .img_sp img {
    width: 100%;
    height: auto;
    max-width: inherit !important;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #dcdddd;
  text-indent: -9999px;
  display: block;
  width: 36px;
  height: 2px;
  margin: 0 10px 0 0;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  opacity: 1;
}

.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #dcdddd;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a.active,
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(1) a:hover {
  background: #ffb500;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a.active,
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a:hover {
  background: #0d80d5;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a.active,
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a:hover {
  background: #000;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(4) a.active,
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(4) a:hover {
  background: #39b70b;
}

/* trial */
.corporation-top .section.trial {
  margin: 0 auto;
  background: url(/image/FJ_SB_H3_T4) no-repeat center center / cover;
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.trial {
    margin-top: 30px;
    background: url(/image/FJ_SB_H3_T4) no-repeat center left / cover;
  }
}

.corporation-top .section.trial .section-inner {
  padding: 28px;
  padding-left: 535px;
  background: url(/image/top_fjcloud-v-beginner) no-repeat center left;
}

@media only screen and (max-width: 1000px) {
  .corporation-top .section.trial .section-inner {
    padding-left: calc(100% - 50vw + 15px);
    background-size: 50vw;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.trial .section-inner {
    padding-left: 28px;
    padding-bottom: 523px;
    background: url(/image/top_fjcloud-v-beginner) no-repeat bottom 40px center;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.trial .section-inner {
    background-size: 100vw;
    padding-bottom: calc(100vw + 40px);
  }
}

.corporation-top .section.trial p.catch {
  padding: 10px;
  line-height: 1;
  border: #fff solid 3px;
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.trial p.catch {
    font-size: calc(100vw * 25 / 767);
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.trial p.catch {
    font-size: 1rem;
  }
}

.corporation-top .section.trial h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.trial h2 {
    font-size: calc(100vw * 50 / 767);
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.trial h2 {
    font-size: 1.5rem;
  }
}

.corporation-top .section.trial h2 span.sub {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.75rem;
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.trial h2 span.sub {
    font-size: calc(100vw * 40 / 767);
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.trial h2 span.sub {
    font-size: 1.25rem;
  }
}

.corporation-top .section.trial p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.corporation-top .section.trial p strong {
  font-size: 1.375rem;
}

/*
.corporation-top .section.trial h2:before {
	content:"＼";
	display: inline-block;
	margin: 0 10px 0 0;
}
.corporation-top .section.trial h2:after {
	content:"／";
	display: inline-block;
	margin: 0 0 0 10px;
}
*/
.corporation-top .section.trial .lyt-btn-a {
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.trial .lyt-btn-a {
    justify-content: center;
  }
}

.corporation-top .section.trial .lyt-btn-a > li {
  margin-bottom: 0;
}

.corporation-top .section.trial .lyt-btn-a > li a {
  border: none;
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.trial .lyt-btn-a > li a {
    width: 100% !important;
  }
}

/* Link */
.corporation-top .section.link h2 {
  font-size: 1.75rem;
}

.corporation-top .section.link .section-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.link .section-inner {
    padding-top: 40px;
  }
}

.corporation-top .section.link .lyt-idx-b {
  display: flex;
  margin-bottom: -40px;
  margin-left: -40px;
  flex-wrap: wrap;
  /* Link配下のカードをセンタリング */
  /*justify-content: center;*/
}

.corporation-top .section.link .lyt-idx-b > li {
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.corporation-top .section.link .lyt-idx-b > li .panel {
  width: 100%;
  background: #fff;
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.corporation-top .section.link .lyt-idx-b .visual {
  padding: 18px 16px 0;
  flex-shrink: 0;
}

.corporation-top .section.link .lyt-idx-b .text-box {
  position: relative;
  width: 100%;
  padding: 26px 26px 20px;
  display: flex;
  flex-direction: column;
}

.corporation-top .section.link .lyt-idx-b .text-box .label {
  display: block;
  align-self: flex-start;
  padding: 2px 8px 1px;
  margin: 10px 0 0;
  min-width: 200px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(
    115deg,
    rgb(233, 50, 114) 0 25%,
    rgb(136, 65, 157) 90%
  );
}

@media only screen and (max-width: 374px) {
  .corporation-top .section.link .lyt-idx-b .text-box .label {
    font-size: calc(14vw * 100 / 320);
  }
}

.corporation-top .section.link .lyt-idx-b .text-box .title {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.link .lyt-idx-b .text-box .title {
    min-height: inherit;
  }
}

.corporation-top .section.link .lyt-idx-b .text-box > .desc {
  margin-top: 14px;
  margin-bottom: 18px;
  font-size: 1rem;
}

.corporation-top .section.link .lyt-idx-b.diff-col2 > * {
  width: 395px;
}

/*
@media only screen and (max-width: 1280px) {
  .corporation-top .section.link .lyt-idx-b.diff-col2 > * {
	width: 33.333%;
  }
}
*/
@media only screen and (max-width: 1000px) {
  .corporation-top .section.link .lyt-idx-b.diff-col2 > * {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.link .lyt-idx-b.diff-col2 > * {
    width: 100%;
  }
}

.corporation-top .section.link .lyt-idx-b .c-btn {
  margin-top: 8px;
}

.corporation-top .section.link .lyt-idx-b + .lyt-btn-a {
  margin-top: 50px;
}

/* FJcloud-V 無料個別相談実施中
----------------------------------------------- */
.corporation-top .section.consultation {
  background: url(/image/campaign-fjcloud-v-consultation-bg) no-repeat top left /
    cover;
}

.corporation-top .section.consultation .section-inner {
  padding: 40px 0 44px !important;
}

@media only screen and (max-width: 1280px) {
  .corporation-top .section.consultation .section-inner {
    padding: 40px 8px 44px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .corporation-top .section.consultation .section-inner {
    padding: 40px 16px 44px !important;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.consultation .section-inner {
    padding: 40px 16px 44px !important;
  }
}

.corporation-top .section.consultation h2,
.corporation-top .section.consultation p {
  color: #fff !important;
}

.corporation-top .section.consultation h2 {
  font-size: 1.75rem;
}

.corporation-top .section.consultation p {
  font-size: 1.125rem;
}

@media only screen and (min-width: 480px) {
  .corporation-top .section.consultation h2 br {
    display: none;
  }
}

.corporation-top .section.consultation .lay2col {
  display: flex;
  justify-content: space-between;
}

.corporation-top .section.consultation .lay2col .visual {
  width: 25%;
}

.corporation-top .section.consultation .lay2col .text {
  width: 73%;
}

.corporation-top .section.consultation .lay2col .lyt-btn-a {
  margin-top: 30px;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.consultation {
    background-position: center center;
  }

  .corporation-top .section.consultation .lay2col {
    flex-direction: column-reverse;
  }

  .corporation-top .section.consultation .lay2col > * {
    width: 100% !important;
  }

  .corporation-top .section.consultation .lay2col .visual {
    margin-bottom: 20px;
  }
}

.corporation-top .section.consultation .btn-a {
  position: relative;
  padding: 14px 20px 13px 20px;
  color: #000 !important;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  min-width: 300px;
  width: 100% !important;
  background: #fff;
  border: none;
  border-radius: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.corporation-top .section.consultation .btn-a::before {
  display: none;
}

/* Support */
.corporation-top .section.support {
}

.corporation-top .section.support .section-inner {
  padding-top: 100px !important;
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .section-inner {
    padding-top: 40px !important;
  }
}

.corporation-top .section.support h2 {
}

/*
.corporation-top .section.support .lyt-idx-b {
	display: flex;
	margin-bottom: -40px;
	margin-left: -40px;
	flex-wrap: wrap;
	/* support配下のカードをセンタリング */
/*justify-content: center;*/
/*
}
.corporation-top .section.support .lyt-idx-b.diff-col1 {
	margin-bottom: 0;
}
.corporation-top .section.support .lyt-idx-b > li {
	padding-bottom: 40px;
	padding-left: 40px;
	display: flex;
}
.corporation-top .section.support .lyt-idx-b > li .panel {
	width: 100%;
	background: #fff;
	color: #000;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}
.corporation-top .section.support .lyt-idx-b.diff-col1 > li .panel {
	flex-direction: row;
}
@media only screen and (max-width: 767px) {
.corporation-top .section.support .lyt-idx-b.diff-col1 > li .panel {
	flex-direction: column;
}
}
.corporation-top .section.support .lyt-idx-b .visual {
	padding: 18px 16px 0;
	flex-shrink: 0;
}
.corporation-top .section.support .lyt-idx-b.diff-col1 .visual {
	padding: 18px 0 18px 16px;
	width: 40%;
}
@media only screen and (max-width: 767px) {
.corporation-top .section.support .lyt-idx-b.diff-col1 .visual {
	padding: 18px 16px 0;
	width: 100%;
}
}
.corporation-top .section.support .lyt-idx-b.diff-col2 .visual .zoom {
	width: auto;
	max-width: 100%;
	/*max-height: 240px;*/
/*
}
.corporation-top .section.support .lyt-idx-b .text-box {
	position: relative;
	width: 100%;
	padding: 26px 26px 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.corporation-top .section.support .lyt-idx-b.diff-col1 .text-box {
	padding: 26px 26px 20px;
}
.corporation-top .section.support .lyt-idx-b .text-box .label {
	display: block;
	align-self: flex-start;
	padding: 2px 8px 1px;
	margin-bottom: 8px;
	min-width: 200px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(115deg, rgb(233, 50, 114) 0 25%, rgb(136, 65, 157) 90%);
}
@media only screen and (max-width: 374px) {
	.corporation-top .section.support .lyt-idx-b .text-box .label {
		font-size: calc(14vw*100/320);
	}
}
.corporation-top .section.support .lyt-idx-b .text-box .title {
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 700;
}
.corporation-top .section.support .lyt-idx-b.diff-col1 .text-box .title {
	font-size: 1.875rem;
}
.corporation-top .section.support .lyt-idx-b.diff-col2 .text-box .title {
	font-size: 1.875rem;
}
@media only screen and (max-width: 767px) {
	.corporation-top .section.support .lyt-idx-b .text-box .title {
		min-height: inherit;
	}
}
.corporation-top .section.support .lyt-idx-b .text-box > .desc {
	margin-top: 14px;
	margin-bottom: 18px;
	font-size: 1rem;
}
.corporation-top .section.support .lyt-idx-b.diff-col1 > * {
	width: 100%;
}
@media only screen and (max-width: 1280px) {
	.corporation-top .section.support .lyt-idx-b.diff-col1 > * {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.corporation-top .section.support .lyt-idx-b.diff-col1 > * {
		width: 100%;
	}
}
.corporation-top .section.support .lyt-idx-b.diff-col2 > * {
	width: 50%;
}
@media only screen and (max-width: 1280px) {
	.corporation-top .section.support .lyt-idx-b.diff-col2 > * {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.corporation-top .section.support .lyt-idx-b.diff-col2 > * {
		width: 100%;
	}
}
.corporation-top .section.support .lyt-idx-b.diff-col4 > * {
	width: 25%;
}
@media only screen and (max-width: 1280px) {
	.corporation-top .section.support .lyt-idx-b.diff-col4 > * {
		width: 25%;
	}
}
@media only screen and (max-width: 767px) {
	.corporation-top .section.support .lyt-idx-b.diff-col4 > * {
		width: 100%;
	}
}
.corporation-top .section.support .lyt-idx-b .c-btn {
	margin-top: auto;
	min-height: 26px;
}
.corporation-top .section.support .lyt-idx-b + .lyt-btn-a {
	margin-top: 50px;
}
*/
/* ftt-cloudpartner */
.corporation-top .section.support .ftt-cloudpartner {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  max-height: 360px;
  background: url(/image/ftt-cloudpartner-keyvisual) no-repeat right center /
    cover;
}

@media only screen and (max-width: 1920px) {
  .corporation-top .section.support .ftt-cloudpartner {
    background: url(/image/ftt-cloudpartner-keyvisual) no-repeat right 40%
      center / cover;
  }
}

@media only screen and (max-width: 1024px) {
  .corporation-top .section.support .ftt-cloudpartner {
    min-height: 420px;
    max-height: 420px;
    background: url(/image/ftt-cloudpartner-keyvisual) no-repeat right 42%
      center / cover;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.support .ftt-cloudpartner {
    min-height: auto;
    max-height: none;
    /*height: 860px;*/
    background: url(/image/ftt-cloudpartner-keyvisual-sp) no-repeat center
      bottom / 767px;
    padding-bottom: 75vw;
    background-size: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .ftt-cloudpartner {
    /*height: calc(484vw * 100 / 375);*/
    background: url(/image/ftt-cloudpartner-keyvisual-sp) no-repeat center
      bottom / cover;
  }
}

@media only screen and (max-width: 374px) {
  .corporation-top .section.support .ftt-cloudpartner {
    /*height: calc(570vw * 100 / 320);*/
  }
}

.corporation-top .section.support .ftt-cloudpartner .content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 0 30px;
}

@media only screen and (max-width: 1024px) {
  .corporation-top .section.support .ftt-cloudpartner .content {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.support .ftt-cloudpartner .content {
    padding: 40px 0 0;
  }
}

.corporation-top .section.support .ftt-cloudpartner .content .content-inner {
  width: 50%;
}

@media only screen and (max-width: 1280px) {
  .corporation-top .section.support .ftt-cloudpartner .content .content-inner {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.support .ftt-cloudpartner .content .content-inner {
    width: 100%;
  }
}

.corporation-top .section.support .ftt-cloudpartner .content .main-txt {
  margin-bottom: 8px;
}

@media only screen and (max-width: 480px) {
}

.corporation-top .section.support .ftt-cloudpartner .content .main-txt > * {
  display: inline-block;
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
  .corporation-top .section.support .ftt-cloudpartner .content .main-txt > * {
    font-size: 2.375rem;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .ftt-cloudpartner .content .main-txt > * {
    font-size: 1.5rem;
  }
}

.corporation-top .section.support .ftt-cloudpartner .content .sub-txt > * {
  display: inline-block;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
  .corporation-top .section.support .ftt-cloudpartner .content .sub-txt > * {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .ftt-cloudpartner .content .sub-txt > * {
    font-size: 1rem;
  }
}

.corporation-top .section.support .ftt-cloudpartner .lyt-btn {
  margin-top: 20px;
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .corporation-top .section.support .ftt-cloudpartner .lyt-btn {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.support .ftt-cloudpartner .lyt-btn > * {
    flex-grow: 1;
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .ftt-cloudpartner .lyt-btn {
    margin-top: 10px;
  }

  .corporation-top .section.support .ftt-cloudpartner .lyt-btn > * {
    width: auto;
  }
}

.corporation-top .section.support .ftt-cloudpartner a.btn {
  position: relative;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  border-radius: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px 13px 20px;
  min-width: 360px;
  min-height: inherit;
  color: #000;
  background: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.support .ftt-cloudpartner a.btn {
    min-width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .ftt-cloudpartner a.btn {
    padding: 6px 4px 6px 14px;
    min-height: auto;
  }
}

.corporation-top .section.support .ftt-cloudpartner a.btn.fdfbtn {
  background: rgba(0, 0, 0, 0.5);
  background: #fff;
  padding: 14px 20px 13px 20px;
  justify-content: center;
  box-shadow: 0px 3px 20px 3px rgb(0 0 0 / 25%);
  font-size: 1.25rem;
}

.corporation-top .section.support .ftt-cloudpartner a.btn > .desc {
  font-weight: 800;
  flex-grow: 1;
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .ftt-cloudpartner a.btn > .desc {
    font-size: 1rem;
  }
}

.corporation-top .section.support .ftt-cloudpartner a.btn > .icon {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.corporation-top .section.support .ftt-cloudpartner a.btn .icon::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #5f5f5f;
  opacity: 0;
  z-index: 0;
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .ftt-cloudpartner a.btn > .icon {
    margin-left: 4px;
    width: 30px;
    height: 30px;
  }
}

.corporation-top .section.support .ftt-cloudpartner a:hover .btn .icon::before {
  opacity: 0.1;
}

.corporation-top .section.support .ftt-cloudpartner a.btn:hover .icon::before {
  opacity: 0.1;
  animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.corporation-top .section.support .ftt-cloudpartner a.btn .icon svg {
  fill: #5f5f5f;
  position: absolute;
  top: 0;
  left: 0;
}

.corporation-top .section.support .ftt-cloudpartner a.btn .icon svg .arrow {
  fill: #5f5f5f;
}

.corporation-top .section.support .ftt-cloudpartner a.btn .icon svg .arrow {
  transform: translateX(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.corporation-top
  .section.support
  .ftt-cloudpartner
  a.btn:hover
  .icon
  svg
  .arrow {
  animation: arrow 1.5s forwards ease-in-out;
}

.corporation-top .section.support .ftt-cloudpartner a.btn .icon svg .circle {
  width: 100%;
  height: 100%;
  transform-origin: center;
  fill: #fff;
  stroke: #5f5f5f;
  stroke-width: 1px;
}

.corporation-top
  .section.support
  .ftt-cloudpartner
  a.btn:hover
  .icon
  svg
  .circle {
  fill: #fff;
  stroke: #bcbcbc;
  stroke-width: 1;
  animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*direct-forum
====================================================*/
.corporation-top .section.support .direct-forum {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  max-height: 360px;
  background: url(/image/direct-forum_kv) no-repeat right center / cover;
  margin: 40px 0 0;
}

@media only screen and (max-width: 1920px) {
  .corporation-top .section.support .direct-forum {
    background: url(/image/direct-forum_kv) no-repeat right 40% center / cover;
  }
}

@media only screen and (max-width: 1024px) {
  .corporation-top .section.support .direct-forum {
    min-height: 420px;
    max-height: 420px;
    background: url(/image/direct-forum_kv) no-repeat right 42% center / cover;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.support .direct-forum {
    min-height: auto;
    max-height: none;
    /*height: 860px;*/
    background: url(/image/direct-forum_kv_sp) no-repeat center bottom / 767px;
    padding-bottom: 75vw;
    background-size: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .direct-forum {
    /*height: calc(710vw * 100 / 375);*/
    /*height: calc(710vw * 100 / 600);*/
    background: url(/image/direct-forum_kv_sp) no-repeat center bottom / cover;
  }
}

@media only screen and (max-width: 320px) {
  .corporation-top .section.support .direct-forum {
    /*height: calc(710vw * 100 / 320);*/
    /*height: calc(710vw * 100 / 450);*/
  }
}

.corporation-top .section.support .direct-forum .content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 0 30px;
}

@media only screen and (max-width: 1024px) {
  .corporation-top .section.support .direct-forum .content {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.support .direct-forum .content {
    padding: 40px 0 0;
  }
}

.corporation-top .section.support .direct-forum .content .content-inner {
  width: 50%;
}

@media only screen and (max-width: 1280px) {
  .corporation-top .section.support .direct-forum .content .content-inner {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.support .direct-forum .content .content-inner {
    width: 100%;
  }
}

.corporation-top .section.support .direct-forum .content .main-txt {
  margin-bottom: 8px;
}

@media only screen and (max-width: 480px) {
}

.corporation-top .section.support .direct-forum .content .main-txt > * {
  display: inline-block;
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
  .corporation-top .section.support .direct-forum .content .main-txt > * {
    font-size: 2.375rem;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .direct-forum .content .main-txt > * {
    font-size: 1.5rem;
  }
}

.corporation-top .section.support .direct-forum .content .sub-txt > * {
  display: inline-block;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
  .corporation-top .section.support .direct-forum .content .sub-txt > * {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 768px) {
  .corporation-top .section.support .direct-forum .content .sub-txt > * {
    /*width: 50%;*/
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .direct-forum .content .sub-txt > * {
    font-size: 1rem;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .corporation-top .section.support .direct-forum .lyt-btn {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.support .direct-forum .lyt-btn > * {
    flex-grow: 1;
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .direct-forum .lyt-btn {
    margin-top: 10px;
  }

  .corporation-top .section.support .direct-forum .lyt-btn > * {
    width: auto;
  }
}

.corporation-top .section.support .direct-forum a.btn {
  position: relative;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  border-radius: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px 13px 20px;
  min-width: 360px;
  min-height: inherit;
  color: #000;
  background: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.support .direct-forum a.btn {
    min-width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .direct-forum a.btn {
    padding: 6px 4px 6px 14px;
    min-height: auto;
  }
}

.corporation-top .section.support .direct-forum a.btn.fdfbtn {
  background: rgba(0, 0, 0, 0.5);
  background: #fff;
  padding: 14px 20px 13px 20px;
  justify-content: center;
  box-shadow: 0px 3px 20px 3px rgb(0 0 0 / 25%);
  font-size: 1.25rem;
}

.corporation-top .section.support .direct-forum a.btn > .desc {
  font-weight: 800;
  flex-grow: 1;
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .direct-forum a.btn > .desc {
    font-size: 1rem;
  }
}

.corporation-top .section.support .direct-forum a.btn > .icon {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.corporation-top .section.support .direct-forum a.btn .icon::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #5f5f5f;
  opacity: 0;
  z-index: 0;
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .direct-forum a.btn > .icon {
    margin-left: 4px;
    width: 30px;
    height: 30px;
  }
}

.corporation-top .section.support .direct-forum a:hover .btn .icon::before {
  opacity: 0.1;
}

.corporation-top .section.support .direct-forum a.btn:hover .icon::before {
  opacity: 0.1;
  animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.corporation-top .section.support .direct-forum a.btn .icon svg {
  fill: #5f5f5f;
  position: absolute;
  top: 0;
  left: 0;
}

.corporation-top .section.support .direct-forum a.btn .icon svg .arrow {
  fill: #5f5f5f;
}

.corporation-top .section.support .direct-forum a.btn .icon svg .arrow {
  transform: translateX(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.corporation-top .section.support .direct-forum a.btn:hover .icon svg .arrow {
  animation: arrow 1.5s forwards ease-in-out;
}

.corporation-top .section.support .direct-forum a.btn .icon svg .circle {
  width: 100%;
  height: 100%;
  transform-origin: center;
  fill: #fff;
  stroke: #5f5f5f;
  stroke-width: 1px;
}

.corporation-top .section.support .direct-forum a.btn:hover .icon svg .circle {
  fill: #fff;
  stroke: #bcbcbc;
  stroke-width: 1;
  animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*バッジ追加表示*/
.corporation-top .section.support .direct-forum .kv_btmarea {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .direct-forum .kv_btmarea {
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.support .direct-forum .kv_btmarea li {
    flex-grow: 1;
    width: auto;
  }
}

.corporation-top .section.support .direct-forum .kv_btmarea li:nth-child(2) {
  position: absolute;
  top: -75px;
  left: 300px;
}

@media only screen and (max-width: 1024px) {
  .corporation-top .section.support .direct-forum .kv_btmarea li:nth-child(2) {
    left: 290px;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.support .direct-forum .kv_btmarea li:nth-child(2) {
    top: 0;
    left: 0;
    margin: 0 0 30px;
    position: relative;
  }
}

.corporation-top .section.support .direct-forum .badge {
  width: 60%;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .corporation-top .section.support .direct-forum .badge {
    width: 50%;
  }
}

/* Community */
.corporation-top .section.community .section-inner {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.community .section-inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.corporation-top .section.community .section-inner h2 {
}

.corporation-top .section.community .lyt-idx-b {
  display: flex;
  margin-bottom: -40px;
  margin-left: -40px;
  flex-wrap: wrap;
  /* community配下のカードをセンタリング */
  /*justify-content: center;*/
}

.corporation-top .section.community .lyt-idx-b.diff-col1 {
  margin-bottom: 0;
}

.corporation-top .section.community .lyt-idx-b > li {
  padding-left: 40px;
  display: flex;
}

.corporation-top .section.community .lyt-idx-b > li .panel {
  width: 100%;
  background: #fff;
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.corporation-top .section.community .lyt-idx-b.diff-col1 > li .panel {
  flex-direction: row-reverse;
}

.corporation-top .section.community .lyt-idx-b.diff-col1 > li .panel .border {
  border: #ff0000 1px solid;
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.community .lyt-idx-b.diff-col1 > li .panel {
    flex-direction: column-reverse;
  }
}

.corporation-top .section.community .lyt-idx-b .visual {
  padding: 0 0 0 16px;
  flex-shrink: 0;
}

.corporation-top .section.community .lyt-idx-b.diff-col1 .visual {
  padding: 0 0 0 16px;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.community .lyt-idx-b.diff-col1 .visual {
    width: 100%;
    padding: 0;
  }
}

.corporation-top .section.community .lyt-idx-b .text-box {
  position: relative;
  width: 100%;
  padding: 26px 26px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.corporation-top .section.community .lyt-idx-b.diff-col1 .text-box {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.community .lyt-idx-b.diff-col1 .text-box {
    padding: 0 0 26px;
  }
}

.corporation-top .section.community .lyt-idx-b .text-box .label {
  display: block;
  align-self: flex-start;
  padding: 2px 8px 1px;
  margin-bottom: 8px;
  min-width: 200px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(
    115deg,
    rgb(233, 50, 114) 0 25%,
    rgb(136, 65, 157) 90%
  );
}

@media only screen and (max-width: 374px) {
  .corporation-top .section.community .lyt-idx-b .text-box .label {
    font-size: calc(14vw * 100 / 320);
  }
}

.corporation-top .section.community .lyt-idx-b .text-box .title {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.corporation-top .section.community .lyt-idx-b.diff-col1 .text-box .title {
  font-size: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.community .lyt-idx-b .text-box .title {
    min-height: inherit;
  }
}

.corporation-top .section.community .lyt-idx-b .text-box > .desc {
  margin-bottom: 18px;
  font-size: 1rem;
}

.corporation-top .section.community .lyt-idx-b.diff-col1 > * {
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .corporation-top .section.community .lyt-idx-b.diff-col1 > * {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.community .lyt-idx-b.diff-col1 > * {
    width: 100%;
  }
}

.corporation-top .section.community .lyt-idx-b .c-btn {
  margin-top: auto;
}

.corporation-top .section.community .lyt-idx-b + .lyt-btn-a {
  margin-top: 50px;
}

/* CTA */
.corporation-top .section.cta {
  background: url(/image/top-cta-bg) no-repeat center right / cover;
}

.corporation-top .section.cta h2 {
  font-size: 2rem;
  line-height: 1.6;
}

.corporation-top .section.cta h2 + p {
  margin-top: -30px;
  margin-bottom: 40px;
  font-size: 1rem;
}

.corporation-top .section.cta [class^="btn-"] {
  border: none;
}

@media only screen and (max-width: 1024px) {
  .corporation-top .section.cta h2 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.cta .section-inner {
    padding-bottom: 40px;
  }

  .corporation-top .section.cta h2 {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.cta h2 {
    font-size: calc(20vw * 100 / 375);
  }

  .corporation-top .section.cta .lyt-btn-a > li a {
    width: 100% !important;
  }

  .corporation-top .section.cta .btn-a .text {
    font-size: calc(18vw * 100 / 375);
    width: calc(100% - 50px);
  }
}

/* 関連リンク */
.section.related-links *,
.section.related-links *::before,
.section.related-links *::after {
  box-sizing: border-box;
}

.section.related-links h3 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 60px;
}

.section.related-links .section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0 0;
}

@media only screen and (max-width: 1000px) {
  .section.related-links .section-inner {
    padding: 100px 16px 0;
  }
}

@media only screen and (max-width: 480px) {
  .section.related-links .section-inner {
    padding: 40px 16px 0;
  }
}

.section.related-links .panel-group {
  max-width: 892px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .section.related-links .panel-group {
    flex-direction: column;
  }
}

.section.related-links .panel-group > * {
  width: 48.09%;
}

.section.related-links .panel-group > *:last-child {
}

@media only screen and (max-width: 767px) {
  .section.related-links .panel-group {
    flex-direction: column;
    align-items: center;
  }

  .section.related-links .panel-group > * {
    width: 100%;
    max-width: 400px;
  }

  .section.related-links .panel-group > * + * {
    margin-top: 20px;
  }
}

.section.related-links .panel-group > * .item {
  position: relative;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.section.related-links .panel-group > * .item .img {
  width: 100%;
}

.section.related-links .panel-group > * .item .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.section.related-links .panel-group h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  margin-bottom: 0;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.4;
}

.section.related-links .panel-group h3 small {
  font-size: 1.5rem;
  font-weight: 700;
}

.section.related-links .panel-group h3.color-gl {
  color: #49ae3c;
}

@media only screen and (max-width: 1000px) {
  .section.related-links .panel-group h3 {
    font-size: calc(36vw * 100 / 1000);
  }

  .section.related-links .panel-group h3 small {
    font-size: calc(30vw * 100 / 1000);
  }
}

@media only screen and (max-width: 767px) {
  .section.related-links .panel-group h3 {
    font-size: 1.75rem;
  }

  .section.related-links .panel-group h3 small {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 480px) {
  .section.related-links .panel-group h3 {
    font-size: calc(22vw * 100 / 320);
  }

  .section.related-links .panel-group h3 small {
    font-size: calc(18vw * 100 / 320);
  }
}

.lyt-img-b {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .lyt-img-b {
    margin-top: 40px;
  }
}

.lyt-img-b > * {
  width: 100%;
}

/* お知らせ */
#section02.topics {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #efefef;
  max-width: inherit;
  padding: 70px 0;
}

#section02 .headline .btn_more {
  display: none;
}

#section02 .topic_list {
  border-top: none;
  margin: 20px 0 0 0;
}

#section02 .topic_list dt {
  padding: 5px 0;
  font-size: 12px;
}

#section02 .topic_list dt .icon {
  height: auto;
  line-height: 1;
}

#section02 .topic_list dd {
  padding: 5px 0;
  margin-left: 10em;
  border-bottom: none;
  white-space: nowrap;
  font-size: 12px;
}

#section02 .headline .title {
  font-size: 1.875rem;
  margin-bottom: 0;
  color: #000;
}

#section02 h3 {
  display: none;
}

@media only screen and (max-width: 767px) {
  #section02.topics {
    display: block;
  }

  #section02 .topic_list dt,
  #section02 .topic_list dd {
    padding: 1px;
  }

  #section02 .topic_list dd {
    white-space: normal;
    margin: 0 0 10px 0;
  }

  #section02 h3 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  #section02.topics {
    padding: 50px 16px;
  }

  .topic_list dt .icon {
    width: 0;
    height: 0;
    line-height: 0;
    margin-right: 0;
  }
}

/* キャンペーン一覧 bxslider */
.corporation-top .section.campaign .section-inner {
  padding: 30px 0 !important;
}

@media only screen and (max-width: 1280px) {
  .corporation-top .section.campaign .section-inner {
    padding: 50px 8px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .corporation-top .section.campaign .section-inner {
    padding: 50px 16px !important;
  }
}

.corporation-top .campaign-slider {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}

.corporation-top .campaign-slider .bx-viewport {
  overflow: visible !important;
}

.corporation-top .campaign-slider .bx-viewport .slider li {
  display: block;
  opacity: 0.3;
  transition: 0.3s;
}

.corporation-top .campaign-slider .bx-viewport .slider li.active-slide,
.corporation-top .campaign-slider .bx-viewport .slider li.active-slide + li,
.corporation-top
  .campaign-slider
  .bx-viewport
  .slider
  li.active-slide
  + li
  + li {
  opacity: 1;
}

.corporation-top .campaign-slider li {
  display: none;
}

.corporation-top .campaign-slider .bx-wrapper {
  margin: 0 auto 105px;
}

.corporation-top .campaign-slider .bx-wrapper img {
  /* max-width: none; */
  max-height: none;
}

.corporation-top .campaign-slider .bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 20px;
  bottom: -100px;
}

.corporation-top .campaign-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #000;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  outline: 0;
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
  opacity: 0.5;
}

.corporation-top
  .campaign-slider
  .bx-wrapper
  .bx-pager.bx-default-pager
  a:hover,
.corporation-top
  .campaign-slider
  .bx-wrapper
  .bx-pager.bx-default-pager
  a.active {
  background: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 1);
  opacity: 1;
}

.corporation-top .campaign-slider .bx-wrapper .bx-caption {
  position: absolute;
  /*bottom: -34px;*/
  top: 235px;
  left: 0;
  background: none;
  width: 100%;
}

.corporation-top .campaign-slider .bx-wrapper .bx-caption span {
  color: #000;
  font-family: inherit;
  display: block;
  font-size: 1.125rem;
  padding: 0 4px;
}

.corporation-top .campaign-slider .bx-wrapper .bx-controls-direction a {
  background: rgba(255, 255, 255, 0.7);
}

.corporation-top .campaign-slider .bx-wrapper .bx-controls-direction a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.corporation-top .campaign-slider .bx-wrapper .bx-next:after,
.corporation-top .campaign-slider .bx-wrapper .bx-prev:after {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}

@media only screen and (max-width: 1280px) {
  .corporation-top
    .campaign-slider
    .bx-wrapper
    .bx-controls-direction
    a.bx-prev {
    left: 16px;
  }

  .corporation-top
    .campaign-slider
    .bx-wrapper
    .bx-controls-direction
    a.bx-next {
    right: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .corporation-top .section.campaign .section-inner {
    padding-top: 40px !important;
  }

  .corporation-top .campaign-slider .bx-viewport .slider li {
    margin-right: 10px !important;
  }

  .corporation-top .campaign-slider .bx-viewport .slider li.active-slide + li,
  .corporation-top
    .campaign-slider
    .bx-viewport
    .slider
    li.active-slide
    + li
    + li {
    opacity: 0.3;
  }
}

/* fj-v資料ダウンロード
----------------------------------------------- */
.corporation-top .section.download .section-inner {
  padding-bottom: 0;
}

.corporation-top .section.download .box {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 0;
  border: none;
}

.corporation-top .section.download .box > .lay2col {
  display: flex;
  justify-content: space-between;
}

.corporation-top .section.download .box > .lay2col > .visual {
  width: 44%;
}

.corporation-top .section.download .box > .lay2col > .text {
  width: 56%;
}

.corporation-top .section.download .box > .lay2col .text > p + p {
  margin-top: 1em;
}

.corporation-top .section.download .box > .lay2col .text > .lyt-btn-a {
  justify-content: flex-start;
}

.corporation-top .section.download .box > .lay2col.equal > * {
  width: 48% !important;
}

.corporation-top .section.download .box > .lay2col > .inner {
  padding: 16px;
  border: 1px solid #d9d9d9;
}

.corporation-top .section.download .box > .lay2col > .inner > .visual {
  margin-bottom: 10px;
}

.corporation-top .section.download .box > .lay2col + .notice {
  margin-top: 10px;
  font-size: 0.8125rem;
  color: #000;
}

.corporation-top .section.download .box > .lay2col .text h4 {
  font-size: 1.25rem;
}

.corporation-top .section.download .box > .lay2col .text h4 strong {
  font-size: 1.8rem;
  display: block;
}

@media only screen and (max-width: 1016px) {
  .corporation-top .section.download .box {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .corporation-top .section.download .box > .lay2col {
    flex-direction: column-reverse;
  }

  .corporation-top .section.download .box > .lay2col > * {
    width: 100% !important;
  }

  .corporation-top .section.download .box > .lay2col.equal > * {
    width: 100% !important;
  }

  .corporation-top .section.download .box > .lay2col .text {
    margin-bottom: 10px;
  }

  .corporation-top .section.download .box > .lay2col .text > .lyt-btn-a {
    justify-content: center;
  }

  .corporation-top .section.download .box > .lay2col .visual {
    text-align: center;
    margin-top: 30px;
  }
}

.corporation-top a.btn-or-yl {
  position: relative;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  min-width: 300px;
  border-radius: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 19px 20px;
  color: #000;
  background-image: linear-gradient(
    90deg,
    rgba(255, 128, 0, 1),
    rgba(255, 231, 0, 1)
  );
  border: transparent;
}

.corporation-top a.btn-or-yl:hover {
  color: #000;
}

.corporation-top a.btn-or-yl > .desc {
  font-weight: 700;
  flex-grow: 1;
}

.corporation-top a.btn-or-yl .icon::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #5f5f5f;
  opacity: 0;
  z-index: 0;
}

.corporation-top a.btn-or-yl .icon svg {
  fill: #5f5f5f;
  position: absolute;
  top: 0;
  left: 0;
}

.corporation-top a.btn-or-yl .icon svg .arrow {
  fill: #ff8000;
}

.corporation-top a.btn-or-yl .icon svg .circle {
  width: 100%;
  height: 100%;
  transform-origin: center;
  fill: #fff;
  stroke: #fff;
  stroke-width: 1px;
}

.corporation-top a.btn-or-yl .icon svg .arrow {
  transform: translateX(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.corporation-top a:hover .btn-or-yl .icon::before {
  opacity: 0.1;
}

.corporation-top a:hover .btn-or-yl .icon svg .arrow {
  animation: arrow 1.5s forwards ease-in-out;
}

.corporation-top a:hover .btn-or-yl .icon svg.circle {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1;
  animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.corporation-top a.btn-or-yl:hover .icon::before {
  opacity: 0.1;
  animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.corporation-top a.btn-or-yl:hover .icon svg .arrow {
  animation: arrow 1.5s forwards ease-in-out;
}

.corporation-top a.btn-or-yl:hover .icon svg .circle {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1;
  animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 480px) {
  .corporation-top a.btn-or-yl {
    width: 100% !important;
  }
}

.corporation-top a.btn-rd-or {
  position: relative;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  min-width: 300px;
  border-radius: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 19px 20px;
  color: #fff;
  background-image: linear-gradient(
    90deg,
    rgba(224, 4, 14, 1),
    rgba(236, 123, 27, 1)
  );
  border: transparent;
}

.corporation-top a.btn-rd-or:hover {
  color: #fff;
}

.corporation-top a.btn-rd-or > .desc {
  font-weight: 700;
  flex-grow: 1;
}

.corporation-top a.btn-rd-or .icon::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #5f5f5f;
  opacity: 0;
  z-index: 0;
}

.corporation-top a.btn-rd-or .icon svg {
  fill: #5f5f5f;
  position: absolute;
  top: 0;
  left: 0;
}

.corporation-top a.btn-rd-or .icon svg .arrow {
  fill: #ec691b;
}

.corporation-top a.btn-rd-or .icon svg .circle {
  width: 100%;
  height: 100%;
  transform-origin: center;
  fill: #fff;
  stroke: #fff;
  stroke-width: 1px;
}

.corporation-top a.btn-rd-or .icon svg .arrow {
  transform: translateX(0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.corporation-top a:hover .btn-rd-or .icon::before {
  opacity: 0.1;
}

.corporation-top a:hover .btn-rd-or .icon svg .arrow {
  animation: arrow 1.5s forwards ease-in-out;
}

.corporation-top a:hover .btn-rd-or .icon svg.circle {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1;
  animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.corporation-top a.btn-rd-or:hover .icon::before {
  opacity: 0.1;
  animation: arrow_bg 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.corporation-top a.btn-rd-or:hover .icon svg .arrow {
  animation: arrow 1.5s forwards ease-in-out;
}

.corporation-top a.btn-rd-or:hover .icon svg .circle {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1;
  animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.corporation-top a.btn-rd-or > .icon.newwindow {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/image/icon-new-window-02) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.corporation-top a.btn-rd-or .icon.newwindow::before {
  display: none;
}

/* フローティングバナー */
.floating-banner {
  position: fixed;
  right: 0;
  bottom: 160px;
  width: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transform: translateX(110%);
  transition: transform 0.5s ease-in-out;
}

.floating-banner.visible {
  transform: translateX(0);
}

.floating-banner.visible + .toggle-banner {
  opacity: 1;
  transform: translateX(0);
}

.floating-banner:not(.visible) + .toggle-banner {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48dGl0bGU+bGF5b3V0X3JpZ2h0YmFyX29wZW5fZmlsbDwvdGl0bGU+PGcgaWQ9ImxheW91dF9yaWdodGJhcl9vcGVuX2ZpbGwiIGZpbGw9J25vbmUnIGZpbGwtcnVsZT0nZXZlbm9kZCc+PHBhdGggZD0nTTI0IDB2MjRIMFYwek0xMi41OTQgMjMuMjU4bC0uMDEyLjAwMi0uMDcxLjAzNS0uMDIuMDA0LS4wMTQtLjAwNC0uMDcxLS4wMzZjLS4wMS0uMDAzLS4wMTkgMC0uMDI0LjAwNmwtLjAwNC4wMS0uMDE3LjQyOC4wMDUuMDIuMDEuMDEzLjEwNC4wNzQuMDE1LjAwNC4wMTItLjAwNC4xMDQtLjA3NC4wMTItLjAxNi4wMDQtLjAxNy0uMDE3LS40MjdjLS4wMDItLjAxLS4wMDktLjAxNy0uMDE2LS4wMThtLjI2NC0uMTEzLS4wMTQuMDAyLS4xODQuMDkzLS4wMS4wMS0uMDAzLjAxMS4wMTguNDMuMDA1LjAxMi4wMDguMDA4LjIwMS4wOTJjLjAxMi4wMDQuMDIzIDAgLjAyOS0uMDA4bC4wMDQtLjAxNC0uMDM0LS42MTRjLS4wMDMtLjAxMi0uMDEtLjAyLS4wMi0uMDIybS0uNzE1LjAwMmEuMDIzLjAyMyAwIDAgMC0uMDI3LjAwNmwtLjAwNi4wMTQtLjAzNC42MTRjMCAuMDEyLjAwNy4wMi4wMTcuMDI0bC4wMTUtLjAwMi4yMDEtLjA5My4wMS0uMDA4LjAwMy0uMDExLjAxOC0uNDMtLjAwMy0uMDEyLS4wMS0uMDF6Jy8+PHBhdGggZmlsbD0nIzY2NjY2NkZGJyBkPSdNMTkgM2EyIDIgMCAwIDEgMiAydjE0YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0yVjVhMiAyIDAgMCAxIDItMnptMCAyaC0zdjE0aDN6bS03Ljc5MyA0LjE3MmExIDEgMCAwIDAtMS4zMi0uMDg0bC0uMDk0LjA4NC0yLjEyMSAyLjEyYTEgMSAwIDAgMC0uMDg0IDEuMzJsLjA4NC4wOTUgMi4xMjEgMi4xMjFhMSAxIDAgMCAwIDEuNDk3LTEuMzJsLS4wODMtLjA5NEw5Ljc5MyAxMmwxLjQxNC0xLjQxNGExIDEgMCAwIDAgMC0xLjQxNCcvPjwvZz48L3N2Zz4=");
}

.floating-banner.visible + .toggle-banner {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48dGl0bGU+bGF5b3V0X3JpZ2h0YmFyX2Nsb3NlX2ZpbGw8L3RpdGxlPjxnIGlkPSJsYXlvdXRfcmlnaHRiYXJfY2xvc2VfZmlsbCIgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48cGF0aCBkPSdNMjQgMHYyNEgwVjB6TTEyLjU5NCAyMy4yNThsLS4wMTIuMDAyLS4wNzEuMDM1LS4wMi4wMDQtLjAxNC0uMDA0LS4wNzEtLjAzNmMtLjAxLS4wMDMtLjAxOSAwLS4wMjQuMDA2bC0uMDA0LjAxLS4wMTcuNDI4LjAwNS4wMi4wMS4wMTMuMTA0LjA3NC4wMTUuMDA0LjAxMi0uMDA0LjEwNC0uMDc0LjAxMi0uMDE2LjAwNC0uMDE3LS4wMTctLjQyN2MtLjAwMi0uMDEtLjAwOS0uMDE3LS4wMTYtLjAxOG0uMjY0LS4xMTMtLjAxNC4wMDItLjE4NC4wOTMtLjAxLjAxLS4wMDMuMDExLjAxOC40My4wMDUuMDEyLjAwOC4wMDguMjAxLjA5MmMuMDEyLjAwNC4wMjMgMCAuMDI5LS4wMDhsLjAwNC0uMDE0LS4wMzQtLjYxNGMtLjAwMy0uMDEyLS4wMS0uMDItLjAyLS4wMjJtLS43MTUuMDAyYS4wMjMuMDIzIDAgMCAwLS4wMjcuMDA2bC0uMDA2LjAxNC0uMDM0LjYxNGMwIC4wMTIuMDA3LjAyLjAxNy4wMjRsLjAxNS0uMDAyLjIwMS0uMDkzLjAxLS4wMDguMDAzLS4wMTEuMDE4LS40My0uMDAzLS4wMTItLjAxLS4wMXonLz48cGF0aCBmaWxsPScjNjY2NjY2RkYnIGQ9J00xOSAzYTIgMiAwIDAgMSAyIDJ2MTRhMiAyIDAgMCAxLTIgMkg1YTIgMiAwIDAgMS0yLTJWNWEyIDIgMCAwIDEgMi0yem0wIDJoLTN2MTRoM3pNNy43OTMgOS4xNzJhMSAxIDAgMCAwIDAgMS40MTRMOS4yMDcgMTJsLTEuNDE0IDEuNDE0YTEgMSAwIDEgMCAxLjQxNCAxLjQxNGwyLjEyMS0yLjEyYTEgMSAwIDAgMCAwLTEuNDE1bC0yLjEyLTIuMTIxYTEgMSAwIDAgMC0xLjQxNSAwJy8+PC9nPjwvc3ZnPg==");
}

.toggle-banner {
  position: fixed;
  right: 20px;
  bottom: 356px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  z-index: 1001;
  opacity: 0;
  transform: translateX(60%);
}
