/*  --------- はじめるページ --------- */

.pc-none {
    display: none;
}

.sp-none {
    display: inline;
}


/* splide */
.category-slider.is-hidden {
    display: none !important;
}


/* 共通パーツ */
.start-top p,
.start-about p,
.start-reason p,
.start-plan p,
.start-plan li,
.start-voice p,
.start-flow p,
.start-flow dt,
.start-flow dd,
.start-flow span,
.start-but p,
.start-but li,
.start-question p {
    margin-bottom: 0;
    color: #2F1B00;
}

.start-category_message h2,
.start-popup h2,
.start-plan_popup h2 {
    font-weight: 900;
    color: #FC6203;
    text-align: center;
}

.start-category_message h1 span,
.start-category_message h2 span {
    font-size: 30px;
}

.start-section_intro {
    overflow: hidden;
}

.start-section_intro_wrapper {
    background: #F9F9F9;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    margin-left: -100px;
    margin-right: -100px;
    padding: 80px 100px 0 100px;
}

.start-category {
    position: relative;
}

.start-subtitle {
    color: #FC6203 !important;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

.start-subtitle::before,
.start-subtitle::after {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #FC6203;
}

.start-subtitle::before {
    margin-right: 20px;
    transform: rotate(-25deg);
}

.start-subtitle::after {
    margin-left: 20px;
    transform: rotate(25deg);
}

.start-bg_gray {
    background-color: #F2F2F2;
}

.start-bg_lightgray {
    background-color: #F9F9F9;
}

.start-about .text-orange,
.start-reason .text-orange {
    font-size: 18px;
}

.start-img_pc {
    display: block;
}

.start-img_sp {
    display: none;
}

.text-bloodOrange {
    color: #FC2403;
}

.text-gradient01 {
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(to right,
            #FC2403 0%,
            #FC6203 50%,
            #FCA103 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* トップ */

.start-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
}

.start-top_wrapper {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.start-top_img {
    width: 100%;
    object-fit: cover;
}

.start-top_wrapper_sp {
    display: none;
}

.start-top .start-top_wrapper {
    z-index: 2;
}

.start-top .start-top_badge {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.start-top_message {
    margin-top: 6vw;
}

.start-top .blur-first {
    position: absolute;
    top: -8%;
    left: -12%;
    z-index: 1;
}

.start-top .blur-second {
    position: absolute;
    bottom: 0;
    right: -15%;
}

@media (max-width: 768px) {

    .start-top .blur-first {
        width: 200px;
        top: 3%;
        left: 68%;
    }

    .start-top .blur-second {
        width: 300px;
        right: 50%;
        bottom: 20%;
    }
}

.start-top_message h1 {
    font-size: 4.4rem;
    color: #2F1B00;
    font-weight: 900;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
}


.start-top_message .text-bloodOrange {
    margin-right: 15px;
}

.start-top_message-sp {
    display: none;
}

.start-top_copy {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.start-top_copy span {
    font-size: 4rem;
    padding-bottom: 7px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, rgba(252, 36, 3, 0.4), rgba(252, 98, 3, 0.4), rgba(252, 161, 3, 0.4)) 1;
}

.start-top__title {
    font-size: 4.2rem;
    margin-bottom: 0;
}

.start-top__title .start-top_bubble {
    position: relative;
}

.start-top__title .start-top_bubble img {
    position: absolute;
    top: -90%;
    left: 18%;
}

@media(max-width: 990px) {
    .start-top__title .start-top_bubble img {
        position: absolute;
        top: -6%;
        left: -48%;
    }
}

@media(max-width: 580px) {
    .start-top__title .start-top_bubble img {
        position: absolute;
        top: -67%;
        left: -76%;
    }
}

.start-top__title .font01 {
    font-size: 10rem;
    margin: 0 0.05em;
}

.start-top__title .font02 {
    font-size: 4.8rem;
}

.start-top__title .font03 {
    font-size: 5.6rem;
    word-break: keep-all;
    letter-spacing: -0.05em;
}


.start-top_button {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

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

.start-top_button a: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;
}

.start-top_button a:nth-of-type(1) {
    padding-left: 40px;
}

.start-top_button a:nth-of-type(2) {
    background-color: #2DA653;
    padding-left: 30px;
    color: #FFF;
    border-color: #FFF;
}


.start-top_button span {
    font-size: 16px;
    color: #02A1A7;
    background-color: #fff;
    border-radius: 50px;
    padding: 1px 10px;
    margin-right: 7px;
}

.start-top p {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.6);
}

.start-top_link {
    color: #000;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.start-top_link:hover {
    color: #000;
    text-decoration: underline;
}

/* カテゴリーセクション */

.coverd-img {
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    z-index: 5;
}

.start-category_section_intro {
    position: relative;
    z-index: 10;
    background-color: #F9F9F9;
}

.start-category_message h2 {
    font-size: 3.8rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 10px;
    line-height: 0.8;
}

.start-category .start-category_message h2 {
    line-height: 1;
}

.start-category_bg_icon {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1000px;
    z-index: 10;
}

@media (max-width: 1200px) {
    .start-category_bg_icon {
        display: none;
    }
}

.start-category_triangle {
    width: 100%;
    height: 50px;
    background-color: #F9F9F9;
    position: relative;
    clip-path: polygon(0 0,
            100% 0,
            100% 100%,
            calc(50% + 15px) 100%,
            50% calc(100% - 17px),
            calc(50% - 15px) 100%,
            0 100%);
    top: -10px;
    z-index: 1;
}

.start-category_slide_container {
    overflow: hidden;
    position: relative;
    background-color: #CB9F1F;
}

.content-carve {
    background: #F9F9F9;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    bottom: -80px;
}

.start-category_slide {
    position: relative;
    overflow: hidden;
}

.start-category_slide .start-about_splide .splide__arrow {
    top: 50%;
}

.start-category_slide .start-about_splide .splide__arrow--prev {
    left: 12rem;
}

.start-category_slide .start-about_splide .splide__arrow--next {
    right: 12rem;
}

.start-category_slide .splide__pagination {
    position: static;
    margin-top: 30px;
}

.start-category_slide_container .project-card {
    padding: 10px;
}

/* start-category_slide　nav */
.start-category_slide-nav {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 40px auto 0;
    padding-bottom: 20px;
}

.start-category_slide-nav .slide-nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: fit-content;
    min-width: 175px;
    padding: 2.8rem 1em;
    line-height: 1;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    font-size: 2rem;
    font-weight: bold;
    color: #2F1B00;
    transition: all 0.3s;
    cursor: pointer;
}

.slide-nav-button_circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.slide-nav-button[data-genre="international"] .slide-nav-button_circle {
    background-color: #FC2603;
}

.slide-nav-button[data-genre="animal"] .slide-nav-button_circle {
    background-color: #F09703;
}

.slide-nav-button[data-genre="education"] .slide-nav-button_circle {
    background-color: #F48503;
}

.slide-nav-button[data-genre="local"] .slide-nav-button_circle {
    background-color: #CB9F1F;
}

.slide-nav-button[data-genre="disaster"] .slide-nav-button_circle {
    background-color: #029EAC;
}

.slide-nav-button[data-genre="food"] .slide-nav-button_circle {
    background-color: #8CA950;
}

.slide-nav-button[data-genre="earth"] .slide-nav-button_circle {
    background-color: #18BBA8;
}

.slide-nav-button[data-genre="welfare"] .slide-nav-button_circle {
    background-color: #FA6C03;
}

.slide-nav-button[data-genre="culture"] .slide-nav-button_circle {
    background-color: #5BB176;
}

.slide-nav-button[data-genre="humanrights"] .slide-nav-button_circle {
    background-color: #02B2B1;
}

.slide-nav-button[data-genre="socialgood"] .slide-nav-button_circle {
    background-color: #0295BC;
}

.start-category_slide-nav .slide-nav-button:hover {
    transform: scale(1.1);
}

.start-category_slide-nav .slide-nav-button.is-active {
    background-color: rgba(47, 27, 0, 0.4);
    color: white;
    border: 2px solid;
}

.start-category_slide-nav .slide-nav-button[data-genre="international"].is-active {
    border-color: #FC2603;
}

.start-category_slide-nav .slide-nav-button[data-genre="animal"].is-active {
    border-color: #F09703;
}

.start-category_slide-nav .slide-nav-button[data-genre="education"].is-active {
    border-color: #F48503;
}

.start-category_slide-nav .slide-nav-button[data-genre="local"].is-active {
    border-color: #CB9F1F;
}

.start-category_slide-nav .slide-nav-button[data-genre="disaster"].is-active {
    border-color: #029EAC;
}

.start-category_slide-nav .slide-nav-button[data-genre="food"].is-active {
    border-color: #8CA950;
}

.start-category_slide-nav .slide-nav-button[data-genre="earth"].is-active {
    border-color: #18BBA8;
}

.start-category_slide-nav .slide-nav-button[data-genre="welfare"].is-active {
    border-color: #FA6C03;
}

.start-category_slide-nav .slide-nav-button[data-genre="culture"].is-active {
    border-color: #5BB176;
}

.start-category_slide-nav .slide-nav-button[data-genre="humanrights"].is-active {
    border-color: #02B2B1;
}

.start-category_slide-nav .slide-nav-button[data-genre="socialgood"].is-active {
    border-color: #0295BC;
}


.start-category_slide .is-hidden {
    display: none;
}

.start-category_slide .is-active {
    display: block;
}

.start-category_name {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    padding: 40px 0;
}

.start-category_name span {
    border: 2px solid #fff;
    padding: 10px 30px;
    margin: 0 15px;
}

.start-category_slide .default-color {
    color: #FC6203;
}


/* アバウトセクション */

.start-reason .start-section_intro_wrapper,
.start-voice .start-section_intro_wrapper,
.start-flow .start-section_intro_wrapper,
.start-but .start-section_intro_wrapper,
.start-question .start-section_intro_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.start-about,
.start-reason,
.start-plan_section,
.start-voice,
.start-but {
    background-color: #F9F9F9;
}

.start-plan {
    background-color: #F2F2F2;
}

.start-about {
    padding-bottom: 50px;
}

.start-about_content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
}

.start-about_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.start-about .start-category_message p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #FC6203;
    margin-bottom: 7px;
}

.start-about .start-category_message h2 {
    font-size: 4.6rem;
    text-align: left;
}

.start-about_wrapper h3 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #2F1B00;
    margin: 50px 0 40px;
    line-height: 1.4;
}

.start-about_wrapper h3:nth-of-type(2) {
    display: none;
}

.start-about_wrapper_text {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
}

.start-about_wrapper_text span {
    font-weight: 700;
    background: linear-gradient(transparent 60%, rgba(253, 121, 14, 0.3) 40%);
}

.start-about_button_box>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 30px;
    color: white;
    background: linear-gradient(268.08deg, #FCA103 0%, #FC6203 100%);
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

}

.start-about_button_box p {
    color: #2F1B00;
    font-weight: 500;
}

.start-about_button_box a,
.start-about_more {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
}

.start-about_button_box .icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    color: #2F1B00;
    line-height: 1;
    position: relative;
    width: 0.5em;
    height: 0.5em;
    transform: translateX(-25%) rotate(45deg);
    margin-left: 3px;
}

.start-about .start-about_button_box .start-about_more:nth-of-type(2) .icon-arrow-right {
    transform: translateX(-25%) rotate(135deg);
}

.start-about_button_box .start-about_more:nth-of-type(2) {
    padding-top: 15px;
}

.start-about_button_box .icon-arrow-right::before,
.start-about_button_box .icon-arrow-right::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}

.start-about_button_box .icon-arrow-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.05em;
}

.start-about_button_box .icon-arrow-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.05em;
}

.start-about_button_box .icon-circle {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-radius: 50%;
    box-sizing: content-box;
}

.start-about_button_box .icon-circle>span {
    width: 52%;
    height: 0.02em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.start-about_button_box .icon-circle>span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

.start-about-img_pc {
    width: 40%;
    max-width: 420px;
}

.start-about-img_sp {
    display: none;
}

.start-category_slide .splide__arrow {
    background: #fff;
    border: 2px solid rgba(33, 23, 21, 0.5);
    opacity: 1;
    height: 42px;
    width: 42px;
    transition: .2s;
    border-radius: 50%;
    top: 60%;
    z-index: 1;
}

.start-category_slide .splide__arrow--prev {
    left: 4rem;
}

.start-category_slide .splide__arrow--next {
    right: 4rem;
}

.start-category_slide .splide__arrow svg {
    fill: rgba(33, 23, 21, 0.5);
    height: 20px;
    width: 20px;
    border-radius: 10px;
}

.start-category_slide .splide__pagination {
    display: flex !important;
    gap: 10px;
    bottom: -3em;
}

.start-category_slide .splide__pagination__page {
    background: #fff;
    opacity: 0.5;
    width: 10px;
    height: 10px;
}

.start-category_slide .splide__pagination__page.is-active {
    opacity: 0.8;
}

.start-category .category-slider .slide-card {
    margin: auto;
    width: 100%;
}

/* ポップアップ */
.start-popup {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: fixed;
}

.popup-moreBtn {
    color: #fff;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    padding: 5px 20px;
}

.popup-moreBtn_sp {
    display: none;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}

.mypage_section-set {
    min-height: 660px;
}

.image-upload-modal-button {
    width: 142px;
    height: 33px;
    border: 0.5px solid #000000CC;
    font-family: Noto Sans JP;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 23.17px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #FFFFFF;
    padding: 5px 14px;
}

.image_sort_modal_back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.start-popup.show,
.start-plan_popup.show {
    visibility: visible;
    opacity: 1;
    z-index: 11;
}

.popup-overlay.show {
    visibility: visible;
    opacity: 1;
}

.start-popup {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    width: 700px;
    margin: auto;
    z-index: 20;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.start-popup .start-popup_subtitle {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #FC6203;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.start-popup .start-popup_innerbox {
    padding: 10px 40px 20px;
}

.start-popup .start-popup_innerbox img {
    max-width: 350px;
    display: block;
    margin: auto;
}

.start-popup h2 {
    font-size: 2rem;
    margin: 15px auto 10px;
}

.start-popup p {
    color: #211715;
    font-weight: 500;
    text-align: center;
    font-size: 1.6rem;
}

.start-popup_line_sp {
    display: none;
}

.start-popup_navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.start-popup_navi_middle {
    justify-content: flex-end;
    gap: 30px;
}

.start-popup_navi .start-popup_pagination ul {
    display: flex;
    gap: 20px;
}

.start-popup_navi_middle .start-popup_pagination {
    margin-right: auto;
}

.start-popup_navi .start-popup_pagination ul li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.2;
}

.start-popup_navi .start-popup_pagination ul li.active {
    opacity: 0.5;
}

.start-popup_navi .start-popup_next,
.start-popup_navi .start-popup_prev {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.start-popup_navi .start-popup_next:hover,
.start-popup_navi .start-popup_prev:hover {
    opacity: 0.6;
}

.start-popup_navi .start-popup_next p,
.start-popup_navi .start-popup_prev p,
.start-popup_navi .start-popup_next .icon-arrow-right,
.start-popup_navi .start-popup_prev .icon-arrow-right {
    color: #FC6203;
    font-size: 1.4rem;
}

.start-popup_navi .start-popup_prev .icon-arrow-right {
    transform: translateX(-25%) rotate(225deg);
}

.start-but_checkbox .checkbox,
.start-plan_checkbox {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 1em;
    background-color: rgba(253, 121, 14, 0.8);
    border-radius: 1px;
    box-sizing: content-box;
    margin-right: 10px;
}

.start-plan_checkbox {
    background-color: rgba(0, 0, 0, 0.25);
}

.start-but_checkbox .checkbox>span,
.start-plan_checkbox>span {
    width: 0.58em;
    height: 0.3em;
    border: 0.15em solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(-45deg);
    position: absolute;
    top: 0;
    left: 1px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 1px;
}

.start-but_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 400;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 15px 0 0;
}

.start-but_link .icon-arrow-right::before,
.start-but_link .icon-arrow-right::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}

.start-but_link .icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    color: #2F1B00;
    line-height: 1;
    position: relative;
    width: 0.5em;
    height: 0.5em;
    transform: translateX(-25%) rotate(45deg);
    margin-left: 3px;
}

.start-but_link .icon-arrow-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.05em;
}

.start-but_link .icon-arrow-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.05em;
}

.start-popup a {
    color: #000;
    text-decoration: underline;
}

.start-popup_close_btn,
.start-plan_popup_close_btn {
    position: absolute;
    bottom: -30px;
    left: 45%;
    color: #fff;
}

.popup_close_btn {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
    margin-left: 5px;
}

.popup_close_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

/* 3つの理由セクション */

.start-reason .start-section_intro_wrapper,
.start-voice .start-section_intro_wrapper,
.start-but .start-section_intro_wrapper {
    background: #F2F2F2;
}

.start-category_message h2 span {
    font-size: 7.4rem;
}

.start-reason_card_section {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
    padding: 80px 20px 60px;
    height: auto;
    overflow: visible;
    position: relative;
}

.start-reason_navi {
    flex-basis: 35%;
}

.start-reason_navi ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 60px;
    position: sticky;
    top: 200px;
}

.start-reason_navi ul li {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;
}

.start-reason_navi ul li a {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.start-reason_navi ul li p {
    font-size: 2rem;
    color: #2F1B00;
    font-weight: 700;
    margin: 0 auto;
}

.start-reason_navi ul li:hover {
    border-color: #FC6203;
}

.start-reason_navi ul li:hover p,
.start-reason_navi ul li:hover .icon-arrow-right {
    color: #FC6203;
}

.start-reason_navi li.is-active {
    border-color: #FC6203;
}

.start-reason_navi li.is-active p,
.start-reason_navi li.is-active .icon-arrow-right {
    color: #FC6203;
}

.start-reason_card_box {
    flex-basis: 60%;
}

.start-reason_card {
    background-color: #fff;
    border: 2px solid #FC6203;
    border-radius: 20px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    margin: 20px auto 60px;
    scroll-margin-top: 150px;
}

.start-reason_card:nth-of-type(2),
.start-reason_card:nth-of-type(3) {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0.9);
    opacity: 0;
}

.start-reason_card:nth-of-type(2).is-active,
.start-reason_card:nth-of-type(3).is-active {
    transform: scale(1);
    opacity: 1;
}

.start-reason_card_number {
    color: #fff !important;
    font-family: 'Bebas Neue';
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 2px;
    background: linear-gradient(to right, #FC6203, #FCA103);
    border-radius: 50px;
    padding: 5px 30px;
    position: absolute;
    top: -23px;
}

.start-reason_card .balloon {
    color: #2F1B00;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.start-reason_card .balloon::before,
.start-reason_card .balloon::after {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #2F1B00;
}

.start-reason_card .balloon::before {
    margin-right: 10px;
    transform: rotate(-25deg);
}

.start-reason_card .balloon::after {
    margin-left: 10px;
    transform: rotate(25deg);
}

/* .start-reason .balloon {
    position: relative;
    background: #FD790E;
    border-radius: 50px;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.start-reason .balloon:after,
.start-reason .balloon:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.start-reason .balloon:after {
    border-color: rgba(0, 0, 0, 0);
    border-width: 10px;
    margin-left: -10px;
}

.start-reason .balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #FD790E;
    border-width: 10px;
    margin-left: -10px;
} */

.start-reason_underline {
    font-size: 2.8rem;
    font-weight: 900;
    text-align: center;
    color: #2F1B00;
}

.start-reason_card_text p {
    font-size: 18px;
    font-weight: 500;
}

.start-reason_card_text .start-about_button_box {
    display: none;
}

.start-reason .small-text {
    font-size: 14px;
    font-weight: 400;
    margin: 10px auto;
}

.start-about_button_box p {
    font-size: 16px;
    margin-bottom: 0;
}

.start-reason_card_img {
    width: 450px;
}

.start-reason_reference {
    font-size: 10px !important;
    font-weight: 300 !important;
}

.start-reason_option {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 1100px;
    margin: auto;
    padding: 0 40px 30px 40px;
}

.start-reason_option_bg {
    padding-bottom: 60px;
}

.start-plan_option {
    background-color: #fff;
    margin-top: 60px;
}

.start-reason_option_heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.start-reason_option_heading p {
    font-size: 18px;
    font-weight: 500;
}

.start-reason_option_accordion {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.start-reason_option_card {
    width: 290px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 20px 0;
    overflow: hidden;
}

.start-reason_option_card_sp,
.start-reason_option_card_sp_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.start-reason_option_card_sp {
    gap: 10px;
}

.start-reason_option_accordion .start-reason_option_card_2nd:nth-of-type(2) {
    padding-top: 25px;
}

.start-reason_option_accordion .start-reason_option_card_2nd:nth-of-type(2)>img {
    padding-bottom: 7px;
}

.start-reason_option_card p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.start-reason_option_card_title {
    font-size: 20px !important;
    font-weight: 700 !important;
}

/* アコーディオンコンテンツ */

.accordion-icon-circle {
    display: inline-block;
    vertical-align: middle;
    color: #FD790E;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 1em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    box-sizing: content-box;
}

.accordion-icon-circle_sp {
    display: none;
}

.accordion-icon-circle>span {
    width: 60%;
    height: 0.15em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.accordion-icon-circle>span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

.start-reason_accordion_content {
    width: 100%;
    padding: 0 8px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.start-reason_option_card.active .start-reason_accordion_content {
    max-height: 150px;
}

.start-reason_option_card.active .accordion-icon-circle span::before {
    transform: rotate(0deg);
}

.start-reason_accordion_inner {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.start-reason_accordion_inner img {
    padding: 15px 30px;
}

.start-reason_accordion_inner .text-orange {
    font-size: 15px;
}

.accordion_inner_second {
    padding-top: 15px;
}

/* プランセクション */

.start-plan .start-category_message h2,
.start-question .start-category_message h2 {
    padding-bottom: 50px;
    margin-bottom: 0;
}

.start-plan_section {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 40px;
}

.start-plan_own,
.start-plan_together {
    width: 530px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
}

.start-plan_own:hover,
.start-plan_together:hover {
    transform: scale(1.05);
}

.start-plan_own {
    border: 2.5px solid #FC6203;
    background-color: #fff;
}

.start-plan_together {
    background: linear-gradient(to right, #FC2403, #FC6203, #FCA103);
    padding: 2.5px;
}

.start-plan_early {
    width: 800px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: auto;
    border: 2.5px solid #A1A1A1;
}

.start-plan_together .start-plan_badge {
    position: absolute;
    top: -2px;
    left: -2px;
}

.start-plan_own h3,
.start-plan_together h3,
.start-plan_early h3 {
    color: #fff;
    font-weight: 900;
    background-color: #FC6203;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.start-plan_together h3 {
    background: linear-gradient(to right, #FC2403, #FC6203, #FCA103);
}

.start-plan_early h3 {
    background-color: #A1A1A1;
}

.start-plan_own_box {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.start-plan_innerbox {
    display: flex;
    flex-direction: column;
    padding: 13px 0 20px;
    width: 385px;
    margin: auto;
}

.start-plan_early .start-plan_innerbox {
    width: 760px;
}

.start-plan_early .start-plan_innerbox_second {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding-top: 10px;
    text-align: center;
}

.start-plan_early .start-plan_innerbox_second p:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.start-plan_innerbox_top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.start-plan_early .start-plan_underline {
    position: relative;
    z-index: 0;
}

.start-plan_early .start-plan_underline::before {
    position: absolute;
    content: "";
    background: #FC62034D;
    width: 100%;
    height: 0.6em;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.start-plan_early .start-plan_innerbox_top p {
    font-size: 20px;
    font-weight: 900;
}

.start-plan_innerbox_top_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.start-plan_innerbox_top_inner .start-about_button_box,
.start-plan_innerbox_top .start-about_button_box {
    display: flex;
    align-items: center;
    gap: 26px;
    cursor: pointer;
}

.start-plan_innerbox_top .start-about_button_box {
    gap: 15px;
}

.start-plan_innerbox_top_inner .start-about_button_box p {
    color: #2F1B00 !important;
}

.start-plan_innerbox_top_inner .start-about_button_box .icon-arrow-right,
.start-plan_innerbox_top .start-about_button_box .icon-arrow-right {
    width: 0.8em;
    height: 0.8em;
}

.start-plan_innerbox_top_inner .start-about_button_box .icon-arrow-right::before,
.start-plan_innerbox_top .start-about_button_box .icon-arrow-right::before {
    height: 0.1em;
}

.start-plan_innerbox_top_inner .start-about_button_box .icon-arrow-right::after,
.start-plan_innerbox_top .start-about_button_box .icon-arrow-right::after {
    width: 0.15em;
}

.start-plan_innerbox_top_inner p {
    font-size: 32px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.3;
}

.start-plan_own .start-plan_innerbox_top_inner p:nth-of-type(2) {
    color: #2F1B00;
}

.start-plan_together .start-plan_innerbox_top_inner p:nth-of-type(1) {
    color: #FC6203;
}

.start-plan_innerbox_top_inner .dollar_mark,
.start-plan_early .start-plan_innerbox_second .dollar_mark {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 50%;
    padding: 3px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-plan_own .start-plan_innerbox_top_inner .dollar_mark {
    background-color: #2F1B00;
}

.start-plan_together .start-plan_innerbox_top_inner .dollar_mark {
    background-color: #FC6203;
}

.start-plan_early .start-plan_innerbox_second .dollar_mark {
    background-color: #A1A1A1;
}

.start-plan_together .start-plan_innerbox_top_inner span:nth-of-type(2) {
    color: #FC6203;
    font-size: 16px;
}

.start-plan_together .start-plan_innerbox_top_inner p:nth-of-type(2) {
    font-size: 13px;
    font-weight: 300;
}

.start-plan_innerbox ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 380px;
    padding: 15px 0;
    margin-top: 15px;
}

.start-plan_innerbox li,
.start-plan_innerbox .start-plan_tip p:nth-of-type(2) {
    font-size: 1.8rem;
    font-weight: 500;
}

.start-plan_checkbox_last {
    display: flex;
    align-items: center;
}

.start-plan_checkbox_last .start-plan_etc {
    margin-left: auto;
}

.start-plan_innerbox .start-plan_etc {
    opacity: 0.6;
}

.start-voice_plan p:nth-of-type(2) {
    opacity: 0.8;
}

.start-plan_innerbox .start-plan_tip p:nth-of-type(1),
.start-voice_plan p:nth-of-type(1) {
    color: #fff;
    font-weight: 500;
    display: inline;
    padding: 3px 10px;
    border-radius: 50px;
}

.start-plan_own .start-plan_innerbox .start-plan_tip p:nth-of-type(1) {
    background-color: #FC6203;
}

.start-plan_together .start-plan_innerbox .start-plan_tip p:nth-of-type(1) {
    background: linear-gradient(to right, #FC6203, #FCA103);
}

.start-plan_tip p:nth-of-type(1) {
    font-size: 1.6rem;
}

.start-plan_innerbox .start-plan_tip p:nth-of-type(2) {
    margin-top: 5px;
    font-size: 1.6rem;
}

.start-plan_caution {
    background: #F5F5F5;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 10px;
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    gap: 15px;
}

.start-plan_plus {
    text-align: center;
    margin: auto;
    padding: 30px 0;
}

.start-plan_dil-plus {
    display: inline-block;
    vertical-align: middle;
    color: #A1A1A1;
    line-height: 1;
    width: 2em;
    height: 0.2em;
    background: currentColor;
    border-radius: 0.3em;
    position: relative;
}

.start-plan_dil-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

.start-plan_early .start-plan_innerbox_second p:nth-of-type(1) {
    margin-bottom: 5px;
    font-weight: 500;
}

/* ポップアップ */
.start-plan_popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    width: 1150px;
    overflow: auto;
    max-height: 380px;
    margin: auto;
    z-index: 20;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
}

.start-plan_popup h2 {
    margin-bottom: 25px;
    font-size: 24px;
}

.start-plan_popup_box {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-top: 25px;
}

.start-plan_popup_innerbox {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.start-plan_own_popup .start-plan_popup_innerbox {
    width: min(333px, 100%);
}

.start-plan_together_popup .start-plan_popup_innerbox {
    width: min(380px, 100%);
}

.start-plan_popup_innerbox h3 {
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
}

.start-plan_own_popup .start-plan_popup_innerbox h3 {
    background-color: #50BCE7;
}

.start-plan_together_popup .start-plan_popup_innerbox h3 {
    background-color: #FD790E;
}

.start-plan_popup_innerbox p {
    font-weight: 500;
    font-size: 16px;
}

.start-plan_popup_innerbox .text-orange {
    font-size: 16px;
}

.start-plan_option .start-reason_option_card {
    width: 450px;
    background-color: #fff;
}

.start-plan_option .start-reason_option_card img {
    height: 74px;
}

.start-reason_accordion_inner p {
    line-height: 1.5;
}

/* 利用者の声セクション */

.start-voice {
    position: relative;
    overflow: hidden;
}

.start-voice .blur-first {
    position: absolute;
    top: -2%;
    left: -10%;
    width: 400px;
}

.start-voice .blur-second {
    position: absolute;
    bottom: -5%;
    right: -12%;
    width: 400px;
}

.start-flow .blur-second {
    display: none;
}



@media(max-width: 768px) {
    .start-voice .blur-first {
        top: -4%;
        left: -23%;
        width: 200px;
    }

    .start-voice .blur-second {
        display: none;
    }

    .start-flow .blur-second {
        display: block;
        position: absolute;
        top: -3%;
        right: -15%;
        width: 200px;
    }
}

.start-voice .start-category_message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.start-voice .balloon {
    position: relative;
    background: #fff;
    width: 287px;
    border-radius: 50px;
    padding-bottom: 5px;
    color: #FC6203;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.6rem;
    font-weight: 900;
    text-align: center;
    border: 3px solid #FC6203;
    line-height: 1.2;
}

.start-voice .balloon span {
    font-size: 4.8rem;
    vertical-align: sub;
    padding: 0 10px;
}

.start-voice .balloon:after,
.start-voice .balloon:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.start-voice .balloon:after {
    border-color: rgba(0, 0, 0, 0);
    border-width: 10px;
    margin-left: -10px;
    border-top-color: #FC6203;
}

.start-voice .balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #FC6203;
    border-width: 10px;
    margin-left: -10px;
}

.start-voice_section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.start-voice_section_sp {
    display: none;
}

.start-voice_box {
    display: flex;
    gap: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 60px;
    max-width: 800px;
    margin: auto;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid #FC6203;
}

.start-voice_box_profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 18%;
}

.start-voice_box_profile p:nth-of-type(1) {
    font-size: 1.4rem;
    font-weight: 400;
    opacity: 0.8;
}

.start-voice_box_profile p:nth-of-type(2) {
    font-size: 1.6rem;
    font-weight: 400;
}

.start-voice_box_profile .customer_img {
    width: 100px;
    margin-bottom: 20px;
}

.start-voice_box:nth-of-type(1) {
    margin-top: 50px;
}

.start-voice_box:nth-of-type(3) {
    margin-bottom: 50px;
}

.start-voice_innerbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-basis: 77%;
}

.start-voice_plan {
    display: flex;
    align-items: center;
    gap: 10px;
}

.start-voice_subtitle {
    font-size: 2.4rem;
    font-weight: 700;
}

.start-voice_content {
    font-size: 1.6rem;
    font-weight: 400;
}

.start-voice_innerbox .start-about_button_box {
    margin-left: auto;
}

.start-voice_innerbox .start-about_button_box p {
    font-weight: 400;
    font-size: 1.5rem;
}

.start-read-more_box {
    display: none;
}

/* フローセクション */

.start-flow {
    position: relative;
    overflow: hidden;
}

.start-flow .start-about_icon {
    width: 178px;
}

.start-folw_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.start-flow_box {
    padding-left: 0;
    max-width: 800px;
}

.start-flow_box>li {
    list-style-type: none;
    position: relative;
    padding-left: 100px;
}

.start-flow_box>li:not(:last-child) {
    padding-bottom: 10px;
}

.start-flow_box>li .start-flow_icon {
    width: 60px;
    height: 60px;
    line-height: 1.7em;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 0;
    font-family: "Bebas Neue", "Noto Sans JP";
    font-weight: 300;
    font-size: 36px;
}

.start-flow_icon1 {
    background-color: #FFB54D;
}

.start-flow_icon2 {
    background-color: #FD790E;
}

.start-flow_icon3 {
    background-color: #F35B0E;
}

.start-flow_box>li:not(:last-child)::before {
    content: '';
    width: 6px;
    height: 100%;
    position: absolute;
    top: calc(50% - -30px);
    left: 28px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.start-flow_box>li:nth-child(1)::before {
    background: linear-gradient(180deg, #FFB54D, #FD790E);
}

.start-flow_box>li:nth-child(2)::before {
    background: linear-gradient(180deg, #FD790E, #F35B0E);
}

.start-flow_box>li dl dt {
    font-size: 24px;
    font-weight: 700;
}

.start-flow_box>li dl,
.start-flow_box>li dl dt {
    margin-bottom: 10px;
}

.start-flow_box>li:not(:first-child) dl dt {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.start-flow_box>li dl dt img {
    margin-right: 10px;
}

.start-flow_box>li dl dd {
    margin-left: 0;
    font-size: 16px;
    font-weight: 500;
}

.start-flow_link_box {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    padding: 10px 20px 10px 0;
    margin-top: 10px;
}

.start-flow_link_box .start-about_button_box p {
    font-size: 1.4rem;
}

.start-flow_date {
    font-size: 1.6rem;
    font-weight: 400;
}

.start-flow_caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: auto;
    padding: 40px 0 80px;
}

.start-folw_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 25px solid #F2580D;
    border-bottom: 0;
}

.start-flow_caption p {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}

.start-flow_caption span {
    font-size: 14px;
}

/* だけどセクション */

.start-but_text {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 50px 0 30px;
}

.start-but_checkbox ul {
    border: 2px solid #FD790E;
    border-radius: 10px;
    padding: 20px 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto 15px;
    width: 800px;
    background-color: #fff;
}

.start-but_checkbox ul li {
    font-size: 18px;
    font-weight: 500;
    width: 730px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding: 10px 0 10px 220px;
}

.start-banner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 40px auto 0;
    padding-bottom: 60px;
}

.start-banner {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 800px;
    border-radius: 10px;
    background-color: #fff;
}

.start-banner p {
    font-weight: 500;
    font-size: 1.8rem;
}

.start-but .start-top_button-blue {
    background: #2DA653;
    color: #fff;
    padding-left: 25px !important;
    border-color: #FFF;
}

.start-but .start-top_button-blue:after {
    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;
}

/* 質問セクション */

.start-question .start-section_intro_wrapper p {
    color: #FD790E;
    font-size: 24px;
    font-weight: 500;
}

.start-question_container {
    display: flex;
    gap: 60px;
    justify-content: center;
    width: 85%;
    max-width: 1100px;
    margin: auto;
}

.start-question_container ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 50%;
}

.start-question_container .start-reason_option_card p {
    font-size: 18px;
    margin-right: 20px;
    font-weight: 500;
}

.start-question .start-reason_option_card {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    align-items: unset;
    padding: 0;
}

.start-question_qbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px 5px;
}

.start-question_q {
    display: flex;
    align-items: center;
    gap: 15px;
}

.start-question_q::before {
    color: #FD790E;
    content: "Q";
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
}

.accordion-icon-arrow_bottom {
    display: inline-block;
    vertical-align: middle;
    color: #211715;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.15em solid currentColor;
    border-radius: 0.1em;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    padding-left: 8px;
}

.start-reason_option_card.active .accordion-icon-arrow_bottom {
    transform: rotate(315deg);
}

.start-question_a {
    padding-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.start-question_a::before {
    color: #50BCE7;
    content: "A";
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
}

.start-qa-more_box {
    display: none;
}

/* 資料請求フォーム */

.start-form__wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 10rem;
    background: #FFF;
    border-radius: 20px;
    padding: 40px;
}

.start-form__title {
    margin: 0 auto 20px;
}

.start-form__title p {
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
    width: fit-content;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 900;
    color: #FC6203;
    padding: 7px 15px;
    border-radius: 2.5rem;
    border: 2px solid #FC6203;
    margin: 0 auto 20px;
}

.start-form__title p:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -12px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    color: #FC6203;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.5em 0.3em;
    border-top-color: currentColor;
    border-bottom: 0;
}

.start-form__title h3 {
    width: 100%;
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3rem;
    text-align: center;
    font-weight: 900;
    color: #FC6203;
}

.start-form__info {
    padding: 20px 10px 50px;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.start-form__info p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

@media(max-width: 768px) {
    .start-form__info p {
        font-size: 14px;
    }
}

.start-form-main {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.start-form-main .form-dl-slide {
    width: 400px;
}

.start-form-main .dl-slide-sp {
    display: none;
}

@media(max-width: 768px) {
    .start-form-main .form-dl-slide-contaier {
        display: none;
    }

    .start-form-main .dl-slide-sp {
        display: flex;
        flex-direction: column;
        background: #F2F2F2;
        gap: 8px;
        border-radius: 10px;
        padding: 20px;
    }

    .start-form-main .dl-slide-sp h3 {
        text-align: center;
        font-weight: 900;
        border-bottom: 10px;
    }

    .start-form-main .dl-slide-sp h4 {
        font-size: 16px;
    }

    .start-form-main .dl-slide-sp h4::before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 100%;
        background: rgba(47, 27, 0, 0.4);
        margin-right: 6px;
        vertical-align: middle;
    }

    .start-form-main .contactform_area ul li p {
        font-size: 16px;
    }

    .start-form-main .contactform_area-privacy {
        margin-bottom: 12px;
        color: #000;
    }
}

.start-form-main .form-dl-slide-contaier {
    width: 400px;
    padding: 40px 30px;
    height: 615px;
}

.start-form-main .form-dl-slide-contaier .splide__track {
    width: 360px;
    height: 450px;
}

.start-form-main .form-dl-slide-box {
    width: 340px;
}

.start-form-main .form-dl-slide_slides {
    width: 340px;
    height: 240.7px;
}

.start-form-main .form-dl-slide_caption {
    width: 340px;
    height: 190px;
    padding: 15px 18px 20px;
}

.start-form-main .form-dl-slide_caption p {
    gap: 10px;
}


.start-form-main .splide__pagination {
    bottom: -28px;
}

.start-form-main .splide__arrow {
    bottom: -52px;
}

.start-form-main .splide__arrow svg {
    width: 16px;
}

.start-form-main .splide__arrow--prev {
    left: 60px;
}

.start-form-main .splide__arrow--next {
    right: 60px;
}

.start-form_area.contactform_area {
    width: 540px;
    padding-bottom: 0;
    margin: 0;
}

.start-form_area.contactform_area input[type="text"],
.start-form_area.contactform_area input[type="email"],
.start-form_area.contactform_area input[type="tel"],
.start-form_area.contactform_area select {
    width: 100%;

}

.start-form_area.contactform_area textarea {
    width: 100%;
}

.start-form_area button.contactform_area_submit {
    position: relative;
    width: 330px;
    height: auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    background: #FC6203;
    border-radius: 50px;
    padding: 1.5rem 1.5rem 1.5rem 0;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

@media(max-width: 768px) {
    .start-form_area button.contactform_area_submit {
        padding: 1rem 1rem 1rem 0;
        font-size: 1.8rem;
        width: 300px;
    }
}



.start-form_area button.contactform_area_submit::after {
    position: absolute;
    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: contain;
    background-position: center;
}

.contactform_area-privacy a {
    color: #000;
}

.start-form_text--strong {
    font-weight: 500;
    font-size: 15px;
}

@media(max-width: 768px) {
    .start-form_area button.contactform_area_submit::after {
        width: 22px;
        height: 22px;
    }

    .start-form_text--strong {
        font-size: 14px;
    }
}

/* はじめるページフッター */

.start-footer_context {
    background: linear-gradient(to right, #FC2403, #FC6203, #FCA103);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 100px 0;
}

.start-footer_context h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 4.8rem;
    font-weight: 900;
}

.start-but h2:nth-of-type(2),
.start-footer_context h2:nth-of-type(2) {
    display: none;
}

.manual-break br {
    display: none;
}

.start-footer_context p {
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.6;
    font-weight: 700;
    font-size: 1.8rem;
}

.start-footer_context p:last-child {
    margin-bottom: 0;
}

.start-footer_context .start-top_button {
    margin-top: 0;
}

.start-footer_context .start-top_button a {
    background: #fff;
    color: #FC6203;
    padding: 1rem 0 1rem 70px;
    border: 2px solid #FC6203;
    box-shadow: none;
}

.start-footer_context .start-top_button a:after {
    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="%23FC6203"/></svg>');
}

.start-footer_intro {
    position: relative;
    margin-bottom: 400px;
}

.splide-intro .splide__track {
    width: 100%;
}

@media (max-width: 768px) {
    .start-footer_intro {
        margin-bottom: 430px;
    }

    .splide-intro .splide__slide {
        height: 354px;
    }
}

.splide-intro .splide__slide img {
    width: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {

    .splide-intro .splide__slide .intro-slide-image-pc {
        display: none;
    }
}

@media (min-width: 768px) {
    .splide-intro .splide__slide .intro-slide-image-sp {
        display: none;
    }
}

.start-footer_intro-content {
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translateX(-50%);
}

.start-footer_intro-content-inner {
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    border: 3px solid #FC6203;
    max-width: 1100px;
    width: 100%;
}

@media (max-width: 768px) {
    .start-footer_intro-content {
        top: 314px;
        max-width: 335px;
    }

    .start-footer_intro-content-inner {
        position: relative;
        padding: 100px 30px 40px;
        width: 100%;
    }
}

.start-footer_intro-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.start-footer_message_pc {
    max-width: 763px;
}

.start-footer_message_sp {
    display: none;
}

@media (max-width: 768px) {
    .start-footer_message_pc {
        display: none;
    }

    .start-footer_message_sp {
        display: block;
        max-width: 274px;
    }
}

.start-footer_intro-content-wrap .intro-achieve {
    margin: 0 auto;
}

.start-footer_intro-content-wrap .intro-achieve img {
    max-width: 130px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .start-footer_intro-content-wrap .intro-achieve img {
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 110px;
    }
}

.start-footer_intro-content .start-top_button {
    margin-top: 40px;
}

.start-footer_endsection {
    margin: 60px auto 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.start-index {
    background-color: #F9F9F9;
}

.start-index_button {
    background-color: #fff;
    padding: 10px 0;
    position: fixed;
    bottom: -100px;
    width: 100%;
    transition: bottom 0.3s ease;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.start-index_button.is-visible {
    bottom: 0;
}

.start-index_button.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.start-index_button .start-top_button {
    justify-content: center;
    margin-top: 0;
}

.start-index_button .start-index_button_img {
    position: absolute;
    left: 15%;
    top: -10%;
}

.start-top_button_sp {
    display: none;
}

.start-index .fade-in {
    opacity: 0;
    transform: translateY(50px);
    visibility: hidden;
    transition: opacity 1.2s ease, transform 1.5s ease;
}

.start-index .fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.start-flow .start-top_button a:nth-child(1),
.start-footer_intro-content .start-top_button a:nth-child(1) {
    padding-left: 80px;
}

@media (min-width: 1440px) {

    .start-popup,
    .start-plan_popup {
        top: 55%;
        max-height: 700px;
    }
}

@media (max-width: 1299px) {

    .start-category_slide_container .slide-card,
    .start-category_slide_container .project-card {
        width: 285px;
        padding: 10px;
    }

    .start-reason_card_parallax figure {
        display: none;
    }
}

@media (max-width: 1170px) {
    .start-plan_popup {
        width: 700px;
        max-height: 500px;
    }
}

@media (max-width: 1055px) {

    .start-plan_section {
        flex-direction: column;
        align-items: center;
        margin: auto 20px;
    }
}

@media (max-width: 950px) {

    .start-reason_option_accordion,
    .start-reason_option_accordion {
        flex-direction: column;
    }
}

@media (max-width: 768px) {

    .pc-none {
        display: inline;
    }

    .sp-none {
        display: none;
    }

    /* 共通パーツ */

    .start-section_intro_wrapper {
        padding: 60px 100px 0 100px;
    }

    .start-subtitle {
        font-size: 1.6rem;
    }

    .start-subtitle::before,
    .start-subtitle::after {
        height: 10px;
    }

    .start-subtitle::before {
        margin-right: 10px;
    }

    .start-subtitle::after {
        margin-left: 10px;
    }

    .start-img_pc {
        display: none;
    }

    .start-img_sp {
        display: block;
    }

    .start-banner-box {
        margin: 40px auto 60px;
    }

    .start-about_button_box p {
        font-size: 1.3rem;
    }

    .start-about,
    .start-reason_option_bg,
    .start-voice_box:nth-of-type(3) {
        padding-bottom: 40px;
    }

    /* トップ */

    .start-top_wrapper_pc {
        display: none;
    }

    .start-top_wrapper_sp {
        display: contents;
    }

    .start-top .start-top_badge {
        width: 100px;
        height: 100px;
        top: 3%;
    }

    /* .start-top_message {
        display: none;
    } */

    .start-top_message h1 {
        font-size: 5.3vw;
        padding-bottom: 5px;
        line-height: 1.2;
    }

    .start-top_copy span {
        font-size: 5.3vw;
    }

    .start-top_bubble h1 {
        font-size: 5.3vw;
        letter-spacing: normal;
        line-height: 1.2;
    }

    .start-top__title .font01 {
        font-size: 14.4vw;
    }

    .start-top__title .font02 {
        font-size: 8.5vw;
    }

    .start-top__title .font03 {
        font-size: 8vw;
    }

    .start-top__title .start-top_bubble img {
        position: absolute;
        top: -67%;
        left: -76%;
    }

    .start-top_bubble img {
        top: 13px;
        left: -18px;
        width: 85px;
    }

    .start-top_button {
        flex-direction: column;
        margin-top: 0;
        gap: 10px;
    }

    .start-top_button a {
        padding: 1rem 0;
        font-size: 1.8rem;
        width: 300px;
    }

    .start-top_button a:after {
        width: 22px;
        height: 22px;
    }

    .start-top p {
        padding: 0 20px;
    }

    .start-top_link {
        color: #000;
        font-size: 1.3rem;
        font-weight: 400;
        display: flex;
        text-decoration: none;
        align-items: center;
        gap: 5px;
    }

    .start-top_link svg {
        padding-top: 2px;
    }

    /* カテゴリー */

    .coverd-img {
        top: -70px;
    }

    .start-category .start-category_message {
        padding-bottom: 30px;
    }

    .start-category_message h2 {
        line-height: 1;
    }

    .start-category .start-category_message h2 {
        font-size: 2.2rem;
        line-height: 1.4;
    }

    .start-category .start-category_message h2:first-of-type {
        font-size: 3.2rem;
    }

    .start-category_slide-nav {
        gap: 8px;
        margin: 0 20px;
    }

    .start-category_slide-nav .slide-nav-button {
        font-size: 1.6rem;
        min-width: 66px;
        padding: 0.5rem 1rem;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 50px;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    }

    .start-category_triangle {
        height: 25px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + 10px) 100%, 50% calc(100% - 12px), calc(50% - 10px) 100%, 0 100%);
    }

    .start-category_slide_container {
        padding: 0;
    }

    .start-category_name {
        font-size: 2rem;
        line-height: 1.8;
        padding: 20px 0;
    }

    .start-category_name span {
        padding: 2px 6px 2px 10px;
        margin: 5px;
    }

    .start-category_slide .splide__pagination__page {
        width: 6px;
        height: 6px;
    }

    .default-category_slide_container::before {
        height: 18px;
    }

    .content-carve {
        height: 150px;
        bottom: -50px;
    }

    /* アバウト */

    .start-about_content {
        display: block;
    }

    .start-about .start-category_message p {
        font-size: 2.8rem;
        font-weight: 900;
        text-align: center;
        margin-bottom: 1rem;
    }

    .start-about .start-category_message h2 {
        font-size: 3.2rem;
        letter-spacing: 0;
        text-align: center;
    }

    .start-about_icon {
        height: 120px;
        margin: 20px auto;
    }

    .start-about_wrapper {
        background-color: transparent;
        padding: 20px;
    }

    .start-about_wrapper h3:nth-of-type(1) {
        display: none;
    }

    .start-about_wrapper h3:nth-of-type(2),
    .start-about_wrapper_text {
        display: block;
        text-align: center;
        line-height: 1.5
    }

    .start-about_wrapper h3 {
        font-size: 16px;
        margin: 2rem auto;
    }

    .start-about-img_pc {
        display: none;
    }

    .start-about-img_sp {
        display: block;
        width: 100%;
    }

    .start-about_wrapper_text {
        padding: 20px 0;
        font-size: 1.4rem;
        line-height: 1.8;
    }

    .start-about .start-about_button_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .start-about_button_box .start-about_more:nth-of-type(2) {
        padding-top: 0;
    }

    .start-about_button_box a,
    .start-about_more {
        text-decoration: none;
    }

    /* ポップアップ */

    .start-popup {
        width: 300px;
        max-height: 500px;
        top: 55%;
        border-radius: 10px;
    }

    .start-popup h2 {
        width: 100%;
        font-size: 20px;
        margin: 15px auto;
    }

    .start-popup .start-popup_subtitle {
        margin-bottom: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .start-popup p {
        text-align: left;
    }

    .start-popup_line_pc {
        display: none;
    }

    .start-popup_line_sp {
        display: block;
    }

    .start-popup .start-popup_innerbox {
        padding: 15px 20px;
    }

    .start-popup .start-popup_innerbox img {
        max-width: 260px;
    }

    .start-popup_navi .start-popup_pagination ul {
        gap: 10px;
    }

    .start-popup_navi .start-popup_pagination ul li {
        width: 6px;
        height: 6px;
    }

    .popup_close_btn {
        width: 1.2em;
    }

    .start-plan_popup {
        width: 325px;
        height: auto;
        top: 55%;
        padding: 40px 0px 20px;
    }

    .start-plan_popup h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .start-plan_own_popup .start-plan_popup_innerbox,
    .start-plan_together_popup .start-plan_popup_innerbox {
        width: min(285px, 100%);
    }

    .start-plan_popup_box {
        padding-top: 10px;
    }

    .start-plan_popup_innerbox h3 {
        font-size: 15px;
    }

    .start-plan_popup_innerbox p,
    .start-plan_popup_innerbox .text-orange {
        font-size: 14px;
    }

    .start-plan_option .start-reason_option_card {
        width: 285px;
    }

    .start-reason_accordion_inner img {
        width: 100%;
    }

    /* 理由 */

    .start-reason .start-category_message h2,
    .start-plan .start-category_message h2,
    .start-voice .start-category_message h2,
    .start-flow .start-category_message h2,
    .start-but .start-category_message h2,
    .start-question .start-category_message h2 {
        font-size: 3.2rem;
        letter-spacing: 0;
    }

    .start-reason .start-category_message h2 span,
    .start-plan .start-category_message h2 span {
        font-size: 4.2rem;
    }

    .start-reason_card {
        padding: 40px 20px;
        margin: 20px auto 30px;
        border: none;
    }

    .start-reason_card_section {
        flex-direction: column;
        padding: 30px 20px;
    }

    .start-reason_navi ul {
        gap: 10px;
        margin-bottom: 25px;
        position: static;
    }

    .start-reason_navi ul li a {
        padding: 15px 20px;
    }

    .start-reason_navi .start-about_button_box .icon-arrow-right {
        width: 0.6em;
        height: 0.6em;
        transform: translateX(-25%) rotate(135deg);
    }

    .start-reason_card_number {
        padding: 5px 15px;
        font-size: 1.6rem;
        top: -15px;
    }

    .start-reason_card .balloon {
        font-size: 1.4rem;
    }

    .start-reason_card .balloon::before,
    .start-reason_card .balloon::after {
        height: 15px;
    }

    .start-reason_underline {
        font-size: 2.4rem;
    }

    .start-reason_card_img {
        max-width: 300px;
    }

    .start-reason_card_text p {
        font-size: 1.4rem;
    }

    .start-reason .small-text {
        font-size: 1.2rem;
    }

    .start-reason_card_text .start-about_button_box {
        display: block;
    }

    .start-reason_option {
        margin: 0 20px;
        padding: 20px;
    }

    .start-reason_option_card {
        width: 95%;
        margin: auto;
        border-radius: 7px;
        padding: 20px 15px;
    }

    .start-reason_option_heading p {
        font-size: 14px;
    }

    .start-reason_option_card_sp {
        flex-direction: row;
        gap: 10px;
        width: 260px;
        position: relative;
        padding-left: 5px;
    }

    .start-reason_option .start-reason_option_card_sp img {
        width: 55px;
    }

    .start-plan_option .start-reason_option_card_sp img {
        height: 54px;
    }

    .start-reason_option_card_sp_inner {
        align-items: flex-start;
    }

    .start-reason_option_card_title {
        font-size: 16px !important;
    }

    .start-reason_option_card_sp .popup-moreBtn {
        display: none;
    }

    .popup-moreBtn_sp {
        display: block;
    }

    .popup-moreBtn {
        margin-top: 15px;
    }

    /* アコーディオン */

    .accordion-icon-circle_sp {
        display: block;
    }

    .accordion-icon-circle_pc {
        display: none;
    }

    .accordion-icon-circle {
        position: absolute;
        bottom: -10px;
        right: 0;
        width: 1.3em;
        height: 1.3em;
        border: 0.1em solid currentColor;
    }

    .accordion-icon-circle>span {
        height: 0.1em;
    }

    .start-reason_option_card p,
    .start-reason_accordion_inner .text-orange {
        font-size: 13px;
    }

    /* プラン */

    .start-plan .start-category_message h2,
    .start-question .start-category_message h2 {
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .start-plan_own,
    .start-plan_together {
        width: calc(100% - 20px);
        max-width: 530px;
        text-decoration: none;
    }

    .start-plan_own h3,
    .start-plan_together h3,
    .start-plan_early h3 {
        font-size: 14px;
    }

    .start-plan_innerbox {
        width: 100%;
        padding: 13px 18px 20px;
    }

    .start-plan_own .start-plan_innerbox_top img,
    .start-plan_together .start-plan_innerbox_top img {
        width: 55px;
    }

    .start-plan_innerbox_top p {
        font-size: 24px;
    }

    .start-plan_innerbox_top_inner a,
    .start-plan_innerbox_top a {
        text-decoration: none;
    }

    .start-plan_innerbox_top_inner .dollar_mark,
    .start-plan_early .start-plan_innerbox_second .dollar_mark {
        width: 17px;
        height: 17px;
        font-size: 1.5rem;
        font-weight: 500;
        margin-top: 3px;
    }

    .start-plan_innerbox_top .start-about_button_box>span {
        font-size: 12px;
        width: 68px;
        height: 24px;
    }

    .start-plan_innerbox_top .start-about_button_box {
        gap: 10px;
    }

    .start-plan_innerbox_top_inner .start-about_button_box .icon-arrow-right,
    .start-plan_innerbox_top .start-about_button_box .icon-arrow-right {
        width: 0.7em;
        height: 0.7em;
    }

    .start-plan_innerbox_top_inner .start-about_button_box .icon-arrow-right::after,
    .start-plan_innerbox_top .start-about_button_box .icon-arrow-right::after {
        width: 0.1em;
    }

    .start-plan_innerbox ul {
        width: 90%;
        margin: 15px auto 0;
    }

    .start-plan_innerbox li,
    .start-plan_innerbox .start-plan_tip p:nth-of-type(2) {
        font-size: 1.4rem;
    }

    .start-plan_tip {
        padding: 0 10px;
    }

    .start-plan_badge {
        height: 61px;
    }

    .start-plan_early {
        width: 90%;
        margin: auto;
    }

    .start-plan_early .start-plan_innerbox {
        width: 100%;
    }

    .start-plan_early .start-plan_innerbox_second {
        width: 90%;
        margin: 15px auto 0;
    }

    .start-plan_innerbox_top img:nth-of-type(3) {
        height: 20px;
    }

    .start-plan_early .start-plan_innerbox_top p {
        font-size: 18px;
    }

    .start-plan_btn {
        width: 70px;
        height: 70px;
    }

    .start-plan_btn button {
        font-size: 13px;
        padding: 13px;
    }

    .start-plan_innerbox .start-plan_tip p:nth-of-type(1) {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .start-but_checkbox .checkbox,
    .start-plan_checkbox {
        margin-right: 0.4em;
    }

    .start-but_link {
        font-size: 1.3rem;
        padding: 10px 0 30px;
    }

    .start-but_link .icon-arrow-right {
        width: 0.4em;
        height: 0.4em;
        margin-top: 0.1em;
    }

    .start-plan_caution {
        font-size: 1.2rem;
        gap: 8px;
    }

    /* 実行者の声 */

    .start-voice .start-category_message {
        gap: 20px;
    }

    .start-voice .balloon {
        font-size: 2rem;
        width: 213px;
    }

    .start-voice .balloon span {
        font-size: 4.2rem;
    }

    .start-voice_section_pc {
        display: none;
    }

    .start-voice_section_sp {
        display: flex;
    }

    .start-voice_box:nth-of-type(1) {
        margin-top: 30px;
    }

    .start-voice_box {
        width: 90%;
        padding: 15px 20px;
        flex-direction: column;
        gap: 0;
    }

    .start-voice_box_profile {
        flex-direction: row;
        gap: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .start-voice_box_profile .customer_img {
        width: 70px;
        margin-bottom: 0;
    }

    .start-voice_box_profile p:nth-of-type(1) {
        font-size: 1.8rem;
        font-weight: 700;
        opacity: 1;
        margin-bottom: 5px;
    }

    .start-voice_box_profile p:nth-of-type(2) {
        font-size: 1.3rem;
    }

    .start-voice_innerbox {
        position: relative;
        padding-bottom: 20px;
    }

    .start-voice_plan {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .start-voice_content {
        overflow: hidden;
        /* max-height: 3em; */
        transition: max-height 0.3s ease-in-out;
        font-size: 1.4rem;
        font-weight: 400;
    }

    .start-voice .start-voice_subtitle {
        font-size: 1.6rem;
    }

    .start-voice_innerbox .start-about_button_box {
        margin: 0;
    }

    .start-voice_innerbox .start-about_button_box {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease-in-out;
    }

    .start-voice_innerbox.expanded .start-voice_content {
        max-height: 1000px;
    }

    .start-voice_innerbox.expanded .start-about_button_box {
        max-height: 100px;
    }

    .start-read-more_box {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 5px;
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .start-read-more {
        background: none;
        border: none;
        color: #2F1B00;
        cursor: pointer;
        font-size: 1.3rem;
        font-weight: 400;
    }

    .start-read-more_box .accordion-icon-arrow_bottom {
        width: 0.5em;
        height: 0.5em;
        margin-top: 3px;
    }

    .start-voice_innerbox.expanded .accordion-icon-arrow_bottom {
        transform: rotate(315deg);
    }

    /* フロー */

    .start-folw_container {
        padding: 30px 20px 0;
    }

    .start-flow_box>li .start-flow_icon {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .start-flow_box>li:not(:last-child)::before {
        width: 10px;
        left: 15px;
    }

    .start-flow_box>li {
        padding-left: 50px;
    }

    .start-flow_box>li dl dt img {
        width: 30px;
    }

    .start-flow_box>li dl dt {
        font-size: 18px;
    }

    .start-flow_date {
        font-size: 12px;
    }

    .start-flow_box>li dl dd {
        font-size: 14px;
    }

    .start-flow_link_box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .start-flow_caption {
        padding: 20px 0 40px;
    }

    .start-flow_caption p {
        font-size: 18px;
    }

    .start-flow_caption span {
        font-size: 12px;
    }

    .start-flow_caption img {
        height: 120px;
    }

    /* だけど */

    .start-but .start-category_message h2 {
        line-height: 1.2;
    }

    .start-but .start-section_intro {
        padding: 0 20px;
    }

    .start-but .start-but_checkbox,
    .start-but .start-banner-box {
        margin: auto 20px;
    }

    .start-but_text {
        font-size: 14px;
        line-height: 1.5;
        padding: 30px 0 20px;
    }

    .start-but_checkbox ul {
        width: 100%;
        padding: 20px;
    }

    .start-but_checkbox ul li {
        width: 100%;
        font-size: 1.5rem;
        padding: 5px 0;
    }

    .start-but .start-banner {
        width: 100%;
        padding-right: 8px;
    }

    .start-but .start-banner-box {
        gap: 20px;
        padding-bottom: 40px;
    }

    .start-but .start-banner p {
        font-size: 1.4rem;
    }

    /* 質問 */

    .start-question .start-section_intro_wrapper p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .start-question_container {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .start-question_container ul {
        width: 90%;
        margin: auto;
    }

    .start-question_qbox {
        padding: 10px 15px;
    }

    .start-question_q::before,
    .start-question_a::before {
        font-size: 24px;
    }

    .start-question_container .start-reason_option_card p {
        font-size: 1.6rem;
    }

    .start-question_a {
        padding-left: 8px;
    }

    .start-question_container {
        /* max-height: 500px; */
        /* overflow: hidden; */
        transition: max-height 0.4s ease-in-out;
    }

    .start-question_qbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
    }

    .hidden-question {
        display: none;
    }

    .start-qa-more_box {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    .start-qa-more {
        background: none;
        border: none;
        font-size: 1.3rem;
        color: #2F1B00;
        font-weight: 400;
        cursor: pointer;
    }

    .start-question_container.expanded {
        max-height: auto;
    }

    .start-qa-more_box .accordion-icon-arrow_bottom {
        margin-left: 5px;
    }

    .start-qa-more_box.expanded .accordion-icon-arrow_bottom {
        transform: rotate(315deg);
    }

    /* 資料請求フォーム */

    .start-form__wrapper {
        padding: 40px 20px;
        width: 90%;
    }

    .start-form__title p {
        font-size: 1.6rem;
    }

    .start-form__title p:before {
        bottom: -9px;
        border-width: 0.5em 0.4em;
    }

    .start-form__title h3 {
        font-size: 2.4rem;
    }

    .start-form__info {
        padding: 10px 0;
    }

    .start-form__info ul li {
        width: 100%;
        margin-left: 7%;
        line-height: 1.75;
    }

    .start-form_area.contactform_area {
        width: 325px;
    }

    .start-form_area.contactform_area input[type="text"],
    .start-form_area.contactform_area input[type="email"],
    .start-form_area.contactform_area input[type="tel"],
    .start-form_area.contactform_area select {
        width: 295px;
    }

    .start-form_area.contactform_area textarea {
        width: 295px;
    }


    /* フッター */

    .start-footer_context {
        background: linear-gradient(to top, #FC2403, #FC6203, #FCA103);
        padding: 60px 20px 60px;
    }

    .start-footer_context p {
        font-size: 1.5rem;
    }

    .start-footer_context h2 {
        font-size: 32px;
        text-align: center;
        margin: auto;
        line-height: 1.5;
    }

    .start-but h2:nth-of-type(1),
    .start-footer_context h2:nth-of-type(1) {
        display: none;
    }

    .start-but h2:nth-of-type(2),
    .start-footer_context h2:nth-of-type(2) {
        display: block;
    }

    .manual-break {
        white-space: nowrap;
    }

    .manual-break br {
        display: block;
    }

    .start-footer_context .start-top_button a {
        padding: 1rem 0 1rem 40px;
        width: 250px;
    }

    .start-footer_slider-wrapper_pc {
        display: none;
    }

    .start-footer_slider-wrapper_sp {
        display: flex;
    }

    .start-top_button_pc {
        display: none;
    }

    .start-top_button_sp {
        display: flex;
    }

    .start-index_button {
        padding: 10px 0;
        bottom: -100px;
    }

    .start-index_button .start-top_button {
        flex-direction: row;
    }

    .start-index_button .start-top_button a {
        padding: 8px 0;
        justify-content: center;
        border-width: 2px;
    }

    .start-index_button .start-top_button a:nth-of-type(1) {
        flex-basis: 60%;
        letter-spacing: -0.02em;
    }

    .start-index_button .start-top_button a:nth-of-type(2) {
        flex-basis: 40%;
    }

    .start-index_button .start-top_button a::after {
        content: none;
    }
}

@media (max-width: 365px) {

    .start-plan_own,
    .start-plan_together {
        width: 300px;
        background: #000000B2;
        z-index: 998;
    }
}

.startpage_header_sp {
    display: none;
}

.menu-list-button[data-genre="international"] .slide-nav-button_circle {
    background-color: #FC2603;
}

.menu-list-button[data-genre="animal"] .slide-nav-button_circle {
    background-color: #F09703;
}

.menu-list-button[data-genre="education"] .slide-nav-button_circle {
    background-color: #F48503;
}

.menu-list-button[data-genre="local"] .slide-nav-button_circle {
    background-color: #CB9F1F;
}

.menu-list-button[data-genre="disaster"] .slide-nav-button_circle {
    background-color: #029EAC;
}

.menu-list-button[data-genre="food"] .slide-nav-button_circle {
    background-color: #8CA950;
}

.menu-list-button[data-genre="earth"] .slide-nav-button_circle {
    background-color: #18BBA8;
}

.menu-list-button[data-genre="welfare"] .slide-nav-button_circle {
    background-color: #FA6C03;
}

.menu-list-button[data-genre="culture"] .slide-nav-button_circle {
    background-color: #5BB176;
}

.menu-list-button[data-genre="humanrights"] .slide-nav-button_circle {
    background-color: #02B2B1;
}

.menu-list-button[data-genre="socialgood"] .slide-nav-button_circle {
    background-color: #0295BC;
}

/* スタートページ専用ヘッダー */

.startpage_header {
    position: relative;
    display: flex;
    flex-basis: 50%;
    justify-content: flex-end;
    gap: 10px;
}

.startpage_header .slide-nav-button_circle {
    width: 6px;
    height: 6px;
}


p.menu-trigger {
    color: #2F1B00;
    opacity: 0.8;
    padding-left: 1.5rem;
    padding-right: 2rem;
    background-color: #F3F3F3;
    cursor: pointer;
    border: 1.5px solid #7D7161;
    border-radius: 5rem;
    width: 213px;
    height: 40px;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.menu-list {
    position: absolute;
    top: 58.5px;
    left: 5%;
    width: 200px;
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    z-index: 1000;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 1rem;

}

.menu-list-button {
    display: flex;
    align-items: center;
    height: 3.3rem;
    gap: 10px;
    justify-content: flex-start;
    font-size: 1.6rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.categorymenu-container {
    position: relative;
}

.categorymenu-container:hover .menu-list {
    max-height: 500px;
    opacity: 1;
}


.menu-list-button a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 8px;
    width: 100%;
}

.menu-list-button a {
    display: flex;
    align-items: center;
    gap: 8px;
}


.menu-list-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.header_under-bg.hidden {
    transform: translateY(-200%);
}

.header_under-bg {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    transition: transform 0.6s ease-in-out;
    z-index: -1;
}

@media (max-width: 768px) {
    .startpage_header {
        display: none;
    }

    .startpage_header_sp {
        display: flex;
        align-items: center;
        margin: 0 0 0 auto;

    }

    .startpage_header_sp--btn {
        display: flex;
    }

    .header_under-bg {

        top: 35px;


    }

    p.startpage_header_sp--for {
        font-size: 1.2rem;
        display: flex;
        align-items: baseline;
        line-height: unset;
        padding-top: 2px;
        font-weight: 500;
    }

    p.startpage_header_sp--for span {
        font-weight: 700;
        font-size: 14px;
    }

    .menu-list-button img {
        margin: 0 0 0 auto;
    }

    .startpage_header--item .slide-nav-button_circle {
        width: 6px;
        height: 6px;
    }

    .startpage_header--item .menu-list-button {
        width: 240px;
        height: 39px;
        justify-content: space-between;
        border-bottom: 1px solid #0000001A;
        font-family: 'Noto Sans JP';
        font-weight: 500;
    }

    .startpage_header--item .menu-list-button:last-child {
        border-bottom: none;

    }


    ul.menu-list_sp {
        padding-top: 20px;

    }

    .menu-content.startpage_header--item {
        padding-top: 20px;
        box-shadow: inset 0px 4px 15px 0px #00000014;
        margin-top: 87px;

    }

    .menu-btn-overlay.startpage_header--item {
        top: 87px;
    }
}
