
@font-face {
    font-family: 'BIZ';
    src: url('../font/BIZUDGothic-Regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'BIZ';
    src: url('../font/BIZUDGothic-Bold.woff') format('woff');
    font-weight: bold;
}
@font-face {
    font-family: 'LINE';
    src: url('../font/LINESeedJP_A_TTF_Eb.woff') format('woff');
    font-weight: 900;
}

@font-face {
    font-family: 'LINE';
    src: url('../font/LINESeedJP_A_TTF_Bd.woff') format('woff');
    font-weight: 700;
}
@font-face {
    font-family: 'LINE';
    src: url('../font/LINESeedJP_A_TTF_Rg.woff') format('woff');
    font-weight: 500;
}
@font-face {
    font-family: 'LINE';
    src: url('../font/LINESeedJP_A_TTF_Th.woff') format('woff');
    font-weight: 300;
}

html {
	scroll-behavior: smooth;
}

body {
    font-family: 'LINE','BIZ', sans-serif;
}
html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    /* font-family: 'Arial', sans-serif; */
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
    letter-spacing: .8px;
    line-height: 1.5;
    text-align: left;
    overflow-x: hidden;
}
img {
    vertical-align: text-bottom;
    vertical-align: -webkit-baseline-middle;
    max-width: 100%;
    height: auto;
    width: 100%;
	pointer-events: none;
}
a {
    /* color: #E64A32; */
    transition: opacity .7s;
    border: 0;
    cursor: pointer;
}
header {
    background-color: #ffffff;
    width: 15%;
    padding-bottom: 10px;
    text-align: center;
    margin: auto auto auto 9vw;
}
header img {
    max-width: 200px;
}
nav {
    margin: 20px 0;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: right;
    font-size:.8rem;
}
nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
section{
    width: 100%;
    padding-top: 2rem;
    background: #fff;
}
section#header {
    width: 100%;
    padding-top: 0!important;
}
.header {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #eee;
    border-bottom: 3px solid #28C3DD;
    position: fixed;
    z-index:3000;
    width: 100%;
    height: 6vw;
}
nav a.contact-button {
    font-size: .8rem;
}
.hero {
    padding: 0;
    background-color: #ffffff;
    /* text-align: center; */
    position: relative;
    margin-top: 3vw;
}
.hero img {
    max-width: 100%;
    height: auto;
}
.hero-inner {
    position: absolute;
    top: 10vw;
    margin-left: 9vw;
}
.hero-inner h1 {
    font-size: 2rem;
    margin: 20px 0;
    font-family: 'LINE';
    font-weight: 700;
    letter-spacing: 3px;
}
.hero-inner p {
    font-size: 1rem;
    margin: 10px 0;
    font-family: 'LINE';
    margin-top: 3vw;
    line-height: 1.7;
    letter-spacing: 2.5px;
}
.contact-button {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 4px;
    background-color: #28C3DD;
    color: #fff;
}
a.contact-button:hover{
    margin-top: 5px;
    margin-bottom: -5px;
}
.concerns {
    background-color: #ffffff;
    padding: 50px 20px;
    text-align: center;
}

.concerns h2 {
    font-size: 1.2rem;
    color: #ff6600;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.concerns h2 span{
    padding-bottom: 2px;
    border-bottom:2px solid #ff6600;
}
.concerns .title {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    letter-spacing: 6px;
    font-family: "LINE";
    font-weight: bold;
}
/* .concern_image {
    width: 80%;
    margin: auto;
    max-width: 900px;
} */
.concern_image {
    width: 100%;
    margin: auto;
    max-width: 1000px;
}

.concerns .cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    max-width: 900px;
}
.concerns .card {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    width: 25%;
    margin: 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.concerns .card img {
    max-width: 100px;
    margin-bottom: 10px;
}
.concerns .card p {
    font-size: 1rem;
    margin: 10px 0;
}
/* .solution {
    background-color: #f7f7f7;
    padding: 50px 20px;
    text-align: center;
    background-image: url("../images/background-grey.webp"),no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
} */
.solution {
    background-color: #f7f7f7;
    padding: 50px 20px;
    text-align: center;
    background-image: url("../images/background-grey.webp");
    overflow: hidden;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    top: -2px;
    position: relative;
    z-index: -100;
}


.solution-header {
    max-width: 800px;
    margin: 0 auto;
}

.solution .label {
    display: inline-block;
    background-color: #ff6600;
    color: #ffffff;
    padding: 5px 25px;
    border-radius: 30px;
    font-size: .9rem;
    margin-bottom: 10px;
}

.solution h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    letter-spacing: 6px;
    font-family: "LINE";
    font-weight: bold;
}

.solution p {
    font-size: 1rem;
    color: #666;
}
.contact {
    background-color: #28C3DD;
    padding: 50px 20px;
    text-align: center;
    width: 100%;
}

.contact-header {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    display: inline-block;
    width: 70%;
    max-width: 600px;
}

.contact-header p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #555;
    font-weight: 700;
    letter-spacing: 3px;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.contact-button {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
}

.contact-button.phone {
    background-color: #28C3DD;
    color: #ffffff;
}

.contact-button.email {
    background-color: #ffffff;
    color: #28C3DD;
    border: 2px solid #28C3DD;
}

.contact-button img {
    margin-right: 10px;
    width: 30px;
}
.about {
    background-color: #ffffff;
    padding: 50px 20px;
    text-align: left;
    display: flex;
    justify-content: center;
}

.about-content {
    max-width: 1000px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 20px; */
    width: 100%;
    justify-content: space-between;
}
.about-image {
    width: 40%;
}
.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}


.about-text {
    /* flex: 1; */
    min-width: 300px;
    width: 54%;
}

.about-text h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: #333;
    text-align: left;
    letter-spacing: 1px;
    font-family: "LINE";
    font-weight: bold;
}

.about-text p {
    font-size: .9rem;
    margin-bottom: 3vw;
    color: #666;
    letter-spacing: 2px;
    line-height: 1.5;
}

.about-button {
    display: inline-block;
    background-color: #28C3DD;
    color: #ffffff;
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 4px;
}

.services {
    background-color: #f5f5f5;
    padding: 50px 20px;
    text-align: center;
}

.services h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    letter-spacing: 6px;
    font-family: "LINE";
    font-weight: bold;
}

.services-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 90%;
    margin: auto;
    max-width: 900px;
}
i.fa-solid{
    margin-left: 8px;
}
.service-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 25%;
    text-align: left;
}
.service-card img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    object-fit: cover;
    /* width: 300px; */
    height: 150px;
}

.service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
    height: 4rem;
}

.service-card p {
    font-size: .9rem;
    color: #666;
    line-height: 1.7;
}
.flow {
    background-color: #fff;
    padding: 50px 20px;
    text-align: left;
}


.flow h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    letter-spacing: 6px;
    font-family: "LINE";
    font-weight: bold;
}

.flow-step {
    background-color: #28C3DD;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 50px;
    width: 100%;
    max-width: 800px;
}
.flow-steps {
    width: 80%;
    margin: auto;
    max-width: 800px;
}
.flow-step {
    background-color: #28C3DD;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 800px;
    margin-top: 2vw;
    position: relative;
}
i.flow-step-arrow {
    position: absolute;
    color: #58D0E5;
    font-size: 4vw;
    top: 82%;
    left: 46%;
}


.step-number {
    background-color: #ffffff;
    color: #28C3DD;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 30px;
}
.step-details {
    width: 80%;
}
.step-details h3 {
    font-size: 1.2rem;
    margin: 5px 0;
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
    width: 100%;
    letter-spacing: 4px;
}
.step-details p {
    font-size: .8rem;
    letter-spacing: 2.5px;
}

.pricing {
    background-color: #f7f7f7;
    padding: 50px 20px;
    text-align: center;
}

.pricing h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    letter-spacing: 6px;
    font-family: "LINE";
    font-weight: bold;
}


.pricing-table {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 90%;
    margin: auto;
    max-width: 900px;
}

.pricing-card {
    border: 2px solid #28C3DD;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    width: 25%;
    text-align: left;
}

.pricing-header {
    text-align: center;
    margin-bottom: 20px;
}

.pricing-header h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

.pricing-header img {
    max-width: 100px;
    height: 100px;
}

.pricing-details .price {
    font-size: 1rem;
    font-weight: bold;
    color: #28C3DD;
    margin-bottom: 10px;
}

.pricing-details p {
    font-size: .8rem;
    color: #666;
    margin-bottom: 4px;
    line-height: 1.5;
}

.pricing-details ul {
    list-style: none;
    padding: 0;
}

.pricing-details ul li {
    font-size: 1rem;
    color: #666;
    margin-bottom: 5px;
}

.note {
    margin-top: 4rem;
    font-size: 1.2rem;
    color: #666;
    font-weight: 500;
    letter-spacing: 3px;
}

.testimonial {
    margin-bottom: 30px;
    padding-bottom: 10px;
    /* border-bottom: 3px dashed #fff; */
}
.testimonials {
    background-color: #f7f7f7;
    padding: 50px 20px;
    text-align: left;
    background-image: url("../images/background-customer.webp");
    overflow: hidden;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
}





.testimonials-content {
    max-width: 800px;
    margin: 0 auto;
}

.testimonials h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    letter-spacing: 6px;
    font-family: "LINE";
    font-weight: bold;
}

.testimonial {
    margin-bottom: 30px;
}

.testimonial p {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
    letter-spacing: 2px;
    text-shadow: 1px 2px 9px #fff;
}

.client {
    font-size: 1rem;
    color: #28C3DD !important;
    margin-top: 10px;
    text-align: left;
    font-weight: bold;
}
.faq {
    background-color: #ffffff;
    padding: 50px 20px;
    text-align: center;
    width: 100%;
}

.faq h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
}

.faq-item {
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
    position: relative;
    width: 80%;
    margin: auto;
    max-width: 800px;
}

.faq-question {
    font-size: 1rem;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 700;
    border: 1px solid #28C3DD;
    background: #28C3DD;
    padding: 10px 20px;
    border-radius: 10px;
}

.faq-answer {
    display: none;
    font-size: 1rem;
    color: #666;
    margin-top: 10px;
    /* margin-bottom: 20px; */
    padding: 10px 15px;
}

.faq-toggle {
    font-size: 1.5rem;
    color: #fff;
}
.company-info {
    background-color: #ffffff;
    padding: 50px 20px;
    text-align: left;
    display: flex;
    justify-content: center;
    width: 100%;
}

.company-info-content {
    /* max-width: 1000px; */
    /* gap: 20px; */
    width: 100%;
}

.company-info-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    object-fit: cover;
    height: 300px;
}

.company-info-details {
    max-width: 900px;
    width: 70%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.company-info-details h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
}

.info-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
    color: #333;
    margin-top: 2rem;
}

.info-item p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #666;
    margin-top: 0.4rem;
}
.info-item a {
    text-decoration:none;
    /* color: #333; */
    color: #E64A32;
    border-bottom: 1px solid;
}
.company-info-button {
    display: inline-block;
    background-color: #28C3DD;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1rem;
}

.contact-form {
    background-color: #f7f7f7;
    padding: 50px 20px;
    text-align: left;
}

.contact-form h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.form-group {
    /* margin-bottom: 20px; */
    width: 70%;
    max-width: 900px;
    margin: 20px auto;
}

.form-group label {
    display: flex;
    font-size: 1rem;
    margin-bottom: 5px;
    align-items: center;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-group input[type="text"] {
    width: calc(50% - 10px);
    margin-right: 10px;
    display: inline-block;
}

.form-group input[type="text"]:last-child {
    margin-right: 0;
}


span.required {
    background-color: #ff6600;
    font-weight: bold;
    margin-left: 5px;
    color: #fff;
    border-radius: 5px;
    padding: 2px 7px;
    font-size: .7rem;
}
span.optional {
    background-color: #666;
    font-weight: bold;
    margin-left: 5px;
    color: #fff;
    border-radius: 10px;
    padding: 2px 7px;
    font-size: .7rem;
}


button[type="submit"] {
    background-color: #28C3DD;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

button[type="submit"]:hover {
    background-color: #00a0d2;
}

section#footer{
    padding-top: 0;
}

nav.breadcrumb {
    background-color: #e0e0e0;
    padding: 10px 20px;
    text-align: left;
    font-size: 0.9rem;
    width: auto;
    justify-content: left;
    margin-bottom: 0;
    margin-top: 0;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #000000;
    color: #ffffff;
    padding: 3vw 0 9vw;
    /* text-align: center; */
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 90%;
    max-width: 900px;
}

.footer-left img {
    max-width: 250px;
    margin-bottom: 10px;
}

.footer-left p {
    margin: 0;
    font-size: 0.9rem;
}

.footer-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.footer-right li {
    display: flex;
    align-items: center;
}

.footer-right a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
}

.footer-right a .arrow {
    margin-left: 5px;
}

.company-overview {
    background-color: #f7f7f7;
    padding: 50px 20px;
    text-align: left;
    width: 100%;
}
.company-overview h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.overview-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
}

.overview-left {
    width: 100%;
}

.overview-left ul {
    list-style: none;
    padding: 0;
}


.overview-left strong {
    color: #333;
    font-weight: bold;
}

.overview-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overview-left li {
    font-size: 1rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.7;
    padding-left: 15px;
    position: relative;
}


.overview-left li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #28C3DD;
}



.overview-right {
    width: 70%!important;
    /* display: flex; */
    background-color: #fff;
    margin: auto;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 40px;
    margin-top: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    position: relative;
    overflow: hidden;
}

.overview-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        to bottom,
        transparent,
        transparent 29px,
        #ddd 30px
    );
    opacity: 0.5;
    pointer-events: none;
}

.overview-right p {
    font-family: 'LINE', sans-serif;
    font-size: 1rem;
    margin-bottom: 15px;
    text-align: justify;
}

.overview-right ul {
    margin: 15px 0;
    padding-left: 20px;
}

.overview-right ul li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 1rem;
    color: #333;
}
.overview-right p:last-child {
    text-align: right;
}




@media(max-width:600px){
	.sp_none{
		display: none!important;
	}
}
@media(min-width:600px){
	.pc_none{
		display: none!important;
	}
}
@media(max-width:600px){
    section {
        padding: 20px 0 !important;
    }
    header img {
        max-width: 200px;
        width: 50vw;
    }
    .header {
        height: 18vw;
        flex-direction: inherit;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 10;
        margin-right: 10vw;
    }

    .hamburger span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #28C3DD;
        border-radius: 2px;
        transition: all 0.3s;
    }

    /* ナビゲーションメニューの表示 */
    .nav {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        right: -100%;
        width: 200px;
        height: 100vh;
        background-color: #fff;
        transition: right 0.3s;
    }

    .nav.active {
        right: 0;
    }

    .nav a {
        padding: 20px;
        text-decoration: none;
        color: #333;
        border-bottom: 1px solid #ccc;
        width: 100%;
        text-align: center;
        font-size: 4vw;
        letter-spacing: 5px;
    }
    .nav a.contact-button {
        font-size: 1rem;
        border-radius: 0;
        text-align: center;
        display: block;
    }

    .header {
        width: 100%;
        flex-direction: inherit;
        align-items: center;
        height: auto;
        padding: 10px;
    }

    .header header {
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }

    .header nav {
        width: 100%;
        margin: 0;
        justify-content: flex-start;
    }

    .header nav a {
        margin: 0;
    }
/* 
    .hamburger {
        flex-direction: column;
        justify-content: space-around;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 10;
        display: flex;
    }

    .hamburger span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #28C3DD;
        border-radius: 2px;
        transition: all 0.3s;
    }

    .nav {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        right: -100%;
        width: 200px;
        height: 100vh;
        background-color: #fff;
        transition: right 0.3s;
    }

    .nav a {
        padding: 15px;
        text-decoration: none;
        color: #333;
        border-bottom: 1px solid #ccc;
    }

    .nav a:hover {
        background-color: #f0f0f0;
    }
    .nav.active {
        right: 0;
    } */
    .hero {
        margin-top: 10vw;
    }
    .hero-inner {
        margin: 2rem auto 1rem 1rem;
        display: block;
        width: 90%;
    }
    .hero-inner h1 {
        color: #fff;
        text-shadow: 2px 1px 3px #000;
        font-size: 6vw;
    }
    .hero-inner p {
        font-size: 0.9rem;
        margin-right: 19vw;
        line-height: 1.5;
        letter-spacing: 1px;
    }
    .concerns h2{
        font-size: 1rem;
    }
    .concerns .title {
        font-size: 1.4rem;
        letter-spacing: 3px;
    }
    .contact-buttons {
        flex-direction: column;
    }
    .contact-button {
        padding: 15px 20px;
        letter-spacing: 2px;
        font-size: 1.2rem;
    }
    .contact-button img {
        margin-right: 20px;
    }
    .about-image {
        width: 80%;
    }
    .about-text {
        width: 80%;
    }
    .about-content{
        justify-content: center;
        flex-direction: column;
    }
    .about-text h2 {
        text-align: center;
    }
    a.about-button {
        margin: auto;
        text-align: center;
        display: block;
        width: 50%;
        margin: 3rem auto;
    }
    .services-container {
        width: 80%;
        flex-direction: column;
    }
    .service-card {
        width: auto;
    }
    .service-card h3 {
        height: auto;
    }
    .flow-step {
        padding: 20px 20px;
        margin-top: 10vw;
        width: auto;
    }
    .step-details {
        width: 100%;
    }
    .step-details h3 {
        margin: 1rem 0;
    }
    .step-details h3 span{
        letter-spacing: 0px;
        margin-right: 15px;
    }
    i.flow-step-arrow {
        font-size: 15vw;
        top: 83%;
        left: 41%;
    }
    .pricing-table {
        width: 80%;
        flex-direction: column;
    }
    .pricing-card {
        width: auto;
    }
    .pricing-details {
        text-align: center;
    }
    .note {
        width: 80%;
        margin: 3rem auto;
        font-size: 1rem;
    }
    .testimonials-content {
        width: 80%;
    }
    .company-info-details {
        width: 80%;
        flex-direction: column;
    }
    .company-info-image img {
        border-radius: 0;
        height: 200px;
    }
    .info-item h3 {
        margin-top: 1rem;
    }
    .footer-content {
        flex-direction: column;
        width: 100%;
        margin: 3rem auto;
        padding: 0;
    }
    .footer-left {
        margin-bottom: 3rem;
    }
    .footer-right {
        width: 100%;
    }
    .footer-right ul {
        flex-direction: column;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
    }
    .footer-right li {
        padding: 1rem 0 1rem 3rem;
        width: 100%;
        /* font-size: 2rem; */
        border-top: 1px dashed #fff;
        padding: 1rem;
    }
    .overview-content {
        flex-direction: column;
        gap: 0;
    }
    .company-overview h2 {
        font-size: 2rem;
        text-align: left;
    }

    .overview-left, 
    .overview-right {
        width: 100%;
    }

    .overview-right p {
        text-align: justify;
    }
    .overview-right {
        padding: 20px;
    }
    .overview-left li {
        margin-bottom: 20px;
        line-height: 1.7;
    }
}