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

}

.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--green {
    border: 4px solid #2DA653;
}

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

.c_forms-floatmeter--green p {
    color: #2DA653;
}

.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-link--consultation {
    color: #FC6203;
    display: inline-flex;
    align-items: stretch;
    gap: 20px;
}

.c_forms-link--consultation img {
    filter: invert(45%) sepia(41%) saturate(6320%) hue-rotate(3deg) brightness(107%) contrast(98%);
}

.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%;
}

.c_forms-title_wrapper--post {
    max-width: 800px;
    gap: 20px;
}

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

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

.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--transparent {
    background: transparent;
    max-width: 600px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 0 100px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.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;

}

/* 資料DLフォーム */

.form-dl-layout--row {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.form-dl-slide-contaier {
    width: 440px;
    background: #F2F2F2;
    border-radius: 20px;
    padding: 40px 30px;
    height: 645px;
}

.form-dl-slide-contaier .splide__track {
    width: 400px;
    height: 510px;
}

.form-dl-slide-contaier h3 {
    font-family: Zen Kaku Gothic New;
    font-weight: 900;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 30px;
}

.form-dl-slide-contaier .splide__slide {
    border-radius: 15px;
    width: 400px;

}

.form-dl-slide-box {
    width: 380px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 4px 4px 15px 0px #00000014;
}

.form-dl_title--primary {
    border-left: 7px solid #FC6203;
    padding-left: 20px;
    font-size: 2.2rem;
    font-weight: 900;
    font-family: Zen Kaku Gothic New;
    height: 32px;
    line-height: 1.5;
}

.form-dl-slide_slides {
    width: 100%;
    height: 269.5px;
}

.form-dl-slide_slides img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.form-dl-slide_caption {
    background: white;
    height: 190px;
    padding: 15px 20px 20px;
}

.form-dl-slide_caption h4 {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.form-dl-slide_caption p {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 2px;
}

.form-dl-slide_caption p::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: rgba(47, 27, 0, 0.4);
}

/* ドットの見た目 */
.splide__pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    bottom: -6px;
}

.splide__pagination__page {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s;
    opacity: 1;
}

.splide__pagination__page.is-active {
    background: #00000080;
    transform: unset;
}

/* 矢印の見た目 */
.splide__arrow {
    background: transparent;
    border: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    box-shadow: unset;
    color: #00000080;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    bottom: -30px;
}

.splide__arrow--prev {
    left: 96px;

}

.splide__arrow--next {
    right: 96px;
}

.splide__arrow svg {
    fill: #00000080;
}

.form-dl-links {
    max-width: 800px;
    width: 100%;
    padding: 10px 20px;
}

.form-dl-links__caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 40px;
}

.form-dl-links__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.form-dl-links__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-basis: 30%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 25px;
    gap: 20px;
    z-index: 1;
}

.links__item--image {
    width: 100%;
    height: 100%;
}

.links__item--image img {
    width: 100%;
    height: auto;
}

.links__item--button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 6px 8px;
    gap: 5px;
    width: 195px;
    height: 35px;
    border: 1.5px solid #FD790E;
    border-radius: 35px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FD790E;
    text-decoration: none;
}

.form-dl-start-buttons {
    max-width: 800px;
    width: 100%;
    padding: 0 0 100px 0;
}

.start-top_button--post {
    background: #F2F2F2;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px 10px 40px;
}

.start_button-container {
    display: flex;
    flex-direction: column;
}

.start-top_button--text {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.start_button-container a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 330px;
    color: rgb(255, 255, 255);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
    margin: 0px;
    border-radius: 50px;
    padding: 15px 0 15px 40px;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.start_button-container .start-top_button--orange {
    background: rgb(202, 79, 2);
}

.start_button-container .start-top_button--green {
    background: rgb(45, 166, 83);
}

.start_button-container a::after {
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    content: "";
    width: 31px;
    height: 31px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='none'%3E%3Cpath 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'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}



@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;
        text-align: center;
    }

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

    .c_forms-attention--transparent {
        text-align: center;
        padding: 0 24px 40px;
    }

    .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-link--consultation {
        font-size: 14px;
    }

    .c_forms-link--consultation img {
        transform: scale(0.8);
    }

    .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;
    }

    .form-dl-layout--row {
        flex-direction: column;
    }

    .form-dl-slide-box {
        width: 280px;
        height: 382px;
    }

    .form-dl-slide_slides {
        height: 209px;
    }

    .form-dl-slide_caption {
        height: 172px;
    }

    .form-dl-slide-contaier .splide__slide {
        width: unset;
    }

    .splide__pagination {
        left: 50%;
        transform: translateX(-50%);
    }

    .form-dl-slide-contaier {
        height: unset;
    }

    .form-dl-slide-contaier .splide__track {
        height: 420px;
    }

    .form-dl-slide_caption {
        padding: 10px 20px;
    }

    .form-dl-slide_caption h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .form-dl-slide_caption p {
        font-size: 14px;
    }

    .form-dl_title--primary {
        font-size: 20px;
        height: 29px;
    }

    .form-dl-links__inner {
        justify-content: center;
        gap: 20px;
        margin-bottom: 40px;
    }

    .form-dl-links__item {
        flex-basis: 100%;
        max-width: 335px;
    }

    .start-top_button--post {
        flex-direction: column;
        width: 100%;
    }

    .form-dl-start-buttons {
        background: #F2F2F2;
        padding: 0;
    }

    .start_button-container {
        align-items: center;
    }

    .start-top_button--text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .start_button-container a {
        font-size: 18px;
        width: 307px;
        padding: 10px 0 10px 32px;
    }

}
