.qc-search-section {
  position: relative;
  z-index: 2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 34px 0 42px;
  background: #fff !important;
  border-radius: 0 !important;
  box-sizing: border-box;
}

.qc-search-inner {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 60px);
  box-sizing: border-box;
}

.qc-search-form {
  width: 100%;
  max-width: 1183px;
  margin: 0 auto;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-sizing: border-box;
}

.qc-search-label {
  display: block;
  margin: 0 0 10px;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.qc-search-box {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  overflow: hidden;
  background: #f3f6f5 !important;
  border: 1px solid transparent;
  border-radius: 10px;
  box-sizing: border-box;
}

.qc-search-box:focus-within {
  background: #fff !important;
  border-color: #222;
}

.qc-search-input {
  flex: 1;
  width: 100%;
  min-width: 0;
  height: 64px;
  padding: 0 22px;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box;
}

.qc-search-input::placeholder {
  color: #b9bdbc;
  font-size: 14px;
  font-weight: 400;
}

.qc-search-button {
  display: grid;
  place-items: center;
  flex: 0 0 66px;
  align-self: stretch;
  color: #111;
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid rgba(17, 17, 17, 0.08) !important;
  cursor: pointer;
  box-shadow: none !important;
}

.qc-search-button:hover,
.qc-search-button:focus-visible {
  color: #fff;
  background: #252525 !important;
  outline: 0;
}

.qc-search-button svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

@media (max-width: 767px) {
  .qc-search-section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 26px 0 34px;
  }

  .qc-search-inner {
    padding: 0 24px;
  }

  .qc-search-box {
    min-height: 58px;
  }

  .qc-search-input {
    height: 58px;
    padding: 0 16px;
    font-size: 15px;
  }

  .qc-search-button {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 66px !important;
  width: 66px !important;
  min-width: 66px !important;
  max-width: 66px !important;
  height: 64px !important;
  min-height: 64px !important;
  align-self: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #111 !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid rgba(17, 17, 17, 0.08) !important;
  border-radius: 0 !important;
  cursor: pointer;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
　   flex-basis: 58px !important;
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    border-radius: 0 !important;
  }
}
  }

.qc-search-button:hover,
.qc-search-button:focus-visible {
  color: #fff !important;
  background: #252525 !important;
  border-radius: 0 !important;
  outline: 0;
}

.qc-search-button svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}