.inner-contact{

}
.ttl-02{
    min-height: 116px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ttl-02 .ttl-02__txt {
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.ttl-02 .ico_excl {
    position: absolute;
    width: 151px;
    height: 116px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.form-area .form-area__ttl {
    margin-bottom: 52px;
}
.form-header {
    position: relative;
}
.form-header .ico_logo01 {
    width: 212px;
    height: 49px;
    position: absolute;
    left: 30px;
    top: 30px;
}
@media (max-width: 767px){
    .ttl-02 .ttl-02__txt {
        font-size: 6.4vw;
        line-height: 1.7;
        letter-spacing: 0.1em;
    }
    .ttl-02 .ico_excl {
        width: 18.66667vw;
        height: 18.13333vw;
        top: 2.93333vw;
    }
    .form-area .form-area__ttl {
        margin-bottom: 1.33333vw;
    }
}
@media screen and (max-width: 767px) {
    .form-header .ico_logo01 {
        width: 34.66667vw;
        height: 8vw;
        left: 4.26667vw;
        top: 4.26667vw;
    }
}
.form-header + #main {
    margin-top: 0;
}
.form-contact-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    background: #f8f8f8;
    padding: 25px 0;
}
@media screen and (max-width: 767px) {
    .form-contact-nav {
        padding: 4vw 0;
    }
}
.form-contact-nav .form-contact-nav__item {
    width: 500px;
    height: 100px;
}
@media screen and (max-width: 767px) {
    .form-contact-nav .form-contact-nav__item {
        width: 50%;
        height: 29.33333vw;
    }
}
.form-contact-nav .form-contact-nav__item:first-child {
    border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
    .form-contact-nav .form-contact-nav__item .form-contact-nav__item--mail .form-contact-nav__txt01 {
        margin-bottom: 4vw;
    }
}
.form-contact-nav .form-contact-nav__in {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .form-contact-nav .form-contact-nav__in {
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
}
.form-contact-nav .form-contact-nav__ico {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #fff;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 25px;
}
@media screen and (max-width: 767px) {
    .form-contact-nav .form-contact-nav__ico {
        width: 8vw;
        height: 8vw;
        font-size: 4.26667vw;
        margin: 0 auto 1.06667vw;
    }
}
.form-contact-nav .form-contact-nav__ico .ico_svg {
    width: 24px;
    height: 24px;
}
@media screen and (max-width: 767px) {
    .form-contact-nav .form-contact-nav__ico .ico_svg {
        width: 4vw;
        height: 4vw;
    }
}
@media screen and (max-width: 767px) {
    .form-contact-nav .form-contact-nav__cnt {
        width: 100%;
        text-align: center;
    }
}
.form-contact-nav .form-contact-nav__txt01 {
    font-size: 17px;
    line-height: 1.6;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .form-contact-nav .form-contact-nav__txt01 {
        font-size: 3.73333vw;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .form-contact-nav .form-contact-nav__txt01 {
        margin-bottom: 1.06667vw;
    }
}
.form-contact-nav .form-contact-nav__txt02 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .form-contact-nav .form-contact-nav__txt02 {
        font-size: 4vw;
    }
}
.form-contact-nav .fom-conact-nav__txt03 {
    font-size: 11px;
    line-height: 1.8;
    margin-top: 3px;
}
@media screen and (max-width: 767px) {
    .form-contact-nav .fom-conact-nav__txt03 {
        font-size: 2.66667vw;
        margin-top: 1.06667vw;
    }
}
.form-footer {
    background: #000;
    padding: 10px 30px;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .form-footer {
        padding: 1.33333vw 0;
        text-align: center;
    }
}
.form-footer .form-footer__copy {
    color: #fff;
    font-size: 13px;
    line-height: 30px;
}
@media screen and (max-width: 767px) {
    .form-footer .form-footer__copy {
        font-size: 2.66667vw;
        line-height: 2.6;
    }
}
.form-area {
    padding: 60px 0 100px;
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .form-area {
        padding: 11.2vw 0 16vw;
        width: 100%;
    }
}
.form-area .form-area__ttl {
    margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
    .form-area .form-area__ttl {
        margin-bottom: 1.33333vw;
    }
}
.form-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
    .form-info {
        display: block;
        margin-bottom: 6.66667vw;
        padding: 0 4vw;
    }
}
.form-info .form-info__cnt {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 32px;
}
.form-info .form-info__cnt.form-info__cnt--wide {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .form-info .form-info__cnt {
        width: 100%;
        margin-bottom: 8vw;
    }
}
.form-info .form-info__txt {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .form-info .form-info__txt {
        margin-bottom: 3.46667vw;
    }
}
.form-info .form-info__sub {
    font-size: 12px;
    line-height: 1.8;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .form-info .form-info__sub {
        font-size: 2.93333vw;
        line-height: 1.5;
    }
}
.form-info .form-info__attention {
    font-size: 12px;
    line-height: 1.8;
    font-weight: normal;
    margin-bottom: 10px;
    color: #bd3927;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .form-info .form-info__attention {
        font-size: 2.93333vw;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .form-info .form-info__attention {
        margin-bottom: 3.46667vw;
    }
}
.form-info .form-contact {
    width: 434px;
    height: 80px;
    background: #f8f8f8;
    padding: 0 27px 0 19px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .form-info .form-contact {
        width: 82.66667vw;
        margin: 0 auto;
        height: auto;
        position: relative;
        padding: 5.33333vw 4vw 4vw;
        justify-content: space-between;
    }
}
.form-info .form-contact__ico {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    border: 1px solid #828282;
    border-radius: 50%;
    background: #fff;
    font-size: 12px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .form-info .form-contact__ico {
        width: 8vw;
        height: 8vw;
        font-size: 3.2vw;
        position: absolute;
        left: 0;
        right: 0;
        top: -4vw;
        margin: 0 auto;
    }
}
.form-info .form-contact__txt02 {
    font-size: 10px;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .form-info .form-contact__txt02 {
        font-size: 2.66667vw;
        line-height: 1.5;
    }
}
.form-info .form-contact__tel {
    display: inline-block;
    margin-left: auto;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .form-info .form-contact__tel {
        font-size: 3.46667vw;
        line-height: 1.5;
    }
}
.form-info + .form-attention {
    margin-top: -40px;
}
@media screen and (max-width: 767px) {
    .form-info + .form-attention {
        margin-top: -5.33333vw;
    }
}
.form-attention {
    text-align: right;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .form-attention {
        margin-bottom: 2.66667vw;
        padding: 0 2.66667vw;
        font-size: 12px;
        line-height: 1.8;
        font-weight: normal;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    .form-attention {
        font-size: 2.93333vw;
        line-height: 1.5;
    }
}
.form-attention .form-attention__in {
    margin-left: 20px;
}
@media screen and (max-width: 767px) {
    .form-attention .form-attention__in {
        margin-left: 2.66667vw;
    }
}
.form-attention .form-attention__link {
    color: #2f80ed;
    text-decoration: underline;
}
@media (hover: hover) {
    .form-attention .form-attention__link:hover {
        text-decoration: none;
    }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
    .form-attention .form-attention__link:hover {
        text-decoration: none;
    }
}
.form {
    width: 100%;
}
.form .form__in {
    width: 1000px;
    margin: 0 auto 60px;
    background: #fff;
    padding: 40px 70px 60px;
    box-shadow: 0px 10px 50px rgba(172, 201, 196, 0.3);
}
@media screen and (max-width: 767px) {
    .form .form__in {
        width: 100%;
        margin: 0 auto 10.66667vw;
        padding: 8vw 4vw 10.66667vw;
    }
}
.form input.form__file {
    padding: 8px 20px;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .form input.form__file {
        padding: 2.13333vw 6.66667vw;
        border-radius: 1.33333vw;
    }
}
.form input.form__file.form__input--ng {
    border-color: #bd3927;
    background: #ffebe8;
}
.form input.form__input,
.form textarea.form__input {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 15px;
    line-height: 2;
    padding: 10px 20px;
    border-radius: 5px;
    transition: border 0.3s ease, background 0.3s ease;
    height: 50px;
    font-family: 繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け, "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
}
.form input.form__input::placeholder,
.form textarea.form__input::placeholder {
    color: #aaa;
}
.form input.form__input:-ms-input-placeholder,
.form textarea.form__input:-ms-input-placeholder {
    color: #aaa;
}
.form input.form__input::-ms-input-placeholder,
.form textarea.form__input::-ms-input-placeholder {
    color: #aaa;
}
@media screen and (max-width: 767px) {
    .form input.form__input,
    .form textarea.form__input {
        font-size: 16px;
        line-height: 1.8;
        padding: 2.13333vw 4vw;
        border-radius: 1.33333vw;
        height: 12vw;
    }
    .form input.form__input::placeholder,
    .form textarea.form__input::placeholder {
        color: #aaa;
        font-size: 3.46667vw;
    }
    .form input.form__input:-ms-input-placeholder,
    .form textarea.form__input:-ms-input-placeholder {
        color: #aaa;
        font-size: 3.46667vw;
    }
    .form input.form__input::-ms-input-placeholder,
    .form textarea.form__input::-ms-input-placeholder {
        color: #aaa;
        font-size: 3.46667vw;
    }
}
.form input.form__input.form__input--ok,
.form textarea.form__input.form__input--ok {
    border-color: #17ca49;
    background: #ddffe7;
}
.form input.form__input.form__input--ng,
.form textarea.form__input.form__input--ng {
    border-color: #bd3927;
    background: #ffebe8;
}
.form input.form__input:focus,
.form textarea.form__input:focus {
    border-color: #2f80ed;
}
.form input.form__input.form__input--01,
.form textarea.form__input.form__input--01 {
    width: 300px;
}
@media screen and (max-width: 767px) {
    .form input.form__input.form__input--01,
    .form textarea.form__input.form__input--01 {
        width: 58.66667vw;
    }
}
.form input.form__input.form__input--02,
.form textarea.form__input.form__input--02 {
    width: 150px;
}
@media screen and (max-width: 767px) {
    .form input.form__input.form__input--02,
    .form textarea.form__input.form__input--02 {
        width: 34.66667vw;
    }
}
.form input.form__input.form__input--h01,
.form textarea.form__input.form__input--h01 {
    height: 100px;
}
@media screen and (max-width: 767px) {
    .form input.form__input.form__input--h01,
    .form textarea.form__input.form__input--h01 {
        height: 18.13333vw;
    }
}
.form input.form__input.form__input--h02,
.form textarea.form__input.form__input--h02 {
    height: 150px;
}
@media screen and (max-width: 767px) {
    .form input.form__input.form__input--h02,
    .form textarea.form__input.form__input--h02 {
        height: 34.66667vw;
    }
}
.form input.form__input.form__input--h03,
.form textarea.form__input.form__input--h03 {
    height: 200px;
}
@media screen and (max-width: 767px) {
    .form input.form__input.form__input--h03,
    .form textarea.form__input.form__input--h03 {
        height: 61.33333vw;
    }
}
.form .form__select {
    display: inline-block;
    font-size: 15px;
    line-height: 2;
    border-radius: 5px;
    transition: border 0.3s ease, background 0.3s ease;
    height: 50px;
    font-family: 繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け, "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
    position: relative;
}
.form .form__select::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #828282;
    border-right: 1px solid #828282;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate(45deg);
}
.form .form__select+p{
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .form .form__select {
        font-size: 16px;
        line-height: 1.8;
        border-radius: 1.33333vw;
        height: 12vw;
    }
    .form .form__select::placeholder {
        color: #aaa;
        font-size: 3.46667vw;
    }
    .form .form__select:-ms-input-placeholder {
        color: #aaa;
        font-size: 3.46667vw;
    }
    .form .form__select::-ms-input-placeholder {
        color: #aaa;
        font-size: 3.46667vw;
    }
}
.form .form__select select {
    cursor: pointer;
    padding: 10px 30px 10px 20px;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background: transparent;
    transition: border 0.3s ease, background 0.3s ease;
    border-radius: 5px;
    outline: none;
}
.form .form__select select:focus {
    border-color: #2f80ed;
}
@media screen and (max-width: 767px) {
    .form .form__select select {
        padding: 2.13333vw 4vw;
        border-radius: 1.33333vw;
    }
}
.form-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}
.form-item + .form-item {
    padding-top: 25px;
}
@media screen and (max-width: 767px) {
    .form-item + .form-item {
        padding-top: 5.33333vw;
    }
}
@media screen and (max-width: 767px) {
    .form-item {
        display: block;
    }
}
.form-item .form-item__ttl {
    width: 200px;
    padding-top: 7px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .form-item .form-item__ttl {
        font-size: 3.46667vw;
        line-height: 1.6;
    }
}
@media screen and (max-width: 767px) {
    .form-item .form-item__ttl {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        padding-top: 0;
        padding: 0 0 2.66667vw;
    }
}
@media screen and (min-width: 768px) {
    .form-item .form-item__ttl.form-item__ttl--required {
        padding-right: 45px;
    }
}
.form-item .form-item__ttl.form-item__ttl--required::after {
    content: "\5FC5\9808";
    position: absolute;
    right: 0;
    top: 12px;
    box-sizing: border-box;
    width: 43px;
    height: 20px;
    border: 1px solid #bd3927;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
    color: #bd3927;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .form-item .form-item__ttl.form-item__ttl--required::after {
        position: static;
        margin-left: 2.66667vw;
        width: 8.53333vw;
        height: 5.33333vw;
        border-radius: 0.8vw;
        font-size: 2.66667vw;
        margin-top: 0.53333vw;
    }
}
.form-item .form-item__ttlcomment {
    font-size: 12px;
    line-height: 1.8;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .form-item .form-item__ttlcomment {
        font-size: 2.93333vw;
        line-height: 1.5;
    }
}
@media screen and (min-width: 768px) {
    .form-item .form-item__ttlcomment {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .form-item .form-item__ttlcomment {
        margin-left: 4vw;
    }
}
.form-item .form-item__ttlcomment.form-item__ttlcomment--red {
    color: #bd3927;
}
.form-item .form-item__cnt {
    width: calc(100% - 200px);
    padding: 0 0 25px 30px;
}
.form-item .form-item__cnt.form-item__cnt--w100p {
    width: 100%;
    padding-left: 0;
}
@media screen and (max-width: 767px) {
    .form-item .form-item__cnt {
        width: 100%;
        padding: 0 0 5.33333vw;
    }
}
.form-item .form-item__cnt:last-of-type {
    padding-bottom: 0;
}
.form-item .form-item__confirm {
    margin-top: 7px;
}
@media screen and (max-width: 767px) {
    .form-item .form-item__confirm {
        margin-top: 0;
    }
}
.form-item .form-item__postal {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.form-item .form-item__postal .form-item__postaltxt {
    font-size: 12px;
    line-height: 1.8;
    font-weight: normal;
    margin-left: 17px;
}
@media screen and (max-width: 767px) {
    .form-item .form-item__postal .form-item__postaltxt {
        font-size: 2.93333vw;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .form-item .form-item__postal .form-item__postaltxt {
        margin-left: 4.53333vw;
    }
}
.form-item .form-item__comment {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .form-item .form-item__comment {
        font-size: 2.93333vw;
        line-height: 1.5;
    }
}
.form-item .form-item__comment.form-item__comment--red {
    color: #bd3927;
}
@media screen and (max-width: 767px) {
    .form-item .form-item__comment {
        margin-top: 2.66667vw;
    }
}
.form-item .form__file + .form-file-link {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .form-item .form__file + .form-file-link {
        margin-top: 2.66667vw;
    }
}
.form-item .form-file-link__item {
    color: #2f80ed;
    text-decoration: underline;
}
@media (hover: hover) {
    .form-item .form-file-link__item:hover {
        text-decoration: none;
    }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
    .form-item .form-file-link__item:hover {
        text-decoration: none;
    }
}
.form-item .form-item-check {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
@media screen and (min-width: 768px) {
    .form-item .form-item-check.form-item-check--line {
        flex-direction: row;
    }
}
@media screen and (min-width: 768px) {
    .form-item .form-item-check.form-item-check--line .form-item-check__item .wpcf7-list-item{
        margin-right: 50px;
    }
    .form-item .form-item-check.form-item-check--line .form-item-check__item{
        margin-right: 50px;
    }
}
.form-item .form-item-check + .form__input {
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    .form-item .form-item-check + .form__input {
        margin-top: 2.66667vw;
    }
}
.form-item .form-item-check .form-sbs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.form-item .form-item-check .form-sbs .form-item__comment {
    margin-top: 0;
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .form-item .form-item-check .form-sbs .form-item__comment {
        margin: 1.33333vw 0 2.66667vw 4vw;
    }
}
.form-item .form-item-check__item {
    min-height: 0;
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .form-item .form-item-check__item {
        font-size: 3.46667vw;
        line-height: 1.6;
    }
}
@media screen and (max-width: 767px) {
    .form-item .form-item-check__item {
        width: 100%;
        align-items: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .form-item .form-item-check__item span {
        max-width: calc(100% - 13.33333vw);
    }
}
.form-item .form-item-check__item:not(:last-of-type) {
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .form-item .form-item-check__item:not(:last-of-type) {
        margin-bottom: 1.33333vw;
    }
}
.form-item .form-item-check__item input {
    margin-right: 15px;
}
@media screen and (max-width: 767px) {
    .form-item .form-item-check__item input {
        margin-right: 2.66667vw;
        margin-left: 4vw;
        margin-top: 1.33333vw;
    }
}
.form-item .form-item-check__item--desabled {
    cursor: none;
    pointer-events: none;
}
.form-privacy {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .form-privacy {
        margin-bottom: 8vw;
    }
}
.form-privacy .form-privacy__txt {
    font-size: 15px;
    line-height: 2;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .form-privacy .form-privacy__txt {
        font-size: 3.46667vw;
    }
}
.form-privacy .form-privacy__txt a {
    color: #2f80ed;
}
.form-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
@media (hover: hover) {
    .form-btn .form-btn__send:hover .ico_close .svg-path {
        stroke: #fff;
    }
    .form-btn .form-btn__send:hover .ico_right .svg-path {
        stroke: #fff;
        fill: transparent;
    }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
    .form-btn .form-btn__send:hover .ico_close .svg-path {
        stroke: #fff;
    }
    .form-btn .form-btn__send:hover .ico_right .svg-path {
        stroke: #fff;
        fill: transparent;
    }
}
.form-btn .form-btn__send .ico_close .svg-path {
    stroke: #fff;
}
.form-btn .form-btn__send .ico_right .svg-path {
    stroke: #fff;
    fill: transparent;
}
.form-btn .form-btn__back {
    margin: 35px auto 0;
    width: 150px;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 16px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}
.form-btn .form-btn__back::after {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 20px;
    position: absolute;
    left: -1px;
    top: -1px;
    background: #000;
    transform: scale(0);
    z-index: -1;
    transition: transform 0.3s cubic-bezier(0.93, -0.62, 0.37, 1.45);
}
@media screen and (max-width: 767px) {
    .form-btn .form-btn__back::after {
        border-radius: 5.33333vw;
    }
}
@media (hover: hover) {
    .form-btn .form-btn__back:hover {
        color: #fff;
    }
    .form-btn .form-btn__back:hover::after {
        transform: scale(1);
        transition: transform 0.3s cubic-bezier(0.53, 0.37, 0.48, 1.57);
    }
    .form-btn .form-btn__back:hover .ico_svg .svg-path {
        stroke: #fff;
    }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
    .form-btn .form-btn__back:hover {
        color: #fff;
    }
    .form-btn .form-btn__back:hover::after {
        transform: scale(1);
        transition: transform 0.3s cubic-bezier(0.53, 0.37, 0.48, 1.57);
    }
    .form-btn .form-btn__back:hover .ico_svg .svg-path {
        stroke: #fff;
    }
}
@media screen and (max-width: 767px) {
    .form-btn .form-btn__back {
        width: 40vw;
        height: 10.66667vw;
        border-radius: 5.33333vw;
        font-size: 3.2vw;
        padding-left: 4.8vw;
    }
}
.form-btn .form-btn__back .ico_svg {
    width: 18px;
    height: 18px;
    margin-right: 20px;
}
.form-btn .form-btn__back .ico_svg .svg-path {
    transition: stroke 0.4s ease;
}
@media screen and (max-width: 767px) {
    .form-btn .form-btn__back .ico_svg {
        width: 4.8vw;
        height: 4.8vw;
        margin-right: 5.06667vw;
    }
}
.form-error .form-error__item {
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #bd3927;
    color: #bd3927;
    font-size: 12px;
    line-height: 1.8;
    font-weight: normal;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .form-error .form-error__item {
        font-size: 2.93333vw;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .form-error .form-error__item {
        margin-top: 2.66667vw;
        border-radius: 1.33333vw;
        padding: 1.33333vw 2.66667vw;
    }
}
.form-thanks {
    width: 580px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .form-thanks {
        width: 100%;
    }
}
.form-thanks .form-thanks__ttl {
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .form-thanks .form-thanks__ttl {
        font-size: 4.53333vw;
        line-height: 1.7;
    }
}
@media screen and (max-width: 767px) {
    .form-thanks .form-thanks__ttl {
        margin-bottom: 3.73333vw;
    }
}
.form-thanks .form-thanks__txt01 {
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .form-thanks .form-thanks__txt01 {
        margin-bottom: 3.73333vw;
    }
}
.form-thanks .form-thanks__txt02 {
    font-size: 12px;
    line-height: 1.8;
    font-weight: normal;
    font-weight: bold;
    color: #bd3927;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .form-thanks .form-thanks__txt02 {
        font-size: 2.93333vw;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .form-thanks .form-thanks__txt02 {
        margin-bottom: 3.73333vw;
    }
}
.form-thanks .form-thanks-contact {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .form-thanks .form-thanks-contact {
        margin-bottom: 3.73333vw;
    }
}
.form-thanks .form-thanks-contact__item {
    font-size: 17px;
    line-height: 1.6;
    font-weight: bold;
    margin-right: 45px;
}
@media screen and (max-width: 767px) {
    .form-thanks .form-thanks-contact__item {
        font-size: 3.73333vw;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .form-thanks .form-thanks-contact__item {
        margin-right: 8vw;
    }
}
.form-thanks .form-thanks-list {
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .form-thanks .form-thanks-list {
        margin-bottom: 3.73333vw;
    }
}
.form-thanks .form-thanks-list__item {
    font-size: 12px;
    line-height: 1.8;
    font-weight: normal;
    text-indent: -1em;
    margin-left: 1em;
}
@media screen and (max-width: 767px) {
    .form-thanks .form-thanks-list__item {
        font-size: 2.93333vw;
        line-height: 1.5;
    }
}

.form-item-check .wpcf7-list-item {
    min-height: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
}
.form-item-check .wpcf7-list-item:not(:last-of-type) {
    margin-bottom: 5px;
}
.form-item-check .wpcf7-list-item input{
    margin-right: 15px;
}
.form__in .wpcf7-list-item{
    margin-left: 0;
}
.btn-02 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 70px;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-radius: 35px;
    padding: 0 47px;
    background: #17ca49;
    position: relative;
    z-index: 1;
    color: #fff;
    transition: color 0.4s ease;
    text-align: center;
    cursor: pointer;
}
.btn-02::after {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 35px;
    position: absolute;
    left: -1px;
    top: -1px;
    background: #000;
    transform: scale(0);
    z-index: -1;
    transition: transform 0.3s cubic-bezier(0.93, -0.62, 0.37, 1.45);
}
.btn-02:hover::after {
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.53, 0.37, 0.48, 1.57);
}

.wpcf-phone-number{
    width: 120px;
    display: block;
}