header {
  display: flex;
  text-align: center;
  justify-content: center;
  text-align: center;
  height: 90px;
  background-color: #F0F0F0; }
  header .logo {
    width: 286px; }

footer {
  background-color: #262B4E;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 100px 0; }
  footer .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px; }
  footer .logo {
    width: 305px; }
  footer .txt {
    padding-top: 15px; }
  footer .tel {
    width: 300px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 10px 20px; }
    footer .tel a {
      display: block;
      font-size: 32px;
      line-height: 40px;
      background: url("../img/common/icon-tel.svg") no-repeat center left/35px auto;
      padding-left: 55px; }
    footer .tel time {
      display: block;
      line-height: 24px;
      padding-left: 55px; }

@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0; }
    footer .wrap {
      flex-direction: column;
      gap: 30px;
      padding: 0 20px; } }
#mailform {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 62px 0 85px; }
  #mailform .wrap {
    display: flex;
    gap: 75px; }
  #mailform figure {
    width: 575px; }
  #mailform .wpcf7 {
    width: 550px; }
  #mailform .form-wrap {
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 45px; }
  #mailform .form-row + .form-row {
    padding-top: 17px; }
  #mailform .form-row .caption {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 320px;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px; }
  #mailform .form-row .caption span {
    display: block;
    width: 35px;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;
    background-color: #FA3A56;
    color: #fff;
    text-align: center; }
  #mailform .form-row .input {
    padding-top: 10px; }
    #mailform .form-row .input input:not([type="checkbox"], [type="radio"]),
    #mailform .form-row .input textarea {
      display: block;
      width: 100%;
      background-color: #fff;
      border: 1px solid #C4C4C4;
      line-height: 30px;
      border-radius: 5px !important;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      box-sizing: border-box;
      padding: 10px 20px; }
    #mailform .form-row .input textarea {
      height: 155px;
      resize: vertical; }
  #mailform .form-row .select {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative; }
    #mailform .form-row .select .wpcf7-form-control-wrap {
      width: 100%; }
  #mailform .form-row .select:after {
    content: '';
    width: 10px;
    height: 5px;
    background: url("../img/common/select-arrow.svg") no-repeat center top/100% auto;
    position: absolute;
    top: 34px;
    right: 12px; }
  #mailform .form-row .select select {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    padding: 10px 50px 10px 20px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer; }
  #mailform .form-row .select select::-ms-expand {
    display: none; }
  #mailform .form-row .select .error {
    width: 100%; }
  #mailform .txt-privacy {
    font-size: 12px;
    line-height: 17px;
    padding-top: 12px; }
  #mailform .form-btn {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 35px; }
    #mailform .form-btn p {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 52px;
      font-weight: 700;
      font-size: 20px;
      letter-spacing: 0;
      line-height: 30px;
      color: #fff;
      background-color: #FA3A56;
      box-sizing: border-box;
      text-align: center;
      border-radius: 10px;
      transition: all 0.3s;
      position: relative;
      z-index: 1; }
      #mailform .form-btn p input,
      #mailform .form-btn p a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
        padding: 0; }
      #mailform .form-btn p:hover {
        background-color: #000; }
    #mailform .form-btn .btn-prev {
      background-color: #ccc; }
    #mailform .form-btn .wpcf7-spinner {
      display: none; }
  #mailform .wpcf7-not-valid-tip {
    font-size: 12px; }
  #mailform .result_txt {
    display: block;
    word-break: break-all;
    white-space: pre-wrap; }

#mailform.thanks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 380px);
  box-sizing: border-box;
  line-height: 36px; }
  #mailform.thanks .form-wrap {
    width: 100%;
    text-align: center;
    box-sizing: border-box; }
  #mailform.thanks .button {
    padding-top: 30px; }
    #mailform.thanks .button a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 280px;
      height: 52px;
      font-weight: 700;
      font-size: 20px;
      letter-spacing: 0;
      line-height: 30px;
      color: #fff;
      background-color: #FA3A56;
      box-sizing: border-box;
      text-align: center;
      border-radius: 10px;
      transition: all 0.3s;
      position: relative;
      z-index: 1; }

@media screen and (max-width: 1440px) {
  #mailform figure,
  #mailform .wpcf7 {
    width: 50%; } }
@media screen and (max-width: 767px) {
  #mailform .wrap {
    flex-direction: column;
    gap: 40px; }
  #mailform figure {
    width: 100%; }
  #mailform .wpcf7 {
    width: 100%; }
  #mailform .form-wrap {
    padding: 20px 20px 40px; }

  #mailform.thanks {
    height: auto;
    line-height: 32px; }
    #mailform.thanks .form-wrap {
      text-align: left; } }

/*# sourceMappingURL=form.css.map */
