@media screen and (max-width: 768px) {

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    .header-container {
        margin: 0 1.1875rem;
    }

    .header-menu-sp {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 5rem;
    }

    .header-menu-sp:hover {
        cursor: pointer;
    }

    .header-menu-sp button {
        width: 2rem;
        height: 2px;
        background: #1F3A93;
        position: relative;
        transition: all 1s cubic-bezier(1, 0, 0, 1);
        border: 0;
    }

    .header-menu-sp button:before {
        content: "";
        width: 2rem;
        height: 2px;
        background: #1F3A93;
        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: #1F3A93;
        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 {
        display: flex;
    }

    .header-menu-list-sp-active {
        transform: translateY(0);
        top: 6rem;
    }

    .header-menu-sp-section {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .header-menu-sp-section-icon {
        width: 40px;
    }

    .footer-slide {
        transform: translateY(15px);
        top: 84%;
    }

    .footer-main-heading {
        font-size: 2rem;
        line-height: 150%;
    }

    .footer-desc-line {
        font-size: 1rem;
    }

    .footer-phone-icon {
        width: 32px;
        height: 32px;
    }

    .footer-phone-label,
    .footer-phone-number,
    .footer-cta-text {
        font-size: 1rem;
    }

    .footer-description {
        margin: 1rem 0;
    }

    .footer-cta-buttons {
        margin-top: 1.18rem;
        gap: 1.5rem;
    }

    .footer-phone-separator {
        width: 94%;
        border-top: 2px solid #000000;
    }

    .footer-cta-button {
        padding: .5rem 1rem;
    }

    .footer-top {
        padding: 4.18rem 1rem 9rem 1rem;
    }

    .footer-bottom-content {
        max-width: 100%;
        margin: 0;
        padding: 3rem 1rem 3rem 1rem;
    }



    .footer-info-section {
        gap: 1rem;
        flex-direction: column;
    }

    .fv-photo-item {
        width: 200px !important;
    }

    .footer-page-top::before {
        display: none;
    }

    .footer-company-info {
        gap: 1.37rem;
    }

    .footer-address,
    .footer-contact-info,
    .footer-hours {
        font-size: 14px;
        white-space: pre-wrap;
    }

    .footer-nav-link {
        font-size: .8rem;
    }

    /* Footer Navigation - Mobile Style (SP version) */
    .footer-navigation {
        background-color: #1F3A93;
        /* padding: 1rem; */
        border-radius: 0.5rem;
        position: relative;
    }


    .footer-nav-header {
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 1rem;
    }

    .footer-nav-hours {
        color: #FFFFFF;
        font-size: 0.75rem;
        font-family: 'Noto Sans JP', sans-serif;
        display: block;
    }

    .footer-nav-column {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .footer-nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 0;
        color: #FFFFFF;
        text-decoration: none;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        padding-right: 2rem;
    }

    .footer-nav-link:last-child {
        border-bottom: none;
    }

    .footer-nav-link::after {
        content: '';
        color: #CCCCCC;
        width: 8px;
        height: 8px;
        border-top: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
        transform: rotate(45deg);
        font-size: 1.2rem;
        position: absolute;
        right: 0;
        line-height: 1;
    }

    .footer-copyright-section {
        flex-direction: column;
        gap: 30px;
    }

    .footer-left-img {
        width: 63px;
        height: 53px;
        object-fit: cover;
        top: 100%;
        left: 0
    }

    .footer-right-img {
        top: 100%;
        width: 50px;
        height: 50px;
        right: 0rem;

    }

    .line-text {
        width: 95%;
    }

    .cotact-text {
        font-size: 5rem;
    }

    /*--------------top-fv----------------*/
    .top-section {
        padding: 5rem 0 0 0;
    }

    .top-section .top-section-container {
        max-width: 100%;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        padding: 0 1rem;
    }

    .top-section .top-section-bg {
        top: 43%;
        left: 8.5vw;

    }

    .top-fv-circle-2 {
        top: 18.75vw;
    }

    .top-fv-circle-1 {
        top: 24.42vw;
    }

    .top-fv-circle-3 {
        width: 3.875rem;
        height: auto;
        bottom: -4vw;
    }

    .top-fv-contact-btn {
        width: 7rem;
        height: auto;
        transition: transform 0.3s ease, opacity 0.3s ease;
        cursor: pointer;
    }

    .top-fv-contact-btn:hover {
        transform: scale(0.95);
        opacity: 0.8;
    }

    .top-section-about-container {
        padding: 4.8rem 0rem;


    }

    .top-section-about {
        min-width: auto;
        width: auto;
        /* padding: 0 1rem; */
    }

    .top-about {
        margin: 0;
    }

    .top-about-img-1 {
        display: none;
    }

    .top-about-content {
        gap: .5rem;
        margin-top: 4rem;
        padding: 0 1rem;
    }

    .top-about-title h1 {
        font-size: 3rem;
        z-index: 5;
    }

    .top-about-title p {
        font-size: 1.3rem;
    }

    .top-about-content h2 {
        font-size: 2rem;
    }

    .top-about-content .top-about-desc {
        font-size: 1rem;
    }

    .top-section-about-bg {
        top: 1rem;
        left: auto;
        right: 0;
        width: 7.75rem;
        height: auto;
    }

    .top-service-sec-title-bg {
        width: 27.25rem;
        height: 2rem;
        top: -2rem;
        left: -3rem;
    }

    .top-service-sec-flex-container {
        max-width: 100%;
        padding: 0 1rem;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.125rem;
    }

    .golbal_detail_btn {
        padding: 1rem 6rem;
    }

    .top-service-sec-title p:first-of-type {
        font-size: 3rem;
    }

    .top-service-sec-title p:nth-of-type(2) {
        font-size: 1rem;
    }

    .top-service-sec-container {
        gap: 1.87rem;
        padding: 0 1rem;
    }

    .top-service-sec-desc {
        font-size: 1rem;
        padding: 0;
        text-align: justify;
    }

    .top-service-sec-desc span {
        font-size: 1rem;
    }

    .top-section-about-bg-2 {
        bottom: 73%;
        left: 0;
        width: 8.5rem;
        height: 8.5rem;

    }

    .top-service-sec-flex-item-bg-2 {
        top: -5rem;
        right: -14rem;
        width: 23.1rem;
        height: 12.99rem;
    }

    .top-service-sec-flex-item-bg-1 {
        bottom: -2rem;
        left: -13rem;
        width: 35.75rem;
        height: auto;
    }

    .top-service-sec-btn-link {
        padding: 1.575rem 4.9rem 1.575rem 2rem;
        font-size: 1.25rem;
    }

    /* Reason Section Slider Mobile */
    .top-section-raeson-sec {
        padding: 8rem 0 4rem;

    }

    .top-section-raeson-sec-container {
        padding: 0 1rem;
    }

    .top-section-raeson-sec-header {
        gap: 1.4375rem;
    }

    .top-section-raeson-sec-header h2 {
        font-size: 1.8rem;
    }

    .top-section-raeson-sec-header-content h3 {
        font-size: 1.5rem;
    }

    .top-section-raeson-sec-header-content p {
        font-size: 0.9rem;
    }

    .top-section-raeson-sec-content {
        margin-top: 1.5rem;
    }

    #fv-boxe .slick-list {
        padding: 1rem 0 !important;
    }

    #fv-boxe .slick-slide {
        padding: 0 0.5rem;
    }

    .fv-box-1 {
        padding: 1.5rem;
        min-height: auto;
    }

    .fv-box-content-wrapper {
        flex-direction: column;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .fv-box-image {
        width: 100%;
        height: 200px;
        min-height: 200px;
    }

    .fv-box-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fv-content-header-wrapper {
        gap: .7rem;
    }

    .fv-content {
        gap: 1rem;
        position: relative;
        min-height: 400px;
    }

    .fv-feature-label {
        font-size: 0.75rem;
    }

    .fv-feature-number {
        font-size: 2.5rem;
    }

    .fv-content-title {
        font-size: 1.2rem;
    }

    .fv-content-body p {
        font-size: 0.9rem;
    }

    .fv-detail-btn {
        padding: 0.875rem 4rem;
        font-size: 0.9rem;
        bottom: -2rem;
        position: relative;
        margin-top: 1rem;
        left: auto;
        transform: none;
        width: auto;
        display: inline-block;
    }

    .fv-detail-btn:hover {
        background-color: #F97316;
        color: #FFFFFF;
    }

    .fv-detail-btn::before {
        display: none;
    }

    .top-section-tosou {
        height: 500px;
    }

    .top-section-sample-free {
        height: auto;
        margin-top: -11.7%;
        padding: 2rem 0;
    }

    .top-section-sample-free-header {
        padding-top: 3rem;
        gap: 1rem;
    }

    .top-section-sample-free-container {
        padding: 0 1rem;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        margin: 12% auto;
    }

    .top-section-sample-free-header h2 {
        font-size: 2rem;
    }

    .top-section-sample-free-header .content {
        gap: 1rem;
    }

    .top-section-sample-free-header .content p {
        font-size: 1rem;
    }

    .top-section-sample-free-btns {
        grid-template-columns: repeat(5, 1fr);
        gap: 0.5rem;
    }

    .blog-marquee {
        font-size: 2rem;
        margin-top: 0;
    }

    .golbal_vt_btn {
        font-size: 22px;
        /* height: 55px; */
        padding: 7rem 2rem 14rem;

    }

    .golbal_vt_btn::before {
        top: 1.8rem;
    }

    .top-section-company {
        min-width: 100%;
    }

    .top-section-company-bg-6 {
        bottom: -10rem;
        left: 0;
        width: 250px;
    }

    .top-section-company-container {
        padding: 16rem 1rem;
        width: auto;
    }

    /* .top-section-company-bg, */
    /* .top-section-company-bg-2, */
    /* .top-section-company-bg-3, */
    .top-section-company-bg-4,
    .top-section-company-bg-5,
    /* .top-section-company-bg-6, */
    .top-section-company-bg-7,
    /* .top-section-company-bg-8, */
    .top-section-company-bg-9,
    .top-section-company-bg-10 {
        display: none;
    }

    .top-section-company-bg {
        top: 0;
        left: 14px;
        width: 110px;
    }

    .top-section-company-bg-2 {
        top: 0;
        right: 0;
        width: 88px;
    }

    .top-section-company-bg-3 {
        position: absolute;
        top: 41%;
        left: -22px;
        width: 69px;
        height: fit-content;
    }

    .top-company-sec-header h2 {
        font-size: 2.5rem;
    }

    .top-company-sec-header-img {
        position: absolute;
        top: -2rem;
        left: 71%;
        transform: translateX(-50%);
        width: 21.25rem;
        height: 15rem;
        object-fit: cover;
        object-position: center;
        opacity: .7;
    }

    .top-company-content {
        gap: 2.125rem;
    }

    .top-company-sec-body h3 {
        font-size: 1.5rem;
    }

    .top-company-sec-body {
        gap: 1.5rem;
    }

    .top-company-sec {
        gap: 1.6rem;
    }

    .top-company-btns {
        gap: 1rem;
    }

    /*---------------blog-section-------------------*/
    .top-blog-sec .container {
        margin: 4rem 0 0rem 0;
        flex-direction: column;

        gap: 2rem;
    }

    .top-blog-sec .blog-title h1 {
        font-size: 2.5rem;
    }

    .top-blog-sec .blog-side {
        width: 100%;
    }

    .fv-blog-item {
        padding: 0;
        overflow: hidden;
    }

    a.fv-blog-item {
        text-decoration: none;
        color: inherit;
        cursor: pointer;
    }

    .fv-blog-item:hover .blog-item-title {
        color: #442C16;
    }

    .top-blog-sec .blog-side .fv-blog .fv-blog-item img {
        transition: transform 0.3s ease;
    }

    .top-blog-sec .blog-side .fv-blog .fv-blog-item:hover img {
        transform: scale(1.05);
    }

    .top-blog-sec.blog-detail {
        padding: 1rem 6rem 1rem 1rem;
    }

    .top-blog-sec .blog-detail::after {
        right: 12px;
        top: 14px;
    }

    .top-blog-sec .blog-tree {
        width: 12rem;
    }

    .top-blog-sec .blog-detail {
        position: absolute;
        background-color: #F4A261;
        padding: 1.5rem 7rem 1.5rem 3rem;
        bottom: -7rem;
        transform: translateX(-17%);
        z-index: 1;
    }

    .top-section-company-bg-8 {
        top: 9rem;
        left: 0;
        width: 79px;
    }

    /*---------------voice-section-------------------*/
    .top-section-voice {
        padding: 8rem 0;
        margin-top: -6rem;
    }

    .top-section-voice-container {
        gap: 0rem;
    }

    .top-section-voice-header h1 {
        font-size: 2.5rem;
    }

    .top-section-voice-header p:first-of-type {
        font-size: 1rem;
    }

    .top-section-voice-header p:nth-of-type(2) {
        font-size: 1rem;
    }

    .top-section-voice-group {
        padding: 0 1rem;
    }

    .voice-avatar {
        width: 120px;
        height: 120px;
        top: -45px;
    }

    .voice-age-gender {
        margin-top: 3rem;
        font-size: 0.75rem;
    }

    .voice-title {
        font-size: 1rem;
    }

    .voice-content {
        font-size: 0.8rem;
    }

    #voice-slider .slick-prev {
        left: -30px;
    }

    #voice-slider .slick-next {
        right: -30px;
    }

    #voice-slider .slick-prev:before,
    #voice-slider .slick-next:before {
        font-size: 30px;
    }

    .voice-card {
        min-height: 260px !important;
        padding: 2rem 1rem;
        margin: 0 3.5rem;
    }

    .faq-sec .container {
        gap: 2.25rem;
        padding: 4rem 1rem 2rem 1rem;
        margin: 2rem auto 0;
    }

    .index-faq-list dl {
        padding: 1rem;
        margin: 0 0 .5rem;
        width: 100%;
        box-sizing: border-box;
    }

    .faq-sec .faq-header p {
        font-size: 1rem;
    }

    .faq-sec .faq-header h1 {
        font-size: 3rem;
    }

    .faq-category-title {
        font-size: 1.5rem;
        margin: 2rem 0 2rem 0;
        line-height: 200%;

    }

    .faq-category-title:first-child {
        margin-top: 0;
    }

    .faq-category-title span {
        padding-bottom: 0.25rem;
    }

    .faq-category-title .faq-underline-request {
        border-bottom: 1px solid #1F3A93;
    }

    .faq-category-title .faq-underline-construction {
        border-bottom: 1px solid #4CAF50;
    }

    .faq-category-title .faq-underline-extra {
        border-bottom: 1px solid #F4A261;
    }

    .index-faq-list dl dd {
        padding: 0;
    }

    .faq-section {
        width: 100%;
        overflow-x: hidden;
    }

    .faq-section .faq-content {
        padding: 0 1rem;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        display: inline-block;

    }

    .faq-category-group {
        margin-bottom: 50px;
    }

    .top-section-area-header-title {
        font-size: 100px;
    }

    .top-section-area-header {
        width: auto;
    }

    .top-section-area-container {
        max-width: 100%;
        width: 100%;
    }

    .top-section-area {
        margin: 0;
        padding: 0;
    }

    .top-section-area-header {
        padding: 0 1rem;
    }

    .top-section-area-map {
        display: none;
    }

    .faq-header-title {
        font-size: 1rem;
        white-space: nowrap;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index-faq-list dl {
        border: 1px solid #141414;
    }

    .faq-header-content {
        padding: 0 16px 0 0px;
    }

    .faq-detail {
        border: 1px solid #141414;
    }

    /* .faq-sec .top-section-faq-bg img {
        position: relative;
        height: 600px;
    } */

    .index-faq-list-title {
        gap: 1rem;
    }

    .top-company-sec-body p {
        text-align: left;
    }

    /*---------------reason-section-------------------*/
    .sub_fv {
        max-width: 100%;
        margin: 5rem 0 0 0;
        padding: 2.3rem .6rem 1.37rem;

    }

    .sec_title_white {
        font-size: 1.5rem;
    }

    .breadcrumb {
        width: 95%;
        position: relative;
        margin: 0 auto 1rem;
    }

    .breadcrumb img {
        width: 1rem;
    }

    .breadcrumb p:last-child {
        font-size: .7rem;
    }

    .top_FV .FV_content p:first-of-type {
        top: -3.5rem;
        left: .5rem;
        font-size: 2.3rem;
    }

    /*---------------reason-intro-section-------------------*/
    .reason-intro-sec-container {
        padding: 4rem .5rem;
        gap: 4rem;
        max-width: 100%;
        width: auto;
    }

    .reason-intro-sec-content {
        gap: 1rem;
    }

    .reason-intro-sec-content h2 {
        font-size: 1.8rem;
        text-align: center;
        line-height: 150%;
    }

    .reason-intro-sec-content p {
        font-size: 1rem;
        text-align: left;
    }

    .reason-intro-choose {
        gap: 0;
        width: 100%;
    }

    .reason-intro-choose-header h3 {
        font-size: 1.5rem;
        text-align: left;
        padding-bottom: 0;
    }

    .reason-intro-choose-header h3 span {
        font-size: 1.5rem;
    }

    .reason-intro-choose-desc {
        gap: 2rem;
        margin-top: 2rem;
        width: fit-content;
        position: relative;
    }

    .reason-intro-choose-item {
        flex-direction: column !important;
        gap: 1.5rem;
        width: fit-content;
        position: relative;
    }

    .reason-intro-choose-item-image {
        flex: none;
        width: 100%;
    }

    .reason-intro-choose-item-content {
        width: auto;
        gap: 1rem;
        position: relative;
    }

    .reason-intro-choose-item-title {
        font-size: 1.5rem;
    }

    .reason-intro-choose-item-text {
        font-size: 0.9rem;
    }

    .reason-intro-choose-example {
        margin-top: 3rem;
        padding-top: 2rem;
        gap: 3.25rem;
        padding-bottom: 6rem;
    }

    .reason-intro-choose-example h2 {
        font-size: 1.5rem;
        line-height: 150%;
    }

    .reason-intro-choose-example h2 span {
        font-size: 1.5rem;
    }

    .reason-intro-choose-example-item-group {
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
    }

    .reason-intro-choose-example-item-group-item {
         width: 28vw;
         height: 28vw;
        max-height: 200px;
        max-width: 200px;
		min-width：110px;
		min-height:110px;
    }

    .reason-intro-choose-example-item-group-item p {
        font-size:clamp(0.9rem, 0.9rem + 0.1rem * ((100vw - 365px) / (768px - 365px)), 1rem);
    }

    .reason-intro-choose-example-container .reason-intro-choose-example-container-line {
        width: 2rem;
    }

    /*---------------top-section-service-------------------*/
    .top-section-service {
        padding: 4rem 0;
    }

    .top-section-service-container {
        padding: 0 1rem;
        gap: 2rem;
    }

    .top-section-service-header h1 {
        font-size: 2.5rem;
    }

    .top-section-service-header p {
        font-size: 1rem;
    }

    .top-section-service-content {
        flex-direction: column;
        gap: 2rem;
    }

    .top-section-service-content-item {
        min-height: auto;
        /* padding: 2rem 1.5rem;
        gap: 1.5rem; */
    }

    .top-section-service-content-item-title {
        font-size: 1.25rem;
    }

    .top-section-service-content-item-text {
        font-size: 0.9rem;
    }

    .top-section-service-content-item-list li {
        font-size: 0.9rem;
        padding-left: 1.25rem;
    }

    .top-section-service-content-item-list li::before {
        width: 6px;
        height: 6px;
        top: 0.6rem;
    }

    .top-section-service-btn {
        padding: 0.875rem 1.25rem;
        font-size: 0.9rem;
    }

    .top-section-service-btn::after {
        display: none;
    }

    .top-section-service-content-item-right .top-section-service-content-item-text {
        /* white-space: pre; */
    }

    .top-section-service-content-item-right .top-section-service-content-item-title {
        padding: 0;
        text-align: center;
    }

    .top-section-service-content-item-left .top-section-service-content-item-title {
        margin-top: 1.5rem;
    }

    /*---------------service-sec-------------------*/
    .service-sec {
        padding: 3rem 0;
    }

    .service-sec-container {
        padding: 0 1rem;
    }

    .service-sec-buttons {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .service-sec-btn {
        width: 100%;
        padding: 1.25rem 1.5rem;
        font-size: 1rem;
        text-decoration: none;
    }

    .service-sec-btn:nth-child(4) {
        width: 100%;
    }

    /*---------------service-sec-symptom-------------------*/
    .service-sec-symptom {
        padding: 4rem 0;
    }

    .service-sec-symptom-container {
        padding: 0 1rem;
    }

    .service-sec-symptom-header {
        margin-bottom: 2.5rem;
    }

    .service-sec-symptom-header p {
        font-size: 0.9rem;
    }

    .service-sec-symptom-header h2 {
        font-size: 1.8rem;
    }

    .service-sec-symptom-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .service-sec-symptom-card {
        gap: 1rem;
    }

    .service-sec-symptom-card-title {
        font-size: 1.25rem;
    }

    .service-sec-symptom-card-text {
        font-size: 0.9rem;
    }

    /*---------------service-sec-construction-------------------*/
    .service-sec-construction {
        padding: 4rem 0;
    }

    .service-sec-construction-container {
        padding: 0 1rem;
    }

    .service-sec-construction-header {
        margin-bottom: 2.5rem;
        gap: 1rem;
    }

    .service-sec-construction-header h2 {
        font-size: 2rem;
    }

    .service-sec-construction-header h2 span {
        font-size: 2rem;
    }

    .service-sec-construction-header p {
        font-size: 0.9rem;
        text-align: left;
    }

    .service-sec-construction-content {
        gap: 2rem;
    }

    .service-sec-construction-block {
        padding: 1rem .5rem;
    }

    .service-sec-construction-block-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .service-sec-construction-block-items {
        gap: 2rem;
    }

    .service-sec-construction-block-items-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .service-sec-construction-item-horizontal {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .service-sec-construction-item-image {
        width: 100%;
        height: auto;

    }

    .service-sec-construction-item-title-business {
        font-size: 1rem !important;
    }

    .service-sec-construction-item-content p {
        font-size: .8rem;
    }

    .service-sec-construction-item-horizontal .service-sec-construction-item-content {
        padding-right: 0;
    }

    .service-sec-construction-item-title {
        font-size: 1rem;
    }

    .service-sec-construction-item-text {
        font-size: 0.9rem;
    }

    .service-sec-construction-item-date {
        font-size: 0.8rem;
    }

    .service-sec-construction-item-images-dual {
        flex-direction: column;
        gap: 1rem;
    }

    .service-sec-construction-item-business-06 .service-sec-construction-item-images-dual .service-sec-construction-item-image {
        width: 100%;
    }

    /*---------------price-sec-painting-------------------*/
    .price-sec-painting {
        padding: 3rem 0;
    }

    .price-sec-painting-container {
        padding: 0 1rem;
    }

    .price-sec-painting-buttons {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 2.5rem;
    }

    .price-sec-painting-btn {
        width: 100%;
        padding: .5rem 2rem;
        font-size: 1rem;
    }

    .price-sec-painting-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        text-align: left;
        line-height: 170%;
    }

    .price-sec-painting-description {
        font-size: 0.875rem;
        line-height: 1.8;
        text-align: left;
    }

    /*---------------price-sec-table-------------------*/
    .price-sec-table {
        padding: 3rem 0 10.93rem;
    }

    .price-sec-table-container {
        padding: 0 1rem;
    }

    .price-sec-table-header {
        margin-bottom: 2.5rem;
    }

    .price-sec-table-title {
        font-size: 2rem;
    }

    .price-sec-table-subtitle {
        font-size: 1.125rem;
    }

    .price-sec-table-section {
        margin-bottom: 2.5rem;
    }

    .price-sec-table-section-title {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .price-table th {
        font-size: 0.875rem;
        padding: 0.75rem 1rem;
    }

    .price-table td {
        font-size: 0.875rem;
        padding: 0.75rem 1rem;
        vertical-align: middle;
        line-height: 150%;
    }

    .price-table th:nth-child(3),
    .price-table td:nth-child(3) {
        width: 45%;
    }

    .price-table th:nth-child(2),
    .price-table td:nth-child(2) {
        width: 17%;
    }

    .price-table th:nth-child(1),
    .price-table td:nth-child(1) {
        width: 38%;
    }

    /*---------------price-sec-flow-------------------*/
    .price-sec-flow {
        padding: 3rem 0 5rem;
    }

    .price-sec-flow-container {
        padding: 0 1rem;
    }

    .price-sec-flow-header {
        margin-bottom: 2.5rem;
    }

    .price-sec-flow-title {
        font-size: 2rem;
    }

    .price-sec-flow-subtitle {
        font-size: 1.125rem;
    }

    .price-sec-flow-content {
        gap: 2.5rem;
    }

    .price-sec-flow-item {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .price-sec-flow-item-image {
        order: -1;
    }

    .price-sec-flow-item-title {
        font-size: 1.25rem;
    }

    .price-sec-flow-item-text {
        font-size: 0.875rem;
    }

    .price-sec-flow-item-content-title span {
        width: 3.398rem;
    }

    .price-sec-flow-item-text p:last-child {
        padding-right: 0;
    }

    .price-sec-flow-item:nth-child(3) .price-sec-flow-item-text p:last-child,
    .price-sec-flow-item:nth-child(4) .price-sec-flow-item-text p:last-child {
        padding-right: 0;
    }

    /*---------------blog-sec-------------------*/
    .blog-sec {
        padding: 3rem 0;
    }

    .blog-sec-container {
        padding: 0 1rem;
    }

    .blog-sec-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .blog-sec-item-image {
        height: 250px;
    }

    .blog-sec-item-button {
        font-size: 0.875rem;
        padding: 0.4rem 1.25rem;
    }

    .blog-sec-item-date,
    .blog-sec-item-text {
        font-size: 0.875rem;
    }

    .blog-sec-pagination {
        margin-top: 2rem;
    }

    .blog-sec-pagination .page-numbers {
        padding: 0.4rem 0.8rem;
        font-size: 0.875rem;
    }

    /*---------------company-sec-------------------*/
    .company-sec-message-container {
        max-width: 100%;
        position: relative;
        align-items: center;
        padding: 80px 1rem;
    }

    .comapany-sec-message-img {
        width: 100%;
        height: 450px;

    }

    .company-sec-message-header {
        align-items: center;
    }

    .company-sec-message-body-container {
        flex-direction: column;

    }

    .company-sec-message-content p {
        padding-right: 0;
    }

    .company-info-item dt {
        min-width: 85px;
        padding-left: 1rem;
        text-align: left;
    }

    .company-sec-history-content {
        padding: 3rem 1rem;
    }

    /*---------------contact-sec-------------------*/
    .contact-sec .container {
        gap: 3rem;
        padding: 2rem 1rem;
    }

    .contact-sec .container .contact-header {
        gap: 1rem;
    }

    .contact-sec .container .contact-header h2 span {
        border-bottom: 2px solid #141414;
        padding-bottom: 2px;
    }

    .contact-sec .container .contact-header p {
        font-size: 1.1rem;
        text-align: left;
    }

    .form-inner {
        gap: 2rem;
    }

    .form_text div,
    .form_text p:nth-of-type(2) {
        width: 100%;
    }

    .form_1,
    .form_2,
    .form_3,
    .form_4,
    .form_5,
    .form_6,
    .form_6_5,
    .form_7,
    .form_8,
    .form_9 {
        flex-direction: column;
        gap: 1.5rem;
    }

    input.wpcf7-form-control,
    textarea.wpcf7-form-control {
        max-width: 95%;
    }

    .wpcf7-form-control.wpcf7-radio.form-radio {
        gap: 1rem;
    }

    /*----------------privacy_sec------------*/
    .privacy_sec .container {
        padding: 3rem 1rem;
        gap: 1.125rem;
    }

    .privacy_sec p {
        font-size: .8rem;
        padding-right: 0;
    }

    /*-------------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: 1px;
        left: 0;
        width: 12px;
        height: 12px;
    }

    .wpcf7-list-item input[type="checkbox"]+span::before {
        width: 20px;
        height: 20px;
    }

    .wpcf7-list-item input[type="checkbox"]:checked+span::after {
        width: 10px;
        height: 10px;
        top: 11px;
        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;
    }

    /* Mobile Footer Navigation */
    .footer-mobile-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #ffffff;
        border-top: 1px solid #e0e0e0;
        z-index: 9999;
        padding: 0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .footer-mobile-nav-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.75rem 0.5rem;
        text-decoration: none;
        color: #333333;
        font-size: 0.75rem;
        transition: background-color 0.3s ease;
        border-right: 1px solid #e0e0e0;
        min-height: 60px;
    }

    .footer-mobile-nav-item:last-of-type {
        border-right: none;
    }

    .footer-mobile-nav-item:hover,
    .footer-mobile-nav-item:active {
        background-color: #f5f5f5;
    }

    .footer-mobile-nav-text {
        display: block;
        text-align: center;
        line-height: 1.2;
    }

    .footer-mobile-nav-close {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.75rem 1rem;
        background: transparent;
        border: none;
        border-left: 1px solid #e0e0e0;
        cursor: pointer;
        color: #333333;
        font-size: 1.5rem;
        min-width: 50px;
        transition: background-color 0.3s ease;
    }

    .footer-mobile-nav-close:hover,
    .footer-mobile-nav-close:active {
        background-color: #f5f5f5;
    }

    .footer-mobile-nav-close-icon {
        display: block;
        font-weight: 300;
        line-height: 1;
    }

    /* Fixed Bottom Navigation - Mobile Only */
    .fixed-bottom-nav {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #FFFFFF;
        z-index: 9998;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out;
        transform: translateY(100%);
        opacity: 0;
        pointer-events: none;
        border-top: 1px solid #E5E5E5;
    }

    .footer-bottom {
        padding: 3.8rem 0 4rem;
    }

    .fixed-bottom-nav.show {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
        border-radius: 1.1428571429rem 1.1428571429rem 0 0;
        z-index: 9999999999;
    }

    .fixed-bottom-nav-container {
        display: flex;
        align-items: center;
        justify-content: space-around;
        /* padding: 0.75rem 0.5rem; */
        position: relative;
    }

    .fixed-bottom-nav-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #1F3A93;
        padding: 1rem 1rem;
        transition: opacity 0.3s ease;
    }

    /* .fixed-bottom-nav-item:hover,
    .fixed-bottom-nav-item:active {
        opacity: 0.7;
    } */

    .fixed-bottom-nav-divider {
        width: 1px;
        height: 2rem;
        background: #1F3A93;
        margin: 0 0.25rem;
    }

    .fixed-bottom-nav-icon {
        width: 24px;
        height: 24px;
        margin-bottom: 0.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fixed-bottom-nav-icon img {
        width: 100%;
        height: auto;
        filter: brightness(0) invert(1);
    }

    .fixed-bottom-nav-text {
        font-size: 0.75rem;
        font-family: 'Noto Sans JP';
        font-weight: 700;
        text-align: center;
        line-height: 200%;
        white-space: nowrap;
        color: #1F3A93;
    }

    .fixed-bottom-nav-toggle-btn {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0.5rem 0.25rem;
        transition: opacity 0.3s ease;
    }

    .fixed-bottom-nav-toggle-btn:hover,
    .fixed-bottom-nav-toggle-btn:active {
        opacity: 0.7;
    }

    .fixed-bottom-nav-toggle-icon {
        width: 2rem;
        height: 2rem;
        background: #FF4444;
        border-radius: 50%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fixed-bottom-nav-toggle-icon::before,
    .fixed-bottom-nav-toggle-icon::after {
        content: "";
        position: absolute;
        background: #FFFFFF;
        border-radius: 2px;
    }

    .fixed-bottom-nav-toggle-icon::before {
        width: 1rem;
        height: 2px;
    }

    .fixed-bottom-nav-toggle-icon::after {
        width: 2px;
        height: 1rem;
    }

    .fixed-bottom-nav-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        margin-left: 0.5rem;
    }

    .fixed-bottom-nav-hamburger {
        display: block;
        width: 24px;
        height: 2px;
        background: #404044;
        position: relative;
        transition: all 0.3s ease;
    }

    .fixed-bottom-nav-hamburger:before,
    .fixed-bottom-nav-hamburger:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background: #404044;
        left: 0;
        transition: all 0.3s ease;
    }

    .fixed-bottom-nav-hamburger:before {
        top: -8px;
    }

    .fixed-bottom-nav-hamburger:after {
        bottom: -8px;
    }

    .fixed-bottom-nav-expand-btn {
        position: absolute;
        top: -20px;
        right: 1rem;
        width: 40px;
        height: 40px;
        background: #1F3A93;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .fixed-bottom-nav-expand-btn:hover {
        transform: scale(1.1);
    }

    .fixed-bottom-nav-expand-btn span {
        color: #FFFFFF;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1;
    }

    .fixed-bottom-nav.expanded .fixed-bottom-nav-expand-btn {
        transform: rotate(45deg);
    }

    /* CTA Section */
    .fixed-bottom-nav-cta {
        background: #2A4BA0;
        padding: 0;
        position: relative;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s ease-out, padding 0.8s ease-out;
    }

    .fixed-bottom-nav.expanded .fixed-bottom-nav-cta {
        max-height: 300px;
        opacity: 1;
        padding: 1.5rem 1rem 1.25rem;
    }

    .fixed-bottom-nav-cta-close:hover {
        background: rgba(0, 0, 0, 0.5);
    }

    .fixed-bottom-nav-cta-close span {
        color: #FFFFFF;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1;
    }

    .fixed-bottom-nav-cta-content {
        max-width: 100%;
    }

    .fixed-bottom-nav-cta-text {
        color: #FFFFFF;
        font-family: 'Noto Sans JP';
        font-size: 0.9rem;
        font-weight: 500;
        text-align: center;
        margin: 0 0 1rem 0;
        line-height: 1.6;
        padding: 0 2rem;
    }

    .fixed-bottom-nav-cta-buttons {
        display: flex;
        gap: 0.75rem;
        justify-content: center;
        align-items: center;
    }

    .fixed-bottom-nav-cta-btn {
        flex: 1;
        padding: 0.875rem 1rem;
        border-radius: 8px;
        text-decoration: none;
        font-family: 'Noto Sans JP';
        font-size: 0.875rem;
        font-weight: 600;
        text-align: center;
        transition: all 0.3s ease;
        display: block;
        max-width: 160px;
    }

    .fixed-bottom-nav-cta-btn-primary {
        background: #F97316;
        color: #FFFFFF;
        border: none;
    }

    .fixed-bottom-nav-cta-btn-primary:hover,
    .fixed-bottom-nav-cta-btn-primary:active {
        background: #E8620E;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(249, 115, 22, 0.3);
    }

    .fixed-bottom-nav-cta-btn-secondary {
        background: #FFFFFF;
        color: #06C755;
        border: 1px solid #06C755;
    }

    .fixed-bottom-nav-cta-btn-secondary:hover,
    .fixed-bottom-nav-cta-btn-secondary:active {
        background: #F5F5F5;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(6, 199, 85, 0.2);
    }

    .floating-cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 86%;
        background-color: #1F3A93;
        border-radius: 1.2857142857rem;
        padding: 0.5714285714rem 1.1428571429rem 0.4285714286rem;
        position: fixed;
        bottom: -1%;
        left: 3.5%;
        z-index: 10000;
        min-height: 5.2142857143rem;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, visibility 0.4s ease, bottom 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        visibility: hidden;
        transform: translateY(calc(100% - 2.3214285714rem));
    }

    .floating-cta p {
        width: 100%;
        text-align: center;
        color: #FFFFFF;
        font-size: clamp(11px, 1.116vw + 7.429px, 1rem);
        margin-bottom: 0.4285714286rem;
    }

    .floating-cta.is-hide {
        /* transform: translateY(calc(100% - 6.671429rem)); */
        transform: translateY(8rem);
        opacity: 1;
        visibility: visible;
        pointer-events: none;
        z-index: 999999;
    }

    .floating-cta:not(.is-hide) {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /* Floating Action Button */
    .floating-action-button {
        position: fixed;
        bottom: 1rem;
        right: 1rem;
        width: 3.5rem;
        height: 3.5rem;
        background: #FF4444;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 9999;
        box-shadow: 0 4px 12px rgba(255, 68, 68, 0.4);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .floating-action-button:hover,
    .floating-action-button:active {
        transform: scale(1.1);
        box-shadow: 0 6px 16px rgba(255, 68, 68, 0.5);
    }

    .floating-action-button .fab-icon {
        width: 1.5rem;
        height: 1.5rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .floating-action-button .fab-icon::before,
    .floating-action-button .fab-icon::after {
        content: "";
        position: absolute;
        background: #FFFFFF;
        border-radius: 2px;
    }

    .floating-action-button .fab-icon::before {
        width: 1.5rem;
        height: 3px;
    }

    .floating-action-button .fab-icon::after {
        width: 3px;
        height: 1.5rem;
    }

    .floating-cta .close {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.1428571429rem;
        aspect-ratio: 1;
        background-color: #FFFFFF;
        border: 1px solid #1F3A93;
        border-radius: 50%;
        position: absolute;
        top: -0.5357142857rem;
        right: -0.3571428571rem;
        z-index: 1;
        rotate: 405deg;
        transition: rotate 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
        overflow: hidden;
        pointer-events: auto;

    }

    .floating-cta .close:hover {
        background-color: #F5F5F5;
    }

    .floating-cta ul {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7142857143rem;
    }

    /* .btn:not(:last-child) {
        margin-bottom: 0.5rem;
    } */

    .floating-cta .btn:first-child a {
        color: #FFFFFF;
        background-color: #ed9886;
        flex: 1;
    }

    .floating-cta .btn:nth-child(2) a {
        color: #00b900;
        background-color: #FFFFFF;
        flex: 1;
    }

    .floating-cta .btn a {
        padding: 0.5714285714rem 0.5714285714rem !important;
        border-radius: 1.2857142857rem;
    }

    .floating-cta .close button::before {
        content: "";
        width: 1.5rem;
        height: 2px;
        background: #1F3A93;
        position: absolute;
        top: 15px;
        left: 4px;
        transition: all 1s cubic-bezier(1, 0, 0, 1);
        transform: rotate(45deg);

    }

    .floating-cta .close button {
        position: relative;
        width: 2rem;
        height: 2rem;
        overflow: hidden;
        background-color: #FFFFFF;
        border: 0;

    }

    .floating-cta.menu-active {
        bottom: 4rem;
        transition: bottom 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, visibility 0.4s ease;
    }

    .floating-cta .close.btn-active {
        rotate: 0deg;
        transition: rotate 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .floating-cta .close button::after {
        content: "";
        width: 1.5rem;
        height: 2px;
        background: #1F3A93;
        position: absolute;
        top: 15px;
        left: 4px;
        transition: all 1s cubic-bezier(1, 0, 0, 1);
        transform: rotate(-45deg);
    }

    /* .floating-cta .close::before {
        content: "";
        width: 50%;
        aspect-ratio: 1;
        background-color: #1F3A93;
        clip-path: polygon(calc(50% + 1px) 0, calc(50% - 1px) 0, calc(50% - 1px) calc(50% - 1px), 0 calc(50% - 1px), 0 calc(50% + 1px), calc(50% - 1px) calc(50% + 1px), calc(50% - 1px) 100%, calc(50% + 1px) 100%, calc(50% + 1px) calc(50% + 1px), 100% calc(50% + 1px), 100% calc(50% - 1px), calc(50% + 1px) calc(50% - 1px));
    } */

    .btn a {
        position: relative;
        z-index: 1;
        display: block;
        padding-top: clamp(0.7rem, 0.7rem + (1rem - 0.7rem) * ((100vw - 300px) / (940px - 300px)), 1rem);
        padding-right: clamp(2rem, 2rem + (3rem - 2rem) * ((100vw - 300px) / (940px - 300px)), 3rem);
        padding-bottom: clamp(0.7rem, 0.7rem + (1rem - 0.7rem) * ((100vw - 300px) / (940px - 300px)), 1rem);
        padding-left: clamp(2rem, 2rem + (3rem - 2rem) * ((100vw - 300px) / (940px - 300px)), 3rem);
        border-radius: 9999px;
        width: fit-content;
        text-align: center;
        font-size: max(11px, 0.8125rem);
        text-decoration: none;
        font-family: 'Noto Sans JP';
        font-weight: 700;
        line-height: 100%;
        transition: var(--transit-default);
        text-align: center;
    }

    .btn {
        display: flex;
        justify-content: center;
        position: relative;
        margin-left: 0;
    }

    .global_vt {
        padding: 3rem 1rem;
        gap: 2rem;
    }

    .golbal_img {
        width: 36px;
        height: 36px;
    }

    .global_vt p {
        font-size: 1rem;
    }

    .fv-photo-item.margin-top-item {
        margin-top: 2.25rem;
    }

}

@media (max-width:940px) and (min-width:566px) {
    .footer-navigation {
        display: flex;
        padding-top: 2.5rem;
    }


}

@media (max-width:940px) and (min-width:768px) {
    .fv-blog-item {
        padding: 1rem;
    }
}

@media (max-width:566px) {
    .footer-navigation {
        flex-direction: column;
        gap: 0rem;
        width: 98%;
    }
}

@media screen and (max-width:375px) {
    .reason-intro-choose-example-item-group-item {
        width: 110px;
        height: 110px;
    }

    .reason-intro-choose-example-item-group-item p {
        font-size: .7rem;
    }

    .service-sec-symptom {
        padding: 6rem 0;
    }

    .service-sec-symptom-header h2 {
        line-height: 120%;
    }
}