* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body{
    height: 100vh;
    width: 100%;
    margin-top: -130px;
  }
  @media screen and (max-width: 768px) {
    body{
    margin-top: -80px;
    }
}

  .contents_wide {
    width: 1100px;
    margin: 0 auto;
    color: #323232;
  }

.topmain {
  font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
  padding: 4.4em 0em 5.1rem 0em;
  background-image: url(../images/firstview.jpg);
  background-size: cover;
  background-position: right;
  }

  .service_name {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.85em;
  }

  main h1 {
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.32;
    margin-bottom: 0.7em;
  }

  main h1 span, .highlight {
    font-size: 3.75rem;
  }

  main img {
    height: auto;
    width: 525px;
    /*margin-bottom: 2.4em;*/
  }
  .annotation {
    font-size: 8px;
    color: #aaa;
  }

  main .button_solid_area {
    display: flex;
  }

  /* solid01ボタン */
.button_solid01 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 250px;
    padding: 15px 55px;
    color: #C03437;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: white;
    border-radius: 30px;
    border: 2.5px solid #C03437;
    border-bottom: solid 5px #C03437;
    margin-right: 1em;
    text-decoration: none;
}
.button_solid01 a:hover {
    border-bottom: solid 2px #833437;
    transform: translateY(3px);
}

/* solid01ここまで */

/* solid02ボタン */
.button_solid02 a {
  background: #C03437;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  padding: 20px 60px 10px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  flex-direction: column;
  border-radius: 30px;
  border-bottom: solid 5px #833437;
  text-decoration: none;
}
.button_solid02 a span {
  background: #FFE541;
  width: 65%;
  text-align: center;
  position: absolute;
  top: -15px;
  filter: drop-shadow(0px 1px 2px #aaa);
  padding: 4px 0;
  font-size: 0.8rem;
  color: #833437;
  border-radius: 30px;
}
.button_solid02 a span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #FFE541;
}
.button_solid02 a:hover {
  border-bottom: solid 2px #833437;
  transform: translateY(3px);
}
/* solid02ここまで */

  /*全国でSPIDERPLUS拡大中！*/
  section .top-01 {
    font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
    text-align: center;
    color: #323232;
    padding: 5.8em 0em 0em 0em;
    background-color: white;
  }

  section .top-01 h2 .highlight {
    font-size: 2rem;
    font-weight: 800;
    color: #F9634A;
  }

  section .top-01 h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2.0em;
  }
  .red {
    color: #F9634A;
  }

  /*導入ロゴ*/
  .introduction_logo_pc img {
    height: auto;
    width: 1100px;
    margin-bottom: 5.8em;
  }

  .introduction_logo_sp img {
    display: none;
  }

  /*ここ*/
  section .backgroud_pink {
    background-color: #FFECE1;
    padding: 5.8em 0em 150px 0em;
    height: auto;
    position: relative;
    background-image: url() right top no-repeat;
  }

  section .top-01-box {
    display: flex;
    margin-bottom: 5em;
  }

  /*福岡エリアの地図*/
  section .top-01-box-left img {
    height: auto;
    width: 535px;
  }

  section .top-01-box-right {
    text-align: left;
    margin-left: 3.7rem;
  }

  section .top-01-box-right h3 {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 0.75em;
  }

  .top-01-box-right .red {
    color: #F9634A;
  }

  .top-01-box-right p {
    font-weight: 525;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.2em;
  }

  section p {
    font-weight: 525;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1.2em;
  }

  .button_solid02-1 {
    margin-top: 3em;
  }

  .button_solid02-1 a {
    background: #C03437;
    position: relative;
    max-width: 55%;
    padding: 20px 20px 10px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    flex-direction: column;
    border-radius: 30px;
    border-bottom: solid 5px #833437;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  .button_solid02-1 a span {
    background: #FFE541;
    width: 65%;
    text-align: center;
    position: absolute;
    top: -15px;
    right: 49px;
    filter: drop-shadow(0px 1px 2px #aaa);
    padding: 4px 0;
    font-size: 0.8rem;
    color: #833437;
    border-radius: 30px;
  }
  .button_solid02-1 a span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #FFE541;
  }
  .button_solid02-1 a:hover {
    border-bottom: solid 2px #833437;
    transform: translateY(3px);
  }

  .top-01-center {
    font-size: 1.5rem;
    font-weight: 600;
  }

  /*写真の横スライド2*/
      .loopSlide {
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        width: 100vw;
        overflow: hidden;
        position: absolute;
        /*bottom: -105px;*/
      }
      .loopSlide ul {
        padding: 0;
        width: 100vw;
        display: flex;
        flex-shrink: 0;
      }
      .loopSlide ul:first-child {
        animation: slide1 60s -30s linear infinite;
      }
      .loopSlide ul:last-child {
        animation: slide2 60s linear infinite;
      }
      .loopSlide ul li {
        display: inline-block;
        width: 100%;
        /*min-width: 150px;*/
        /*margin-right: 20px;*/
        list-style: none;
        text-align: center;
      }
      .loopSlide ul li img {
        display: block;
        /*width: 100%;
        height: auto;*/
      }

      @keyframes slide1 {
        0% {
          transform: translateX(100%);
        }
        to {
          transform: translateX(-100%);
        }
      }
      @keyframes slide2 {
        0% {
          transform: translateX(0);
        }
        to {
          transform: translateX(-200%);
        }
      }

    /*写真の横スライド2*/

    /*ここ*/
    .top-02 {
      margin-top: 250px;
    }

    /*backgroud_gray_高さ指定*/
    section .backgroud_gray {
      background-color: #f5f5f5;
    }

    /*一人ひとりの〜*/
    .sab_heading {
      font-family: Montserrat,Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic;
      font-weight: 525;
      font-size: 1.25rem;
      display: inline-block;
      position: relative;
      margin-top: 5.8em;
      margin-bottom: 0.8em;
    }

    /*丸アイコン*/
    .sab_heading::before {
      content: '';
      display: inline-block;
      width: 11px;
      height: 11px;
      margin-right: 19px;
      border-radius: 50%;
      background: #F9634A;
    }

    .top-heading h2 {
      font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
      line-height: 1.6;
      font-size: 2.25rem;
      font-weight: 600;
    }

    .minibox {
      padding-bottom: 3em;
    }

    .minibox_wide {
      font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
      background-color: white;
      border-radius: 15px;
      margin-top: 2.25em;
      padding: 3.7em 3.8em;
    }

    .minibox_wide h3 {
      font-size: 1.5rem;
      font-weight: 600;
    }

    .minibox_wide p {
      font-weight: 525;
      font-size: 1rem;
      padding-top: 1em;
      line-height: 1.6;
    }

    .value {
      text-align: center;
    }

    .minibox_wide img {
      height: auto;
      width: 95%;
      margin-top: 1.5em;
    }

    .value-sp {
      display: none;
    }

    .sab_heading {
      font-family: Montserrat,Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic;
      font-weight: 525;
      font-size: 1.25rem;
      display: inline-block;
      position: relative;
      margin-top: 5.8em;
      margin-bottom: 0.8em;
    }

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

    .moc .moc-pc {
      height: auto;
      width: 300px;
      margin-top: -65px;
    }

    /*基本機能*/
    .base_function {
      display: flex;
      justify-content:space-between;
    }

    .function_item {
      width: 220px;
    }

    .function_item img {
      height: auto;
      margin-bottom: 1.0em;
    }

    .function_item h4 {
      font-weight: 700;
      font-size: 1.15rem;
    }

    .function_item p {
      font-size: 0.875rem;
      line-height: 1.6;
    }

    /*業務にあわせた機能*/
    .industry_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 2.5em;
    }

    .industry {
      background-color: #F2F2F2;
      width: 480px;
      border-radius: 10px;
      padding: 23px;
      margin-bottom: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .industry_image {
      width: 43%;
      justify-content: space-between;
      margin-top: -18px;
    }

    .industry_details {
      width: 52%;
      margin-right: 0.3em;
    }

    .industry_details h4 {
      font-weight: 700;
      font-size: 1.15rem;
    }

    .industry_details p {
      font-size: 0.875rem;
      line-height: 1.6;
    }

/*サポート体制*/
    .support {
      display: flex;
      justify-content: space-between;
    }

    .support-item {
      width: 295px;
    }

    .support-item img {
      height: auto;
      width: 100%;
      margin-bottom: 1.0em;
    }

    .support-item h4 {
      font-weight: 700;
      font-size: 1.15rem;
    }

    .support-item p {
      font-size: 0.875rem;
      line-height: 1.6;
    }

    /*marginをゼロに*/
    .mb0 {
      margin-bottom: 0;
      margin-top: -5px;
    }

    /*サービス資料無料配布中*/
    .backgroud_white {
      background-color: white;
      height: auto;
      align-items: center;
      font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
    }

    .materials_box {
      display: flex;
      justify-content: space-between;
      background-color: #FFECE1;
      border-radius: 15px;
      width: 100%;
      height: 300px;
      border: 4.3px solid #F9634A;
      padding: 2.5rem 4.2rem;
      margin: 6em 0;
    }

    .materials_box_text h3 {
      font-weight: 600;
      font-size: 1.5rem;
      margin-bottom: 0.5em;
    }

    .materials_box_text p {
      font-size: 0.875rem;
      line-height: 1.6;
      margin-bottom: 3em;
    }

    .button_solid01-3 a {
      position: relative;
      width: 80%;
      padding: 15px 55px;
      color: #C03437;
      transition: 0.3s ease-in-out;
      font-weight: 600;
      background: white;
      border-radius: 30px;
      border: 2.5px solid #C03437;
      border-bottom: solid 5px #C03437;
      text-decoration: none;
  }
  .button_solid01-3 a:hover {
      border-bottom: solid 2px #833437;
      transform: translateY(3px);
  }

    .materials_box_image img {
      height: auto;
      width: 235px;
      margin-right: 1.5em;
      margin-top: -1.5em;
    }

    /*事例*/
    .top-04 {
      font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
    }

    .backgroud_gray02 {
      width: 100%;
      height: 2100px;
      background-color: #f5f5f5;
    }

    .top-04 .sab_heading, .top-04 .sec_heading, .top-04 .case_head_manager, .top-04 .case_head_user, .top-04 .case_text {
      text-align: center;
      display: flow-root;
    }

    .top-04 .sab_heading {
      margin-top: 0em;
      padding-top: 5.8em;
    }

    .top-04 .sec_heading {
      font-size: 2.5rem;
    }

    .case_head_manager {
      font-weight: 600;
      display: inline-block;
      position: relative;
      margin: 4em 0em 1.7em 0em;
    }

    .case_head_manager:before {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #F9634A;
  }

  .case_head_user {
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin: 5.5em 0em 1.7em 0em;
    color: #323232;
  }

  .case_head_user:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #EFBC00;
  }

    .top-04 .case_text {
      line-height: 1.7;
      font-weight: 480;
      font-size: 1.1rem;
      margin-bottom: 3em;
      color: #323232;
    }

    .case_btn {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 2.5em 0em 5em 0em;
    }

    .case_btn01 img {
      height: auto;
      width: 400px;
      margin-right: 0.9em;
    }

    .case_btn02 img {
      height: auto;
      width: 400px;
      margin-left: 0.9em;
    }

    .case_btn01 a:hover img, .case_btn02 a:hover img{
      opacity: 0.7;
    }

    .top-04 .case_head_manager, .case_head_user {
      font-weight: 700;
      font-size: 1.75rem;
    }

    /*スライドここから*/
    .gallery {
      background: #f5f5f5;
    }

    .gallery-cell {
      width: 80%;
      max-width: 1100px;
      height: 435px;
      margin-right: 30px;
      background: white;
      border-radius: 10px;
      border: 2px solid #CCCCCC;
      counter-increment: gallery-cell;
      padding: 65px 55px;
      color: #323232;
    }

    .gallery-cell_item_top {
      display: flex;
    }

    .gallery-cell_item_merit {
      display: flex;
      align-items: center;
    }

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

    .gallery-cell_item_photo {
      width: 45%;
      margin-right: 3em;
    }

    .gallery-cell_item_photo img {
      width: 430px;
      height: auto;
    }

    .gallery-cell_item_text {
      width: 53%;
    }

    .gallery-cell_aria p, .gallery-cell_industry p {
      background-color: white;
      border-radius: 5px;
      margin-right: 0.7em;
      font-size: 0.875rem;
      font-weight: 600;
      border: 1.5px solid #C03437;
      color: #C03437;
      padding: 1.0px 10px;
    }

    .gallery-cell_item_company_name {
      font-size: 1.0rem;
      font-weight: 525;
      margin-top: -7px;
    }

    .gallery-cell_head {
      font-size: 1.5rem;
      font-weight: 600;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .gallery-cell_merit_head p {
      background-color: #FFECE1;
      border-radius: 4.5px;
      font-size: 0.875rem;
      font-weight: 525;
      padding: 2.5px 10px;
      margin-right: 1.0em;
      min-width: 80px;
    }

    .gallery-cell_item_merit_2 {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .gallery-cell_merit_head_2 {
      text-align: center;
      width: 18%;
      min-width: 80px;
    }

    .gallery-cell_merit_head_2 p {
      background-color: #FFECE1;
      border-radius: 4.5px;
      font-size: 0.875rem;
      font-weight: 525;
      padding: 14px 10px;
      width: 100%;
      margin-right: 1.0em;
      line-height: 1.3;
    }

    .gallery-cell_merit_text p {
      font-size: 0.975em;
      font-weight: 600;
      line-height: 1.4;
    }

    .gallery-cell_text {
      font-size: 0.875rem;
      margin-top: -5px;
    }

    .gallery-cell_merit_text_2 p {
      font-size: 0.975em;
      font-weight: 600;
      line-height: 1.4;
      margin-left: 1em;
    }

    .gallery-cell_text_2 p {
      line-height: 1.6;
      font-size: 0.875rem;
      font-weight: 525;
      margin-top: -10px;
    }

    /*スライドここまで*/
    /*事例ここまで*/

    .top-08 {
      background-color: #f5f5f5;
    }
    hr.style1 {
      border-top: 1px solid #CCCCCC;
    }

    /*よくある質問*/
    .top-05 {
      font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
    }

    .top-05, .backgroud_gray03 {
      background-color: #f5f5f5;
      width: 100%;
      height: auto;
    }

    .top-05, .sec_heading {
      font-size: 2.25rem;
      font-weight: 600;
    }

    .qa_box {
      margin-top: 1.1em;
      padding-bottom: 3em;
    }

    .qa {
      max-width: 1100px;
      margin-bottom: 10px;
      border: none;
      border-radius: 5px;
      box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
      background-color: #fff;
  }

  .qa summary {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      padding: 1em 2em 1em 3em;
      font-weight: 510;
      font-size: 21px;
      cursor: pointer;
  }

  .qa summary::before, .qa p::before {
      position: absolute;
      left: 1em;
      font-weight: 600;
      font-size: 1.3em;
  }

  .qa summary::before {
      color: #F9634A;
      content: "Q";
  }

  .qa summary::after {
      transform: translateY(-25%) rotate(45deg);
      width: 7px;
      height: 7px;
      margin-left: 10px;
      border-bottom: 3px solid #333333b3;
      border-right: 3px solid #333333b3;
      content: '';
      transition: transform .5s;
  }

  .qa[open] summary::after {
      transform: rotate(225deg);
  }

  .qa p {
      position: relative;
      transform: translateY(-10px);
      opacity: 0;
      margin: 0.7em;
      padding: .3em 3em 1.5em;
      color: #333;
      font-size: 1.0rem;
      transition: transform .5s, opacity .5s;
  }

  .qa[open] p {
      transform: none;
      opacity: 1;
  }

  .qa p::before {
      color: #EFBC00;
      line-height: 1.2;
      content: "A";
  }

  /*クローズ*/
  .contact_box {
    margin: 7.3em 0;
  }

  .contact_item01 {
    background-color: white;
    border: 2px solid #CCCCCC;
    border-radius: 15px;
    padding: 2.5em 4.2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    display: none;
  }

  .contact_item02 {
    background-color: white;
    border: 2.5px solid #F9634A;
    border-radius: 15px;
    padding: 2.5em 4.2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .contact_item_left {
    width: 57%;
  }

  .contact_item_left h4 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .contact_item_left p {
    font-size: 1.0rem;
    font-weight: 525;
    line-height: 1.6;
  }

  .button_solid03 {
    margin-top: 1.8em;
  }

.button_solid03 a {
  background: #FA8F7D;
  position: relative;
  text-align: center;
  max-width: 250px;
  padding: 15px 50px 13px 50px;
  color: white;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  flex-direction: column;
  border-radius: 30px;
  border-bottom: solid 5px #C97465;
  text-decoration: none;
  display: block;
}

.button_solid03 a:hover {
    border-bottom: solid 2px #C97465;
    transform: translateY(3px);
}

  .button_solid02-3 {
    margin-top: 2.8em;
  }

  .button_solid02-3 a {
    background: #C03437;
    position: relative;
    text-align: center;
    max-width: 250px;
    padding: 20px 65px 10px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    flex-direction: column;
    border-radius: 30px;
    border-bottom: solid 5px #833437;
    text-decoration: none;
    display: block;
  }
  .button_solid02-3 a span {
    background: #FFE541;
    width: 65%;
    text-align: center;
    position: absolute;
    right: 43px;
    top: -15px;
    filter: drop-shadow(0px 1px 2px #aaa);
    padding: 4px 0;
    font-size: 0.8rem;
    color: #833437;
    border-radius: 30px;
  }
  .button_solid02-3 a span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #FFE541;
  }
  .button_solid02-3 a:hover {
    border-bottom: solid 2px #833437;
    transform: translateY(3px);
  }

  .contact_item_right {
    width: 30%;
  }

  .contact_item_right img {
    width: 280px;
    height: auto;
  }
/*ヘッダー*/
    .c-header {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .8);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 2rem;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    }

    .c-header img {
      width: 11%;
    }

    .c-header__list {
      box-sizing: border-box;
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0;
    }

    .c-header__list-item {
      list-style: none;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.95rem;
    }

    .download_item {
      background-color: #C03437;
      border-radius: 50px;
      padding: 9px 25px;
      display: block;
      margin: 0 auto;
    }

    .download_item a {
      color: white;
      display: block;
      margin: 0 auto;
      font-size: 0.9rem;
    }

    .download_item:hover {
      background-color: #F9634A;
    }

    .c-header__list-item a:hover {
      color: #F9634A;
    }

    .download_item a:hover {
      color: white;
    }

    .c-header__list-link {
      color: #323232;
      display: block;
      margin-right: 35px;
      text-decoration: none;
    }

    .c-hamburger-menu {
     /* position: relative;*/
    }
    /*フォーム*/
    .top-07 {
      background-color: #f5f5f5;
      padding-top: 110px;
      font-family: Noto Sans JP, Hiragino Sans, ProN W3, Hiragino Kaku Gothic ProN, Meiryo, Osaka, MS PGothic, arial, helvetica, sans-serif;
    }
    .top-07_head {
      text-align: center;
      margin-bottom: 5em;
    }
    .top-07_head_box {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 2.5em 4.5em 0 3em;
      border-radius: 15px;
      background-color: #FFECE1;
      border: 4.3px solid #F9634A;
      color: #333333;
      margin-bottom: 3em;
  }
  .top-07_head_box_text {
    width: 80%;
  }

  .top-07_head_box_text h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5em;
  }
  .top-07_head_box_text p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 2.8em;
  }

  .top-07_head_box_image {
    margin-right: 175px;
    width: 10%;
  }

  .top-07_head_box_image img {
    display: block;
  }

  .top-07_head_box_image img {
    width: 285px;
    margin-top: -5em;
  }
  .c-list-note01 {
    font-size: 1rem;
}
    /*フッダー*/
    .footer {
      background-color: white;
    }
    .footer__navigation {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .footer__menu {
      display: flex;
      list-style: none;
      padding: 25px 0;
    }
    .footer__menu li a {
      color: #666666;
      text-decoration: none;
      font-size: 0.875rem;
      margin-right: 20px;
    }
    .footer__copyright p {
      color: #666666;
      font-size: 0.65rem;
    }

    @media screen and (max-width: 768px) {
      .c-hamburger-menu__list {
        background-color: white;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        left: 0;
        padding: 2rem; /* カスタマイズしてください */
        position: absolute;
        transform: translateX(-100%);
        transition: 0.3s; /* カスタマイズしてください */
        top: 100%;
        width: 100%;
      }

      #hamburger:checked ~ .c-hamburger-menu__list {
        transform: translateX(0%);
        transition: 0.3s;
      }

      .c-header {
        padding: 1em 1.1em;
      }

      .c-header img {
        width: 40%;
      }

      .c-header__list-link {
        font-weight: 600;
        font-size: 14px;
        line-height: 2.3;
      }

      .download_item a {
        display: none;
      }

      .download_item {
        display: none;
      }
    }


    .c-hamburger-menu__input {
      display: none;
    }

    .c-hamburger-menu__bg {
      background-color: white;
      cursor: pointer;
      display: none;
      height: 100vh;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1;
    }

    #hamburger:checked ~ .c-hamburger-menu__bg {
      display: block;
    }

    .c-hamburger-menu__button {
      display: none;
    }

    @media screen and (max-width: 768px) {
      .c-hamburger-menu__button {
        align-items: center;
        appearance: none;
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 5px; /* カスタマイズしてください */
        height: 30px; /* カスタマイズしてください */
        justify-content: center;
        width: 32px; /* カスタマイズしてください */
      }
    }

    .c-hamburger-menu__button-mark {
      background-color: #323232; /* カスタマイズしてください */
      display: block;
      height: 1px; /* カスタマイズしてください */
      transition: 0.3s; /* カスタマイズしてください */
      width: 20px; /* カスタマイズしてください */
    }

    @media screen and (max-width: 768px) {
      #hamburger:checked
        ~ .c-hamburger-menu__button
        .c-hamburger-menu__button-mark:nth-of-type(1) {
        transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
        transform-origin: 0%; /* カスタマイズしてください */
      }
      #hamburger:checked
        ~ .c-hamburger-menu__button
        .c-hamburger-menu__button-mark:nth-of-type(2) {
        opacity: 0;
      }
      #hamburger:checked
        ~ .c-hamburger-menu__button
        .c-hamburger-menu__button-mark:nth-of-type(3) {
        transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
        transform-origin: 0%; /* カスタマイズしてください */
      }
    }

    @media screen and (max-width:768px) {
      .contents_wide {
        width: 90%;
      }

    .topmain {
      padding: 45px 0 308px 0;
      background-image:none;
      background: url(../images/firstview_sp.jpg) right bottom;
      background-size:100%;
      width: 100%;
    }
    .pc-top-main-view-01 {
      text-align: center;
    }
    .contents_wide {
      width: 90%;
    }
    .pc-top-main-view-01 p {
      font-size: 1.1rem;
      margin-bottom: 18px;
    }
    .pc-top-main-view-01 .annotation {
      font-size: 8px;
      text-align: left;
      padding-left: 10px;
    }
    .pc-top-main-view-01 .heading {
      font-size: 1.5rem;
      line-height: 1.35;
      margin-bottom: 20px;
    }
    .pc-top-main-view-01 .highlight {
      font-size: 3.1rem;
    }
    main img {
      height: auto;
      width: 95%;
      margin: 0 auto;
      /*margin-bottom: 1.2em;*/
    }
    main .button_solid_area {
      flex-direction: column;
    }
    .button_solid01 {
      margin: 0 auto;
      max-width: 350px;
      margin-bottom: 28px;
    }
    .button_solid01 a {
      font-size: 0.85rem;
      padding: 10px 68px;
      display: block;
      margin: 0 auto;
    }
    .button_solid02 {
      margin: 0 auto;
      max-width: 350px;
    }
    .button_solid02 a {
      font-size: 0.85rem;
      padding: 15px 70px 10px 70px;
      display: block;
      margin: 0 auto;
    }
    .button_solid02 a span {
      font-size: 0.65rem;
      padding: 3.5px;
      width: 55%;
      right: 55px;
    }
    section .top-01 h2 .highlight {
      font-size: 24px;
    }
    section .top-01 h2 {
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 20px;
    }
    section .top-01 {
      padding: 35px 0;
    }
    .introduction_logo_pc img {
      display: none;
    }
    .introduction_logo_sp img {
      width: 100%;
      display: block;
    }

    section .backgroud_pink {
      padding: 2em 0em 30px 0em;
      margin-top: 25px;
    }
    section .top-01-box {
      flex-direction: column;
    }
    section .top-01-box-left img {
      width: 100%;
    }
    section .top-01-box-right {
      margin: 0 auto;
    }
    section .top-01-box-right h3 {
      font-size: 24px;
      margin-top: 12px;
    }
    .top-01-box-right p {
      font-size: 14px;
      line-height: 1.7;
      font-weight:525;
    }
    .button_solid02-1 {
      margin: 0 auto;
      margin-top: 45px;
    }
    .button_solid02-1 a {
      font-size: 0.85rem;
      padding: 15px 50px 10px 50px;
      margin: 0 auto;
      max-width: 70%;
    }
    .button_solid02-1 a span {
      font-size: 0.65rem;
      padding: 3.5px;
      width: 55%;
      right: 62px;
    }
    .top-01-center {
      font-size: 18px;
      margin-top: -30px;
    }
    .top-02 {
      margin-top: 45px;
    }
    /*backgroud_gray_高さ指定*/
    section .backgroud_gray {
      height: auto;
    }
    .sab_heading {
      font-size: 12px;
      margin-top: 50px;
      margin-bottom: 8px;
    }
    .sab_heading::before {
      width: 7px;
      height: 7px;
      margin-right: 10px;
    }
    .top-heading h2 {
      font-size: 24px;
      line-height: 1.5;
    }
    .minibox {
      padding-bottom: 27px;
    }
    .minibox_wide {
      margin-top: 1em;
      padding: 1em 1em;
      border-radius: 8px;
    }
    .minibox_wide h3 {
      font-size: 18px;
      margin-top: 5px;
    }
    .minibox_wide p {
      font-size: 14px;
      font-weight: 525;
    }
    .value .value-pc {
      display: none;
    }
    .moc .moc-pc {
      display: none;
    }
    .value .value-sp {
      padding: 15px 0;
      width: 58%;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .base_function {
      flex-direction: column;
      align-items: center;
    }
    .function_item {
      width: 100%;
    }
    .function_item img {
      margin-bottom: 10px;
      width: 100%;
    }
    .function_item h4 {
      font-size: 16px;
      text-align: center;
    }
    .function_item p {
      margin-bottom: 22px;
    }
    .industry_list {
      margin-top: 25px;
    }
    .industry {
      flex-direction: column;
      align-items: center;
    }
    .industry_image {
      width: 108%;
      margin-left: 0.95em;
      margin-top: -18px;
    }
    .industry_details {
      width: 100%;
    }
    .industry_details h4 {
      font-size: 16px;
      text-align: center;
      margin-top: 15px;
    }
    .industry_details p {
      margin-bottom: 3px;
    }
    .support {
      flex-direction: column;
      align-items: center;
    }
    .support-item img {
      margin-bottom: 10px;
    }
    .support-item h4 {
      font-size: 16px;
      text-align: center;
    }
    .support-item p {
      margin-bottom: 22px;
    }
    .materials_box {
      flex-direction: column;
      align-items: center;
      text-align: center;
      border: 3.5px solid #F9634A;
      border-radius: 13px;
      margin: 3em 0;
      height: 436px;
      padding: 25px 20px;
    }
    .materials_box_text h3 {
      font-size: 17px;
      margin-bottom: 12px;
    }
    .materials_box_text p {
      font-size: 13px;
      font-weight: 525;
      margin-bottom: 25px;
    }
    .button_solid01-3 a {
      font-size: 14px;
      padding: 10px 40px;
      width: 300px;
    }
    .materials_box_image img {
      width: 160px;
      margin-top: 45px;
    }
    .top-04 {
      padding-bottom: 65px;
      background-color: #f5f5f5;
    }
    .top-04 .sab_heading {
      padding-top: 50px;
    }
    .top-04 .sec_heading {
      font-size: 24px;
    }
    .case_btn {
      flex-direction: column;
      margin-top: 20px;
    }
    .case_btn01 img {
      width: 90%;
      margin-left: 0.9em;
      margin-bottom: 10px;
    }
    .case_btn02 img {
      width: 90%;
    }
    .top-04 .case_head_manager, .case_head_user {
      font-size: 18px;
      margin-top: -25px;
    }
    .top-04 .case_text {
      font-size: 14px;
      font-weight: 525;
    }
    /*事例スライドの幅*/
    .gallery-cell {
      padding: 20px;
      height: 580px;
    }
    .gallery-cell_item {
      flex-direction: column;
    }
    .gallery-cell_item_photo {
      width: 100%;
    }
    .gallery-cell_item_photo img {
      width: 100%;
      margin-bottom: 10px;
    }
    .gallery-cell_item_text {
      width: 100%;
      font-size: 12px;
    }
    .gallery-cell_aria p, .gallery-cell_industry p {
      font-size: 10px;
      border-radius: 4px;
      border: 1px solid #C03437;
    }
    .gallery-cell_item_company_name {
      font-size: 12px;
    }
    .gallery-cell_head {
      font-size: 16px;
      margin-top: -3px;
      margin-bottom: 15px;
    }
    .gallery-cell_merit_head p {
      font-size: 12px;
      text-align: center;
      margin-right: -2px;
    }
    .gallery-cell_item_merit_2 {
      flex-direction: column;
      display: block;
    }
    .gallery-cell_merit_head_2 {
      width: 100%;
    }
    .gallery-cell_merit_head_2 p {
      font-size: 12px;
      padding: 5px 10px;
    }
    .gallery-cell_item_merit {
      flex-direction: column;
      display: block;
    }
    .gallery-cell_merit_text {
      margin-top: -3px;
    }
    .gallery-cell_merit_text_2 p {
      margin-left: -0.1em;
    }
    .gallery-cell_text {
      font-size: 12px;
      font-weight: 525;
      line-height: 1.8;
    }
    .case_head_user {
      margin-top: 100px;
    }
    .case_text {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    .gallery-cell_merit_text_2 p {
      margin-top: -5px;
    }
    .gallery-cell_text_2 p {
      font-size: 12px;
      font-weight: 525;
      line-height: 1.8;
    }
    .top-05, .sec_heading {
      font-size: 24px;
    }
    /*診断ページ*/
    /*FAQ*/
    .qa_box {
      padding-bottom: 45px;
    }
    .qa summary {
      font-size: 16px;
    }
    .qa p {
      font-size: 14px;
      font-weight: 525;
    }
    .qa p::before {
      margin-left: -5px;
    }
    /*クローズ*/
    .contact_box {
      margin: 3em 0;
    }
    .contact_item01, .contact_item02 {
      flex-direction: column-reverse;
      align-items: center;
      padding: 35px 20px;
    }
    .contact_item_left {
      width: 100%;
    }
    .contact_item_left h4 {
      text-align: center;
      font-size: 24px;
    }
    .contact_item_left p {
      text-align: center;
      font-size: 14px;
    }
    .button_solid03 a {
      margin: 0 auto;
    }
    .button_solid02-3 a {
      margin: 0 auto;
    }
    .contact_item_right {
      display: flex;
      justify-content: center;
    }
    .contact_item_right img {
      margin-bottom: 30px;
    }
    /*フォーム*/
    .top-07 {
      padding-top: 40px;
    }
    .top-07_head {
      margin-bottom: 30px;
    }
    .top-07_head_box {
      flex-direction: column;
      padding: 25px 20px 0 20px;
      text-align: center;
    }
    .top-07_head_box_text {
      width: 100%;
    }
    .top-07_head_box_text h3 {
      font-size: 17px;
      margin-bottom: 12px;
    }
    .top-07_head_box_text p {
      font-size: 13px;
      font-weight: 525;
      margin-bottom: 25px;
    }
    .top-07_head_box_image {
      width: 100%;
      text-align: center;
      margin-bottom: -4.5px;
    }
    .top-07_head_box_image img {
      width: 180px;
      margin-top: 45px;
      margin: 0 auto;
      display: inline-block;
    }

    /*フッダー*/
    .footer__navigation {
      flex-direction: column;
      display: block;
      margin: auto;
    }
    .footer__menu {
      flex-direction: column;
    }
    .footer__menu li a {
      line-height: 2.2;
    }
    .footer__copyright{
      display: block;
      display: flex;
      justify-content: center;
    }
    .footer__copyright p {
      padding: 10px 0 30px 0;
      font-size: 10px;
    }






    
    }