<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 62.5%;
  line-height: 62.5%;
}

body {
  font-size: 1.6rem;
}

.headLine01 {
  .headLine01-ja {
    color: #ea3800;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  .headLine01-en {
    display: block;
    font-size: 4rem;
    letter-spacing: -0.01em;
    font-family: "Inter", sans-serif;
  }
}

.worries {
  .problemBox {
    margin-bottom: 120px;
  }
  .problemBox .title {
    margin: -108px 0 42px;
    color: #000;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
  }
  .problemBox ul {
    margin: 0 auto;
    max-width: 750px;
  }
  .problemBox li {
    margin-bottom: 26px;
    padding-left: 46px;
    color: #000;
    font-size: 2.4rem;
    font-weight: 700;
    background: url(../../../img/uxui/index/icon01.png) no-repeat top 2px left /
      30px;
  }
  .problemBox li span {
    color: #ea3800;
  }
  .problemBox li:last-child {
    margin-bottom: 0;
  }

  .profeBox {
    position: relative;
    height: 496px;
    display: flex;
    align-items: center;
    background: #ea3800;
  }
  .profeBox::before {
    width: 174px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../../img/uxui/index/profe_bg.png) no-repeat top center /
      174px;
    content: "";
  }
  .profeBox h3 {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .profeBox .textBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .profeBox .textBox p {
    margin-bottom: 25px;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
  }
  .profeBox .textBox .expertTxt {
    margin-bottom: 25px;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
    margin-top: 0; /* åˆ¥ã®h3ã§å½“ã¦ã¦ã„ã‚‹è¦ç´&nbsp;ã‚’æ‰“ã¡æ¶ˆã™ãŸã‚ã€‚ h3ç®‡æ‰€ã‚’æ²»ã›ãŸã‚‰ã“ã“ã¯æ¶ˆã—ã¦OK */
    position: static; /* åŒä¸Š */
    width: auto; /* åŒä¸Š */
    top: auto; /* åŒä¸Š */
    left: auto; /* åŒä¸Š */
    transform: none; /* åŒä¸Š */
  }
  .profeBox .textBox p sup {
    font-size: 2.2rem;
  }
  .profeBox .textBox .expertTxt sup {
    font-size: 2.2rem;
  }
  .profeBox .textBox .note {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  .tablet {
    display: none;
  }
  #gHeader {
    .flexHeaderNav {
      margin-right: 109px;
    }

    .flexHeaderLink {
      gap: 20px;
      font-size: 15px;
    }
  }

  .mainVisual {
    min-height: 560px;

    .photo {
      width: 80%;
      top: -10%;
    }
  }

  .mainVisual .textBox .title {
    font-size: 80px;
    line-height: 96px;

    small {
      margin-bottom: 16px;
    }
  }

  .mainVisual .textBox .title small {
    font-size: 32px;
    line-height: 51.2px;
  }

  .worries {
    .headLine02 {
      width: 448px;
      height: 54px;
      left: calc(50% - 448px / 2);
      font-size: 36px;
      line-height: 54px;
    }

    .flexBox {
      margin: 48px 104px 52px;
    }

    .worriesBox {
      max-width: 254px;
    }

    .overrayImg {
      .overrayTarget {
        width: 214px;
        top: 50%;
        left: 50%;
        font-size: 1.8rem;

        strong {
          font-size: 2rem;
        }
      }
    }

    .problemImg {
      margin: 16px auto 24px;
    }
  }

  .mainVisual__ctaTxt__download::after {
    right: 12%;
  }

  .mainVisual__ctaTxt__download::before {
    left: 13%;
  }

  .mainVisual__ctaTxt__contact::after {
    right: 5%;
  }

  .mainVisual__ctaTxt__contact::before {
    left: 5%;
  }

  .assist {
    .flexBox {
      width: 1280px;

      .assistHeadline {
        margin-top: 153px;
      }

      .assist__expertImg {
        margin-top: 80px;
      }
    }

    .flexBox::before {
      width: 174px;
      height: 48px;
      top: 0;
      left: 50%;
    }

    .serviceList {
      margin: auto;
      padding-bottom: 44px;
      width: 1280px;
    }

    .headLine03 {
      font-size: 24px;
      line-height: 36px;
      letter-spacing: 0.02em;
      margin-bottom: 36px;
    }

    .headLine04 {
      width: 302px;
      height: 48px;
      border-radius: 50px;
      margin-bottom: 16px;
    }

    .flexServiceList {
      gap: 36px 24px;
      margin-bottom: 52px;

      .flexServiceItem {
        width: calc(25% - 24px);
        min-width: calc(25% - 24px);
      }

      .serviceTxt {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.02em;
        padding-bottom: 36px;
      }
    }

    .headingTxt {
      font-size: 40px;
      line-height: 60px;
    }

    .subTxt {
      font-size: 24px;
      line-height: 38.4px;
    }
  }

  .member {
    .teamsSwiper {
      padding-left: calc((100vw - 1280px) / 4);
    }
  }
}

@media screen and (max-width: 1449px) and (min-width: 1101px) {
  .tablet {
    display: none;
  }

  #gHeader {
    .flexHeaderNav {
      margin-right: 90px;
      margin-left: 8px;
    }

    .flexHeaderLink {
      gap: 16px;
      font-size: 14px;
    }
  }

  .mainVisual {
    min-height: 560px;

    .photo {
      width: 90%;
      top: -10%;
    }
  }

  .mainVisual .textBox .title {
    font-size: 6rem;
    line-height: 6.5rem;

    small {
      margin-bottom: 16px;
    }
  }

  .mainVisual .textBox .title small {
    font-size: 2rem;
    line-height: 3rem;
  }

  .mainVisual__ctaTxt__download::after {
    right: 13%;
  }

  .mainVisual__ctaTxt__download::before {
    left: 13%;
  }

  .mainVisual__ctaTxt__contact::after {
    right: -3%;
  }

  .mainVisual__ctaTxt__contact::before {
    left: -4%;
  }

  .assist {
    .flexBox {
      justify-content: center;

      .assistHeadline {
        margin-top: 153px;
      }

      .assist__expertImg {
        margin-top: 80px;
        width: 460px;
      }
    }

    .flexBox::before {
      width: 145px;
      height: 48px;
      top: 0;
      left: 50%;
    }

    .serviceList {
      margin: auto;
      padding-bottom: 44px;
      width: 1000px;
    }

    .headLine03 {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.02em;
      margin-bottom: 36px;
    }

    .headLine04 {
      width: 215px;
      font-size: 12px;
      height: 48px;
      border-radius: 50px;
      margin-bottom: 16px;
    }

    .flexServiceList {
      gap: 30px 20px;
      margin-bottom: 52px;

      .flexServiceItem {
        width: calc(25% - 24px);
        min-width: calc(25% - 24px);
      }

      .serviceTxt {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.02em;
        padding-bottom: 36px;
      }
    }

    .headingTxt {
      font-size: 33px;
      line-height: 50px;
    }

    .subTxt {
      font-size: 20px;
      line-height: 32px;
    }
  }

  .member {
    .teamsSwiper {
      padding-left: calc((100vw - 1100px) / 4);
    }
  }
}

@media screen and (max-width: 1150px) and (min-width: 1101px) {
  .mainVisual {
    .photo {
      width: 80%;
    }
  }
}

@media screen and (max-width: 1100px) {
  #gHeader {
    .flexHeaderNav {
      margin-right: 8px;
      margin-left: 8px;
    }

    .flexHeaderLink {
      gap: 16px;
      font-size: 12px;
    }
  }

  .mainVisual {
    .photo {
      width: 95%;
      top: -10%;
    }
  }

  .mainVisual .textBox .title {
    font-size: 5rem;
    line-height: 7rem;

    small {
      margin-bottom: 0;
    }
  }

  .mainVisual .textBox .title small {
    font-size: 1.7rem;
    line-height: 4rem;
  }

  .worries {
    .headLine02 {
      width: 448px;
      height: 54px;
      left: calc(50% - 448px / 2);
      font-size: 36px;
      line-height: 54px;
    }

    .flexBox {
      margin: 48px 104px 52px;
    }

    .worriesBox {
      max-width: 175px;
    }

    .overrayImg {
      .overrayTarget {
        width: 147px;
        top: 50%;
        left: 50%;
        font-size: 1.2rem;

        strong {
          font-size: 1.4rem;
        }
      }
    }

    .problemImg {
      margin: 16px auto 24px;
    }
  }

  .mainVisual__ctaTxt__download::after {
    right: 12%;
  }

  .mainVisual__ctaTxt__download::before {
    left: 13%;
  }

  .mainVisual__ctaTxt__contact::after {
    right: -4%;
  }

  .mainVisual__ctaTxt__contact::before {
    left: -4%;
  }

  .assist {
    .flexBox {
      width: 900px;

      .assistHeadline {
        margin-top: 153px;
      }

      .assist__expertImg {
        width: 400px;
        margin-top: 80px;
      }
    }

    .flexBox::before {
      width: 174px;
      height: 48px;
      top: 0;
      left: 50%;
    }

    .serviceList {
      margin: auto;
      padding-bottom: 44px;
      width: 900px;
    }

    .headLine03 {
      font-size: 24px;
      line-height: 36px;
      letter-spacing: 0.02em;
      margin-bottom: 36px;
    }

    .headLine04 {
      width: 208px;
      height: 48px;
      font-size: 12px;
      border-radius: 50px;
      margin-bottom: 16px;
    }

    .flexServiceList {
      gap: 36px 24px;
      margin-bottom: 52px;

      .flexServiceItem {
        width: calc(25% - 24px);
        min-width: calc(25% - 24px);
      }

      .serviceTxt {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.02em;
        padding-bottom: 36px;
      }
    }

    .headingTxt {
      font-size: 28px;
      line-height: 40px;
    }

    .subTxt {
      font-size: 17px;
      line-height: 26.5px;
    }
  }

  .member {
    .teamsSwiper {
      padding-left: calc((100vw - 900px) / 4);
    }
  }

  .process {
    .procedureBox {
      flex: 1;
      width: auto !important;
    }
  }
  .comparison {
    img {
      width: 833px;
    }
  }

  .flexBoxHeadLine {
    max-width: 900px;
  }

  .faq {
    max-width: 900px;
  }
}

.comLinkUl li a {
  width: 270px;
}

.mainVisual {
  padding-left: 80px;
  .textBox {
    width: 100%;
  }

  .photo {
    height: 100%;
    margin-left: 0;

    .resultBox {
      top: 26vw;
      right: 3vw;
      .resultAnchorText {
        color: #5d231a;
      }
    }
  }

  .mainVisual__ctaTxt__download,
  .mainVisual__ctaTxt__contact {
    position: relative;
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
      "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
      "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 14.4px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 8px !important;
    color: #ea3800;
  }

  .mainVisual__ctaTxt__download::after {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 16px;
    background-color: #ea3800;
    top: 0;
    transform: translateX(-50%) rotate(20deg);
    transform-origin: center;
  }

  .mainVisual__ctaTxt__download::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 16px;
    background-color: #ea3800;
    transform: translateX(-50%) rotate(-20deg);
    transform-origin: center;
  }

  .mainVisual__ctaTxt__contact::after {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 16px;
    background-color: #ea3800;
    top: 0;
    transform: translateX(-50%) rotate(20deg);
    transform-origin: center;
  }

  .mainVisual__ctaTxt__contact::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 16px;
    background-color: #ea3800;
    top: 0;
    transform: translateX(-50%) rotate(-20deg);
    transform-origin: center;
  }
}

#gHeader {
  background: rgba(252, 252, 252, 0.8);

  .flexHeaderLink {
    display: flex;
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
      "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
      "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-weight: 700;
    line-height: 22.5px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1c1c1c;
  }
}

.mainVisual .textBox .title {
  color: #1c1c1c;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
    "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
    "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 64px;
}

.mainVisual .textBox .title small {
  color: #1c1c1c;
  text-wrap: nowrap;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
    "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
    "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.faq {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 80px;

  .headLine01 {
    margin-bottom: 40px;
  }

  summary::-webkit-details-marker {
    display: none;
  }
  .question {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    margin-right: 12px;
    color: #ea3800;
  }
  .fold_icon {
    display: block;
    position: relative;
    width: 12px;
    margin-left: 6px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.4s;
  }
  details[open] .fold_icon {
    transform: rotate(180deg);
  }
  .fold_icon::before,
  .fold_icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 1.5px;
    background-color: #ea3800;
  }

  .fold_icon::before {
    left: 0;
    transform: rotate(45deg);
  }

  .fold_icon::after {
    right: 0;
    transform: rotate(-45deg);
  }
  .separate {
    box-sizing: border-box;
    max-width: 1000px;
    padding-bottom: 30px;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }
  .title {
    display: flex;
    cursor: pointer;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
      "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
      "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1c1c1c;
  }

  .content_txt {
    margin: 24px 32px 0;
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
      "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
      "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1c1c1c;
  }
}
#main .example {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 80px;
}

.assist {
  position: relative;
  background-color: #f4f4f4;

  .flexBox {
    margin: auto;
    display: flex;
    margin-bottom: 80px;
  }

  .flexBox::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background: url(../../../img/uxui/index/profe_bg.png) no-repeat top center /
      174px;
  }

  .headLine03 {
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
      "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
      "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-weight: 700;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1c1c1c;
  }

  .headLine04 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(234, 56, 0, 0.1);
    color: #ea3800;
  }

  .flexServiceList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    .serviceTxt {
      font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
        "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
        "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
      font-weight: 700;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #1c1c1c;
    }
  }

  .headingTxt {
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
      "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
      "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ea3800;
    margin-bottom: 24px;
  }

  .subTxt {
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
      "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
      "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1c1c1c;
  }

  .strongPoint {
    color: #ea3800;
  }
}

.worries {
  .headLine02 {
    margin: auto;
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
      "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
      "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.02em;
    font-feature-settings: "pkna" on;
    color: #1c1c1c;
  }

  .flexBox {
    display: flex;
    justify-content: space-between;
  }

  .overrayImg {
    position: relative;

    .overrayTarget {
      text-align: center;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff;
    }
  }

  .problemImg {
    display: block;
  }

  .problemBox li {
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
      "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
      "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-weight: 700;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1c1c1c;
    background: url(../../../img/uxui/index/icon01.png) no-repeat top 2px left /
      20px;
  }
}

.comparison {
  padding-top: 80px;
  margin-top: -80px;
  .headLine01 {
    margin-bottom: 40px;
  }

  img {
    display: block;
    margin: auto;
  }

  .videoBox {
    margin: 80px auto;
    padding-bottom: 40px;
    width: 1000px;
    height: 493px;
    background-color: #f4f4f4;

    .video {
      margin: 24px 180px 40px;
    }
  }

  .headLine03 {
    padding: 40px 180px 24px;
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
      "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
      "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.process {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 40px;
  .processBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;

    .flexBoxHeadLine {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      margin: 0 auto;
      width: 1000px;
      border-bottom: 1px solid #1c1c1c;

      .stepHead {
        font-family: Helvetica Neue;
        font-size: 100px;
        font-weight: 500;
        line-height: 84px;
        letter-spacing: 0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ea3800;
      }

      .stepHeadContent {
        width: 912px;
        margin-left: 32px;
      }

      .headLine03 {
        font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
          "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
          "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #1c1c1c;

        small {
          font-size: 24px;
        }
      }

      .headLineText {
        font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
          "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
          "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 28.8px;
        letter-spacing: 0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 40px;
      }
    }

    .flexBoxHeadLine:last-child {
      border-bottom: none;
    }

    .flexBoxContent {
      display: flex;

      .absoluteMyCompany {
        position: absolute;
        width: 124px;
        height: 25px;
        left: 35%;
        top: -12.09px;
        background: #ea3800;
        border-radius: 20px;
        font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
          "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
          "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: 0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #fff;
      }

      .absoluteClient {
        position: absolute;
        width: 153px;
        height: 25px;
        left: calc(50% - 124px / 2);
        top: -12.09px;
        background: #ea3800;
        border-radius: 20px;
        font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
          "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
          "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: 0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #fff;
      }

      .logo {
        display: block;
        width: 31.03px;
        height: 36px;
        margin-right: 36.97px;
      }

      .client {
        display: block;
        width: 60px;
        height: 44px;
        margin-right: 21.81px;
      }

      .procedureBox {
        display: flex;
        position: relative;
        flex-direction: row;
        align-items: center;
        padding: 28px 20px 24px 24px;
        background: #f4f4f4;
        border-radius: 16px;
        margin-right: 20px;
        margin-bottom: 40px;
        width: 446px;
        height: 88px;

        .listStyle {
          list-style: disc;
          width: 100%;

          li {
            font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
              "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª",
              Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
            font-size: 14px;
            font-weight: 700;
            line-height: 19.6px;
            letter-spacing: 0.02em;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
          }

          .procedureOther {
            font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
              "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª",
              Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
            float: right;
            font-size: 14px;
            font-weight: 500;
            line-height: 19.6px;
            letter-spacing: 0.02em;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            color: #1c1c1c;
          }
        }
      }
    }
  }
}

.member {
  background-color: #f4f4f4;
  padding-top: 80px;
  border-radius: 60px;

  .headLine01 {
    margin-bottom: 37px;
  }

  .memberTxt {
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
      "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
      "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .imgUl {
    margin-top: -41px;
    padding-top: 41px;
    display: flex;

    li {
      margin: 0 20px;
      width: 120px;
    }

    li:nth-child(2n) {
      margin-top: 21px;
    }

    li img:not(:last-child) {
      margin-bottom: 21px;
    }
  }
  .teamsSwiper {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-right: calc((100vw - 1280px) / 2);
  }

  .swiper-button-disabled {
    opacity: 0 !important;
  }
}

.swiper {
  .image-box {
    width: 200px;
    height: 200px;
    overflow: hidden;
  }

  .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .team-box {
    width: 100%;
    max-width: 200px;
  }

  .team-box:nth-child(2n) {
    margin-top: 60px;
  }

  .list-box {
    margin: 80px 0 0 0;
    display: flex;
  }

  .item-box {
    margin-bottom: 60px;
    width: 100%;
  }

  .position {
    margin-top: 16px;
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium",
      "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 13px;
    line-height: 160%;
    text-align: center;
    -webkit-font-feature-settings: "pkna" on;
    font-feature-settings: "pkna" on;
    color: #1c1c1c;
  }

  .name {
    margin-top: 0;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #1c1c1c;
  }

  .swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 80px;
    width: 48px;
    height: 48px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,&lt;svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;circle cx="24" cy="24" r="24" fill="rgb(28, 28, 28)" /&gt;&lt;path d="M21 18L27 24L21 30" stroke="white" stroke-width="1.5" stroke-linejoin="round" /&gt;&lt;/svg&gt;');
    color: transparent;
  }

  .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 80px;
    width: 48px;
    height: 48px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,&lt;svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;circle cx="24" cy="24" r="24" transform="rotate(-180 24 24)" fill="rgb(28, 28, 28)" /&gt;&lt;path d="M27 30L21 24L27 18" stroke="white" stroke-width="1.5" stroke-linejoin="round" /&gt;&lt;/svg&gt;');
    color: transparent;
  }
}

.noMarginBottom {
  margin-bottom: 0 !important;
}

.bannerMiddleArea__inner {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: #ea3800;
  height: 168px;

  .bannerMiddleAreaHeadTxt {
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
      "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
      "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 8px;
  }
}

.bannerMiddleArea__inner::before {
  position: absolute;
  content: "";
  background: url(../../../img/uxui/ab/newComposition/background_cta.png);
  mix-blend-mode: multiply;
  background-size: 1440px;
  height: 168px;
  width: 100%;
}

.bannerMiddleArea__inner a {
  border: 2px solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  height: 64px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 16px;
}

.bannerMiddleArea__inner a.whitepaper {
  border-color: #ea3800;
  background: #ffffff;
  color: #ea3800;
  z-index: 2;
}
.bannerMiddleArea__inner a.contact {
  background: #ea3800;
  border-color: #fff;
  color: #fff;
  z-index: 2;
}

.bannerMiddleArea {
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 80px;
}

.bannerMiddleArea__cta__contact,
.bannerMiddleArea__cta__download {
  position: relative;
  width: 320px;
  text-align: center;
  z-index: 2;
}

.bannerMiddleArea__cta__contact::before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 16px;
  background-color: #fff;
  left: 14%;
  transform: translateX(-50%) rotate(-20deg);
  transform-origin: center;
}

.bannerMiddleArea__cta__contact::after {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 16px;
  background-color: #fff;
  top: 0;
  right: 14%;
  transform: translateX(-50%) rotate(20deg);
  transform-origin: center;
}

.bannerMiddleArea__cta__download::before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 16px;
  background-color: #fff;
  left: 18%;
  transform: translateX(-50%) rotate(-20deg);
  transform-origin: center;
}

.bannerMiddleArea__cta__download::after {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 16px;
  background-color: #fff;
  top: 0;
  right: 17%;
  transform: translateX(-50%) rotate(20deg);
  transform-origin: center;
}

#gFooter {
  .gFooter__flexBox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #666666;
    padding-top: 43px;

    address {
      padding-top: 0;
      text-align: left;
      border-top: none;
    }

    .flexLink {
      display: flex;
      gap: 30px;
    }

    li a {
      font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
        "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
        "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 19.5px;
      text-align: right;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #fff;
    }
  }
}

/* ã“ã“ã‹ã‚‰spã®ã‚¹ã‚¿ã‚¤ãƒ« */

@media screen and (max-width: 990px) {
  .menuBox .inner {
    display: block;
    padding: 10vh 40px;
  }

  .mainVisual {
    padding-left: 0;
    margin-bottom: 80px;
    padding-bottom: 0px;

    .photo {
      width: 100%;
      .resultAnchorText {
        font-size: 7px;
        width: 144px;
        color: #5d231a;
      }

      .resultBox img {
        width: 144px;
        height: auto;
      }
    }
    .textBox {
      max-width: 325px;
      padding-top: 40px;
      padding-left: 24px;
      padding-right: 24px;

      .title {
        font-size: 3.6rem;
        font-size: 36px;
        line-height: 43.2px;
        letter-spacing: 0.02em;
        margin-bottom: 36px;

        small {
          font-size: 1.2rem;
        }
      }
    }

    .comLinkUl {
      position: static;
      transform: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 40px;

      li {
        .mainVisual__ctaTxt__download::before {
          left: 18%;
        }
        .mainVisual__ctaTxt__download::after {
          right: 18%;
        }
        .mainVisual__ctaTxt__contact::before {
          left: 14%;
        }
        .mainVisual__ctaTxt__contact::after {
          right: 14%;
        }
        a {
          width: 300px;
          height: 56px;
        }
      }

      li:last-child {
        a {
          width: 300px;
          height: 56px;
        }
      }
    }
  }

  .client {
    margin-bottom: 70px;
  }

  .worries {
    .headLine02 {
      width: auto;
      height: auto;
      font-size: 26px;
      line-height: 39px;
      text-align: center;
      letter-spacing: 2px;
    }

    .worriesBox {
      max-width: 335px;
    }

    .overrayImg {
      position: relative;
      display: inline-block;
      min-width: 335px;
      max-width: 100%;
      color: #fff;
      background: #ea3800;
      border-radius: 16px;

      .overrayTarget {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.02rem;
        min-width: 280px;
        width: auto;

        strong {
          font-size: 20px;
          line-height: 30px;
        }
      }
    }

    .overrayImg:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #ea3800;
    }

    .--first {
      height: 72px;
    }

    .--second {
      height: 96px;
    }

    .--third {
      height: 72px;
    }

    .--fourth {
      height: 93px;
    }

    .flexBox {
      margin: 48px auto;
      gap: 48px;
      flex-direction: column;
      align-items: center;
    }

    .problemBox {
      margin-bottom: 41px;
    }
    .problemBox .title {
      margin: -25px 0 31px;
      font-size: 3rem;
      line-height: 160%;
    }
    .problemBox ul {
      margin: 0 4px;
      max-width: inherit;
    }
    .problemBox li {
      margin-bottom: 16px;
      padding-left: 44px;
      font-size: 2rem;
      line-height: 160%;
      background-size: 24px;
      background-position: center left;
    }
    .profeBox {
      padding: 81px 0 38px;
      height: auto;
      box-sizing: border-box;
      display: block;
    }
    .profeBox .textBox {
      margin: 0 25px 30px;
      width: auto;
      position: static;
      transform: translate(0);
    }
    .profeBox .textBox p {
      margin-bottom: 23px;
      font-size: 3rem;
    }
    .profeBox .textBox p sup {
      font-size: 1.8rem;
    }
    .profeBox .textBox .expertTxt sup {
      font-size: 1.8rem;
    }
    .profeBox .textBox .note {
      font-size: 1.4rem;
    }
    .profeBox::before {
      width: 137px;
      height: 36px;
      top: 0;
      background-image: url(../../../img/uxui/index/sp_profe_bg.png);
      background-size: 137px;
    }
    .profeBox h3 {
      top: 10px;
      transform: translate(-50%, 0);
    }
    .profeBox .profileImg {
      position: absolute;
      margin-top: 10px;
      width: 100%;
      left: 50%;
      top: 10px;
      transform: translate(-50%, 0);
    }
    .profeBox .textBox .expertTxt {
      margin-bottom: 23px;
      font-size: 3rem;
      color: #fff;
      font-weight: 700;
      line-height: 160%;
      text-align: center;
    }
  }

  .assist {
    .flexBox {
      max-width: 328px;
      flex-direction: column;
      margin-bottom: 60px;
      .assistHeadline {
        margin-top: 80px;
      }
      .assist__expertImg {
        width: 375px;
        margin-left: -24px;
      }
    }
    .headingTxt {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.02rem;
    }
    .subTxt {
      font-size: 14px;
      line-height: 22.4px;
      letter-spacing: 0.02rem;
    }
    .serviceList {
      width: 335px;
    }
    .headLine04 {
      margin: auto;
      margin-bottom: 12px;
      width: 100%;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.02rem;
    }
    .flexServiceList {
      flex-direction: column;
      gap: 0;
      margin-bottom: 0;

      .flexServiceItem {
        width: 100%;
      }

      .serviceTxt {
        padding-bottom: 0;
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.02rem;
      }
    }
  }

  .comparison {
    .headLine01 {
      font-size: 15px;
      line-height: 18.32px;
      letter-spacing: 1px;

      span {
        margin-top: 8px;
        margin-bottom: 32px;
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 2px;
      }
    }

    .headLine03 {
      padding: 0;
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 2px;
      padding-top: 32px;
    }

    .cross {
      display: block;
      position: relative;
      width: 24px;
      height: 24px;
      margin: 8px auto;
    }

    .cross::before,
    .cross::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1px;
      height: 24px;
      background: #ea3800;
    }

    .cross::before {
      transform: translate(-50%, -50%) rotate(45deg);
    }

    .cross::after {
      transform: translate(-50%, -50%) rotate(-45deg);
    }

    .comparison__strongpoint {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 40px;

      .subtitle {
        font-family: "YuGothic", "Yu Gothic" sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 2px;
      }

      .title {
        font-family: "YuGothic", "Yu Gothic" sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 2px;
      }
    }

    .strongpoint_sp {
      display: block;
      padding: 0px 20px;
      max-width: 350px;
      margin: auto;
    }

    .videoBox {
      max-width: 335px;
      height: auto;
      padding-bottom: 0;
      border-radius: 20px;
      margin-top: 0;

      .video {
        width: 303px;
        height: 171px;
        margin: 16px auto 32px 16px;
      }
    }
  }

  #main
    .example
    .introductionModal
    .slick-list
    .slick-track
    .slick-slide:hover
    p {
    color: #1c1c1c;
  }
  #main .example .prev:hover {
    background-color: #1c1c1c;
    border: 1px solid #1c1c1c;
  }

  .modal__item {
    .modal__content {
      width: calc(90% - 50px);
      .mail_icon {
        width: 20px;
        height: 20px;
      }
      .cta {
        height: 52px;
        width: auto;

        span {
          font-size: 14px;
        }
      }
    }
  }

  .example {
    .modalPhoto {
      width: 335px !important;
      height: 188px !important;
    }
    .headLine01 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px;

      .headLine01-en {
        order: 1;
        font-size: 15px;
        line-height: 18.32px;
        letter-spacing: -1px;
        width: 100%;
      }

      .headLine01-ja {
        order: 2;
        font-weight: 700;
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 2px;
      }
    }

    li {
      .company {
        font-weight: 400 !important;
      }

      .ttl {
        font-size: 18px !important;
        line-height: 21.6px !important;
        letter-spacing: 0.02rem !important;
        max-width: 335px;
      }
    }

    .sliderBox {
      .next {
        right: 8px !important;
      }
      .prev {
        top: 75px !important;
        width: 30px !important;
        height: 30px !important;
        img {
          width: 6px;
          top: 33% !important;
          left: 38% !important;
        }
      }

      .next {
        top: 75px !important;
        width: 32px !important;
      }
    }
  }

  .process {
    .headLine01 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px;

      .headLine01-en {
        order: 1;
        font-size: 15px;
        line-height: 18.32px;
        letter-spacing: -1px;
        width: 100%;
      }

      .headLine01-ja {
        order: 2;
        font-weight: 700;
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 2px;
      }
    }

    .processBox {
      margin: 40px 20px;
      .flexBoxHeadLine {
        width: 335px;

        .stepHead {
          font-size: 56px;
          line-height: 52px;
          letter-spacing: 2px;
        }

        .stepHeadContent {
          margin-left: 8px;
          width: 295px;

          .headLine03 {
            font-size: 24px;
            line-height: 36px;
          }

          .headLineText {
            font-size: 14px;
            line-height: 21px;
            margin-bottom: 24px;
          }

          .flexBoxContent {
            flex-direction: column;

            .absoluteMyCompany {
              left: 30%;
            }

            .absoluteClient {
              left: calc(46% - 124px / 2);
            }

            .logo {
              width: 20.69px;
              height: 24px;
              margin-right: 35.66px;
            }

            .client {
              width: 36.13px;
              height: 29.33px;
              margin-bottom: 0;
              margin-right: 20px;
            }

            .procedureBox {
              width: 271px !important;
              padding: 24px 16px;
              margin-bottom: 24px;
              margin-right: 0;

              .listStyle {
                li {
                  font-size: 12px;
                  line-height: 16.8px;
                  letter-spacing: 1px;
                }
              }
            }
          }
        }
      }
    }
  }

  .bannerMiddleArea {
    .bannerMiddleArea__inner {
      height: 375px;
      flex-direction: column;
      gap: 40px;

      a.whitepaper {
        border-color: #fff;
        background-color: #ea3800;
        color: #fff;
      }
      a.contact {
        background: #fff;
        border-color: #ea3800;
        color: #ea3800;
      }
    }
    .bannerMiddleArea__inner::before {
      height: 375px;
    }
  }

  .member {
    .headLine01 {
      font-size: 15px;
      line-height: 18.32px;
      letter-spacing: 1px;

      span {
        margin-top: 8px;
        margin-bottom: 32px;
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 0.02rem;
      }
    }

    .memberTxt {
      padding-right: 24px;
      padding-left: 24px;
      font-size: 14px;
      line-height: 22.4px;
      letter-spacing: 0.02rem;
    }

    .image-box {
      width: 120px;
      height: 120px;
    }
  }

  .swiper {
    .team-box {
      max-width: 120px;
    }

    .list-box {
      margin-top: 48px;
      margin-left: 24px;
    }
    .position {
      font-size: 11px;
      line-height: 17.6px;
      letter-spacing: 2px;
    }

    .name {
      font-size: 12px;
      line-height: 19.2px;
    }
  }

  .faq {
    .separate {
      margin-bottom: 20px;
      padding-bottom: 24px;
    }
    .title {
      font-size: 14px;
      line-height: 21px;
    }
    .content_txt {
      font-size: 14px;
      line-height: 21px;
    }
    .headLine01 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px;

      .headLine01-en {
        order: 1;
        font-size: 15px;
        line-height: 18.32px;
        letter-spacing: -0.01rem;
        width: 100%;
      }

      .headLine01-ja {
        order: 2;
        font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic,
          "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,
          "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
        font-weight: 700;
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 0.02rem;
      }
    }
    .question {
      font-size: 20px;
    }
    .fold_icon {
      margin-top: -40px;
    }
    .fold_icon::before {
      width: 7.5px;
    }
  }

  #gFooter .flogo {
    margin-bottom: 40px;
  }

  #gFooter {
    &amp; .gFooter__flexBox {
      justify-content: center;
    }
  }

  .flexLink {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 24px;
    font-weight: 500;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 0.02rem;
    margin-bottom: 36px;

    a,
    a:link {
      color: #fff;
    }
  }
}

@media screen and (max-width: 990px) and (min-width: 768px) {
  .mainVisual {
    .textBox {
      max-width: 482px;
    }
  }

  .worries {
    .flexBox {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: baseline;
    }
    .worriesBox {
      max-width: calc(50% - 10px);

      .problemBox {
        max-width: 335px;
      }
    }
  }
}
</pre></body></html>