@charset "UTF-8";

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

@media screen and (max-width: 500px) {
    .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: 500px) {
    .guide-inner .guide_lead {
        font-size: 1.6rem;
        margin-top: 20px;
    }
}

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

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

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

.c-button:hover {
    top: 5px;
    box-shadow: none
}

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

.guideBox {
    margin-top: 50px;
}

@media screen and (max-width: 500px) {
    .guideBox {
        margin-top: 30px;
    }
}

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

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

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

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

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

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

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

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

.guide__cat .txt {
    order: 1;
    flex: 1;
    text-align: center;
}

.guide__cat .txt .list {
    padding: 1.4em 1em;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 50px;
    position: relative;
}

@media screen and (max-width: 500px) {
    .guide__cat .txt .list {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
}

.guide__cat .txt .list::after {
    content: "";
    display: block;
    width: 26px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: calc(100% - 1px);
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.guide__cat .txt ul {
    display: inline-block;
    text-align: left;
}

.guide__cat .txt ul li {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #1F1F1F;
    padding-left: 20px;
    position: relative;
}

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

.guide__cat .txt ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    aspect-ratio: 16 / 12;
    background-image: url(../../assets/images/donwnload/check_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.guide__cat .txt h3 {
    font-size: 2.2rem;
    line-height: 1.6;
    color: #518912;
    margin-top: 30px;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .guide__cat .txt h3 {
        font-size: 2rem;
        margin-top: 20px;
    }
}

.guide__cat .txt p {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #1F1F1F;
    margin-top: 10px;
    text-align: left;
    display: inline-block;
}

@media screen and (max-width: 500px) {
    .guide__cat .txt p {
        font-size: 1.5rem;
    }
}

.guide__cat .txt p .maker_yellow {
    background: linear-gradient(transparent 60%, #FAE449 90%);
}

.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: 500px) {
    .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: 500px) {
    .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: 500px) {
    .c-download-lead {
        font-size: 1.5rem;
        line-height: 1.8;
        text-align: left;
    }
}

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

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

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

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

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


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

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

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

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


@media screen and (max-width: 500px) {
    .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: 500px) {
    .office_guideBox p {
        font-size: 2rem;
    }
}

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

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


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

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

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

@media screen and (max-width: 500px) {
    .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;
    background: #e11e19;
    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: #4B8407;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

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

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