.c_forms-layout {
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.c_forms-blob--left,
.c_forms-blob--right {
    position: absolute;
}

.c_forms-blob--left {
    left: 0;
    top: -10%;
}

.c_forms-blob--right {
    right: 0;
    top: 20%;
}

.c_forms-floatmeter {
    position: fixed;
    top: 30%;
    right: 8%;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    font-weight: 500;
    background: white;
    align-items: center;
    border-radius: 100px;
    border: 4px solid #00000014;
    width: 100px;
    height: 100px;
    justify-content: center;
}

.c_forms-floatmeter p {
    margin: 0;
    font-size: 1.6rem;
}

.c_forms-number-wrapper {
    display: flex;
    align-items: baseline;
}

.c_forms-floatmeter .floatmeter_number {
    writing-mode: horizontal-tb;
    font-size: 2.4rem;
    width: 28px;
    text-align: center;
}

.c_forms-layout .contactform_area {
    background: transparent;
}

.c_forms-layout .contactform_area input[type="text"],
.c_forms-layout .contactform_area input[type="email"],
.c_forms-layout .contactform_area input[type="tel"],
.c_forms-layout .contactform_area select,
.c_forms-layout .contactform_area textarea {
    background: rgba(47, 27, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 12px 0 4px;
}

.c_forms-link--underline {
    color: #CA4F02;
    text-decoration: underline;
}

.c_forms-title_wrapper {
    display: flex;
    gap: 60px;
    padding: 60px 0 40px;
    max-width: 704px;
    justify-content: space-between;
    font-family: Zen Kaku Gothic New;
    line-height: 100%;
    letter-spacing: 10%;
}

.c_forms-title_wrapper img {
    height: 100px;
    width: auto;
}

.c_forms-title_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c_forms-title_inner h2 {
    color: #FC6203;
    font-weight: 900;
    font-size: 3rem;
    letter-spacing: 0.1rem;
}

.c_forms-phrase--strong {
    font-size: 2.6rem;
    font-weight: 700;
    color: #FC6203;
    margin-bottom: 12px;
    display: flex;
    position: relative;
    height: 46px;
    padding: 0 16px;
    border: 2px solid #FC6203;
    border-radius: 40px;
    color: #FC6203;
    font-weight: 900;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    text-align: center;
    background: white;
}

/* 吹き出しの三角形 */
.c_forms-phrase--strong::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FC6203;
}

.c_forms-attention {
    background: white;
    max-width: 600px;
    width: 100%;
    text-align: center;
    padding: 20px 10px 24px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
}

.c_forms-attention h4 {
    font-weight: 900;
    font-size: 20px;
    display: inline-flex;
    gap: 15px;
    margin-bottom: 15px;
    font-family: Zen Kaku Gothic New;
    line-height: 26px;
}

.c_forms-privacy-wrapper {
    font-size: 1.4rem;
    font-weight: 400;
    color: #2f1b00;
    text-align: center;
    margin-bottom: 20px;
}

.c_forms-privacy-wrapper a {
    color: #2f1b00;
    text-decoration: underline;
}

.c_forms-submit-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    width: 312px;
    margin: 0 auto;
    background: #FC6203;
    border-radius: 50px;
    padding: 1.5rem 0;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    text-decoration: none;
    border: 2px solid #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.c_forms-submit-button:after {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 31px;
    height: 31px;
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0C23.2843 0 30 6.71573 30 15ZM12.6834 22.5L21.3174 15.365L12.6834 7.5V22.5Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
}

.orange_must {
    background: #FC6203;
    padding: 2px 5px;
}

.contactform_area ul li p {
    font-size: 1.6rem;
}

.form-pickup-container {
    margin-top: 30px;
    font-size: 1.6rem;
    color: #2f1b00;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    max-width: 600px;
    background: #FFFFFF;
    border-radius: 15px;
    gap: 15px;
}

.form-pickup-container.type-organizer {
    border: 2px solid #FC6203;
}

.form-pickup-container.type-supporter {
    border: 2px solid #02A1A7;
}

.form-pickup-container a {
    color: #2f1b00;
    font-weight: 500;
    font-size: 1.6rem;
}

.form-pickup-container p {
    margin: 0;
    padding: 0;
}

.form-pickup-title {
    display: flex;
    font-weight: 700;
    gap: 15px;
}

.form-pickup-question:before {
    color: #2f1b00;
    content: "Q";
    opacity: .4;
    font-family: Bebas Neue, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    padding-right: 15px;
}

.form-pickup-question {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 2px;
    margin-bottom: 8px;
}

.form-pickup-question:last-child {
    border-bottom: 0;
}

.form-pickup-bottom {
    display: flex;
    align-items: center;
    background: #F0F0F0;
    border-radius: 10px;
    gap: 20px;
}

.form-pickup-bottom--woman {
    width: 57px;
    height: auto;
}

.form-pickup-container .link-arrow {
    margin-left: auto;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .c_forms-title_wrapper {
        padding: 40px;
    }

    .c_forms-blob--left,
    .c_forms-blob--right {
        display: none;
    }

    .c_forms-floatmeter {
        display: none;
    }

    .c_forms-title_wrapper>img {
        display: none;
    }

    .c_forms-attention {
        max-width: 335px;
    }

    .c_forms-layout .contactform_area {
        width: 335px;
        margin-top: 20px;
    }

    .c_forms-layout .contactform_area input[type="text"],
    .c_forms-layout .contactform_area input[type="email"],
    .c_forms-layout .contactform_area input[type="tel"],
    .c_forms-layout .contactform_area select,
    .c_forms-layout .contactform_area textarea {
        width: 335px;
    }

    .c_forms-phrase--strong {
        font-size: 16px;
        height: 37px;
    }

    .c_forms-title_inner h2 {
        font-size: 2.4rem;
    }

    .c_forms-attention {
        font-size: 1.4rem;
        padding: 15px 20px 20px;
    }

    .c_forms-attention h4 {
        font-size: 18px;
        align-items: flex-end;
    }

    .c_forms-attention p {
        text-align: left;
    }

    .c_forms-attention h4 img {
        width: auto;
        height: 17px;
    }

    .c_forms-privacy-wrapper {
        font-size: 1.2rem;
    }

    .c_forms-submit-button {
        font-size: 2rem;
        width: 280px;
        padding: 12px 0 10px;
    }

    .form-pickup-container {
        padding: 20px;
    }

    .form-pickup-container a {
        text-decoration: none;
        font-size: 14px;
    }

    .form-pickup-container .link-arrow {
        margin-right: 0;
    }

    .form-pickup-bottom .link-arrow {
        margin-right: 4px;
    }
}
