@charset "UTF-8";
/* ===================================
 * form
 * =================================== */
.form .inner {
  padding-top: 100px;
}

.work-style__tab-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  border-bottom: 2px solid #f39800;
}
@media screen and (max-width: 960px) {
  .work-style__tab-list {
    margin-top: 0;
  }
}

.work-style__tab-item {
  padding: 18px;
  width: 300px;
  height: 61px;
  color: #F58217;
  border-radius: 5px 5px 0px 0px;
  border: 2px solid #F58217;
  border-bottom: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.2px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 960px) {
  .work-style__tab-item {
    padding: 10px;
    width: 100%;
    max-width: 49%;
    height: 44px;
  }
}
.work-style__tab-item.active {
  background: #F58217;
  color: #fff;
}
.work-style__tab-item.active::before {
  background: url("../img/works/tab-bg.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .work-style__tab-item.active::before {
    width: 172px;
    height: 44px;
  }
}
.work-style__tab-item:hover {
  opacity: 0.7;
}

.form__wrapper {
  margin: 130px auto 0;
  max-width: 740px;
}
@media screen and (max-width: 960px) {
  .form__wrapper {
    margin-top: 15px;
  }
}

.contact__content {
  margin-top: 40px;
}

.contact__content::-webkit-input-placeholder {
  color: #BABABA;
}

.contact__content::-moz-placeholder {
  color: #BABABA;
}

.contact__content:-ms-input-placeholder {
  color: #BABABA;
}

.contact__content::-ms-input-placeholder {
  color: #BABABA;
}

.contact__content::placeholder {
  color: #BABABA;
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .contact__item {
    gap: 8px;
  }
}

.contact__item + .contact__item {
  margin-top: 56px;
}
@media screen and (max-width: 960px) {
  .contact__item + .contact__item {
    margin-top: 64px;
  }
}

.contact__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #020202;
  font-size: 16px;
  line-height: 24px;
}

.contact__label--required::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #CB0000;
  content: "※";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  margin-left: 8px;
}

.contact__input {
  display: inline-block;
  width: 100%;
}

.contact__input input,
.contact__input textarea {
  background: #F7F7F7;
  border-radius: 3px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  padding: 10px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-family: inherit;
  width: 100%;
  line-height: 24px;
}

.contact__item--textarea textarea {
  height: 300px;
  resize: none;
}

.contact__item--textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact__select {
  position: relative;
  width: 100%;
}
.contact__select select {
  background: #F7F7F7;
  border-radius: 3px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  padding: 10px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: inherit;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M7 10L7.94465e-08 2.70244e-07L14 -9.53674e-07L7 10Z' fill='%23616161'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.contact__select select::-ms-expand {
  display: none;
}

.contact__attention {
  margin-left: 16px;
}

.contact__radio .wpcf7-list-item {
  margin: 0 32px 0 0;
}
.contact__radio .wpcf7-list-item:last-child {
  margin-right: 0;
}
.contact__radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.contact__radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.contact__radio input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 24px;
}
.contact__radio input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #C1C1C1;
  background: #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.contact__radio input[type=radio] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #F58217;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.contact__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #F58217;
}
.contact__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.contact__radio .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.5;
}

.policy {
  max-width: 700px;
  margin: 80px auto 0;
}

.policy__inner {
  background: #F7F7F7;
  border-radius: 3px;
  padding: 24px 40px;
  height: 190px;
  overflow-y: auto;
}
@media screen and (max-width: 960px) {
  .policy__inner {
    height: 295px;
  }
}

.policy__title {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.policy__list {
  list-style-type: decimal;
}

.policy__item {
  margin-top: 8px;
}

/* SimpleBarのカスタマイズ */
.simplebar-scrollbar::before {
  background: #F58217;
  width: 8px;
  border-radius: 2px;
  opacity: 1 !important;
}

.simplebar-track.simplebar-vertical {
  background: #fff;
  width: 8px;
  border-radius: 2px;
  right: 15px;
  top: 24px;
}
/* スクロールバーのホバー時の動作 */
.simplebar-scrollbar:hover::before {
  background: #F58217;
  width: 8px;
  border-radius: 2px;
  opacity: 1 !important;
  left: 0;
  right: 0;
}

/* スクロールバーのホバー時 */
.simplebar-scrollbar:hover::before {
  background: #F58217;
}

/* スクロールバーのトラック部分 */
.simplebar-track {
  background: #fff;
  border-radius: 2px;
}

/* チェックボックスエリアのスタイル */
.contact__privacy-check {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .contact__privacy-check {
    margin-top: 24px;
  }
}
.contact__privacy-check input {
  display: none;
}

.contact__privacy-check .wpcf7-list-item {
  margin: 0;
}

.contact__privacy-check label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* inline-flexに変更 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 中央寄せ */
  cursor: pointer;
}

.contact__privacy-check .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
}

.contact__privacy-check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #C1C1C1;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__privacy-check input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #F58217;
  border-color: #F58217;
}

.contact__privacy-check input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* 送信ボタンのスタイル修正 */
.contact__btn .btn {
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__btn .btn.active {
  opacity: 1;
  pointer-events: auto;
}

form.wpcf7-form {
  margin-bottom: 160px;
}
@media screen and (max-width: 960px) {
  form.wpcf7-form {
    margin-bottom: 130px;
  }
}

.contact__btn {
  margin: 24px auto 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 280px;
}
.contact__btn::after {
  background: url(../img/common/btn-arrow.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 90px;
  width: 22px;
  height: 4px;
  transition: -webkit-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.contact__btn:hover::after {
  -webkit-transform: translate(90%, -50%);
          transform: translate(90%, -50%);
}

.contact__btn .btn {
  cursor: pointer;
  margin-top: 0;
  border-radius: 50px;
  border: 3px solid #FFF;
  background: linear-gradient(87deg, #44B13F 6.61%, #44B13F 70.72%);
  padding: 14px 85px 16px 65px;
  color: #fff;
  max-width: 280px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 960px) {
  .contact__btn .btn {
    padding: 10px 80px 12px 60px;
    height: 48px;
    text-align: center;
  }
}

.contact__btn .btn:disabled {
  pointer-events: none;
  background: gray;
  color: #BABABA;
}

.contact__btn .btn:disabled + .btn--circle {
  opacity: 0.8;
}

.contact__btn .btn:hover + .btn--circle::after {
  background: url("../img/common/circle-icon-green.svg") no-repeat center center/24px 24px;
}

.contact__btn .btn:hover + .wpcf7-spinner + .btn--circle::after {
  background: url("../img/common/circle-icon-green.svg") no-repeat center center/24px 24px;
}

.footer-contact::before {
  content: none;
}