
@media screen and (max-width: 1000px) {
    .official_link {
        font-size: 16px;
    }
    
    .official_link::before {
        top: 14px;
    }
    
    .sp_none {
        display: none;
    }

    .sp_block {
        display: block;
    }
}


/* --------- about_top ------------------------- */
@media screen and (max-width:1000px) {
    .about_top_logo {
        width: 70%;
        padding-left: 20px;
    }

    .about_top_logo::after {
        width: 40px;
        height: 50px;
        top: -10px;
        right: -10px;
    }

    .about_top_img img {
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    .about_top_lower h2 {
        font-size: 24px;
    }
    
    .about_top_index h3 p {
        font-size: 24px;
    }
    
    .about_top_index ul li{
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .about_top_index ul li{
        width: 100%;
    }

    .about_top_index ul li a {
        padding: 10px;
    }
}
/* --------- about_top ここまで ------------------------- */

/* --------- message ------------------------- */
@media screen and (max-width: 1000px) {
    .message_title {
        font-size: 24px;
        padding-bottom: 10px;
        margin-top: 50px;
    }
    
    .message_area {
        margin: 40px auto;
    }
    
    .message_area h3 {
        text-align: center;
    }
    
    .message_catch {
        font-size: 20px;
    }
    
    .message_area {
        grid-template-columns: 100%;
    }
    
    .message_catch {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    
    .message_text {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        margin-top: 40px;
    }
    
    .message_img {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        width: 100%;
        max-width: 500px;
        margin: 40px auto 0;
    }
    
    .message_name {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
        text-align: center;
        margin-top: 40px;
    }
    
    .catch_logo {
        margin: 40px auto;
    }
}
/* --------- message ここまで ------------------------- */

/* --------- point ------------------------- */
@media screen and (max-width: 1000px) {
    section#point {
        padding: 50px 0;
    }
    
    .point_title {
        font-size: 24px;
    }
    
    .point_text {
        font-size: 20px;
    }
    
    .point_click_area {
        margin-top: 50px;
    }
    
    .point_click_area h3 {
        font-size: 24px;
    }
    
    .point_click_area button {
        font-size: 24px;
        padding: 20px 60px;
    }
}

/* モーダルウィンドウ */
@media screen and (max-width: 1320px) {
    .point_modal_text::before {
        top: 160px;
        left: 5%;
    }

    .point_modal_text::after {
        top: 170px;
        right: 5%;
    }
}

@media screen and (max-width: 1000px) {
    .point_modal_text {
        width: 90%;
        padding-top: 200px;
        margin: 0 auto;
    }
    
    .point_modal_text::before {
        top: 0;
        left: 15%;
    }
    
    .point_modal_text::after {
        top: 0;
        right: 15%;
    }

    .point_modal_text p.accountant_name {
        text-align: center;
    }
    
    .interview {
        width: 90%;
        margin: 40px auto 0;
    }
    
    .after_interview_inner {
        width: 90%;
        padding: 40px;
        margin: 0 auto;
    }
    
    .after_interview_summary h4 p {
        font-size: 24px;
    }
    
    .after_interview_summary_list li:not(:first-child){
        margin-top: 40px;
    }
    
    .summary_item::after {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .summary_item h5 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
        font-size: 20px;
    }
    
    .summary_item p {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        margin-top: 20px;
    }

    .summary_item_img {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
}

@media screen and (max-width: 650px) {
    .point_modal_text {
        padding-top: 150px;
    }

    .point_modal_text::before {
        width: 150px;
        left: 5%;
    }
    
    .point_modal_text::after {
        width: 100px;
        right: 5%;
    }

    .point_modal_text p {
        font-size: 18px;
    }

    .after_interview_summary h4 {
        position: relative;
        padding: 10px 0;
    }

    .after_interview_summary h4::before,
    .after_interview_summary h4::after {
        width: 600px;
        height: 10px;
        background-image: url(img/sp_border.png);
        position: absolute;
    }
    
    .after_interview_summary h4::before {
        top: 0px;
        left: 0;
    }
    
    .after_interview_summary h4::after {
        top: 100px;
        left: 0;
    }

    .summary_item h5 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        font-size: 20px;
    }
    
    .summary_item p {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        margin-top: 20px;
    }

    .summary_item_img {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
}
/* モーダルウィンドウ ここまで */
/* --------- point ここまで ------------------------- */

/* --------- select ------------------------- */
@media screen and (max-width: 1000px) {
    section#select {
        padding: 50px 0;
    }
    
    .select_title {
        width: 90%;
        font-size: 24px;
        margin: 0 auto;
    }
    
    .select_catch {
        width: 90%;
        font-size: 24px;
        margin-top: 30px;
    }
    
    .select_text {
        width: 90%;
        margin: 40px auto 0;
    }
    
    .select_img {
        width: 90%;
        margin: 50px auto 0;
    }
}
/* --------- select ここまで ------------------------- */

/* --------- situation ------------------------- */
@media screen and (max-width: 1000px) {
    section#situation {
        padding: 50px 0;
    }

    .situation_title {
        width: 90%;
        font-size: 24px;
        text-align: center;
        margin: 0 auto;
    }

    .situation_text {
        width: 90%;
        font-size: 18px;
        margin: 20px auto 40px;
    }

    .situation_list dt {
        font-size: 20px;
        padding-left: 100px;
    }

    .situation_list dt:before {
        width: 80px;
        height: 80px;
        top: 0;
    }

    .situation_list.even dd {
        flex-direction: row;
    }

    .situation_list dd p {
        width: 100%;
    }

    .situation_list dd .situation_img {
        width: 80%;
        min-width: 250px;
        margin: 40px auto 0;
    }

    .situation_list dd p {
        margin-top:50px;
    }

    .map_area h3 {
        font-size: 24px;
        margin-top: 50px;
    }

    .map_area p {
        border: none;
    }
    
    .map_area p span {
        font-size: 20px;
    }

    .map_img {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .situation_list:not(:first-of-type) {
        margin-top: 50px;
    }

    .situation_list dd .situation_img::after {
        bottom: -40px;
    }
    
    .situation_list:nth-of-type(1) dd .situation_img::after {
        width: 100%;
        left: 0;
    }
    .situation_list:nth-of-type(3) dd .situation_img::after {
        width: 100%;
        left: 0;
    }
    .situation_list:nth-of-type(2) dd .situation_img::after {
        width: 100%;
        left: 0;
    }
    .situation_list:nth-of-type(4) dd .situation_img::after {
        width: 100%;
        right: 0;
    }
    
    .situation_list dd .situation_img img {
        border-radius: 15px;
    }
}
/* --------- situation ここまで ------------------------- */

/* --------- qa ------------------------- */
@media screen and (max-width: 1000px) {
    section#qa {
        padding: 50px 0;
    }

    #qa .section_inner {
        width: 90%;
        padding: 40px;
        margin-top: 0;
    }

    .qa_title {
        font-size: 24px;
    }

    .tab_area {
        margin-top: 40px;
    }

    .tab_list {
        gap: 4%;
        margin-bottom: 60px;
    }

    .tab_item {
        width: 48%;
    }

    .tab_container {
        width: 100%;
    }

    .qa_list {
        margin-top: 40px;
    }

    .qa_list dt {
        font-size: 20px;
        padding: 20px 80px;
    }

    .qa_list dt::before {
        width: 40px;
        height: 40px;
        left: 20px;
    }

    .qa_list dt::after {
        width: 35px;
        height: 20px;
        right: 20px;
    }

    .qa_list dd {
        padding: 20px 20px 20px 80px;
    }
    
    .qa_list dd::before {
        width: 40px;
        height: 40px;
        left: 20px;
    }
}

@media screen and (max-width: 600px) {
    .tab_item {
        font-size: 16px;
    }

    .qa_list dt {
        font-size: 16px;
        padding: 10px 40px;
    }

    .qa_list dt::before {
        width: 25px;
        height: 25px;
        left: 10px;
    }

    .qa_list dt::after {
        width: 25px;
        height: 15px;
        right: 10px;
    }

    .qa_list dd {
        padding: 20px 20px 20px 80px;
    }
    
    .qa_list dd::before {
        width: 40px;
        height: 40px;
        left: 20px;
    }
}
/* --------- qa ここまで ------------------------- */









@media screen and (max-width: 600px) {
    .about_top_logo {
        top: 65%;
        width: 80%;
    }

    .about_top_index h3::before,
    .about_top_index h3::after {
        width: 100%;
        background-image: url(img/sp_border.png);
        background-size: cover;
        background-position: center;
    }

    .about_top_index h3::before {
        top: -10px;
        left: 0;
    }

    .about_top_index h3::after {
        top: 85px;
        left: 0;
    }

    .select_img {
        width: 95%;
        max-width: 500px;
        margin: 40px auto 0;
    }
}