/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .contact-form .inner {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6vw 30px;
  }
  .contact-form .tel-title {
    margin: 0 auto 1em;
    padding: 0 0 1em;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    border-bottom: 1px solid #D8DBD5;
  }
  .contact-form .tel-list {
    margin-bottom: 40px;
  }
  .contact-form .tel-list > div {
    margin-bottom: 2em;
    text-align: center;
  }
  .contact-form .tel-list > div:last-child {
    margin-bottom: 0;
  }
  .contact-form .tel-list dt {
    margin-bottom: 0.5em;
  }
  .contact-form .tel-list dd a {
    display: inline-block;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #224E43;
    line-height: 2em;
    background-image: url(../img/common/ico-tel.svg);
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: left center;
  }
  .contact-form .contact-mail {
    margin-top: 80px;
  }
  .contact-form .form-wrapper .req {
    color: #d0121b;
  }
  .contact-form .form-wrapper .form-list > div {
    padding: 1em;
    border-bottom: 1px solid #D8DBD5;
  }
  .contact-form .form-wrapper .form-list dt {
    margin-bottom: 0.5em;
  }
  .contact-form .form-wrapper .form-list dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contact-form .form-wrapper .form-list input[type=text],
  .contact-form .form-wrapper .form-list input[type=email],
  .contact-form .form-wrapper .form-list input[type=tel],
  .contact-form .form-wrapper .form-list textarea {
    outline: none;
    width: 100%;
    padding: 0.5em 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #D8DBD5;
    border-radius: 8px;
  }
  .contact-form .form-wrapper .form-list input[type=text]::-webkit-input-placeholder, .contact-form .form-wrapper .form-list input[type=email]::-webkit-input-placeholder, .contact-form .form-wrapper .form-list input[type=tel]::-webkit-input-placeholder, .contact-form .form-wrapper .form-list textarea::-webkit-input-placeholder {
    color: #DDD;
  }
  .contact-form .form-wrapper .form-list input[type=text]::-moz-placeholder, .contact-form .form-wrapper .form-list input[type=email]::-moz-placeholder, .contact-form .form-wrapper .form-list input[type=tel]::-moz-placeholder, .contact-form .form-wrapper .form-list textarea::-moz-placeholder {
    color: #DDD;
  }
  .contact-form .form-wrapper .form-list input[type=text]:-ms-input-placeholder, .contact-form .form-wrapper .form-list input[type=email]:-ms-input-placeholder, .contact-form .form-wrapper .form-list input[type=tel]:-ms-input-placeholder, .contact-form .form-wrapper .form-list textarea:-ms-input-placeholder {
    color: #DDD;
  }
  .contact-form .form-wrapper .form-list input[type=text]::-ms-input-placeholder, .contact-form .form-wrapper .form-list input[type=email]::-ms-input-placeholder, .contact-form .form-wrapper .form-list input[type=tel]::-ms-input-placeholder, .contact-form .form-wrapper .form-list textarea::-ms-input-placeholder {
    color: #DDD;
  }
  .contact-form .form-wrapper .form-list input[type=text]::placeholder,
  .contact-form .form-wrapper .form-list input[type=email]::placeholder,
  .contact-form .form-wrapper .form-list input[type=tel]::placeholder,
  .contact-form .form-wrapper .form-list textarea::placeholder {
    color: #DDD;
  }
  .contact-form .form-wrapper .form-list input[type=text]:focus,
  .contact-form .form-wrapper .form-list input[type=email]:focus,
  .contact-form .form-wrapper .form-list input[type=tel]:focus,
  .contact-form .form-wrapper .form-list textarea:focus {
    background-color: #D8DBD5;
    border: 1px solid #224E43;
  }
  .contact-form .form-wrapper .form-list input[type=text].wpcf7-not-valid,
  .contact-form .form-wrapper .form-list input[type=email].wpcf7-not-valid,
  .contact-form .form-wrapper .form-list input[type=tel].wpcf7-not-valid,
  .contact-form .form-wrapper .form-list textarea.wpcf7-not-valid {
    background-color: #f5dddd;
  }
  .contact-form .form-wrapper .form-list textarea {
    height: 300px;
  }
  .contact-form .form-wrapper .agree {
    margin-top: 50px;
    text-align: center;
  }
  .contact-form .form-wrapper .agree .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 15px;
    cursor: pointer;
  }
  .contact-form .form-wrapper .agree .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #d0121b;
    border: 1px solid #D8DBD5;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact-form .form-wrapper .agree .wpcf7-list-item-label::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 3px solid #224E43;
    border-bottom: 3px solid #224E43;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .contact-form .form-wrapper .agree input[type=checkbox] {
    display: none;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .contact-form .form-wrapper .agree input[type=checkbox]:checked + .wpcf7-list-item-label::before {
    background-color: #fff;
  }
  .contact-form .form-wrapper .agree input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
    width: 16px;
    height: 10px;
  }
  .contact-form .form-wrapper .agree a {
    display: inline-block;
    padding-right: 20px;
    margin-right: 10px;
    text-decoration: underline;
    background-image: url(../img/common/ico-blank-b.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: right center;
  }
  .contact-form .form-wrapper .send {
    margin-top: 50px;
    text-align: center;
  }
  .contact-form .form-wrapper .send .wpcf7-submit {
    padding: 1em 3em;
    font-size: 1em;
    letter-spacing: normal;
    text-transform: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    background-color: #224E43;
    border: 1px solid #224E43;
    border-radius: 6px;
  }
  .contact-form .form-wrapper .send .wpcf7-submit:disabled {
    color: #868686;
    background-color: #AAAAAA;
    border: 1px solid #999999;
    cursor: not-allowed;
  }
  .contact-form .form-wrapper .wpcf7-spinner {
    position: absolute;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .contact-form .inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px clamp(50px, 5.8vw, 100px) 150px;
  }
  .contact-form .tel-title {
    margin: 0 auto 1em;
    padding: 0 0 1em;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    border-bottom: 1px solid #D8DBD5;
  }
  .contact-form .tel-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
  }
  .contact-form .tel-list > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-form .tel-list dt {
    margin-right: 1em;
  }
  .contact-form .tel-list dd {
    line-height: 2em;
  }
  .contact-form .tel-list dd a {
    display: block;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #224E43;
    background-image: url(../img/common/ico-tel.svg);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: left center;
  }
  .contact-form .tel-list dd a:hover {
    text-decoration: underline;
  }
  .contact-form .contact-mail {
    margin-top: 150px;
  }
  .contact-form .form-wrapper .req {
    color: #d0121b;
  }
  .contact-form .form-wrapper .form-list > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
    border-bottom: 1px solid #D8DBD5;
  }
  .contact-form .form-wrapper .form-list dt {
    width: 180px;
    margin-right: 100px;
    text-align: right;
  }
  .contact-form .form-wrapper .form-list dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contact-form .form-wrapper .form-list input[type=text],
  .contact-form .form-wrapper .form-list input[type=email],
  .contact-form .form-wrapper .form-list input[type=tel],
  .contact-form .form-wrapper .form-list textarea {
    outline: none;
    width: 100%;
    padding: 0.5em 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #D8DBD5;
    border-radius: 8px;
  }
  .contact-form .form-wrapper .form-list input[type=text]::-webkit-input-placeholder, .contact-form .form-wrapper .form-list input[type=email]::-webkit-input-placeholder, .contact-form .form-wrapper .form-list input[type=tel]::-webkit-input-placeholder, .contact-form .form-wrapper .form-list textarea::-webkit-input-placeholder {
    color: #DDD;
  }
  .contact-form .form-wrapper .form-list input[type=text]::-moz-placeholder, .contact-form .form-wrapper .form-list input[type=email]::-moz-placeholder, .contact-form .form-wrapper .form-list input[type=tel]::-moz-placeholder, .contact-form .form-wrapper .form-list textarea::-moz-placeholder {
    color: #DDD;
  }
  .contact-form .form-wrapper .form-list input[type=text]:-ms-input-placeholder, .contact-form .form-wrapper .form-list input[type=email]:-ms-input-placeholder, .contact-form .form-wrapper .form-list input[type=tel]:-ms-input-placeholder, .contact-form .form-wrapper .form-list textarea:-ms-input-placeholder {
    color: #DDD;
  }
  .contact-form .form-wrapper .form-list input[type=text]::-ms-input-placeholder, .contact-form .form-wrapper .form-list input[type=email]::-ms-input-placeholder, .contact-form .form-wrapper .form-list input[type=tel]::-ms-input-placeholder, .contact-form .form-wrapper .form-list textarea::-ms-input-placeholder {
    color: #DDD;
  }
  .contact-form .form-wrapper .form-list input[type=text]::placeholder,
  .contact-form .form-wrapper .form-list input[type=email]::placeholder,
  .contact-form .form-wrapper .form-list input[type=tel]::placeholder,
  .contact-form .form-wrapper .form-list textarea::placeholder {
    color: #DDD;
  }
  .contact-form .form-wrapper .form-list input[type=text]:focus,
  .contact-form .form-wrapper .form-list input[type=email]:focus,
  .contact-form .form-wrapper .form-list input[type=tel]:focus,
  .contact-form .form-wrapper .form-list textarea:focus {
    background-color: #D8DBD5;
    border: 1px solid #224E43;
  }
  .contact-form .form-wrapper .form-list input[type=text].wpcf7-not-valid,
  .contact-form .form-wrapper .form-list input[type=email].wpcf7-not-valid,
  .contact-form .form-wrapper .form-list input[type=tel].wpcf7-not-valid,
  .contact-form .form-wrapper .form-list textarea.wpcf7-not-valid {
    background-color: #f5dddd;
  }
  .contact-form .form-wrapper .form-list textarea {
    height: 300px;
  }
  .contact-form .form-wrapper .agree {
    margin-top: 50px;
    text-align: center;
  }
  .contact-form .form-wrapper .agree .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 15px;
    cursor: pointer;
  }
  .contact-form .form-wrapper .agree .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #d0121b;
    border: 1px solid #D8DBD5;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact-form .form-wrapper .agree .wpcf7-list-item-label::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    width: 0;
    height: 0;
    border-left: 3px solid #224E43;
    border-bottom: 3px solid #224E43;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .contact-form .form-wrapper .agree input[type=checkbox] {
    display: none;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .contact-form .form-wrapper .agree input[type=checkbox]:checked + .wpcf7-list-item-label::before {
    background-color: #fff;
  }
  .contact-form .form-wrapper .agree input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
    width: 16px;
    height: 10px;
  }
  .contact-form .form-wrapper .agree a {
    display: inline-block;
    padding-right: 20px;
    margin-right: 10px;
    text-decoration: underline;
    background-image: url(../img/common/ico-blank-b.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: right center;
  }
  .contact-form .form-wrapper .send {
    margin-top: 50px;
    text-align: center;
  }
  .contact-form .form-wrapper .send .wpcf7-submit {
    padding: 1em 3em;
    font-size: 1em;
    letter-spacing: normal;
    text-transform: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    background-color: #224E43;
    border: 1px solid #224E43;
    border-radius: 6px;
  }
  .contact-form .form-wrapper .send .wpcf7-submit:disabled {
    color: #868686;
    background-color: #AAAAAA;
    border: 1px solid #999999;
    cursor: not-allowed;
  }
  .contact-form .form-wrapper .wpcf7-spinner {
    position: absolute;
  }
}