@media screen and (max-width: 900px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    #service-body {
        scroll-margin-top: 17rem;
    }

    h1 {
        font-family: 'Zen Kaku Gothic New';
        font-weight: 700;
        font-size: 3rem;
        line-height: 100%;
        color: #442C16;
    }

    h2 {
        font-size: 2rem;
        font-family: 'Zen Antique';
        font-weight: 400;
        line-height: 150%;
        color: #FFA000;
    }

    .header-menu-sp {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 5rem;
    }

    .header-menu-sp:hover {
        cursor: pointer;
    }

    .header-menu-list {
        display: flex;
        margin: 0px 1rem 0 0;
        justify-content: space-between;
        height: auto;
    }

    .header-menu-list h1 a img {
        width: 8rem;
    }

    .header-menu-sp button {
        width: 2rem;
        height: 2px;
        background: #FFA000;
        position: relative;
        transition: all 1s cubic-bezier(1, 0, 0, 1);
        border: 0;
    }

    .header-menu-sp button:before {
        content: "";
        width: 2rem;
        height: 2px;
        background: #FFA000;
        position: absolute;
        top: -0.75rem;
        left: 0;
        transition: all 1s cubic-bezier(1, 0, 0, 1);
    }

    .header-menu-sp button:after {
        content: "";
        width: 2rem;
        height: 2px;
        background: #FFA000;
        position: absolute;
        top: .75rem;
        left: 0;
        transition: all 1s cubic-bezier(1, 0, 0, 1);
    }

    .header-menu-sp-active button {
        background: rgba(0, 0, 0, 0);
    }

    .header-menu-sp-active button:before {
        top: 0;
        transform: rotate(135deg);
    }

    .header-menu-sp-active button:after {
        top: 0;
        transform: rotate(225deg);
    }

    .header-menu-list-sp-active {
        transform: translate(0, 0);
    }

    .top-section {
        padding: 5rem 0 1rem;
    }

    .top-section .top-section-container {
        max-width: 100%;
    }

    .index-cover-bubble-2 {
        top: 6rem;
        right: 7rem;
        width: 3rem;
    }

    .index-cover-bubble-3 {
        top: 11rem;
        right: 2.5rem;
        width: 5rem;
    }

    .fixed_item {
        top: 7rem;
    }

    .fixed_item:nth-of-type(2) {
        top: 11rem;
    }

    .fixed_item:nth-of-type(3) {
        top: 15rem;
    }

    .fixed_item:nth-of-type(4) {
        top: 19rem;
    }

    .index-cover-news-wrapper {
        display: none;
    }

    .index-cover-lead .content {
        font-size: 2rem;
    }

    .index-cover-lead {
        top: 27%;
        left: 6rem;
    }

    /*--------------------about section-------------------*/
    .sec-mv {
        max-width: 100%;
        height: auto;
        position: relative;
    }

    .sec-about .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        margin: 3rem 0;
        padding: 0 1.5rem;
        gap: 2rem;
    }

    .extra-1,
    .extra-2,
    .extra-3,
    .extra-4,
    .extra-5,
    .extra-6,
    .extra-7 {
        display: none;
    }

    .sec-about .extra-8 {
        display: none;
    }

    .sec-about .content {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        gap: 1rem;
        margin-top: 1rem;
    }

    .sec-about .about-img img {
        width: 100%;
        border-radius: 2rem;
    }

    .title h1 {
        font-family: 'Zen Kaku Gothic New';
        font-weight: 700;
        font-size: 3rem;
        line-height: 100%;
        color: #442C16;
    }

    .sec-about .content .title p {
        font-family: 'Zen Kaku Gothic New';
        font-weight: 700;
        font-size: 1rem;
        line-height: 100%;
        color: #442C16;
    }

    .subtitle h2 {
        font-size: 1.5rem;
        font-family: 'Zen Antique';
        font-weight: 400;
        line-height: 150%;
        color: #FFA000;
    }

    .sec-about .content p.content-container {
        font-family: 'Zen Kaku Gothic New';
        font-weight: 700;
        font-size: 1rem;
        line-height: 200%;
        color: #442C16;
        text-align: justify;
    }

    .sec-about .content p.bottom-content {
        font-family: 'Zen Kaku Gothic New';
        font-weight: 700;
        font-size: 0.9rem;
        line-height: 100%;
        color: #FFA000;
    }

    .grand-list-sec .container {
        margin: 4rem 0 8rem 0;
        gap: 2rem;
        padding: 0 1.5rem;
        z-index: 1;
    }

    .grand-list {
        width: 100%;
        height: auto;
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .grand-list-sec .container h2 {
        font-size: 1.5rem;
    }

    .grand-item p {
        padding: 0;
        font-size: 1.2rem;
        width: 100%;
    }

    .grand-item img {
        border-radius: 1rem;
        height: 20rem;
    }

    .bottom-tree-2 {
        display: none;
    }

    .bottom-tree-1 {
        bottom: -8rem;
    }

    .grand-list-sec .grand-bottom {
        bottom: -4rem;
    }

    /*------------------reason section-----------------*/
    .reason-sec .container {
        padding: 4rem 0;
    }

    .reason-sec .reason-title {
        gap: 1rem;
    }

    .reason-sec .reason-title h2 {
        font-size: 2rem;
    }

    .reason-sec .reason-title p {
        font-size: 0.75rem;
    }

    .reason-sec .reason-photo-slide {
        padding: 1rem 0 !important;
    }

    .reason-sec .fv-box-1 {
        grid-template-columns: 1fr !important;
        width: 90% !important;
    }

    .reason-sec .fv-content .fv-content-body p:nth-of-type(2) {
        font-size: 1rem;
    }

    .reason-sec .fv-content .fv-content-body {
        padding-bottom: 2rem;
    }

    .reason-sec .reason-marquee {
        margin-top: -2rem;
        font-size: 4rem;
    }

    .fv-control a {
        display: none;
    }

    .fv-extra {
        display: none;
    }

    .reason-sec .reason-image {
        left: 6rem;
    }

    .support-sec .container {
        padding: 2rem 1rem;
        gap: 1rem;
    }

    .support_extra {
        display: none;
    }

    .support-sec .support_header_title {
        gap: 0;
    }

    .support-sec .container .support_title .support_header_title h2 {
        font-size: 2rem;
        text-align: center;
    }

    .support-sec .support_header_title span {
        display: none;
    }

    .support-sec .support_header_title span {
        width: 4.25rem;
    }

    /*-------------suppport section----------------*/
    .support-sec .container .support_img {
        width: 100%;
    }

    .support-sec .grand-bottom-tree {
        width: 10rem;
    }

    .support-sec .container .support_content .body {
        text-align: justify;
    }

    .support-sec .container .support_title h2 {
        font-size: 2.5rem;
    }

    .service-sec .service-body .service-header h2 {
        font-size: 2.5rem;
    }

    .support-sec .container .support_title p {
        font-size: 1rem;
    }

    /*-----------test section-------------------*/
    .test-sec .container {
        flex-direction: column;
        bottom: 0rem;
        width: 98%;
        gap: 1rem;
    }

    .test-sec .container .item-content a:first-of-type {
        width: 100%;
        align-items: center;
    }

    .test-sec .container .item-content {
        flex-direction: column;
        width: 100%;
    }

    .test-sec .container .item-img p:nth-of-type(2) {
        right: 4rem;
        top: 50%;
        padding: 0.5rem 1rem;
    }

    .test-sec .container .item-img p:first-of-type {
        right: 1rem !important;
        padding: 0.5rem 1rem;
        top: 26%;
    }

    .item-content .page-btn {
        margin: 1rem;
    }

    .test-sec .container .item-content h1 {
        font-size: 2.5rem;
    }

    .test-sec .container .item-img p {
        font-size: 1rem;
    }

    .test-sec .container .item-img {
        width: 99%;
    }

    .form_text p {
        font-size: 1rem;
    }

    /*--------------service-section-------------*/
    .service-extra-4,
    .service-extra-5,
    .service-extra-6 {
        display: none;
    }

    .service-sec .container {
        margin: 10rem 0;
    }

    .service-sec .service-body {
        padding: 2rem 1rem;
    }

    .service-sec .container {
        width: 95%;
    }

    .service-sec .service-item a {
        width: 85%;
        justify-content: space-between;
        padding: 0.5rem;
        gap: 0;
    }

    .service-sec .service-content {
        gap: 1rem;
        padding-top: 2rem;
    }

    .service-item a h4 {
        font-size: 1rem;
    }

    .service-body .service-item-category {
        font-size: 1rem;
        width: auto;
    }

    .service-item .circle {
        width: 1.5rem;
        height: 1.5rem;
    }

    .service-content .page-btn {
        width: 27px;
        height: 27px;

    }

    .service-content .start {

        left: 0rem;
    }

    .service-content .end {
        right: 0rem;
    }

    .service-content .start::after {
        top: 28%;
        left: 0.7rem;
        width: 10px;
        height: 10px;
    }

    .service-content .end::after {
        top: 28%;
        right: 10px;
        width: 10px;
        height: 10px;
    }

    /*---------------blog-section-------------------*/
    .blog-sec .container {
        margin: 4rem 0 10rem 0;
        flex-direction: column;
        padding: 0 1rem;
        gap: 2rem;
    }

    .blog-sec .blog-title h1 {
        font-size: 2.5rem;
    }

    .blog-sec .blog-side {
        width: 100%;
    }

    .fv-blog-item {
        padding: 0;
    }

    a.fv-blog-item {
        text-decoration: none;
        color: inherit;
        cursor: pointer;
    }

    .blog-sec .blog-side .fv-blog .fv-blog-item img {
        transition: transform 0.3s ease;
    }

    .blog-sec .blog-side .fv-blog .fv-blog-item:hover img {
        transform: scale(1.05);
    }

    /* .slick-progress-dot{
      width: 24vw !important;
    } */
    .blog-sec .blog-detail {
        padding: 1rem 6rem 1rem 1rem;
    }

    .blog-sec .blog-detail::after {
        right: 12px;
        top: 14px;
    }

    .blog-sec .blog-tree {
        width: 12rem;
    }

    /*---------------faq-section---------------------*/
    .faq-sec .container {
        padding: 3rem 1rem;
        gap: 2rem;
    }

    .faq-sec .faq-header h1 {
        font-size: 2.5rem;

    }

    .faq-sec .faq-header {
        gap: 1rem;
    }

    .faq-header-title {
        font-size: 1rem;
    }

    .index-faq-list dl {
        padding: 1rem;
    }

    .faq-header-content {
        font-size: 0.7rem;
    }

    /*------------grand-section-----------*/
    .grand-sec .container {
        margin: 0 !important;
        padding: 1rem 1rem 8rem 1rem;
        top: 0;
        gap: 1rem;
        align-items: center;
    }

    .grand-sec .container h2 {
        font-size: 1.5rem;
    }

    .grand-sec .grand-item p {
        width: 100%;
    }

    .grand-sec .grand-list {
        gap: 1rem;
    }

    .grand-sec .grand-item {
        gap: 0.3rem;
    }

    .grand-sec .blog-detail {
        bottom: 2rem;
        right: 1rem;
        padding: 1rem 8rem 1rem 2rem;
    }

    .grand-sec .blog-detail::after {
        top: 25%;
    }

    .grand-sec .reason-marquee {
        bottom: -1rem !important;
        font-size: 3rem;
    }

    .grand-sec .contact-sec {
        /* margin: 1rem;
        padding: 1rem 0.3rem; */
        gap: 1rem;
    }

    .grand-sec .contact-sec h1 {
        font-size: 2.5rem;
    }

    .grand-sec .contact-sec div {
        gap: 0.5rem;
    }

    .grand-sec .contact-sec div:nth-of-type(2) {
        gap: 1rem;
        flex-direction: column;
    }

    .grand-sec .contact-sec h2 {
        font-size: 1rem;
    }

    .grand-sec .contact-sec p:first-of-type {
        font-size: 1rem;
    }

    .grand-sec .contact-sec div:first-of-type {
        padding: 1rem;
    }

    .contact-sec img {
        width: 2rem;
    }

    .contact_line_btn,
    .grand-sec .mail_btn {
        padding: 1.25rem 3.5rem;
    }

    .contact_line_btn::before {
        top: 33%;
        content: url(../img/line_icon_sp.png);
    }

    .contact_line_btn::after {
        content: url(../img/btn_arrow_sp.png);
        top: 20%;
    }

    .grand-sec .mail_btn::before {
        top: 33%;
        content: url(../img/msg_icon_sp.png);
    }

    .grand-sec .mail_btn::after {
        content: url(../img/btn_arrow_n_sp.png);
        top: 20%;

    }

    /*------------footer----------------*/
    footer div.container {
        max-width: 95%;
        gap: 6rem;
        padding-top: 12rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 4rem;
    }

    .footer-links {
        width: 100%;
        justify-content: space-around;
        gap: 0;
    }

    .company-info {
        width: 100%;
        align-items: center;
        gap: 1rem;
    }

    .footer-bottom {
        gap: 1.5rem;
    }

    .company-info .company-item {
        gap: 0.5rem;
    }

    .company-info .company-item p {
        padding: .5rem 1rem;
        font-size: .7rem;
    }

    .footer-links ul li a,
    .comapany-item-content p {
        font-size: .7rem;
    }

    .voice_header h2 span {
        padding-bottom: 0;
    }

    /*--------------about-page---------------------*/
    .sub_fv {
        max-width: 100%;
        margin: 5rem 0 0 0;
        padding: 3.6rem 0 0 0.6rem;
    }

    .breadcrumb p:last-child {
        font-size: .7rem;
    }

    .breadcrumb img {
        width: 1rem;
    }

    .sec_title_white {
        font-size: 1.2rem;
    }

    .about_guide-sec .container {
        padding: 2rem 1rem;
    }

    .about_guide-sec .container .support_content .support_content_img {
        width: auto;
        height: auto;
        max-width: 100%;
        position: relative;
    }

    .about_guide-sec .container .support_content .support_content_img img {
        width: 100%;
    }

    .breadcrumb {
        width: 95%;
        position: relative;
        margin: 0 auto 1rem;
        justify-content: flex-start;
    }

    .FV_content p:first-of-type {
        top: -0;
        left: 0;
        font-size: 3.3rem;
        position: relative;
        font-family: 'Zen Kaku Gothic New';
        font-weight: 700;
        color: #FFA000;
        margin: 0 0 0.5rem .5rem;
        line-height: 120%;
    }

    .about_guide-sec .container {
        gap: 1.5rem;
    }

    .about_guide-sec .container .support_title {
        width: 85%;
    }

    .about_guide-sec .container .support_title h2 {
        font-size: 1.4rem;
        padding: .5rem;
    }

    .about_guide-sec .container .support_content {
        flex-direction: column;
        gap: 2rem;
        padding: 0.5rem;
    }

    .about_guide-sec .container .support_content img {
        width: 100%;
    }

    .about_guide-sec .container .support_img {
        width: 100%;
        position: relative;
    }

    .support_img {
        padding: .5rem;
    }

    .about_reason_group {
        max-width: 100%;
    }

    .about_service_sec .about_service_content_title {
        font-size: 1rem;
        top: -1%;
        padding: 5px 1.75rem;
    }

    .about_service_sec .container {
        max-width: 100%;
        padding: 4rem 1rem 2rem 1rem;
        gap: .75rem;
    }

    .about_service_sec .about_service_item p {
        font-size: 1rem;
    }

    .about_service_sec .about_service_item {
        width: auto;
        gap: .5rem;
    }

    .about_service_sec {
        padding: 6rem 0;
    }

    .about_service_sec .container .about_service_content {
        grid-template-columns: 1fr 1fr;
        width: auto;
        gap: 0.75rem;
    }

    .about_service_sec .about_service_item .about_service_item_img {
        width: 50%;
    }

    .about_reason_sec .container {
        padding: 2rem 1rem;
    }

    .about_reason_sec .about_reason h1 {
        font-size: 1.4rem;
        line-height: 60px;
    }

    .about_reason_sec .about_reason {
        gap: 1.5rem;
    }

    .about_reason_sec .about_reason_item {
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .about_reason_sec .about_service_feature {
        margin-top: 0;
        gap: 1.5rem;
    }

    .feature_header_title {
        gap: .5rem;
    }

    .about_reason_sec .about_service_feature h1 {
        font-size: 1.5rem;
    }

    .about_reason_sec .about_service_feature .feature_header_title span {
        width: 3.25rem;
    }

    .about_reason_sec .feature_item {
        gap: 1rem;
    }

    .about_service_feature .feature_group .feature_item .feature_body {
        gap: .5rem;
    }

    .about_reason_sec .about_reason_item .description.reversed .image {
        margin: 0;
    }

    .about_reason_sec .grand-bottom {
        top: 79rem;
    }

    .about_reason_sec .about_reason_item .description {
        grid-template-columns: 1fr;
        grid-template-areas: "image""content" !important;
        gap: 1.5rem;
        max-width: 100%;
    }

    .about_reason_sec .about_reason_item .description .image {
        width: 100%;
    }

    .about_reason_sec .about_reason_item .description .content h2 {
        font-size: 1.25rem;
        text-align: center;
    }

    .about_reason_sec .about_reason_item .description .content .subcontent {
        align-items: center;
        text-align: center;
    }

    .about_reason_sec .about_reason_item .description .content .subcontent p {
        font-size: 1rem;
        text-align: justify;
        line-height: 200%;
        padding: 0;
    }

    .about_reason_sec .table p {
        font-size: 1.25rem;
    }

    .score-table th,
    .score-table td {
        padding: 0.5rem;
        font-size: 0.7rem;
        line-height: 150%;
    }

    .about_reason_sec .feature_group {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .about_service_feature .feature_img {
        width: 100%;
    }

    /*---------------grand-section-----------------*/
    .grand_bubble {
        bottom: -4rem;
    }

    .grand_bubble img {
        width: 8rem;
    }

    .latest_post {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 50%;
        z-index: 1000;
        padding: 1rem;
        background-color: #6ECA4C;
        display: none;
        opacity: 0;
        transform: translateY(100%);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .latest_post.show {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }

    .latest_post a {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: 100%;
        text-decoration: none;
    }

    .latest_post img {
        width: 2rem;
        height: 2rem;
        object-fit: contain;
    }

    .latest_post p {
        font-size: 1rem;
        color: #FFFFFF;
        font-weight: 700;
        margin: 0;
        font-family: 'Zen Kaku Gothic New';
    }

    .housing_content {
        gap: 2rem;
    }

    .grand_senior_housing {
        padding: 5rem 1rem;
        gap: 3rem;
        width: auto;
    }

    .housing_content h2 {
        font-size: 1.4rem;
        line-height: 200%;

    }

    .housing_slide .fv-control.odd-item {
        padding: 0;
        margin: 0;
    }

    .housing_slide .reason-marquee {
        margin-top: -10rem;
        font-size: 4rem;
    }

    .housing_using .about_service_content_title {
        font-size: 1rem;
        top: -3%;
        padding: 0.5rem 1.78rem;
    }

    .using_context {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .using_group {
        gap: .5rem;
    }

    .using_item img {
        width: 1rem;
        height: 1rem;
    }

    .using_item {
        display: flex;
        gap: 1rem;
        align-items: center;
        position: relative;
    }

    .using_show {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .using_show img {
        width: 100%;
        height: auto;
    }

    .housing_using {
        padding: 4rem 1rem 4rem;
        margin: 0;
        gap: 2rem;
    }

    .feature_sec .container {
        max-width: 100%;
        padding: 4rem 1rem;
        gap: 2rem;
    }

    .feature_total {
        position: relative;
        bottom: 0;
    }

    .feature_sec .feature_group .item_content img,
    .feature_sec .feature_group .feature_item img {
        width: 100%;
    }

    .feature_extra .feature_item_1 {
        height: 8rem;
        width: auto;
    }

    .grand_peer_sec .feature_item:last-of-type {
        margin-top: 0;
    }

    .feature_sec .feature_group {
        gap: 1rem;
    }

    .feature_sec h2 {
        font-size: 1.4rem;
        line-height: 150%;
    }

    .feature_item_header span {
        width: 2.25rem;
    }

    .feature_item_header {
        gap: .2rem;
    }

    .grand_feature_group .item_content_text div {
        gap: 1rem;
    }

    .feature_sec .item_introduction div.item_introduction_content {
        gap: 1rem;
        padding-bottom: 0;
    }

    .feature_sec .item_context,
    .feature_sec .item_content {
        grid-template-columns: 1fr;
    }

    .feature_sec .grand-bottom {
        bottom: 45rem;
    }

    .purpose_sec .container {
        max-width: 100%;
        padding: 3rem 1rem;
        gap: 2.625rem !important;
    }

    .purpose_sec .purpose_des {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .purpose_sec .purpose_kind {
        gap: 1rem;
    }

    .purpose_sec .purpose_kind a {
        font-size: 1.5rem;
        width: 90%;
    }

    .grand_room_purpose .purpose_table {
        margin-bottom: 0;
    }

    .purpose_sec .purpose_design_table {
        gap: 2.25rem;
    }

    .purpose_space {
        grid-template-columns: 1fr;
    }

    .purpose_space .purpose_space_item {
        margin-bottom: 1rem;
    }

    .purpose_space .purpose_space_item div p:first-of-type {
        width: 10.5rem;
    }

    .contact-sec .contact-bk {
        font-size: 90px !important;
        top: 0rem;
    }

    /*-------------price-sec----------------*/
    .price_sec .container {
        padding: 3rem .5rem;
        gap: 1.1875rem;
    }

    .price_sec .price_table {
        gap: 2rem;
    }

    .price_sec .container h2 {
        font-size: 2rem;
    }

    .price_sec .price_table div:nth-of-type(2) div,
    .price_sec .price_table div:first-of-type div:first-of-type {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .price_table .score-table th,
    .price_table .score-table td {
        font-size: .8rem;
    }

    .price_table .score-table thead tr th {
        line-height: 24px;
    }

    .facility_sec .container h2 span {
        padding-bottom: 0.5rem;
    }

    /*-------------facility-sec-----------------*/
    .facility_sec .container {
        max-width: 100%;
        padding: 3rem 1rem;
        gap: 2rem;
    }

    .facility_sec img {
        width: 100%;
        height: auto;
    }

    .facility_sec .container h2 {
        font-size: 2rem;
    }

    .facility_sec .facility_context {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .facility_sec .facility_context .facility_context_text {
        gap: 1rem;
    }

    .facility_sec .facility_overview {
        padding: 2rem 1rem 2rem;
    }

    .company_header h1 {
        font-size: 2rem;
    }

    .facility_overview .about_service_content_title {
        padding: 0 5rem;
        font-size: 1.5rem;
    }

    .company-data-detail-table table tr th iframe {
        padding: 0;
    }

    .facility_sec .facility_context_text p:first-of-type span {
        line-height: 120%;
    }

    .facility_sec .company-data-detail-table th,
    .facility_sec .company-data-detail-table td {
        padding: 0.75rem 1.5rem;
    }

    .facility_sec .company-data-detail-table th,
    .facility_sec .company-data-detail-table td {
        padding: .5rem;
    }

    .facility_sec .company-data-detail-table th {
        width: 25%;
    }

    .business-list li,
    .business-list p {
        padding: 0;
    }

    .company-data-detail-table table .business-list li {
        padding: 0;
    }

    .feature_sec .feature_item .item {
        gap: .5rem;
        max-width: 100%;
    }

    .contact-sec .container .contact-header h2 span {
        padding-bottom: .5rem;
    }

    /*-----------------moving-sec--------------------*/
    .moving_sec .container {
        padding: 3rem .5rem;
        gap: 2rem;
        max-width: 100%;
    }

    .moving_sec .moving_group {
        padding: 1rem;
    }

    .moving_sec .moving_item {
        padding: 1.5rem 0.625rem;
        gap: 1rem;
    }

    .moving_sec .moving_block {
        gap: .5rem;
    }

    .moving_sec .moving_item h3 {
        font-size: 1.7rem;
    }

    .moving_sec .moving_vector {
        top: 6rem;
    }

    .moving_sec .container h2 {
        font-size: 2rem;
    }

    .feature_sec .feature_item {
        grid-template-columns: 1fr;
    }

    .feature_extra {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }

    .moving_sec .moving_content a::after {
        bottom: 0rem;
    }

    .moving_group .moving_item_btn h3 {
        font-size: 2rem;
    }

    .moving_group .moving_item_btn {
        padding: 1.5rem 0.625rem;
    }

    /*------------contact-sec-------------------*/
    .form_1,
    .form_2,
    .form_3,
    .form_4,
    .form_5,
    .form_6,
    .form_6_5,
    .form_7,
    .form_8,
    .form_9 {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .form_6 p:nth-of-type(2) span span.form-radio,
    .form_6_5 p:nth-of-type(2) span span.form-radio {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        text-align: justify;
    }

    .form_9 p:nth-of-type(2) {
        width: 100%;
    }

    .form_9 p:nth-of-type(2) span .wpcf7-textarea {
        width: 100%;
    }

    .form_text p {
        justify-content: flex-start;
    }

    input.wpcf7-form-control,
    textarea.wpcf7-form-control {
        max-width: 97%;
        font-size: 1rem;
    }

    .contact-sec .container {
        gap: 2rem;
        padding: 2rem 1rem;
    }

    .form_10 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .form_10.form_text p {
        line-height: 200%;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .contact-sec .container .contact-header h2 {
        font-size: 1.5rem;
    }

    .contact-sec .container .contact-header p {
        font-size: 1rem;
    }

    .compnay_contact_sec {
        margin-top: -1rem;
    }

    .contact-sec .container .contact-header {
        gap: 1rem;
    }

    .form_10.form_text p:nth-of-type(2) span {
        padding-bottom: 0;
    }

    .form_11 .list-btn-green {
        padding: 1rem 5.5rem;
    }

    .form-inner {
        gap: 2.125rem;
    }

    .company_sec .company_overview .company-data-detail-table {
        width: auto;
    }

    /*-----------blog-section----------------*/
    .blog_list_sec .container {
        max-width: 100%;
        padding: 2.75rem 1rem;
    }

    .blog_list_group {
        grid-template-columns: 1fr;
        gap: 1.375rem;
    }

    .blog_list_item a {
        max-width: 100%;
        width: 100%;
    }

    .blog_list_item a .image-placeholder {
        width: 100%;
        height: 0;
        padding-bottom: 64%;
        background-color: #f0f0f0;
        display: block;
    }

    .blog-item-title {
        font-size: 1rem;
    }

    .service-sec img {
        display: none;
    }

    .service-sec .reason-marquee:first-of-type {
        font-size: 3.5rem;
        bottom: 8rem;
    }

    .service-sec .reason-marquee:nth-of-type(2) {
        bottom: 5rem;
        font-size: 3rem;
    }

    .service-sec .reason-marquee:nth-of-type(3) {
        bottom: 2rem;
        font-size: 2rem;
    }

    .voice_list .pagination,
    .blog_list_sec .pagination {
        margin-top: 1rem;
    }

    .voice_list .page-btn,
    .blog_list_sec .page-btn {
        width: 35px;
        height: 35px;
    }

    /*-----------voice-sec--------------*/
    .voice_group .container {
        padding: 2rem 1rem;
        gap: 2rem;
    }

    .voice_group .blog-item-title {
        max-width: 18rem;
    }

    .voice_header h2 {
        font-size: 1.5rem;
        line-height: 45px;
        text-align: center;
        padding-bottom: 0;
    }

    .voice_group .voice_header {
        gap: 1rem;
    }

    .voice_category {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .voice_group .blog-category {
        padding: .5rem 1rem;
        font-size: 1rem;
    }

    /*-----------single-blog-sec---------------*/
    .item_sec .container {
        max-width: 100%;
        padding: 3rem 1rem;
        gap: 1.125rem;
    }

    .blog_item_content {
        padding-bottom: 2.5rem;
        gap: 1rem;
    }

    .item_navi {
        margin-top: 1.7225rem;
    }

    .navi_inner .navi_back {
        padding: 1rem 2rem;
    }

    .item_sec .blog_item_header div p:first-of-type {
        padding: 0rem 1rem;
        line-height: 48px;
        font-size: 1rem;
    }

    .blog_item_title {
        line-height: 36px;
        font-size: 1.1rem;
    }

    /*----------------privacy_sec------------*/
    .privacy_sec .container {
        padding: 3rem 1rem;
        gap: 1.125rem;
    }

    /*-------------notificaton---------------*/
    .latest_post a {
        padding: 0.34rem 1rem;
    }

    .price_table div:nth-of-type(3) .score-table thead tr th {
        text-align: center;
        padding: 0;
    }

    .price_table div:nth-of-type(3) .score-table tr th:first-of-type {
        padding: 0;
        text-align: center;
    }

    .wpcf7-list-item-label {
        font-size: 1rem;
    }

    .form_text div,
    .form_text p:nth-of-type(2) {
        width: 100%;
    }

    .wpcf7-list-item input[type="radio"]+span::before {
        width: 20px;
        height: 20px;
    }

    .wpcf7-list-item input[type="radio"]:checked+span::after {
        top: 3px;
        left: 0;
        width: 12px;
        height: 12px;
    }

    .wpcf7-list-item input[type="checkbox"]+span::before {
        width: 26px;
        height: 26px;
    }

    .wpcf7-list-item input[type="checkbox"]:checked+span::after {
        width: 16px;
        height: 16px;
        top: 13px;
        left: 1px;

    }

    .form_7 .wpcf7-form-control-wrap input.form-input {
        padding-left: 5px;
    }

    .cf7-modal {
        display: flex;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        z-index: 9999;
        left: 0;
        right: 0;
        top: 0;
    }

    #confirmation-modal .modal-content {
        background-color: #fff;
        margin: 27% auto 26%;
        padding: 36px 16px 20px;
        border-radius: 8px;
    }

    #confirmation-modal .modal-content ul {
        padding: 50px 0;
        list-style: none;
        margin: 0;
    }

    #confirmation-modal .modal-content ul li {
        font-size: 16px;
        padding-bottom: 8px;
        display: flex;
        gap: 1.5rem;
    }

    #confirmation-modal .modal-content ul li strong {
        font-weight: 600;
        width: 9rem;
        white-space: pre-line;
        align-self: left;
    }

    #confirmation-modal .modal-content ul li span {
        font-family: 'Zen Kaku Gothic New';
        font-weight: 700;
        font-size: 1rem;
        line-height: 200%;
        color: #442C16;
        width: fit-content;
        white-space: normal;
    }

    #confirmation-modal .modal-buttons {
        justify-content: space-evenly;
    }

    .cf7-modal-content {
        margin: 40% auto 0;
        padding: 61px 25px;
    }

    /*----------loading screen----------*/
    .loading-screen-content {
        gap: 2rem;
        max-width: 100%;
    }

    .loading-logo-wrapper {
        gap: 0
    }

    .loading-img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        position: relative;
    }

    .loading-item>p {
        font-size: .5rem;
    }

    .loading-item:nth-of-type(3) {
        gap: .5rem;
    }

    .loading-item:nth-of-type(3) .loading-img {
        width: 60px;
        height: 60px;
        position: relative;
        object-fit: cover;
    }

    .loading-screen .grand-bottom {
        top: 33%;
    }
}

@media screen and (min-width: 600px) and (max-width: 1400px) {
    .grand-list {
        grid-template-columns: 1fr 1fr;
    }

    .grand-sec .blog-detail {
        padding: 2rem 11rem 2rem 4rem;
        right: 1rem;
    }

    .grand-sec .container h2 {
        font-size: 2.5rem;
    }

}