@charset "UTF-8";

.guide_max {
    padding: 80px 0;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .guide_max {
        padding: 40px 0;
    }
}

/* 資料ダウンロードフォームページ */
.guide-inner {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .guide-inner {
        padding: 0 4%;
    }
}

.guide-inner .guide_lead {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .guide-inner .guide_lead {
        font-size: 1.6rem;
        margin-top: 20px;
    }
}

.c-button {
    border: 2px solid #E2C46A;
    display: flex;
    position: relative;
    top: 0;
    width: 720px;
    height: 112px;
    margin: 30px auto 0;
    border-radius: 9999px;
    border: 2px solid #E2C46A;
    box-shadow: 0 5px #E2C46A;
    background: #fff;
    color: #881613;
    font-weight: 700;
    font-size: 2.8rem;
    font-family: "Noto Sans JP", sans-serif;
    justify-content: center;
    align-items: center;
    transition: none !important;
    /* transition: top .1s, box-shadow .1s; */
}

@media screen and (max-width: 767px) {
    .c-button {
        width: 80vw;
        height: 19vw;
        font-size: 2rem;
    }
}

.c-button--green {
    background: #60b200;
    color: #fff;
    border: 0 !important;
}

.c-button:hover {
    background: #881613;
    color: #E2C46A;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .c-button {
        font-size: 1.5rem;
    }
}

.guide__ttl {
    padding: 16px;
    background: #881613;
    text-align: center;
    color: #fff;
    position: relative;
}

@media screen and (max-width: 767px) {
    .guide__ttl {
        padding: 14px;
    }
}

.guide__ttl::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 1.3em;
    transform: translateY(-50%);
    width: 13px;
    height: 80%;
    background: #5A0000;
}

@media screen and (max-width: 767px) {
    .guide__ttl::after {
        width: 10px;
        height: 70%;
    }
}

.guide__cat {
    display: flex;
    align-items: center;
    gap: 5%;
    background: url(../../assets/images/download/download_bg_002.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 70px;
    border: 1px solid #9B0400;
}

@media screen and (max-width: 767px) {
    .guide__cat {
        padding: 20px;
        flex-direction: column-reverse;
        gap: 0;
    }
}

.guide__cat .img {
    order: 1;
    flex: 1;
}

@media screen and (max-width: 767px) {
    .guide__cat img {
        margin-top: 20px;
    }
}

.guide__cat .txt {
    order: 1;
    flex: 1;
    padding-left: 3%;
    position: relative;
}

@media screen and (max-width: 767px) {
    .guide__cat .txt {
        width: 100%;
    }
}

.guide__cat .txt::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #9A0000;
}

.guide__cat .txt .en {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #9B0400;
    font-family: 'Barlow';
}

.guide__cat .txt .list {
    padding: 20px 0 10px;
}

@media screen and (max-width: 767px) {
    .guide__cat .txt .list {
        padding: 10px 0;
    }
}

.guide__cat .txt li {
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    padding-left: 10%;
}

@media screen and (max-width: 767px) {
    .guide__cat .txt li {
        font-size: 1.3rem;
    }
}

.guide__cat .txt li:first-of-type {
    margin-top: 0px;
}

.guide__cat .txt .list .no1,
.guide__cat .txt .list .no2,
.guide__cat .txt .list .no3,
.guide__cat .txt .list .no4,
.guide__cat .txt .list .no5,
.guide__cat .txt .list .no6 {
    position: relative;
}

.guide__cat .txt .list .no1::before,
.guide__cat .txt .list .no2::before,
.guide__cat .txt .list .no3::before,
.guide__cat .txt .list .no4::before,
.guide__cat .txt .list .no5::before,
.guide__cat .txt .list .no6::before {
    position: absolute;
    content: '';
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto !important;
    width: 21px;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {

    .guide__cat .txt .list .no1::before,
    .guide__cat .txt .list .no2::before,
    .guide__cat .txt .list .no3::before,
    .guide__cat .txt .list .no4::before,
    .guide__cat .txt .list .no5::before,
    .guide__cat .txt .list .no6::before {
        background-size: contain !important;
        width: 7%;
        height: 90%;
    }
}

.guide__cat .txt .list .no1::before {
    background: url(../../assets/images/download/no1.svg);
}

.guide__cat .txt .list .no2::before {
    background: url(../../assets/images/download/no2.svg);
}

.guide__cat .txt .list .no3::before {
    background: url(../../assets/images/download/no3.svg);
}

.guide__cat .txt .list .no4::before {
    background: url(../../assets/images/download/no4.svg);
}

.guide__cat .txt .list .no5::before {
    background: url(../../assets/images/download/no5.svg);
}

.guide__cat .txt .list .no6::before {
    background: url(../../assets/images/download/no6.svg);
}

.guide__ttl span {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    background: #fff;
    color: #fff;
    padding: 6px 25px;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    color: #000;
}

@media screen and (max-width: 767px) {
    .guide__ttl span {
        font-size: 1.4rem;
    }
}

.guide__ttl h2 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin-top: 4px;
}

@media screen and (max-width: 767px) {
    .guide__ttl h2 {
        font-size: 2.6rem;
    }
}

/* 資料ダウンロード完了ページ */
.c-download-lead {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    color: #111;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-download-lead {
        font-size: 1.5rem;
        line-height: 1.8;
        text-align: left;
    }
}

.mt-3 {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .mt-3 {
        margin-top: 20px;
    }
}

.mt-8 {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .mt-8 {
        margin-top: 40px;
    }
}

.office_guideBox {
    display: flex;
    align-items: center;
    padding: 0 140px;
    background: #fff;
    margin-top: 50px;
}


@media screen and (max-width: 767px) {
    .office_guideBox {
        flex-direction: column-reverse;
        padding: 0;
        margin-top: 30px;
    }
}

.office_guideBox .img,
.office_guideBox .txt {
    order: 1;
    flex: 1;
    width: 50%;
}

@media screen and (max-width: 767px) {

    .office_guideBox .img,
    .office_guideBox .txt {
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
    .office_guideBox .img {
        margin-top: 30px;
    }
}

.office_guideBox p {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #111;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .office_guideBox p {
        font-size: 2rem;
    }
}

.office_guideBox .txt .c-button {
    width: 300px;
    height: 60px;
    border: 2px solid #E2C46A;
    font-size: 1.6rem;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .office_guideBox .txt .c-button {
        width: 280px;
        height: 50px;
    }
}


/* 共通css */
.p-download-form__wrapper {
    padding: 55px 0 110px;
}

@media screen and (max-width: 767px) {
    .p-download-form__wrapper {
        padding: 30px 0 80px;
    }
}

.c-contact-lead {
    margin-top: 120px !important;
}

@media screen and (max-width: 767px) {
    .c-contact-lead {
        margin-top: 60px !important;
    }
}

.p-contact-form__title.is-required:after,
.p-contact-form__agreement.is-required:after {
    width: 40px;
    padding: 2px 5px;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    content: '必須';
}

.p-contact-form__title.is-free:after,
.p-contact-form__agreement.is-free:after {
    width: 40px;
    padding: 2px 5px;
    background: #000;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    content: '任意';
}

.p-contact-form__input,
.p-contact-form__select,
.p-contact-form__radio--input,
.p-contact-form__checkbox--input,
.p-contact-form--textarea {
    font-size: 16px;
}

/* 必須入力エラー */
.rq_agreement_error {
    width: 100%;
    color: #e00;
    font-size: 1.8rem;
    margin-top: 0px;
}

/* 必須入力カウンター */
.floating_rq_counter {
    position: fixed;
    top: 85%;
    right: 5%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
    font-size: large;
}

.p-contact-form__title {
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .p-contact-form__title {
        padding-right: 0;
    }
}

/* ボタンアイコン */
.icon-internal-link {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: #881613;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .icon-internal-link {
        width: 14px;
        height: 12px;
    }
}

.c-button:hover .icon-internal-link {
    background: #E2C46A;
}

.icon-download-link {
    display: inline-block;
    position: absolute;
    background: url(../../assets/images/download/download_icon.svg);
    width: 16px;
    height: 16px;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
}

.office_guideBox .txt .c-button:hover span {
    background: url(../../assets/images/download/download_icon_gold.svg);
}

.p-contact-form__thanks--bold {
    font-size: 2.4rem;
}

.p-contact-form__thanks--middle {
    font-size: 1.5rem;
}

.p-contact-form__agreement-text {
    font-size: 1.5rem;
}