@charset "UTF-8";
/* ==========================================================================//
//
// お問い合わせ
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.inner {
  padding: 0 5%;
}

.page-ttl {
  background: url(../../fujita-seimitsu/img/sdgs/sdgs_top.jpg) no-repeat center center;
  background-size: cover;
}

.required {
  color: #f00;
}

/* フォーム 共通
---------------------------------------------------------- */
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form textarea,
.wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font: inherit;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=number],
  .wpcf7-form textarea,
  .wpcf7-form select {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.wpcf7-form input[type=text]::-webkit-input-placeholder, .wpcf7-form input[type=email]::-webkit-input-placeholder, .wpcf7-form input[type=tel]::-webkit-input-placeholder, .wpcf7-form input[type=number]::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder, .wpcf7-form select::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
  font-family: inherit;
  font-weight: inherit;
}
.wpcf7-form input[type=text]::-moz-placeholder, .wpcf7-form input[type=email]::-moz-placeholder, .wpcf7-form input[type=tel]::-moz-placeholder, .wpcf7-form input[type=number]::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder, .wpcf7-form select::-moz-placeholder {
  color: #ccc;
  font-size: 16px;
  font-family: inherit;
  font-weight: inherit;
}
.wpcf7-form input[type=text]:-ms-input-placeholder, .wpcf7-form input[type=email]:-ms-input-placeholder, .wpcf7-form input[type=tel]:-ms-input-placeholder, .wpcf7-form input[type=number]:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder, .wpcf7-form select:-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
  font-family: inherit;
  font-weight: inherit;
}
.wpcf7-form input[type=text]::-ms-input-placeholder, .wpcf7-form input[type=email]::-ms-input-placeholder, .wpcf7-form input[type=tel]::-ms-input-placeholder, .wpcf7-form input[type=number]::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder, .wpcf7-form select::-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
  font-family: inherit;
  font-weight: inherit;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form input[type=number]::placeholder,
.wpcf7-form textarea::placeholder,
.wpcf7-form select::placeholder {
  color: #ccc;
  font-size: 16px;
  font-family: inherit;
  font-weight: inherit;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form {
  /* チェック後 */
}
.wpcf7-form input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.wpcf7-form input[type=submit],
.wpcf7-form input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font: inherit;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #f00;
  margin-top: 0.5em;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}
.wpcf7-form {
  /* 未入力や送信完了の際に表示されるテキスト */
}
.wpcf7-form .wpcf7-response-output {
  display: none;
}

/* フォーム　入力画面
---------------------------------------------------------- */
.note a {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
@media (hover: hover) {
  .note a:hover {
    background-size: 0 1px;
  }
}

.content_area {
  margin-top: 40px;
  width: min(780px, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .content_area {
    margin-top: 60px;
  }
}
.content_area .form_contents {
  margin-top: 80px;
}
.content_area .form_contents .form_list .form_item {
  margin-top: 35px;
}
.content_area .form_contents .title {
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
}
.content_area .form_contents {
  /* ご希望の連絡方法　ラジオボタン */
}
.content_area .form_contents .check_wrap input[type=checkbox] {
  margin-right: 9px;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .content_area .form_contents .check_wrap input[type=checkbox] {
    margin-right: 9px;
  }
}
.content_area .form_contents .check_wrap .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .content_area .form_contents .check_wrap .wpcf7-form-control {
    margin-top: 15px;
    gap: 5px 0;
  }
}
.content_area .form_contents .check_wrap .wpcf7-list-item-label {
  padding-left: 21px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .content_area .form_contents .check_wrap .wpcf7-list-item-label {
    padding-left: 23px;
  }
}
.content_area .form_contents .check_wrap .wpcf7-list-item-label::before, .content_area .form_contents .check_wrap .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content_area .form_contents .check_wrap .wpcf7-list-item-label::before {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  left: 0;
}
.content_area .form_contents .check_wrap .wpcf7-list-item-label::after {
  background-color: rgba(16, 106, 176, 0.8);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 2.5px;
  opacity: 0;
}
.content_area .form_contents .check_wrap {
  /* チェック後 */
}
.content_area .form_contents .check_wrap input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border: 1px solid rgba(16, 106, 176, 0.8);
}
.content_area .form_contents .check_wrap input[type=checkbox]:checked + span.wpcf7-list-item-label {
  color: #000;
}
.content_area .form_contents .check_wrap input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}
.content_area .form_contents {
  /* 送信ボタン */
}
.content_area .form_contents .submit_btn {
  margin-top: 30px;
  margin-inline: auto;
  width: min(300px, 100%);
}
.content_area .form_contents .submit_btn .btn {
  padding: 20px;
  cursor: pointer;
  background-color: #e7f0f7;
  border: 1px solid #e7f0f7;
  width: 100%;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .content_area .form_contents .submit_btn .btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .content_area .form_contents .submit_btn .btn:hover {
    background-color: rgba(16, 106, 176, 0.8);
    border: 1px solid transparent;
    color: #e7f0f7;
  }
}
.content_area .form_contents .acceptance {
  margin: 80px 0 50px;
}
@media screen and (min-width: 768px) {
  .content_area .form_contents .acceptance {
    margin: 80px 0 60px;
  }
}
.content_area .form_contents .acceptance a {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
@media (hover: hover) {
  .content_area .form_contents .acceptance a:hover {
    background-size: 0 1px;
  }
}

/* フォーム　完了画面
---------------------------------------------------------- */
.thanks {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .thanks {
    margin-bottom: 60px;
  }
}
.thanks p {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .thanks p {
    font-size: 16px;
  }
}
.thanks .back_btn {
  margin-top: 30px;
  margin-inline: auto;
  width: min(300px, 100%);
}
.thanks .back_btn .btn {
  padding: 20px;
  cursor: pointer;
  background-color: #e7f0f7;
  border: 1px solid #e7f0f7;
  width: 100%;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .thanks .back_btn .btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .thanks .back_btn .btn:hover {
    background-color: rgba(16, 106, 176, 0.8);
    border: 1px solid transparent;
    color: #e7f0f7;
  }
}