@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');:root {
  --main_width:1200px;
}/*
img , svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}*/

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size:16px;
  font-style: normal;
  font-weight: normal;
  color: #333;
}

.section_title {
  position: relative;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  margin-bottom: 29px;
  @media (max-width:1199px) {
    font-size: 26px;
  }
  &::before {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FABE00;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    @media (max-width:1199px) {
      width: 50px;
    }
  }
}
.pc_content {
  display: block;
  @media (max-width:1199px) {
    display: none !important;
  }
}
.sp_content {
  display: none;
  @media (max-width:1199px) {
    display: block;
  }
}
svg {
  max-width: 100%;
  height: auto;
}
main {
   .breadcrumbs{
    display: flex;
    width: 100%;
    max-width: 1400px;
    padding: 16px 20px;
    margin: 0 auto;
    @media (max-width:1199px) {
      padding: 20px;
    }
    li {
      position: relative;
      font-size: 12px;
      padding-right: 19px;
      &::after {
        display: block;
        content: '＞';
        position: absolute;
        right: 3px;
        top: 50%;
        transform: translateY(-50%);
      }
      &:last-of-type {
        padding-right: 0;
        &::after {
          display: none;
        }
      }
      a {
        display: inline-block;
        text-decoration: underline;
      }
    }
  }
}

#ai_shindan {
  .top_img {
    padding: 54px 0 35px;
    background-color: #F7F5EA;
    background-image: url(../img/top_img_bg.png);
    background-repeat: repeat;
    .top_img_inner {
      max-width: 100%;
      width: var(--main_width);
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
      }
      margin: 0 auto;
      picture {
        display: block;
        width: 100%;
        text-align: center;
        @media (max-width:1199px) {
          img {
            width: 100%;
            max-width: 330px;
          }
        }
      }
    }
  }
  .top_info_banner {
    padding: 37px 0 45px;
    background-color: #FABE00;
    .top_info_banner_inner {
      display: flex;
      align-items: center;
      gap: 20px;
      width: var(--main_width);
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
      }      margin: 0 auto;
      .top_info_icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 102px;
        height: 98px;
        border-radius: 40px 0 0 ;
        background-color: #fff;
        &::before {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50% ,-50%);
          content: '';
          display: block;
          width: 64px;
          height: 64px;
          border-radius: 64px;
          border: 10px solid #FFF189;
        }
        p {
          z-index: 2;
          font-size: 18px;
          text-align: center;
          color: #FD7500;
          font-weight: bold;
        }
      }
      .top_info_text {
        div {
          display: flex;
          align-items: center;
          line-height: 1em;
          position: relative;
          margin-bottom: 20px;
          p {
            z-index: 2;
            font-size: 19px;
            font-weight: bold;
            .bold {
              font-size: 23px;
            }
          }
          .font_bg {
            z-index: 1;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 14px;
            transform: translateY(-50%);
            background-color: #FDFD00;
          }
        }
        ul {
          li {
            position: relative;
            padding-left: 30px;
            font-size: 17px;
            line-height: 1em;
            margin-bottom: 10px;
            &:last-of-type {
              margin-bottom: 0;
            }
            &::before {
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              display: block;
              content: '';
              background-image: url(../img/top_info_banner_checkicon.png);
              background-size: cover;
              width: 21px;
              height: 18px;
            }
          }
        }
      }
    }
  }


  .top_info_banner_02 {
    padding: 42px 0 50px;
    background-color: #FABE00;
    @media (max-width:1199px) {
      padding: 25px 30px 20px;
    }
    .top_info_banner_02_inner {
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto;
      @media (max-width:1199px) {
        max-width: 100%;
      }
      .title_outer {
        position: relative;
        margin-bottom: 16px;
        .top_info_banner_02_title {
          position: relative;
          z-index: 2;
          font-size: 28px;
          font-weight: bold;
          text-align: center;
          @media (max-width:1199px) {
            font-size: 18px;
          }
        }
        .font-bg {
          content: '';
          position: absolute;
          bottom: 10px;
          left: 50%;
          transform:translateX(-50%);
          z-index: 1;
          background-color: #FDFD00;
          width: 297px;
          height: 14px;
          @media (max-width:1199px) {
            width: 207px;
            height: 10px;
            bottom: 5px;
          }

        }
      }
      .top_info_text_02_outer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        border-radius: 20px;
        padding: 16px 30px 21px 30px;
        box-sizing: border-box;
        @media (max-width:1199px) {
          display: block;
          max-width: 800px;
          margin: 0 auto;
          padding: 10px 10px 20px 10px;
        }
        ul {
          counter-reset: number 0;
          @media (max-width:1199px) {
            display: block;
            width: 100%;
            max-width: 340px;
            margin: 0 auto;
          }
          li {
            position: relative;
            font-size: 20px;
            font-weight: bold;
            padding: 12px 0 3px 36px;
            border-bottom: 2px solid #FABE00;
            @media (max-width:1199px) {
              font-size: 14px;
              padding: 12px 0 12px 26px;
              border-bottom: 1px solid #FABE00;
            }
            &::before {
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              counter-increment: number 1;
              content: counter(number) " ";
              width: 26px;
              height: 26px;
              border-radius: 100%;
              background-color: #FD7500;
              display: flex;
              align-items: center;
              justify-content: center;
              color: #fff;
              font-size: 18px;
              font-weight: bold;
              letter-spacing: 0;
              @media (max-width:1199px) {
                width: 20px;
                height: 20px;
                font-size: 12px;
                line-height: 1em;
              }
            }
            &:last-of-type {
              border: initial;
            }
          }
        }
        a {
          display: block;
          width: 100%;
          max-width: 681px;
          margin-top: 16px;
          @media (max-width:1199px) {
            max-width: 320px;
            text-align: center;
            margin: 16px auto 0;
          }
          img {
            max-width: 100%;
            @media (max-width:1199px) {
              max-width: 310px;
              width: 100%;
            }
            height: auto;
          }
        }
      }
    }
  }

  .achievements {
    padding: 95px 0;
    @media (max-width:1199px) {
      padding: 60px 0;
    }
    .achievements_inner {
      width: var(--main_width);
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
      }      max-width: 100%;
      margin: 0 auto;
      .table_outer_border {
        position: relative;
        &::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: calc(100% - 29px);
          @-moz-document url-prefix() {
            height:100% !important;
          }
          width: 1px;
          border-left: 1px solid #E0E0E0;
        }
        &::after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          height: calc(100% - 29px);
          @-moz-document url-prefix() {
            height: calc(100% - 14px);
          }
          width: 1px;
          border-left: 1px solid #E0E0E0;
        }
      }
      .table_outer {
        position: relative;
        width: 100%;
        overflow-x: auto;
        margin-bottom: 56px;
        padding-bottom: 22px;
        @-moz-document url-prefix() {
          padding-bottom: 0px !important;
        }
        table {
          width: 1710px;
          border-bottom: 1px solid #E0E0E0;
          tr {
            border-bottom: 1px solid #E0E0E0;
            th, td {
              padding: 20px 20px 17px 20px;
              border-right: 1px solid #E0E0E0;
              font-size: 16px;
              letter-spacing: -0.02em;
              @media (max-width:1199px) {
                padding: 13px 20px 13px 20px;
              }
              &:last-of-type {
                border-right:0px
              }
            }
            th {
              background-color: #FABE00;
              font-weight: bold;
            }
            .area {
              width: 195px;
            }
            .build {
              width: 135px;
            }
            .cell {
              width: 230px;
            }
            td {
              padding: 17px 0px 17px 20px;
              font-weight: normal;
              a {
                color: #FD7500;
                border-bottom: 1px solid #FD7500;
                font-weight: bold;
                letter-spacing: -0.05em;
              }
            }
          }
        }
      }

      /* 横スクロールバーの高さを7pxに指定 */
      .table_outer::-webkit-scrollbar {
        height:7px;
      }

      /* トラック部分 */
      .table_outer::-webkit-scrollbar-track {
        background-color: #efefef; /* 背景と同じ色 */
        border-radius: 100px;
      }

      /* スクロールバー部分 */
      .table_outer::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background-color: #FABE00;
      }



      .link_outer {
        width: 100%;
        display: flex;
        justify-content: center;
        a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 460px;
          padding: 25px 0 18px;
          font-size: 24px;
          border:2px solid #FD7500;
          border-radius: 10px;
          color: #FD7500;
          @media (max-width:1199px) {
            width: 100%;
            max-width: 330px;
            height: 60px;
            padding: inherit;
            font-size: 18px;
            font-weight: normal;
          }
          &::before,&::after{
            content: '';
            position: absolute;
            top: calc(50% - 1px);
            right: 30px;
            width: 13px;
            height: 2px;
            border-radius: 9999px;
            background-color: #fd7500;
            transform-origin: calc(100% - 1px) 50%;
            @media (max-width:1199px) {
              width: 8px;
              right: 20px;
            }
          }
          &:before {
            transform: rotate(45deg);
          }

          &:after {
            transform: rotate(-45deg);
          }

        }
      }
    }
  }
  .voice {
    padding: 100px 0;
    background-color: #F7F5EA;
    @media (max-width:1199px) {
      padding: 60px 0;
    }
    .voice_inner {
      width: var(--main_width);
      margin: 0 auto;
      @media (max-width:1199px) {
        max-width: 100%;
      }
      picture {
        display: block;
        text-align: center;
        margin:-30px 0 -220px;
        @media (max-width:1199px) {
          margin: 0 0 -100px 0;
        }
        img {
              margin-left: -10px;
              margin-top: -3px;
              @media (max-width:1199px) {
                width: 100%;
                max-width: 360px;
                margin-left: 0px;
              }
        }
      }
      .slide_outer {
        display: block;
        width: 100%;
        background-color: #FD7500;
        padding: 90px 0 60px 0;

        overflow: hidden;
        @media (max-width:1199px) {
          padding: 40px 0 40px 0;
          border-radius: 0;
        }
        .swiper {
          position: relative;
          .swiper-wrapper {
            .swiper-slide  {
              height: auto;
              .slide_content {
                height: 100%;
                width: 100%;
                border-radius: 20px;
                background-color: #ffffffe6;
                box-sizing: border-box;
                padding: 43px 40px 47px 40px;
                .out_title {
                  font-size: 18px;
                  font-weight: bold;
                  line-height: 1em;
                  color: #fd7500;
                  margin-bottom: 20px;
                  @media (max-width:1199px) {
                    font-size: 17px;
                  }
                }
                dd {
                  .in_dl {
                    display: block;
                    border-radius: 10px;
                    overflow: hidden;
                    margin-bottom: 20px;
                    @media (max-width:1199px) {
                      margin-bottom: 14px;
                    }
                    &:last-of-type {
                      margin-bottom: 0;
                    }
                    .in_title {
                      color: #fff;
                      background-color: #000;
                      box-sizing: border-box;
                      padding: 14px 20px 12px 20px;
                      @media (max-width:1199px) {
                        padding: 20px 20px 18px 20px;
                        font-size: 15px;
                      }
                    }
                    dd {
                      background-color: #fff;
                      box-sizing: border-box;
                      line-height: 1.45em;
                      padding: 14px 20px 12px 20px;
                      @media (max-width:1199px) {
                        font-weight: normal;
                        line-height: 20px;
                      }
                    }
                  }
                }
              }
            }
          }
          .button-prev , .button-next {
            display: inline-block;
            width: 60px;
            height: 60px;
            position: absolute;
            top: 48%;
            transform: translateY(-50%);
            z-index: 5;
          }
          .button-prev {
            left: 51px;
            @media (max-width:1199px) {
              left: 10px;
            }
          }
          .button-next {
            right: 68px;
            @media (max-width:1199px) {
              right: 10px;
            }
          }
          }
        }
      }
    }


  .top_inquiry_banner {
    background-color: #fff;
    padding: 40px 0 100px;
    @media (max-width:1199px) {
        max-width: 100%;
        padding: 30px 30px 60px;
      }
    .top_inquiry_banner_inner {
      width: 100%;
      max-width: var(--main_width);

      margin: 0 auto 0;
      border-radius: 40px;
      box-shadow: 0px 0px 20px 0px #cfcfcf;
      overflow: hidden;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      padding: 40px 30px;
      @media (max-width:1199px) {
        display: block;
        max-width: 800px;
      }
      .icon_house {
        padding: 0px 30px 0 0 ;
        @media (max-width:1199px) {
          padding: 0;
        }
        figure {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 60px;
          @media (max-width:1199px) {
            svg {
              width: 42px;
              height: auto;
            }
          }
        }
        dl {
          text-align: center;
          margin-top: 8px;
          dt {
            font-size: 28px;
            font-weight: bold;
            color:#FD7500;
            margin-bottom: 8px;
            @media (max-width:1199px) {
              font-size: 20px;
              margin-bottom: 17px;
            }
          }
          dd {
            p{
              font-size: 18px;
              line-height: 30px;
              margin-bottom: 24px;
              @media (max-width:1199px) {
                font-size: 15px;
                font-weight: normal;
                margin-bottom: 21px;
              }
            }
            a {
              position: relative;
              display: block;
              width: 100%;
              border-radius: 10px;
              background-color: rgba(250, 190, 0, 1);
              padding: 24px 0 19px 10px;
              font-size: 24px;
              font-weight: bold;
              text-align: center;
              color: #333;
              @media (max-width:1199px) {
                max-width: 290px;
                padding: 0;
                height: 60px;
                padding: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto 30px;
                font-size: 18px;
              }
              &::before,&::after{
                content: '';
                position: absolute;
                top: calc(50% - 1px);
                right: 40px;
                width: 13px;
                height: 2px;
                border-radius: 9999px;
                background-color: #333;
                transform-origin: calc(100% - 1px) 50%;
                @media (max-width:1199px) {
                  right: 20px;
                  width: 8px;
                }
              }
              &:before {
                transform: rotate(45deg);
              }

              &:after {
                transform: rotate(-45deg);
              }
            }
          }
        }
      }
      .icon_tel {
        border-left: 1px solid #E0E0E0;
        padding: 0 0 0 30px ;
        @media (max-width:1199px) {
          border-left: inherit;
          border-top: 1px solid #e0e0e0;
          padding: 30px 0;
        }
        figure {
          display: flex;
          align-items: top;
          justify-content: center;
          height: 60px;
          @media (max-width:1199px) {
            svg {
              width: 26.45px ;
            }
          }
        }
        dl {
          text-align: center;
          margin-top: 8px;
          dt {
            font-size: 28px;
            font-weight: bold;
            color:#FD7500;
            margin-bottom: 8px;
            @media (max-width:1199px) {
              font-size: 20px;
              margin-bottom: 17px;
            }
          }
          dd {
            .text_p {
              display: block;
              font-size: 18px;
              margin-bottom: 24px;
              @media (max-width:1199px) {
                font-size: 15px;
                font-weight: normal;
                margin-bottom: 21px;
              }
            }
            a {
              display: inline-block;
              font-size: 40px;
              line-height: 1em;
              font-weight: bold;
              letter-spacing: 0.05em;
              border-bottom: 2px solid #333;
              margin: 0 auto 21px;

              @media (max-width:1199px) {
                font-size: 30px;
                margin: 0 auto 17px;
              }
            }
            .info_p {
              text-align: 16px;
              line-height: 26px;
            }
          }
        }
      }
    }
  }
  .top_problem {
    background-color: #F7F5EA;
    padding: 103px 0 100px;
    .top_problem_inner {
      width: 100%;
      max-width: var(--main_width);
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
      }
      margin: 0 auto;
      .problem_catch {
        margin-top: 76px;
        @media (max-width:1199px) {
          margin-top: 55px;
        }
        ul {
          width: 100%;
          position: relative;
          display: grid;
          grid-template-columns: repeat(5, 1fr);
          grid-template-rows: 1fr;
          grid-column-gap: 30px;
          grid-row-gap: 0px;
          margin-bottom: 153px;
          @media (max-width:1199px) {
            display: flex;
            flex-wrap: wrap;
            gap: 47px 15px;
            justify-content: center;
            margin-bottom: 93px;
          }
          li {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 216px;
            height: 155px;
            padding-top: 44px;
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0;
            font-weight: bold;
            text-align: center;
            background-color: #fff;
            border-radius: 10px;
            @media (max-width:1199px) {
              width: 157.5px;
              font-size: 18px;
              line-height: 24px;
              padding: 44px 0 20px;
            }
            figure {
              width: 92px;
              height: 92px;
              position: absolute;
              bottom: 100%;
              transform: translateY(50%);
              @media (max-width:1199px) {
                width: 72px;
                height: 72px;
              }
            }
          }
          &::before {
            position: absolute;
            left: 50%;
            transform: translatex(-50%);
            bottom: -98px;
            content: '';
            background-image: url(../img/top_problem_bgarrow.png);
            background-position: center bottom;
            background-repeat: no-repeat;
            width: 1159px;
            height: 170px;
            z-index: 1;
            @media (max-width:1199px) {
              max-width: 387px;
              bottom: -62px;
              background-image: url(../img/top_problem_bgarrow_sp.png);
              width: calc(100% - 6px);
              height: 121px;
              background-size: contain;
            }
          }
        }
      }
      .flow_in_title {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 796px;
        font-size: 40px;
        font-weight: bold;
        line-height: 60px;
        color: #FD7500;
        text-align: center;
        margin-bottom: 76px;
        @media (max-width:1199px) {
          display: block;
          width: 100%;
          max-width: 333px;
          font-size: 24px;
          line-height: 37px;
          margin: 0 auto 56.5px;
        }
        &::before, &::after {
          content: '';
          position: absolute;
          top: 10px;
        }
        &::before {
          right: 100%;
          background-image: url(../img/flow_in_title_icon_left.png);
          background-size: cover;
          width: 62px;
          height: 35px;
          @media (max-width:1199px) {
            width: 43px;
            height: 24px;
            right: 86%;
          }
        }
        &::after {
          left: calc(100% - 20px);
          background-image: url(../img/flow_in_title_icon_right.png);
          background-size: cover;
          width: 62px;
          height: 35px;
          @media (max-width:1199px) {
            width: 43px;
            height: 24px;
            left: 86%;
          }
        }
      }
    }
    .problem_check {
      position: relative;
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto;
      border-radius: 30px;
      background-color: #fff;
      padding: 63px 0 80px;
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 52px 20px 30px;
      }
      .problem_check_top_icon {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 251px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        font-size: 24px;
        font-weight: bold;
        color: #333;
        background-color: #FABE00;
        @media (max-width:1199px) {
          font-size: 17px;
          width: 185px;
          height: 45px;
        }
        &::before {
          content: '';
          position: absolute;
          top: calc(100% + 1px);
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-right: 7px solid transparent;
          border-left: 7px solid transparent;
          border-top: 13px solid #fabe00;
          border-bottom: 0;
          @media (max-width:1199px) {
            top: calc(100% - 1px);
          }
        }
      }
      .title_01 {
        font-size: 26px;
        line-height: 44px;
        text-align: center;
        margin-bottom: 33px;
        @media (max-width:1199px) {
          font-size: 18px;
          font-weight: normal;
          line-height: 30px;
        }
        span {
          display: inline-block;
          font-size: 32px;
          font-weight: bold;
          color: #FD7500;
          @media (max-width:1199px) {
            font-size: 24px;
          }
        }
      }
      .problem_img_01 {
        display: block;
        width: 100%;
        max-width: 390px;
        margin: 0 auto 15px;
        @media (max-width:1199px) {
          max-width: 290px;
        }
      }
      .problem_dl_01 {
        width: 100%;
        max-width: 800px;
        border-radius: 23px;
        box-shadow: 0px 0px 20px 0px #cfcfcf;
        overflow: hidden;
        margin: 0 auto 45px;
        @media (max-width:1199px) {
          max-width: 800px;
          margin: 0 auto 28px;
        }
        dt {
          background-color: #333;
          color: #fff;
          font-size: 22px;
          font-weight: bold;
          padding: 16px 30px 7px 30px;
          @media (max-width:1199px) {
            font-size: 18px;
            padding: 15px 15px;
          }
        }
        dd {
          padding: 30px 30px;
          @media (max-width:1199px) {
            padding: 20px 15px;
          }
          ul {
            display: flex;
            flex-wrap: wrap;
            gap: 28px;
            @media (max-width:1199px) {
              gap: 20px;
            }
            li {
              position: relative;
              width: 100%;
              font-size: 20px;
              font-weight: bold;
              line-height: 24px;
              padding-left: 28px;
              @media (max-width:1199px) {
                font-size: 16px;
                padding-left: 16px;
              }
              &::before {
                content: '';
                position: absolute;
                top: 4px;
                left: 0;
                display: block;
                background-image: url(../img/problem_dl_01_icon01.png);
                background-size: cover;
                width: 18px;
                height: 18px;
                @media (max-width:1199px) {
                  top: 8px;
                  width: 11px;
                  height: 11px;
                }
              }
            }
          }
        }
      }
      .problem_arrow {
        text-align:center;
        margin-bottom: 31px;
        @media (max-width:1199px) {
          margin-bottom: 25px;
          svg {
            width: 232px;
            height: auto;
          }
        }
      }
      .title_02 {
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        @media (max-width:1199px) {
          font-size: 20px;
          margin-bottom: 23px;
        }
        span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          font-size: 38px;
          line-height: 1em;
          padding: 0 17px;
          height: 70px;
          border-radius: 6px;
          box-sizing: border-box;
          color: #fff;
          background-color: #FD7500;
          margin:8px 10px 0 0;
          small {
            font-size: 28px;
            line-height: 45px;
            margin-top: 10px;
          }
          @media (max-width:1199px) {
            font-size: 24px;
            min-height: 45px;
            padding: 0 10px;
            margin: 8px auto 0;
            small {
              font-size: 18px;
              line-height: 24px;
              margin-top: 3px;
            }
          }
        }
      }
      .problem_img_02 {
        display: block;
        width: 100%;
        max-width: 392px;
        margin: 0 auto 17px;
        @media (max-width:1199px) {
          margin: 0 auto 20px;
        }
      }
      .problem_dl_02 {
        width: 800px;
        border-radius: 30px;
        box-shadow: 0px 0px 20px 0px #cfcfcf;
        overflow: hidden;
        margin: 0 auto;
        @media (max-width:1199px) {
          width: 100%;
          max-width: 800px;
          border-radius: 10px;
        }
        dt {
          background-color: #FABE00;
          color: #333;
          font-size: 22px;
          font-weight: bold;
          padding: 14px 30px 8px 30px;
          @media (max-width:1199px) {
            font-size: 18px;
            padding: 16px 15px 12px;
          }
        }
        dd {
          padding: 30px 35px 23px 32px;
          @media (max-width:1199px) {
            padding: 12px 19px 21px;
          }
          ul {
            display: flex;
            flex-wrap: wrap;
            gap: 27px;
            @media (max-width:1199px) {
              gap: 20px;
            }
            li {
              position: relative;
              width: 100%;
              font-size: 20px;
              font-weight: bold;
              line-height: 24px;
              padding-left: 28px;
              @media (max-width:1199px) {
                font-size: 16px;
                padding-left: 20px;
                line-height: 19px;
              }
              &::before {
                content: '';
                position: absolute;
                top: 2px;
                left: 0;
                display: block;
                background-image: url(../img/problem_dl_02_icon01.png);
                background-size: cover;
                width: 20px;
                height: 20px;
                @media (max-width:1199px) {
                  background-image: url(../img/problem_dl_02_icon01_sp.png);
                  width: 14px;
                  height: 14px;
                  top: 3px;

                }
              }
            }
          }
        }
      }
    }
  }
  .top_reason {
    padding: 91px 0 83px;
    .top_reason_inner {
      width: 100%;
      max-width: var(--main_width);
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
      }
      margin: 0 auto;
      .section_title {
        margin-bottom: 33px;
        @media (max-width:1199px) {
          margin-bottom: 36px;
        }
        span {
          display: block;
          text-align: center;
          font-size: 30px;
          @media (max-width:1199px) {
            font-size: 18px;
          }
        }
      }
      ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 44px;
        grid-row-gap: 32px;
        counter-reset: number 0;
        @media (max-width:1199px) {
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          gap: 28px;
        }
        li {
          @media (max-width:1199px) {
            max-width: 370px;
          }
          dl {
            dt {
              position: relative;
              font-size: 22px;
              line-height: 30px;
              font-weight: bold;
              padding-left: 69px;
              margin-bottom: 15px;
              @media (max-width:1199px) {
                margin-bottom: 17px;
                min-height: 54px;
              }
              &::before {
                position: absolute;
                left: 0;
                top: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 54px;
                height: 54px;
                font-size: 24px;
                font-weight: bold;
                background-color: #FABE00;
                border-radius: 20px 0 0 0 ;
                counter-increment: number 1;
                content: counter(number) " ";
              }
            }
            .img {
              margin-bottom: 12px;
              img {
                width: 100%;
                height: auto;
              }
            }
            dd {
              p {
                line-height: 26px;
                @media (max-width:1199px) {
                  font-weight: normal;
                  font-size: 16px;
                }
              }
            }
          }
        }
      }
    }
  }

  .top_faq {
    padding: 15px 0 0 0 ;
    .top_faq_inner {
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto 114px;
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
        margin: 0 auto 63px;
      }
      .section_title {
        span {
          display: block;
          font-size: 30px;
          @media (max-width:1199px) {
            font-size: 18px;
          }
        }
      }
      .faq_list {
        margin: 40px 0 0 0 ;
        .accordion-outer {
          box-sizing: border-box;
          border-radius: 10px;
          overflow: hidden;
          padding: 0px 30px;
          border: 1px solid #FABE00;
          margin-bottom: 11px;
          &:last-of-type {
            margin-bottom: 0;
          }
          @media (max-width:1199px) {
            padding: 0 14px;
          }
          .accordion-header {
            position: relative;
            padding: 23px 27px 22px 57px;
            font-size: 20px;
            font-weight: bold;
            transition: padding .3s ease-in-out;
            @media (max-width:1199px) {
              font-size: 16px;
            }
            &::before {
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              width: 38px;
              height: 38px;
              content: 'Q';
              font-size: 22px;
              font-weight: bold;
              display: flex;
              align-items: center;
              justify-content: center;
              background-color: #FABE00;
              border-radius: 100%;
              padding-bottom: 5px;
            }
            &::after {
              position: absolute;
              right: -2px;
              top: 50%;
              transform: translateY(-50%);
              content: '';
              display: block;
              width: 14px;
              height: 8px;
              background-image: url(../img/faq_arrow.png);
              background-size: cover;
              background-position: center;
              transition: transform .3s ease-in-out;
              transform-origin: center center;
            }
          }
          .active {
            padding: 16px 0 15px 57px;
            &::after {
              transform: translateY(-50%) rotate(180deg);
            }
          }
          .accordion-content {
            position: relative;
            line-height: 26px;
            padding: 16px 0 15px 57px;
            &::before {
              position: absolute;
              left: 0;
              top: 18px;
              width: 38px;
              height: 38px;
              content: 'A';
              font-size: 22px;
              font-weight: normal;
              display: flex;
              align-items: center;
              justify-content: center;
              background-color: #FD7500;
              color: #fff;
              border-radius: 100%;
              padding-bottom: 5px;
            }
            p{
              font-weight: normal;
            }
          }
          .accordion-content {
            border-top: 1px solid #e0e0e0;
          }
        }
        /*アコーディオン*/
        .accordion-content {
          display: none;
        }

        .accordion-header {
          background-color: #FFF;
          transition: background .3s ease;
          cursor: pointer;
          position: relative;
          .active {
            &::after{
              transform:rotate(0deg);
            }
          }
        }
        .accordion-content {
          background-color: #FFF;
          padding: 12px 20px 10px;
        }
      }

    }
  }
  .top_flow {
    .top_flow_inner {
      width: 100%;
      max-width: var(--main_width);
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
      }      margin: 0 auto 80px;
      ul {
        margin-top: 31px;
        li {
          position: relative;
          border-radius: 20px 0 0 0;
          border: 1px solid #333;
          margin-bottom: 43px;
          &::before {
            content: '';
            position: absolute;
            top: calc(100% + 16px);
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-right: 23px solid transparent;
            border-left: 23px solid transparent;
            border-top: 22px solid hsl(46deg 100% 49% / 40%);
            border-bottom: 0;
          }
          &:last-of-type {
            margin-bottom: 0;
            &::before {
              display: none;
            }
          }
          dl {
            display: flex;
            @media (max-width:1199px) {
              display: block;
            }
            dt {
              border-radius: 20px 0 0 0;
              overflow: hidden;
              display: flex;
              align-items: center;
              gap: 20px;
              width: 310px;
              padding: 33px 0 26px 40px;
              box-sizing: border-box;
              background-color: #FABE00;
              border-right: 1px solid #333;
              font-size: 26px;
              font-weight: bold;
              @media (max-width:1199px) {
                width: 100%;
                border-right: inherit;
                border-bottom: 1px solid #333;
                padding: 15px 0 15px 21px;
                font-size: 22px;
              }
              figure {
                display: flex;
                align-items:  center;
              }
            }
            dd {
              display: flex;
              align-items: center;
              font-size: 20px;
              font-weight: bold;
              padding: 30px;
              @media (max-width:1199px) {
                font-size: 18px;
                padding: 22px 20px;
              }
            }
          }
        }
      }
    }
  }
  .company {
    padding: 17px 0 100px;
    .company_inner {
      width: 100%;
      max-width: var(--main_width);
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
      }
      margin: 0 auto;
    }
    p {
      display: block;
      width: 100%;
      max-width: 920px;
      line-height: 26px;
      margin: 0 auto 62px;
    }
    .company_info {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 50px;
      grid-row-gap: 0px;
      @media (max-width:1199px) {
        display: flex;
        flex-wrap: wrap;
        gap: 45px;
      }
      dl {
        @media (max-width:1199px) {
          width: 100%;
        }
        .info_title {
          font-size: 20px;
          font-weight: bold;
          padding-left: 22px;
          position: relative;
          margin-bottom: 16px;
          &::before {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            width: 11px;
            height: 11px;
            border-radius: 11px;
            background-color: #FABE00;
          }
        }
        .google_map {
          width: 100%;
          height: 256px;
          background-color: #ccc;
          margin-bottom: 24px;
        }
        dl {
          margin-bottom: 24px;
          &:last-of-type {
            margin-bottom: 0;
          }
          dt {
            line-height: 1em;
            padding-bottom: 6px;
            border-bottom: 1px solid #ccc;
            margin-bottom: 14px;
          }
          .address {
            min-height: 48px;
            @media (max-width:1199px) {
              min-height: auto;
            }
          }
          dd {
            a {
              color: #FD7500;
              border-bottom: 1px solid #FD7500;
            }
          }
        }
      }
    }
  }

  .company_strengths {
    background-color: #F7F5EA;
    padding: 60px 0 54px;
    .company_strengths_inner {
      width: 100%;
      max-width: var(--main_width);
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
      }
      margin: 0 auto;
      figure {
        display: block;
        text-align: center;
        margin-bottom: 12px;
        @media (max-width:1199px) {
          svg {
            max-width: 100%;
            height: auto;
          }
        }
      }
      .title_outer {
        display: inline-block;
        margin: 0 auto;
        position: relative;
        margin-bottom: 27px;
        @media (max-width:1199px) {
            display: block;
        }
        h2 {
          position: relative;
          z-index: 3;
          font-size: 28px;
          font-weight: bold;
          @media (max-width:1199px) {
            font-size: 16px;
            text-align: center;
          }
          span {
            display: inline-block;
            font-size: 34px;
            @media (max-width:1199px) {
              font-size: 24px;
            }
          }
        }
        .title_bg_01 {
          z-index: 1;
          position: absolute;
          right: 0;
          bottom: 10px;
          display: block;
          width: 590px;
          height: 14px;
          background-color: #FABE00;
          @media (max-width:1199px) {
            width: 192px;
            left: 49%;
            transform: translateX(-50%);
            top: 41px;
          }
        }
        .title_bg_02 {
          display:none;
          z-index: 1;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 80px;
          width: 256px;
          height: 14px;
          background-color: #FABE00;
          @media (max-width:1199px) {
            display: block;
          }
        }
      }
      p {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        @media (max-width:1199px) {
          font-size: 18px;
          line-height: 28px;
        }
      }

    }
  }

  .foot_banner {
    padding: 40px 30px 60px;
  }
}

#form {
  .form_top_info {
    position: relative;
    background-color: #FABE00;
    margin: 70px 0 60px;
    padding: 230px 0 40px;
    @media (max-width:1199px) {
      margin: 0 0 30px;
      padding: 230px 30px 40px;
      overflow: hidden;
    }
    .form_top_img {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -70px;
      @media (max-width:1199px) {
        top: -1px;
      }
      img {
        max-width: 640px;
        width: 100%;
        @media (max-width:1199px) {
          width: 488px;
          max-width: auto;
        }
      }
    }
    .form_top_info_inner {
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto;
      @media (max-width:1199px) {
        max-width: 100%;
      }
      ul {
        display: flex;
        gap: 15px;
        margin-bottom: 20px;
        counter-reset: number 0;
        @media (max-width:1199px) {
          display: block;
          max-width: 90%;
          margin: 0 auto;
        }
        li {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 390px;
          height: 80px;
          background-color: #fff;
          border-radius: 10px;
          font-size: 17px;
          font-weight: bold;
          &::before {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -20px;
            counter-increment: number 1;
            content: counter(number) " ";
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 40px;
            background-color: #FD7500;
            color: #fff;
            font-size: 24px;
            line-height: 1em;
            font-weight: bold;
          }
          span {
            color: #FD7500;
          }
          @media (max-width:1199px) {
            width: 100%;
            height: 70px;
            font-size: 16px;
            padding-top: 6px;
            box-sizing: border-box;
            margin-bottom: 20px;
            display: block;
            padding: 20px 10px 0px;
            line-height: 1.3em;            
            &::before {
              width: 32px;
              height: 32px;
              font-size: 20px;
              top: -12px;
            }
          }
        }
      }
      p {
        font-size: 15px;
        line-height: 21px;
      }
    }
  }
  .form_sample {
    @media (max-width:1199px) {
        margin: 0 30px;
        box-sizing: border-box;
      }
    .accordion-outer {
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto 80px;
      box-sizing: border-box;
      overflow: hidden;
      border: 1px solid #FD7500;
      @media (max-width:1199px) {
        max-width: 100%;
        box-sizing: border-box;
        margin: 0 auto 30px;
      }
      .accordion-header {
        position: relative;
        padding: 23px 27px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        transition: padding .3s ease-in-out;
        color: #FD7500;
        background-color: #FFF;
        transition: background .3s ease;
        cursor: pointer;
        position: relative;
        .active {
          &::after{
            transform:rotate(0deg);
          }
        }
        @media (max-width:1199px) {
          font-size: 18px;
        }
        &::after {
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          content: '';
          display: block;
          width: 14px;
          height: 8px;
          background-image: url(../img/form_sample_arrow.png);
          background-size: cover;
          background-position: center;
          transition: transform .3s ease-in-out;
          transform-origin: center center;
        }
      }
      .active {
        &::after {
          transform: translateY(-50%) rotate(180deg);
        }
      }
      .accordion-content {
        position: relative;
        line-height: 26px;
        border-top: 1px solid #FD7500;
        display: none;
        background-color: #FFF;
        padding: 12px 10px 10px;
        picture {
          max-width: 100%;
          height: auto;
          display: block;
          img {
            display: block;
            margin: 0 auto;
            @media (max-width:1199px) {
              max-width: 312px;
            }
          }
        }
      }
    }
  }
  .form_section {
    margin-bottom: 100px;
    .form_section_inner {
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto;
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
      }
      dl {
        dt {
          font-size: 18px;
          background-color: #F7F5EA;
          padding: 16px 20px;
          @media (max-width:1199px) {
            font-size: 17px;
          }
          span {
            display: inline-block;
            position: relative;
            &::before {
              content: '任意';
              position: absolute;
              left: calc(100% + 20px);
              top: 50%;
              transform: translateY(-50%);
              display: flex;
              align-items: center;
              justify-content: center;
              width: 50px;
              height: 28px;
              background-color: #E0E0E0;
              font-size: 15px;
              line-height: 1em;
            }
          }
          p.nottxt_required::before{
              display: none;
          }
        }
        .assessment_required {
          color:#666;
          ::before {
            content: '必須';
            background-color: #FD7500;
            color: #fff;
          }
        }
        dd{
          display: flex;
          align-items: center;
          gap: 0 10px;
          padding: 20px;
          box-sizing: border-box;
          @media (max-width:1199px) {
            padding:20px 0;
          }
          p {
            display: block;
            width: 100%;
            margin-bottom: 17px;
            &:last-of-type {
              margin-bottom: 0;
            }
            a {
              color: #FABE00;
              text-decoration: underline;
            }
          }
          .wpcf7-form-control-wrap {
            width: 100%;

          }
          input[type="text"],input[type="number"] {
            display: block;
            width: 100%;
            padding: 22px 20px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            &::placeholder {
              color: #e0e0e0;
            }
            @media (max-width:1199px) {
              padding: 17px 20px;
            }
          }
          .min_text {
            max-width: 232px;
          }
          .radio_outer {
            display: flex;
            flex-wrap: wrap;
            gap: 22px;
            margin-bottom: 20px;
            .radio_inner {
              display: flex;
              align-items: center;
              gap: 10px;
              min-width: 184px;
              height: 60px;
              padding: 0 20px;
              border-radius: 8px;
              border: 1px solid #e0e0e0;
              span {
                position: relative;
                cursor: pointer;
                padding-left: 45px;
                &::before,
                &::after {
                  content: "";
                  display: block;
                  border-radius: 50%;
                  position: absolute;
                  transform: translateY(-50%);
                  top: 50%;
                }
                &::before {
                  background-color: #fff;
                  border: 1px solid #ddd;
                  border-radius: 50%;
                  width: 26px;
                  height: 26px;
                  left: 0;
                }
                &::after {
                  background-color: #FABE00;
                  border-radius: 50%;
                  opacity: 0;
                  width: 16px;
                  height: 16px;
                  left: 5px
                }
              }
              :checked + span::after {
                opacity: 1;
              }
              .visually-hidden {
              position: absolute;
              white-space: nowrap;
              border: 0;
              clip: rect(0 0 0 0);
              clip-path: inset(50%);
              overflow: hidden;
              height: 1px;
              width: 1px;
              margin: -1px;
              padding: 0;
              }
            }
          }
          /*customform7用*/
          .wpcf7-radio {
            .wpcf7-list-item  {
              overflow: hidden;
              border-radius: 8px;
            }
            label {
              display: flex;
              align-items: center;
              gap: 10px;
              min-width: 184px;
              height: 60px;
              padding: 0 20px;
              border-radius: 8px;
              border: 1px solid #e0e0e0;
              margin:0;
              span {
                position: relative;
                cursor: pointer;
                padding-left: 45px;
                &::before,
                &::after {
                  content: "";
                  display: block;
                  border-radius: 50%;
                  position: absolute;
                  transform: translateY(-50%);
                  top: 50%;
                }
                &::before {
                  background-color: #fff;
                  border: 1px solid #ddd;
                  border-radius: 50%;
                  width: 26px;
                  height: 26px;
                  left: 0;
                }
                &::after {
                  background-color: #FABE00;
                  border-radius: 50%;
                  opacity: 0;
                  width: 16px;
                  height: 16px;
                  left: 5px
                }
              }
              :checked + span::after {
                opacity: 1;
              }
              input {
              position: absolute;
              white-space: nowrap;
              border: 0;
              clip: rect(0 0 0 0);
              clip-path: inset(50%);
              overflow: hidden;
              height: 1px;
              width: 1px;
              margin: -1px;
              padding: 0;
              }
            }
          }

          .wpcf7-checkbox {
            .wpcf7-list-item {
              label {
                display: flex;
                align-items: center;
                gap: 10px;
                min-width: 175px;
                height: 60px;
                padding: 0 14px;
                border-radius: 8px;
                border: 1px solid #e0e0e0;
                span {
                  position: relative;
                  cursor: pointer;
                  padding-left: 40px;
                  &::before,
                  &::after {
                    content: "";
                    display: block;
                    position: absolute;
                    transform: translateY(-50%);
                    top: 50%;
                  }
                  &::before {
                    display: block;
                    background-color: #fff;
                    border: 1px solid #ddd;
                    border-radius: 5px;
                    width: 26px;
                    height: 26px;
                    left: 0;
                  }
                  &::after {
                    display: block;
                    background: url(../img/form_check_icon.png);
                    background-size: contain;
                    width: 17px;
                    height: 12px;
                    left: 4px
                  }
                }
                :checked + span::after {
                  filter: brightness(0) invert(1);
                }
                :checked + span::before {
                  background-color: #FABE00;
                  border: 1px solid #FABE00;
                }
                input {
                  position: absolute;
                  white-space: nowrap;
                  border: 0;
                  clip: rect(0 0 0 0);
                  clip-path: inset(50%);
                  overflow: hidden;
                  height: 1px;
                  width: 1px;
                  margin: -1px;
                  padding: 0;
                }
              }
            }
          }


          /*customform7用*/

          .sp_w_max {
            margin-bottom: 0;
            @media (max-width:1199px) {
              width: 100%;
              flex-wrap: wrap;
              gap: 15px;
              label {
                width: 100%;
              }
            }
          }
          .check_ul {
            width: 100%;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            li {
              display: inline;
            }
          }
          .checkbox_inner {
            display: flex;
            align-items: center;
            gap: 10px;
            min-width: 175px;
            height: 60px;
            padding: 0 14px;
            border-radius: 8px;
            border: 1px solid #e0e0e0;
            span {
              position: relative;
              cursor: pointer;
              padding-left: 40px;
              &::before,
              &::after {
                content: "";
                display: block;
                position: absolute;
                transform: translateY(-50%);
                top: 50%;
              }
              &::before {
                display: block;
                background-color: #fff;
                border: 1px solid #ddd;
                border-radius: 5px;
                width: 26px;
                height: 26px;
                left: 0;
              }
              &::after {
                display: block;
                background: url(../img/form_check_icon.png);
                background-size: contain;
                width: 17px;
                height: 12px;
                left: 4px
              }
            }
            :checked + span::after {
              filter: brightness(0) invert(1);
            }
            :checked + span::before {
              background-color: #FABE00;
              border: 1px solid #FABE00;
            }
            .check_list {
              position: absolute;
              white-space: nowrap;
              border: 0;
              clip: rect(0 0 0 0);
              clip-path: inset(50%);
              overflow: hidden;
              height: 1px;
              width: 1px;
              margin: -1px;
              padding: 0;
            }
          }

          .select_outer {
            position: relative;
            display: inline-block;
            width: 100%;
            max-width: 390px;
            &::before,
            &::after {
              position: absolute;
              content: '';
              pointer-events: none;
            }
            &::before {
              right: 0;
              display: inline-block;
              width: 2.8em;
              height: 2.8em;
              border-radius: 0 3px 3px 0;
              content: '';
            }
            &::after {
              position: absolute;
              top: 50%;
              right: 1.4em;
              transform: translate(50%, -50%) rotate(45deg);
              width: 8px;
              height: 8px;
              border-bottom: 1px solid #333;
              border-right: 1px solid #333;
              content: '';
            }
            select {
              appearance: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              width: 100%;
              padding: 22px 20px;
              border-radius: 8px;
              border: 1px solid #e0e0e0;
              cursor: pointer;
              &:focus {
                outline: 1px solid #333;
              }
            }

          }

        }
        .flex-wrap {
          flex-wrap: wrap;
        }
        .span_width_auto {
          span {
            width: auto !important;
          }
        }
      }
      .submit_btn_area {
        text-align: center;
        span{
          position: relative;
          display: inline-block;
          max-width: 450px;
          width: 100%;
          height: 80px;
          border-radius: 10px;
          overflow: hidden;
          margin: 0 auto;
            &::before,&::after{
              content: '';
              position: absolute;
              top: calc(50% - 1px);
              right: 40px;
              width: 13px;
              height: 2px;
              border-radius: 9999px;
              background-color: #fff;
              transform-origin: calc(100% - 1px) 50%;
              @media (max-width:1199px) {
                right: 20px;
                width: 8px;
              }
            }
            &:before {
            transform: rotate(45deg);
            }

            &:after {
              transform: rotate(-45deg);
            }
            input[type="submit"] {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 80px;
            background-color: #FD7500;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            @media (max-width:1199px) {
              font-size: 18px;
              height: 80px;
            }
          }


        }
      }
    }
  }
  .company_strengths {
    background-color: #F7F5EA;
    padding: 60px 0 54px;
    .company_strengths_inner {
      width: 100%;
      max-width: var(--main_width);
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
      }
      margin: 0 auto;
      figure {
        display: block;
        text-align: center;
        margin-bottom: 12px;
        @media (max-width:1199px) {
          svg {
            max-width: 100%;
            height: auto;
          }
        }
      }
      .title_outer {
        display: inline-block;
        margin: 0 auto;
        position: relative;
        margin-bottom: 27px;
        @media (max-width:1199px) {
            display: block;
        }
        h2 {
          position: relative;
          z-index: 3;
          font-size: 28px;
          font-weight: bold;
          @media (max-width:1199px) {
            font-size: 16px;
            text-align: center;
          }
          span {
            display: inline-block;
            font-size: 34px;
            @media (max-width:1199px) {
              font-size: 24px;
            }
          }
        }
        .title_bg_01 {
          z-index: 1;
          position: absolute;
          right: 0;
          bottom: 10px;
          display: block;
          width: 590px;
          height: 14px;
          background-color: #FABE00;
          @media (max-width:1199px) {
            width: 192px;
            left: 49%;
            transform: translateX(-50%);
            top: 41px;
          }
        }
        .title_bg_02 {
          display:none;
          z-index: 1;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 80px;
          width: 256px;
          height: 14px;
          background-color: #FABE00;
          @media (max-width:1199px) {
            display: block;
          }
        }
      }
      p {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        @media (max-width:1199px) {
          font-size: 18px;
          line-height: 28px;
        }
      }

    }
  }
  .top_info_banner_02 {
    padding: 42px 0 50px;
    background-color: #FABE00;
    @media (max-width:1199px) {
      padding: 25px 30px 20px;
    }
    .top_info_banner_02_inner {
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto;
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
      }
      .title_outer {
        position: relative;
        margin-bottom: 16px;
        .top_info_banner_02_title {
          position: relative;
          z-index: 2;
          font-size: 28px;
          font-weight: bold;
          text-align: center;
          @media (max-width:1199px) {
            font-size: 18px;
          }
        }
        .font-bg {
          content: '';
          position: absolute;
          bottom: 10px;
          left: 50%;
          transform:translateX(-50%);
          z-index: 1;
          background-color: #FDFD00;
          width: 297px;
          height: 14px;
          @media (max-width:1199px) {
            width: 207px;
            height: 10px;
            bottom: 5px;
          }

        }
      }
      .top_info_text_02_outer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        border-radius: 20px;
        padding: 16px 30px 21px 30px;
        box-sizing: border-box;
        @media (max-width:1199px) {
          display: block;
          max-width: 800px;
          margin: 0 auto;
          padding: 10px 10px 20px 10px;
        }
        ul {
          counter-reset: number 0;
          @media (max-width:1199px) {
            display: block;
            width: 100%;
            max-width: 340px;
            margin: 0 auto;
          }
          li {
            position: relative;
            font-size: 20px;
            font-weight: bold;
            padding: 12px 0 3px 36px;
            border-bottom: 2px solid #FABE00;
            @media (max-width:1199px) {
              font-size: 14px;
              padding: 12px 0 12px 26px;
              border-bottom: 1px solid #FABE00;
            }
            &::before {
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              counter-increment: number 1;
              content: counter(number) " ";
              width: 26px;
              height: 26px;
              border-radius: 100%;
              background-color: #FD7500;
              display: flex;
              align-items: center;
              justify-content: center;
              color: #fff;
              font-size: 18px;
              font-weight: bold;
              letter-spacing: 0;
              @media (max-width:1199px) {
                width: 20px;
                height: 20px;
                font-size: 12px;
                line-height: 1em;
              }
            }
            &:last-of-type {
              border: initial;
            }
          }
        }
        a {
          display: block;
          width: 100%;
          max-width: 681px;
          margin-top: 16px;
          @media (max-width:1199px) {
            max-width: 320px;
            text-align: center;
            margin: 16px auto 0;
          }
          img {
            max-width: 100%;
            @media (max-width:1199px) {
              max-width: 310px;
              width: 100%;
            }
            height: auto;
          }
        }
      }
    }
  }
  .top_inquiry_banner {
    background-color: #fff;
    padding: 40px 0 100px;
    @media (max-width:1199px) {
        max-width: 100%;
        padding: 30px 30px 60px;
      }
    .top_inquiry_banner_inner {
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto 0;
      border-radius: 40px;
      box-shadow: 0px 0px 20px 0px #cfcfcf;
      overflow: hidden;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      padding: 40px 30px;
      @media (max-width:1199px) {
        display: block;
        max-width: 800px;
        padding: 0 30px;
      }
      .icon_house {
        padding: 0px 30px 0 0 ;
        @media (max-width:1199px) {
          padding: 0;
        }
        figure {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 60px;
          @media (max-width:1199px) {
            svg {
              width: 42px;
              height: auto;
            }
          }
        }
        dl {
          text-align: center;
          margin-top: 8px;
          dt {
            font-size: 28px;
            font-weight: bold;
            color:#FD7500;
            margin-bottom: 8px;
            @media (max-width:1199px) {
              font-size: 20px;
              margin-bottom: 17px;
            }
          }
          dd {
            p{
              font-size: 18px;
              line-height: 30px;
              margin-bottom: 24px;
              @media (max-width:1199px) {
                font-size: 15px;
                font-weight: normal;
                margin-bottom: 21px;
              }
            }
            a {
              position: relative;
              display: block;
              width: 100%;
              border-radius: 10px;
              background-color: rgba(250, 190, 0, 1);
              padding: 24px 0 19px 10px;
              font-size: 24px;
              font-weight: bold;
              text-align: center;
              color: #333;
              @media (max-width:1199px) {
                max-width: 290px;
                padding: 0;
                height: 60px;
                padding: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto 30px;
                font-size: 18px;
              }
              &::before,&::after{
                content: '';
                position: absolute;
                top: calc(50% - 1px);
                right: 40px;
                width: 13px;
                height: 2px;
                border-radius: 9999px;
                background-color: #333;
                transform-origin: calc(100% - 1px) 50%;
                @media (max-width:1199px) {
                  right: 20px;
                  width: 8px;
                }
              }
              &:before {
                transform: rotate(45deg);
              }

              &:after {
                transform: rotate(-45deg);
              }
            }
          }
        }
      }
      .icon_tel {
        border-left: 1px solid #E0E0E0;
        padding: 0 0 0 30px ;
        @media (max-width:1199px) {
          border-left: inherit;
          border-top: 1px solid #e0e0e0;
          padding: 30px 0;
        }
        figure {
          display: flex;
          align-items: top;
          justify-content: center;
          height: 60px;
          @media (max-width:1199px) {
            svg {
              width: 26.45px ;
            }
          }
        }
        dl {
          text-align: center;
          margin-top: 8px;
          dt {
            font-size: 28px;
            font-weight: bold;
            color:#FD7500;
            margin-bottom: 8px;
            @media (max-width:1199px) {
              font-size: 20px;
              margin-bottom: 17px;
            }
          }
          dd {
            .text_p {
              display: block;
              font-size: 18px;
              margin-bottom: 24px;
              @media (max-width:1199px) {
                font-size: 15px;
                font-weight: normal;
                margin-bottom: 21px;
              }
            }
            a {
              display: inline-block;
              font-size: 40px;
              line-height: 1em;
              font-weight: bold;
              letter-spacing: 0.05em;
              border-bottom: 2px solid #333;
              margin: 0 auto 21px;

              @media (max-width:1199px) {
                font-size: 30px;
                margin: 0 auto 17px;
              }
            }
            .info_p {
              text-align: 16px;
              line-height: 26px;
            }
          }
        }
      }
    }
  }
}

#check {
  .check_outer {
    background-color: #F7F5EA;
    padding: 67px 0px 100px;
    margin-bottom: 60px;
    @media (max-width:1199px) {
      padding: 67px 30px 100px;
    }
    h2 {
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 37px;
    }
    .check_inner {
      width: 100%;
      max-width: var(--main_width);
      padding: 40px 50px;
      box-sizing: border-box;
      border-radius: 10px;
      background-color: #fff;
      margin: 0 auto 50px;
      dl {
        margin-bottom: 12px;
        dt {
          position: relative;
          font-size: 18px;
          margin-bottom: 16px;
          display: flex;
          gap: 22px;
          &::after {
            content: '任意';
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 28px;
            background-color: #E0E0E0;
            font-size: 15px;
            line-height: 1em;
          }
        }
        dd {
          position: relative;
          padding-left: 24px;
          min-height: 26px;
          &::after {
            position: absolute;
            left: 0;
            top: 0;
            content: '';
            display: block;
            width: 13px;
            height: 13px;
            border-left: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0;
          }
          ul {
            li {
              position: relative;
              padding-left: 16px;
              &::before {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                content: '';
                width: 4px;
                height: 4px;
                border-radius: 8px;
                background-color: #333;
              }
            }
          }
        }
      }
      .assessment_required {
        background-color: #fff;
        color:#666;
        dt {
          color:#666;
          &::after {
            content: '必須';
            background-color: #FD7500;
            color: #fff;
          }
        }
      }
    }
    .check_btn_outer {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap-reverse;
      gap: 40px;
      form {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 460px;
        max-width: 100%;
      }
      button,input {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 460px;
        height: 80px;
        border-radius: 10px;
        color: #fff;
        font-size: 24px;
        line-height: 1em;
        &::before, &::after {
          content: '';
          position: absolute;
          top: calc(50% - 1px);
          right: 40px;
          width: 13px;
          height: 2px;
          border-radius: 9999px;
          background-color: #fff;
          transform-origin: calc(100% - 1px) 50%;
          border: none;
        }
        @media (max-width:1199px) {
          max-width: 330px;
          height: 60px;
          font-size: 18px;
          &::before, &::after {
            right: 20px;
          }
        }

      }
      .btn_cover_back {
        position: relative;
        display: block;
        width: 100%;
        max-width: 460px;
        &::before, &::after {
          content: '';
          position: absolute;
          top: calc(50% - 1px);
          left: 40px;
          width: 13px;
          height: 2px;
          border-radius: 9999px;
          background-color: #fff;
          transform-origin: calc(100% - 1px) 50%;
          border: none;
        }
        &:before {
          transform: rotate(-135deg);
          z-index: 100;
        }
        &::after {
          transform: rotate(135deg);
          z-index: 100;
        }
        @media (max-width:1199px) {
          max-width: 330px;
          height: 60px;
          font-size: 18px;
          &::before, &::after {
            right: 20px;
          }
        }
      }
      .btn_cover_send {
        position: relative;
        display: block;
        width: 100%;
        max-width: 460px;
        &::before, &::after {
          content: '';
          position: absolute;
          top: calc(50% - 1px);
          right: 40px;
          width: 13px;
          height: 2px;
          border-radius: 9999px;
          background-color: #fff;
          transform-origin: calc(100% - 1px) 50%;
          border: none;
        }
        &:before {
          transform: rotate(-45deg);
          z-index: 100;
        }
        &::after {
          transform: rotate(45deg);
          z-index: 100;
        }
        @media (max-width:1199px) {
          max-width: 330px;
          height: 60px;
          font-size: 18px;
          &::before, &::after {
            right: 20px;
          }
        }
      }
      .back_btn {
        margin: 0;
        background-color: #333;
        &::before, &::after {
          right: auto;
          left: 40px;
          @media (max-width:1199px) {
            left: 20px;
          }
        }
        &:before {
          transform: rotate(135deg);
        }
        &::after {
          transform: rotate(-135deg);
        }
      }
      .submit_btn {
        background-color: #FD7500;
        &:before {
          transform: rotate(45deg);
        }
        &::after {
          transform: rotate(-45deg);
        }
      }
    }
  }
}

#result {
  .result_main_outer {
    background-color: #F7F5EA;
    padding: 100px 0 30px;
    .result_main_inner {
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto;
      @media (max-width:1199px) {
        display: block;
        max-width: 800px;
        padding: 0 30px;
      }
      .dl_list {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-bottom: 30px;

        @media (max-width:1199px) {
          flex-wrap: wrap;
        }
        dl {
          width: 100%;
          max-width: 580px;
          dt {
            position: relative;
            font-size: 34px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 70px;
            @media (max-width:1199px) {
              font-size: 24px;
              margin-bottom: 43px;
            }
            &::before {
              content: '';
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              bottom: -30px;
              display: block;
              width: 60px;
              height: 4px;
              background-color: #FABE00;
              @media (max-width:1199px) {
                bottom: -19px;
              }
            }
          }
          dd {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            background-color: #fff;
            height: 130px;
            border-radius: 20px;
            letter-spacing: 0.05em;
            color: #FD7500;
            font-size: 38px;
            font-weight: bold;
            @media (max-width:1199px) {
              height: 100px;
              font-size: 28px;
            }
            &::before {
              content: '';
              display: block;
              width: 62px;
              height: 35px;
              position: absolute;
              top: -9px;
              left: 20px;
              background-image: url(../img/result_answer_top.png);
              background-size: contain;
            }
            &::after {
              content: '';
              display: block;
              width: 62px;
              height: 35px;
              position: absolute;
              bottom: -9px;
              right: 20px;
              background-image: url(../img/result_answer_bottom.png);
              background-size: contain;
            }
          }
        }
      }
      p {
        display: block;
        margin-bottom: 10px;
        font-size: 15px;
        &:last-of-type {
          margin-bottom: 0;
        }
      }
      figure {
        margin-top: 30px;
        svg {
          display: block;
          width: 100%;
          max-width: 991px;
          height: auto;
          margin: 0 auto;
        }
      }
    }
  }
  .result_example_outer {
    background-color: #F7F5EA;
    padding-bottom: 100px;
    box-sizing: border-box;
    .result_example_inner {
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto;
      @media (max-width:1199px) {
        display: block;
        max-width: 800px;
        padding: 0 30px;
      }
      h3 {
        display: flex;
        align-items: center;
        width: 100%;
        height: 80px;
        border-radius: 100px;
        font-size: 28px;
        font-weight: bold;
        background-color: #FABE00;
        padding: 0 40px;
        margin-bottom: 40px;
        @media (max-width:1199px) {
          font-size: 22px;
          height: 64px;
        }
      }
      .dl_list {
        display: flex;
        justify-content: center;
        gap: 25px;
        margin-bottom: 30px;
        @media (max-width:1199px) {
          flex-wrap: wrap;
          justify-content: center;
          gap: 20px;
        }
        dl {
          width: 380px;
          background-color: #fff;
          padding: 30px;
          box-sizing: border-box;
          border-radius: 20px;
          box-shadow: 0px 0px 20px 0px #cfcfcf;
          overflow: hidden;
          @media (max-width:1199px) {
            width: 500px;
          }
          dt {
            display: block;
            padding-bottom: 10px;
            font-weight: bold;
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 23px;
          }
          .text {
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 35px;
            @media (max-width:1199px) {
              margin-bottom: 25px;
            }
          }
          .link {
            text-align: right;
            a {
              position: relative;
              display: inline-block;
              font-size: 18px;
              font-weight: bold;
              letter-spacing: 0.05em;
              color: #FD7500;
              padding-right: 20px;
              &::before, &::after {
                content: '';
                position: absolute;
                top: calc(50% - 1px);
                right: 0;
                width: 10px;
                height: 2px;
                border-radius: 9999px;
                background-color: #FD7500;
                transform-origin: calc(100% - 1px) 50%;
                border: none;
              }
              &:before {
                transform: rotate(45deg);
              }
              &::after {
                transform: rotate(-45deg);
              }
            }
          }
        }
      }
      p {
        display: block;
        margin-bottom: 10px;
        font-size: 15px;
        &:last-of-type {
          margin-bottom: 0;
        }
      }
      .check_btn_outer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap-reverse;
        gap: 40px;
        margin-top: 50px;
        form {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 460px;
          max-width: 100%;
        }
        button,input {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          max-width: 460px;
          height: 80px;
          border-radius: 10px;
          color: #fff;
          font-size: 24px;
          line-height: 1em;
          &::before, &::after {
            content: '';
            position: absolute;
            top: calc(50% - 1px);
            right: 40px;
            width: 13px;
            height: 2px;
            border-radius: 9999px;
            background-color: #fff;
            transform-origin: calc(100% - 1px) 50%;
            border: none;
          }
          @media (max-width:1199px) {
            max-width: 330px;
            height: 60px;
            font-size: 18px;
            &::before, &::after {
              right: 20px;
            }
          }

        }
        .btn_cover_back {
          position: relative;
          display: block;
          width: 100%;
          max-width: 460px;
          &::before, &::after {
            content: '';
            position: absolute;
            top: calc(50% - 1px);
            left: 40px;
            width: 13px;
            height: 2px;
            border-radius: 9999px;
            background-color: #fff;
            transform-origin: calc(100% - 1px) 50%;
            border: none;
          }
          &:before {
            transform: rotate(-135deg);
            z-index: 100;
          }
          &::after {
            transform: rotate(135deg);
            z-index: 100;
          }
          @media (max-width:1199px) {
            max-width: 330px;
            height: 60px;
            font-size: 18px;
            &::before, &::after {
              right: 20px;
            }
          }
        }
        .btn_cover_send {
          position: relative;
          display: block;
          width: 100%;
          max-width: 460px;
          &::before, &::after {
            content: '';
            position: absolute;
            top: calc(50% - 1px);
            right: 40px;
            width: 13px;
            height: 2px;
            border-radius: 9999px;
            background-color: #fff;
            transform-origin: calc(100% - 1px) 50%;
            border: none;
          }
          &:before {
            transform: rotate(-45deg);
            z-index: 100;
          }
          &::after {
            transform: rotate(45deg);
            z-index: 100;
          }
          @media (max-width:1199px) {
            max-width: 330px;
            height: 60px;
            font-size: 18px;
            &::before, &::after {
              right: 20px;
            }
          }
        }
        .back_btn {
          margin: 0;
          background-color: #333;
          &::before, &::after {
            right: auto;
            left: 40px;
            @media (max-width:1199px) {
              left: 20px;
            }
          }
          &:before {
            transform: rotate(135deg);
          }
          &::after {
            transform: rotate(-135deg);
          }
        }
        .submit_btn {
          background-color: #FD7500;
          &:before {
            transform: rotate(45deg);
          }
          &::after {
            transform: rotate(-45deg);
          }
        }
      }
    }
  }
  .not_result_main_outer {
    background-color: #F7F5EA;
    padding: 70px 0 40px;
    margin-bottom: 40px;
    @media (max-width:1199px) {
      padding: 60px 30px 40px 30px;
    }
    .not_result_main_inner {
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto;
      h2 {
        font-size: 22px;
        font-weight: bold;
        line-height: 33px;
        text-align: center;
        margin-bottom: 30px;
      }
      .info {
        position: relative;
        display: block;
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid #FD7500;
        padding: 45px 45px 45px 140px;
        border-radius: 10px;
        @media (max-width:1199px) {
          max-width: 800px;
          padding: 95px 30px 30px 30px;
        }
        figure {
          position: absolute;
          display: block;
          left: 50px;
          top: 50%;
          transform:translateY(-50%);
          @media (max-width:1199px) {
            top:23px;
            left: 50%;
            transform: translateX(-50%);
          }
        }
        p {
          line-height: 27px;
        }
      }
    }
  }

  .company_strengths {
    padding: 60px 0 40px;
    .company_strengths_inner {
      width: 100%;
      max-width: var(--main_width);
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
      }
      margin: 0 auto;
      figure {
        display: block;
        text-align: center;
        margin-bottom: 12px;
        @media (max-width:1199px) {
          svg {
            max-width: 100%;
            height: auto;
          }
        }
      }
      .title_outer {
        display: inline-block;
        margin: 0 auto;
        position: relative;
        margin-bottom: 27px;
        @media (max-width:1199px) {
            display: block;
        }
        h2 {
          position: relative;
          z-index: 3;
          font-size: 28px;
          font-weight: bold;
          @media (max-width:1199px) {
            font-size: 16px;
            text-align: center;
          }
          span {
            display: inline-block;
            font-size: 34px;
            @media (max-width:1199px) {
              font-size: 24px;
            }
          }
        }
        .title_bg_01 {
          z-index: 1;
          position: absolute;
          right: 0;
          bottom: 10px;
          display: block;
          width: 590px;
          height: 14px;
          background-color: #FABE00;
          @media (max-width:1199px) {
            width: 192px;
            left: 49%;
            transform: translateX(-50%);
            top: 41px;
          }
        }
        .title_bg_02 {
          display:none;
          z-index: 1;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 80px;
          width: 256px;
          height: 14px;
          background-color: #FABE00;
          @media (max-width:1199px) {
            display: block;
          }
        }
      }
      p {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        @media (max-width:1199px) {
          font-size: 18px;
          line-height: 28px;
        }
      }

    }
  }
  .top_inquiry_banner {
    background-color: #fff;
    padding: 40px 0 100px;
    @media (max-width:1199px) {
        max-width: 100%;
        padding: 30px 30px 60px;
      }
    .top_inquiry_banner_inner {
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto 0;
      border-radius: 40px;
      box-shadow: 0px 0px 20px 0px #cfcfcf;
      overflow: hidden;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      padding: 40px 30px;
      @media (max-width:1199px) {
        display: block;
        max-width: 800px;
      }
      .icon_house {
        padding: 0px 30px 0 0 ;
        @media (max-width:1199px) {
          padding: 0;
        }
        figure {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 60px;
          @media (max-width:1199px) {
            svg {
              width: 42px;
              height: auto;
            }
          }
        }
        dl {
          text-align: center;
          margin-top: 8px;
          dt {
            font-size: 28px;
            font-weight: bold;
            color:#FD7500;
            margin-bottom: 8px;
            @media (max-width:1199px) {
              font-size: 20px;
              margin-bottom: 17px;
            }
          }
          dd {
            p{
              font-size: 18px;
              line-height: 30px;
              margin-bottom: 24px;
              @media (max-width:1199px) {
                font-size: 15px;
                font-weight: normal;
                margin-bottom: 21px;
              }
            }
            a,button {
              position: relative;
              display: block;
              width: 100%;
              border-radius: 10px;
              background-color: rgba(250, 190, 0, 1);
              padding: 24px 0 19px 10px;
              font-size: 24px;
              font-weight: bold;
              text-align: center;
              color: #333;
              @media (max-width:1199px) {
                max-width: 290px;
                padding: 0;
                height: 60px;
                padding: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto 30px;
                font-size: 18px;
              }
              &::before,&::after{
                content: '';
                position: absolute;
                top: calc(50% - 1px);
                right: 40px;
                width: 13px;
                height: 2px;
                border-radius: 9999px;
                background-color: #333;
                transform-origin: calc(100% - 1px) 50%;
                @media (max-width:1199px) {
                  right: 20px;
                  width: 8px;
                }
              }
              &:before {
                transform: rotate(45deg);
              }

              &:after {
                transform: rotate(-45deg);
              }
            }
          }
        }
      }
      .icon_tel {
        border-left: 1px solid #E0E0E0;
        padding: 0 0 0 30px ;
        @media (max-width:1199px) {
          border-left: inherit;
          border-top: 1px solid #e0e0e0;
          padding: 30px 0;
        }
        figure {
          display: flex;
          align-items: top;
          justify-content: center;
          height: 60px;
          @media (max-width:1199px) {
            svg {
              width: 26.45px ;
            }
          }
        }
        dl {
          text-align: center;
          margin-top: 8px;
          dt {
            font-size: 28px;
            font-weight: bold;
            color:#FD7500;
            margin-bottom: 8px;
            @media (max-width:1199px) {
              font-size: 20px;
              margin-bottom: 17px;
            }
          }
          dd {
            .text_p {
              display: block;
              font-size: 18px;
              margin-bottom: 24px;
              @media (max-width:1199px) {
                font-size: 15px;
                font-weight: normal;
                margin-bottom: 21px;
              }
            }
            a {
              display: inline-block;
              font-size: 40px;
              line-height: 1em;
              font-weight: bold;
              letter-spacing: 0.05em;
              border-bottom: 2px solid #333;
              margin: 0 auto 21px;

              @media (max-width:1199px) {
                font-size: 30px;
                margin: 0 auto 17px;
              }
            }
            .info_p {
              text-align: 16px;
              line-height: 26px;
            }
          }
        }
      }
    }
  }
}

#inquiry_form {
  .inquiry_form_top {
    position: relative;
    overflow: hidden;

    &::before {
      position: absolute;
      z-index: 2;
      bottom: 98px;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      width: 320px;
      height: 320px;
      border-radius: 320px;
      background-color: #F7F5EA;
    }
    &::after {
      position: absolute;
      z-index: 3;
      left: 50%;
      transform: translateX(-50%);
      top: 30px;
      content: '無料AI査定';
      font-size: 28px;
      font-weight: bold;
      color: #FD7500;
    }
    .inquiry_form_top_inner {
      position: relative;
      padding: 90px 0 45px;
      background-color: #FABE00;
      text-align: center;
      margin-top: 40px;
      h2 {
        position: relative;
        z-index: 2;
        display: inline-block;
        font-size: 34px;
        font-weight: bold;
        letter-spacing: 0.05em;
      }
      span {
        position: absolute;
        left: 50%;
        transform: translateX(-51%);
        bottom: 62px;
        z-index: 1;
        display: block;
        width: 322px;
        height: 14px;
        background-color: #FDFD00;
      }
    }
  }

  .inquiry_form_outer {
    padding: 70px 0 100px;
    background-color: #fff;
    @media (max-width:1199px) {
      padding: 40px 0;
    }
    .inquiry_form_inner {
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto;

        display: block;
        padding: 0px 30px;
      .submit_btn_area {
        text-align: center;
        span{
          position: relative;
          display: inline-block;
          max-width: 450px;
          width: 100%;
          height: 80px;
          border-radius: 10px;
          overflow: hidden;
          margin: 0 auto;
            &::before,&::after{
              content: '';
              position: absolute;
              top: calc(50% - 1px);
              right: 40px;
              width: 13px;
              height: 2px;
              border-radius: 9999px;
              background-color: #fff;
              transform-origin: calc(100% - 1px) 50%;
              @media (max-width:1199px) {
                right: 20px;
                width: 8px;
              }
            }
            &:before {
            transform: rotate(45deg);
            }

            &:after {
              transform: rotate(-45deg);
            }
            input[type="submit"] {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 80px;
            background-color: #FD7500;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            @media (max-width:1199px) {
              font-size: 18px;
              height: 80px;
            }
          }
        }
      }
      }
      p {
        display: block;
        margin-bottom: 30px;
      }
      .form_dl {
        margin-bottom: 40px;
        dt {
          display: flex;
          align-items: center;
          gap: 20px;
          width: 100%;
          height: 50px;
          font-size: 18px;
          padding: 0 20px;
          background-color: #F7F5EA;
          margin-bottom: 20px;
          &::after {
            content: '必須';
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 28px;
            background-color: #FD7500;
            color: #fff;
            font-size: 15px;
          }
        }
        dd{
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          gap: 20px;
          padding:  0 20px;
          @media (max-width:1199px) {
          padding: 0;
          }
          input[type="text"]{
            display: flex;
            align-items: center;
            width: 184px;
            height: 60px;
            padding: 0 20px;
            border-radius: 8px;
            border: 1px solid #e0e0e0;
            &::placeholder {
              color: #e0e0e0;
            }
          }
          input[type="tel"]{
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 500px;
            height: 60px;
            padding: 0 20px;
            border-radius: 8px;
            border: 1px solid #e0e0e0;
            &::placeholder {
              color: #e0e0e0;
            }
          }
          input[type="email"]{
            display: flex;
            align-items: center;
            width: 100%;
            height: 60px;
            padding: 0 20px;
            border-radius: 8px;
            border: 1px solid #e0e0e0;
            &::placeholder {
              color: #e0e0e0;
            }
          }
        }
      }

      .form_sample {
        @media (max-width:1199px) {
            box-sizing: border-box;
          }
          .accordion-outer {
            width: 100%;
            max-width: var(--main_width);
            margin: 0 auto 50px;
            box-sizing: border-box;
            overflow: hidden;
            border: 1px solid #FD7500;
            @media (max-width:1199px) {
              max-width: 100%;
              box-sizing: border-box;
              margin: 0 auto 30px;
            }
            .accordion-header {
              position: relative;
              padding: 23px 27px;
              font-size: 20px;
              font-weight: bold;
              text-align: center;
              transition: padding .3s ease-in-out;
              color: #FD7500;
              background-color: #FFF;
              transition: background .3s ease;
              cursor: pointer;
              position: relative;
              .active {
                &::after{
                  transform:rotate(0deg);
                }
              }
              @media (max-width:1199px) {
                font-size: 18px;
              }
              &::after {
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
                content: '';
                display: block;
                width: 14px;
                height: 8px;
                background-image: url(../img/form_sample_arrow.png);
                background-size: cover;
                background-position: center;
                transition: transform .3s ease-in-out;
                transform-origin: center center;
              }
            }
            .active {
              &::after {
                transform: translateY(-50%) rotate(180deg);
              }
            }
            .accordion-content {
              position: relative;
              line-height: 26px;
              border-top: 1px solid #FD7500;
              display: none;
              background-color: #FFF;
              .check_inner {
                width: 100%;
                max-width: var(--main_width);
                padding: 40px 50px;
                box-sizing: border-box;
                border-radius: 10px;
                background-color: #fff;
                margin: 0 auto 50px;
                @media (max-width:1199px) {
                  padding: 30px;
                }
                .assessment_required {
                  dt {
                    color:#666;
                    &::after {
                      content: '必須';
                      background-color: #FD7500;
                      color: #fff;
                    }
                  }
                }                
                dl {
                  margin-bottom: 15px;
                  dt {
                    position: relative;
                    font-size: 18px;
                    margin-bottom: 16px;
                    display: flex;
                    gap: 22px;
                    &::after {
                      content: '任意';
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      width: 50px;
                      height: 28px;
                      background-color: #E0E0E0;
                      font-size: 15px;
                      line-height: 1em;
                    }
                  }
                  dd {
                    position: relative;
                    padding-left: 24px;
                    display: flex;
                    align-items: center;

                    &::after {
                      position: absolute;
                      left: 0;
                      top: 0;
                      content: '';
                      display: block;
                      width: 13px;
                      height: 13px;
                      border-left: 1px solid #e0e0e0;
                      border-bottom: 1px solid #e0e0e0;
                    }
                    input {
                      width: 100%;
                      padding: 0;
                      /*ブラウザ非対応ありのため
                      field-sizing: content;
                      width: auto;
                      min-width: 2em;
                    }*/
                    .min_input {
                      width: 30px !important;
                      text-align: right;
                    }
                    .middle_input {
                      width: 65px !important;;
                      text-align: right;
                    }
                    ul {
                      li {
                        position: relative;
                        padding-left: 16px;
                        &::before {
                          position: absolute;
                          left: 0;
                          top: 50%;
                          transform: translateY(-50%);
                          content: '';
                          width: 4px;
                          height: 4px;
                          border-radius: 8px;
                          background-color: #333;
                        }
                      }
                    }
                  }
                }
                .assessment_required {
                  dt {
                    color:#666;
                    &::after {
                      content: '必須';
                      background-color: #FD7500;
                      color: #fff;
                    }
                  }
                }
              }
            }
          }
      }
      h3 {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 18px;
        font-weight: normal;
        align-content: center;
        padding: 0 20px;
        background-color: #F7F5EA;
        margin-bottom: 20px;
      }
      .scroll {
        display: block;
        overflow-y: auto;
        border: 1px solid #E0E0E0;
        padding: 20px;
        box-sizing: border-box;
        max-height: 240px;
        margin-bottom: 50px;
        p {
          display: block;
          width: 100%;
          word-break: break-all;
        }
      }
      .submit_btn_area {
        text-align: center;
        span{
          position: relative;
          display: inline-block;
          max-width: 450px;
          width: 100%;
          height: 80px;
          border-radius: 10px;
          overflow: hidden;
          margin: 0 auto;
            &::before,&::after{
              content: '';
              position: absolute;
              top: calc(50% - 1px);
              right: 40px;
              width: 13px;
              height: 2px;
              border-radius: 9999px;
              background-color: #fff;
              transform-origin: calc(100% - 1px) 50%;
              @media (max-width:1199px) {
                right: 20px;
                width: 8px;
              }
            }
            &:before {
            transform: rotate(45deg);
            }

            &:after {
              transform: rotate(-45deg);
            }
            input[type="submit"] {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 80px;
            background-color: #FD7500;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            @media (max-width:1199px) {
              font-size: 18px;
              height: 60px;
            }
          }
        }
      }
      }
  }

  .company_strengths {
    padding: 60px 0 54px;
    background-color: #F7F5EA;
    .company_strengths_inner {
      width: 100%;
      max-width: var(--main_width);
      @media (max-width:1199px) {
        max-width: 100%;
        padding: 0 30px;
      }
      margin: 0 auto;
      figure {
        display: block;
        text-align: center;
        margin-bottom: 12px;
        @media (max-width:1199px) {
          svg {
            max-width: 100%;
            height: auto;
          }
        }
      }
      .title_outer {
        display: inline-block;
        margin: 0 auto;
        position: relative;
        margin-bottom: 27px;
        @media (max-width:1199px) {
            display: block;
        }
        h2 {
          position: relative;
          z-index: 3;
          font-size: 28px;
          font-weight: bold;
          @media (max-width:1199px) {
            font-size: 16px;
            text-align: center;
          }
          span {
            display: inline-block;
            font-size: 34px;
            @media (max-width:1199px) {
              font-size: 24px;
            }
          }
        }
        .title_bg_01 {
          z-index: 1;
          position: absolute;
          right: 0;
          bottom: 10px;
          display: block;
          width: 590px;
          height: 14px;
          background-color: #FABE00;
          @media (max-width:1199px) {
            width: 192px;
            left: 49%;
            transform: translateX(-50%);
            top: 41px;
          }
        }
        .title_bg_02 {
          display:none;
          z-index: 1;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 80px;
          width: 256px;
          height: 14px;
          background-color: #FABE00;
          @media (max-width:1199px) {
            display: block;
          }
        }
      }
      p {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        @media (max-width:1199px) {
          font-size: 18px;
          line-height: 28px;
        }
      }

    }
  }

  .top_inquiry_banner {
    background-color: #fff;
    padding:0 0 60px;
    @media (max-width:1199px) {
        max-width: 100%;
        padding: 30px 30px 60px;
      }
    .top_inquiry_banner_inner {
      width: 100%;
      max-width: var(--main_width);

      margin: 0 auto 0;
      border-radius: 40px;
      box-shadow: 0px 0px 20px 0px #cfcfcf;
      overflow: hidden;
      text-align: center;
      padding: 40px 30px;
      @media (max-width:1199px) {
        display: block;
        max-width: 800px;
      }
      .icon_tel {
        @media (max-width:1199px) {
          border-left: inherit;
        }
        figure {
          display: flex;
          align-items: top;
          justify-content: center;
          height: 60px;
          @media (max-width:1199px) {
            svg {
              width: 26.45px ;
            }
          }
        }
        dl {
          text-align: center;
          margin-top: 8px;
          dt {
            font-size: 28px;
            font-weight: bold;
            color:#FD7500;
            margin-bottom: 8px;
            @media (max-width:1199px) {
              font-size: 20px;
              margin-bottom: 17px;
            }
          }
          dd {
            .text_p {
              display: block;
              font-size: 18px;
              margin-bottom: 24px;
              @media (max-width:1199px) {
                font-size: 15px;
                font-weight: normal;
                margin-bottom: 21px;
              }
            }
            a {
              display: inline-block;
              font-size: 40px;
              line-height: 1em;
              font-weight: bold;
              letter-spacing: 0.05em;
              border-bottom: 2px solid #333;
              margin: 0 auto 21px;

              @media (max-width:1199px) {
                font-size: 30px;
                margin: 0 auto 17px;
              }
            }
            .info_p {
              text-align: 16px;
              line-height: 26px;
            }
          }
        }
      }
    }
  }

  .foot_banner {
    padding: 40px 30px 60px;
  }
}

#inquiry_check {
  .check_outer {
    background-color: #F7F5EA;
    padding: 67px 0px 100px;
    margin-bottom: 60px;
    @media (max-width:1199px) {
      padding: 67px 30px 100px;
    }
    h2 {
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 37px;
    }
    .check_inner {
      width: 100%;
      max-width: var(--main_width);
      padding: 40px 50px;
      box-sizing: border-box;
      border-radius: 10px;
      background-color: #fff;
      margin: 0 auto 50px;
      dl {
        margin-bottom: 25px;
        dt {
          position: relative;
          font-size: 18px;
          margin-bottom: 16px;
          display: flex;
          gap: 22px;
          &::after {
            content: '任意';
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 28px;
            background-color: #E0E0E0;
            font-size: 15px;
            line-height: 1em;
          }
        }
        dd {
          position: relative;
          padding-left: 24px;
          &::after {
            position: absolute;
            left: 0;
            top: 0;
            content: '';
            display: block;
            width: 13px;
            height: 13px;
            border-left: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0;
          }
          ul {
            li {
              position: relative;
              padding-left: 16px;
              &::before {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                content: '';
                width: 4px;
                height: 4px;
                border-radius: 8px;
                background-color: #333;
              }
            }
          }
        }
      }
      .assessment_required {
        dt {
          color:#666;
          &::after {
            content: '必須';
            background-color: #FD7500;
            color: #fff;
          }
        }
      }
    }
    .check_btn_outer {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap-reverse;
      gap: 40px;
      form {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 460px;
        max-width: 100%;
      }
      button,input {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 460px;
        height: 80px;
        border-radius: 10px;
        color: #fff;
        font-size: 24px;
        line-height: 1em;
        &::before, &::after {
          content: '';
          position: absolute;
          top: calc(50% - 1px);
          right: 40px;
          width: 13px;
          height: 2px;
          border-radius: 9999px;
          background-color: #fff;
          transform-origin: calc(100% - 1px) 50%;
          border: none;
        }
        @media (max-width:1199px) {
          max-width: 330px;
          height: 60px;
          font-size: 18px;
          &::before, &::after {
            right: 20px;
          }
        }

      }
      .btn_cover_back {
        position: relative;
        display: block;
        width: 100%;
        max-width: 460px;
        &::before, &::after {
          content: '';
          position: absolute;
          top: calc(50% - 1px);
          left: 40px;
          width: 13px;
          height: 2px;
          border-radius: 9999px;
          background-color: #fff;
          transform-origin: calc(100% - 1px) 50%;
          border: none;
        }
        &:before {
          transform: rotate(-135deg);
          z-index: 100;
        }
        &::after {
          transform: rotate(135deg);
          z-index: 100;
        }
        @media (max-width:1199px) {
          max-width: 330px;
          height: 60px;
          font-size: 18px;
          &::before, &::after {
            right: 20px;
          }
        }
      }
      .btn_cover_send {
        position: relative;
        display: block;
        width: 100%;
        max-width: 460px;
        &::before, &::after {
          content: '';
          position: absolute;
          top: calc(50% - 1px);
          right: 40px;
          width: 13px;
          height: 2px;
          border-radius: 9999px;
          background-color: #fff;
          transform-origin: calc(100% - 1px) 50%;
          border: none;
        }
        &:before {
          transform: rotate(-45deg);
          z-index: 100;
        }
        &::after {
          transform: rotate(45deg);
          z-index: 100;
        }
        @media (max-width:1199px) {
          max-width: 330px;
          height: 60px;
          font-size: 18px;
          &::before, &::after {
            right: 20px;
          }
        }
      }
      .back_btn {
        margin: 0;
        background-color: #333;
        &::before, &::after {
          right: auto;
          left: 40px;
          @media (max-width:1199px) {
            left: 20px;
          }
        }
        &:before {
          transform: rotate(135deg);
        }
        &::after {
          transform: rotate(-135deg);
        }
      }
      .submit_btn {
        background-color: #FD7500;
        &:before {
          transform: rotate(45deg);
        }
        &::after {
          transform: rotate(-45deg);
        }
      }
    }
  }
}

#completion {
  .completion_outer{
    background-color: #F7F5EA;
    padding: 65px 0 60px;
    margin-bottom: 40px;
    @media (max-width:1199px) {
      padding: 30px 0;
    }
    .completion_inner {
      width: 100%;
      max-width: var(--main_width);
      margin: 0 auto;
      h2 {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 35px;
        span {
          font-size: 22px;
          color: #FD7500;
        }
      }
      figure {
        width: auto;
        max-width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto 40px;
      }
      p {
        display: block;
        text-align: center;
        margin-bottom: 45px;
      }
    }
    .submit_btn_area {
      text-align: center;
      span{
        position: relative;
        display: inline-block;
        max-width: 450px;
        width: 100%;
        height: 80px;
        border-radius: 10px;
        overflow: hidden;
        margin: 0 auto;
          &::before,&::after{
            content: '';
            position: absolute;
            top: calc(50% - 1px);
            left: 40px;
            width: 13px;
            height: 2px;
            border-radius: 9999px;
            background-color: #fff;
            transform-origin: calc(100% - 1px) 50%;
            @media (max-width:1199px) {
              left: 20px;
              width: 8px;
            }
          }
          &:before {
          transform: rotate(135deg);
          }

          &:after {
            transform: rotate(-135deg);
          }
          a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 80px;
          background-color: #333;
          font-size: 24px;
          font-weight: bold;
          color: #fff;
          @media (max-width:1199px) {
            font-size: 18px;
            height: 60px;
          }
        }


      }
    }
  }

}

.wpcf7 form .wpcf7-response-output {
  display: none;
}
