@charset "utf-8";

.information {
    display: none;
}
footer .cvBtnBox {
    display: none;
}

@media screen and (min-width: 769px) {
    .contact .sp {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .contact .pc {
        display: none;
    }
}

.step {
    display: flex;
    max-width: 720px;
    margin: 0 auto 60px;
}
.step li {
    font-size: 16px;
    color: #fff;
    height: 55px;
    width: 33.333%;
    line-height: calc(23 / 16);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step li:not(:first-child) {
    padding-left: 15px;
}
.step li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27.5px 0 27.5px 16px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    z-index: 2;
}
.step li.color01 {
    background: #d34444;
}
.step li.color01:after {
    border-color: transparent transparent transparent #d34444;
}
.step li.color02 {
    background: #bbbbbb;
}
.step li.color02:after {
    border-color: transparent transparent transparent #bbbbbb;
}
.step li.color03 {
    background: #9d9d9d;
}
.step li.color03:after {
    border-color: transparent transparent transparent #9d9d9d;
}

.contact {
    padding: 65px 17.5px 0;
}
.contact * {
    box-sizing: border-box;
}
.contact__ttl {
    font-size: 46px;
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
    line-height: 1;
    letter-spacing: 0;
}
.contact__lead {
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin: 0 0 50px;
    line-height: 1.6;
}
.contact__list {
    max-width: 1012px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 0;
}
.contact__item {
    width: 49.4%;
    text-align: left;
}
.contact__item.w100 {
    width: 100%;
}
.contact__item .ttl {
    font-size: 16px;
    line-height: calc(23 / 16);
    padding: 0 0 10px;
}
.contact__item .ttl span {
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    background: #222222;
    padding: 5px 10px;
    border-radius: 9999px;
    display: inline-block;
    line-height: 1;
    vertical-align: text-bottom;
    margin-left: 10px;
}
.contact__item .ttl span.required {
    background: #d34444;
}
.contact__item input[type="text"],
.contact__item input[type="email"],
.contact__item input[type="url"],
.contact__item input[type="tel"],
.contact__item textarea,
.contact__item select {
    font-size: 16px;
    background-color: #fafcff;
    border-radius: 6px;
    width: 100%;
    border: 1px solid #c5d6ed;
    appearance: none;
    height: 56px;
    padding-left: 16px;
}
.contact__item textarea {
    height: 238px;
    padding: 16px;
}
.contact__item .input {
    display: flex;
    align-items: flex-end;
}
.contact__item .input.short {
    max-width: 191px;
}
.contact__item .input .txt {
    font-size: 16px;
    margin: 0 0 2px 8px;
}
.contact__item .select {
    position: relative;
}
.contact__item .select:after {
    content: "";
    border: solid #000000;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 21px;
}
.contact__item .wpcf7-form-control-wrap {
    width: 100%;
}
.contact__item .check {
    background: #f3f7ff;
    padding: 20px 15px;
}
.contact__item .check .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
}
.contact__item .check .wpcf7-checkbox .wpcf7-list-item input {
    display: none;
}
.contact__item .check .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}
.contact__item .check .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #222222;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contact__item .check .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    content: "";
    background: url(../img/common/ico_check.svg) no-repeat left top / 100%;
    width: 10px;
    height: 8px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.contact__item ::placeholder {
    font-size: 16px;
    color: #bbc4d3;
}
.contact__privacy {
    margin: 35px 0 25px;
    line-height: calc(23 / 16);
}
.contact__privacy a {
    color: #d34444 !important;
}
.contact__privacy .checkbox-input {
    display: none;
}
.contact__privacy .check {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}
.contact__privacy .check:before {
    content: "";
    border: 1px solid #222222;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contact__privacy .checkbox-input:checked + .wpcf7-list-item-label .check:after {
    content: "";
    background: url(../img/common/ico_check.svg) no-repeat left top / 100%;
    width: 10px;
    height: 8px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7-submit {
    font-size: 20px;
    color: #fff;
    width: 100%;
    max-width: 356px;
    height: 84px;
    background: #d34444;
    border-radius: 6px;
    margin: 0 auto;
    appearance: none;
    border: none;
    cursor: pointer;
}
.wpcf7-submit:hover {
    opacity: 0.8;
}
.wpcf7-previous {
    font-size: 20px;
    color: #000;
    width: 100%;
    max-width: 356px;
    height: 84px;
    background: #ccc;
    border-radius: 6px;
    margin-right: 15px;
    appearance: none;
    border: none;
    cursor: pointer;
}
.wpcf7-previous:hover {
    opacity: 0.8;
}

.wpcf7-spinner {
    display: none !important;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 8px;
}

.contact.confirm .input,
.contact.confirm .select {
    font-size: 16px;
    background-color: #fafcff;
    border-radius: 6px;
    width: 100%;
    border: 1px solid #c5d6ed;
    appearance: none;
    height: 56px;
    padding-left: 16px;
    display: flex;
    align-items: center;
}
.contact.confirm .input .txt {
    margin-bottom: 0;
}
.contact.confirm .select:after {
    display: none;
}

@media screen and (max-width: 768px) {
    .step {
        max-width: 327px;
        margin: 0 auto 45px;
    }
    .step li {
        height: 100px;
    }
    .step li:not(:first-child) {
        padding-left: 22px;
    }
    .step li:after {
        border-width: 50px 0 50px 16px;
    }

    .contact {
        padding: 45px 17.5px;
    }
    .contact__ttl {
        font-size: 32px;
        margin: 0 0 20px;
    }
    .contact__item {
        width: 100%;
    }
    .contact__item .check .wpcf7-checkbox {
        gap: 20px;
    }
    .contact__privacy {
        text-align: left;
    }
    .contact__privacy .check {
        display: inline-block;
        line-height: calc(23 / 16);
    }
    .wpcf7-previous {
        margin: 0 auto 15px;
    }
}
