@media (max-width: 576px) {
    .container {
        overflow-x: clip;
    }
}

.philosophy-section {
    padding: 0 0 100px;

}

/*------------------------------------------------------

    OUTSIDE

------------------------------------------------------*/
.outside {
    position: relative;
}

.outside .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.outside .column {
    z-index: 1;
}
.outside .column-outside-left {
    margin-right: -20%;
}
.outside .column-outside-right {
    margin-left: -20%;
}

/* Override for adjusted layout */
.outside .column-outside-left {
    margin-right: -5%;
}

/* Headers and text styling */
.outside .column h3 {
    color: #00464A;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
}
.outside .column h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.outside .column p {
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 20px;
}

.outside .column img.wave {
    width: 70px;
    margin: 25px 0 35px;
}

.outside span.number {
    position: absolute;
    top: 0%;
    right: 4%;
    color: #e6e7e8;
    font-size: 206px;
    font-weight: 500;
}
.outside span.number:first-child {
    top: -10%;
}

.outside-left .column {
    padding-left: 7.5%;
    padding-right: 0;
}
.outside-left span.number {
    right: 2%;
}

.outside-right .column {
    padding-left: 5%;
}
.outside-right span.number {
    left: 2%;
}

/*------------------------------------------------------

    INFO

------------------------------------------------------*/
#info .container {
    background: linear-gradient(180deg, #EEF9F9, #fff);
    border-radius: 60px 60px 0 0;
    padding: 100px 0 50px;
}

#info hgroup {
    text-align: center;
}

#info hgroup p {
    font-size: var(--fz-display);
    font-weight: 500;
}

#info hgroup h4 {
    font-size: var(--role-meta);
    margin: 20px 0 10px;
    font-weight: 700;
}

#info hgroup img {
    width: 70px;
}

#info .data {
    margin: 55px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

#info table.data-table {
    width: 50%;
    border-top: 1px solid #b7b7b7;
}

#info table.data-table tr {
    border-bottom: 1px solid #b7b7b7;
}

#info table.data-table th,
#info table.data-table td {
    font-size: var(--role-body);
    font-weight: 500;
    line-height: 1.8;
    padding: 20px 0 20px 45px;
}

#info table.data-table th {
    width: 22%;
    color: #00464A;
}

#info table.data-table td {
    width: 78%;
}

#info table.data-table td a {
    color: #00464A;
    display: inline-block;
}

#info table.data-table td a::after {
    right: -15px;
}

/*------------------------------------------------------

    RESPO / PC FIRST

------------------------------------------------------*/
@media (max-width: 1200px) {
    #info table.data-table {
        width: 85%;
    }
}

/*------------------------------------------------------

    NEWS/BLOG/PARTNER/FAQ INTRO SECTIONS

------------------------------------------------------*/
#news-intro,
#blog-intro,
#partner-intro,
#faq-intro {
    padding: 80px 0;
    background: linear-gradient(180deg, #EEF9F9, #fff);
}

#news-intro .container,
#blog-intro .container,
#partner-intro .container,
#faq-intro .container {
    text-align: center;
}

#news-intro hgroup h3,
#blog-intro hgroup h3,
#partner-intro hgroup h3,
#faq-intro hgroup h3 {
    font-size: var(--fz-lg);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.6;
}

#news-intro hgroup img,
#blog-intro hgroup img,
#partner-intro hgroup img,
#faq-intro hgroup img {
    width: 50px;
    margin-bottom: 30px;
}

#news-intro p,
#blog-intro p,
#partner-intro p,
#faq-intro p {
    font-size: var(--role-body);
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

/*------------------------------------------------------

    COMING SOON SECTIONS

------------------------------------------------------*/
.coming-soon,
.coming-soon-box {
    text-align: center;
    padding: 80px 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}

.coming-soon h3,
.coming-soon-box h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.coming-soon p,
.coming-soon-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

.coming-soon-box .contact-info {
    margin-top: 30px;
    font-weight: 500;
}


/*------------------------------------------------------

    SERVICE PAGE SPECIFIC STYLES

------------------------------------------------------*/
#service-intro {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

#service-intro .container {
    text-align: center;
    position: relative;
    z-index: 1;
}

#service-intro hgroup h3 {
    font-size: var(--fz-lg);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.6;
}

#service-intro hgroup h3 .highlight-green {
    color: #00A3A6;
    font-weight: 700;
}

#service-intro hgroup img {
    width: 50px;
    margin-bottom: 30px;
}

#service-intro .intro-description {
    max-width: 800px;
    margin: 0 auto;
}

#service-intro .intro-description p {
    font-size: var(--role-body);
    line-height: 1.8;
    margin-bottom: 5px;
    text-align: center;
}

#service-intro .intro-description p:last-child {
    margin-bottom: 0;
}

/* PRODUCTS SECTION */

#products hgroup {
    text-align: center;
    margin-bottom: 50px;
}

#products hgroup h3 {
    font-size: var(--fz-xxl);
    font-weight: 700;
    margin-bottom: 6px;
}

#products hgroup p {
    font-size: var(--fz-md);
    color: #666;
    margin-bottom: 20px;
}

#products hgroup img {
    width: 50px;
}

#products .container {
    position: relative;
    border-radius: 30px;
    background: linear-gradient(180deg, #ecf5f6 0%, #ffffff 50%, #ecf5f6 100%);
    padding: 70px 8% 60px;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 60px;
}

.products-bg-text {
    width: 100vw;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 10vw;
    color: rgba(0, 70, 74, 0.06);
    white-space: nowrap;
    pointer-events: none;
    line-height: 0.65;
    margin-top: 140px;
}

/* PRODUCT DETAIL */
.product-detail {
    margin-bottom: 80px;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.product-detail:last-child {
    border-bottom: none;
}

.product-detail h4 {
    font-size: var(--fz-md);
    font-weight: 600;
    margin-bottom: 15px;
}

.product-detail h5 {
    font-size: var(--fz-md);
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
}

.product-detail .lead {
    font-size: var(--role-lead);
    font-weight: 600;
    color: #00464A;
    margin-bottom: 30px;
}

.product-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.product-image {
    flex: 0 0 300px;
}

.product-text {
    flex: 1;
}

.product-text p {
    font-size: var(--role-body);
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.product-text h6 {
    font-size: var(--fz-md);
    font-weight: 600;
    margin: 30px 0 15px;
}

.product-text ul {
    margin: 15px 0;
    padding-left: 20px;
}

.product-text li {
    font-size: var(--role-body);
    line-height: 1.8;
    margin-bottom: 8px;
    color: #333;
    list-style: disc;
}

.product-text strong {
    color: #00464A;
    font-weight: 600;
}

/* PRODUCT COMPARISON */
#product-comparison {
    padding: 80px 0;
    background: linear-gradient(180deg, #fff, #EEF9F9);
}

#product-comparison hgroup {
    text-align: center;
    margin-bottom: 40px;
}

#product-comparison hgroup h3 {
    font-size: var(--fz-xl);
    font-weight: 600;
    margin-bottom: 10px;
}

#product-comparison hgroup p {
    font-size: var(--fz-md);
    color: #666;
}

.table-wrap {
    overflow-x: auto;
    margin: 40px 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    font-weight: 400;
    padding: 15px 20px;
    font-size: var(--role-body);
    border-right: 1px solid #c5c5c5;
    line-height: 1.4;
}

table th:last-child,
table td:last-child {
    border: none;
}

table thead {
    background: linear-gradient(90deg, #00464A, #00A3A6);
}

table thead th {
    color: #fff;
}

table thead th:nth-child(1) {
    width: 12%;
}

table thead th:nth-child(2) {
    width: 15%;
}

table thead th:nth-child(3) {
    width: 15%;
}

table thead th:nth-child(4) {
    width: 25%;
}

table thead th:nth-child(5) {
    width: 18%;
}

table thead th:nth-child(6) {
    width: 15%;
}

table tbody tr {
    background-color: #fff;
}

table tbody tr:nth-child(2n) {
    background-color: #EEF9F9;
}

table tbody tr th,
table tbody tr td {
    font-size: var(--role-meta);
    vertical-align: top;
}

table tbody tr td:nth-child(4) {
    font-size: var(--role-legal);
    line-height: 1.3;
}

table tbody tr td:nth-child(5) {
    font-size: var(--role-legal);
    line-height: 1.3;
}

table tbody tr td:nth-child(6) {
    font-size: var(--role-legal);
    line-height: 1.3;
}

.remark {
    text-align: center;
    margin-top: 20px;
}

.remark p {
    font-size: var(--role-meta);
    color: #666;
}

/*------------------------------------------------------

    RESPO

------------------------------------------------------*/
@media (max-width: 1440px) {
    .outside span.number {
        top: -6%;
    }
}

@media (max-width: 1400px) {
    .outside span.number {
        top: -6%;
    }
}

@media (max-width: 1200px) {
    .outside .column p {
        font-size: 1.2vw;
    }

    .outside .column p {
        margin-bottom: 20px;
    }

    .outside .column h3 {
        font-size: 2.3vw;
    }

    .outside .column img.wave {
        width: 50px;
    }

    .outside .column h4 {
        font-size: 1.8vw;
    }

    .outside span.number {
        top: -12%;
        font-size: 15vw;
    }

    .outside .column img.wave {
        margin: 15px 0;
        width: 42px;
    }
}

@media (max-width: 576px) {
    .outside .container {
        flex-direction: column;
    }

    .outside-left .column,
    .outside-right .column {
        padding: 15% 0;
        width: 100%;
    }

    .outside .column h3 {
        font-size: 8vw;
        letter-spacing: 5px;
        line-height: 1.4;
    }

    .outside .column h4 {
        font-size: 4.8vw;
        font-weight: 600;
        line-height: 1.4;
    }

    .outside .column h4:first-of-type {
        margin-top: 10px;
    }

    .outside .column h4 span {
        font-size: 70%;
    }

    .outside .column p {
        font-size: 3.8vw;
        font-weight: 400;
    }

    .outside span.number {
        top: 27%;
        right: 3%;
        font-size: 34vw;
    }

    .outside-right span.number {
        top: 27%;
        left: unset;
        right: 3%;
    }

    #business03.outside span.number {
        top: 29%;
    }

    /* NEWS/BLOG/PARTNER/FAQ RESPONSIVE */
    #news-intro,
    #blog-intro,
    #partner-intro,
    #faq-intro {
        padding: 50px 0;
    }

    #news-intro hgroup h3,
    #blog-intro hgroup h3,
    #partner-intro hgroup h3,
    #faq-intro hgroup h3 {
        font-size: 6vw;
        letter-spacing: 1px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    #news-intro hgroup img,
    #blog-intro hgroup img,
    #partner-intro hgroup img,
    #faq-intro hgroup img {
        width: 40px;
        margin-bottom: 20px;
    }

    #news-intro p,
    #blog-intro p,
    #partner-intro p,
    #faq-intro p {
        font-size: 3.5vw;
        line-height: 1.7;
        padding: 0 5%;
    }

    .coming-soon,
    .coming-soon-box {
        padding: 50px 20px;
        margin: 20px 0;
    }

    .coming-soon h3,
    .coming-soon-box h3 {
        font-size: 6vw;
        letter-spacing: 1px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .coming-soon p,
    .coming-soon-box p {
        font-size: 3.5vw;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    /* SERVICE PAGE RESPONSIVE */
    #service-intro {
        padding: 50px 0;
    }

    #service-intro hgroup h3 {
        font-size: 6vw;
        letter-spacing: 1px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    #service-intro hgroup img {
        width: 40px;
        margin-bottom: 20px;
    }

    #service-intro p {
        font-size: 3.5vw;
        line-height: 1.7;
        padding: 0 5%;
    }

    #products {
        padding: 50px 0;
    }


    #products hgroup {
        text-align: center;
        margin-bottom: 0;
    }

    #products hgroup h3 {
        font-size: 6vw;
        letter-spacing: 1px;
        margin-bottom: 10px;
        font-weight: 700;
        line-height: 30px;
    }

    #products hgroup p {
        font-size: 4vw;
        margin-bottom: 20px;
    }

    #products hgroup img {
        width: 40px;
    }

    .product-detail {
        margin-bottom: 50px;
        padding: 30px 0;
    }

    .product-detail h4 {
        font-size: 5vw;
        margin-bottom: 15px;
    }

    .product-detail h5 {
        font-size: 4vw;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .product-detail .lead {
        font-size: 3.5vw;
        margin-bottom: 30px;
    }

    .product-content {
        flex-direction: column;
        gap: 20px;
    }

    .product-image {
        flex: none;
    }

    .product-text p {
        font-size: 3.5vw;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .product-text h6 {
        font-size: 4vw;
        margin: 30px 0 15px;
    }

    .product-text li {
        font-size: 3.5vw;
        line-height: 1.7;
        margin-bottom: 8px;
    }

    #product-comparison {
        padding: 50px 0;
    }

    #product-comparison hgroup h3 {
        font-size: 6vw;
        letter-spacing: 1px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    #product-comparison hgroup p {
        font-size: 4vw;
    }

    .table-wrap {
        margin-right: calc(50% - 50vw);
        overflow-x: scroll;
    }

    .table-wrap table {
        width: 100%;
        border-collapse: collapse;
        white-space: nowrap;
    }

    table th,
    table td {
        font-size: 2.8vw;
        padding: 12px 15px;
        line-height: 1.3;
    }

    table tbody tr td:nth-child(4),
    table tbody tr td:nth-child(5),
    table tbody tr td:nth-child(6) {
        font-size: 2.5vw;
    }

    .remark {
        display: flex;
        justify-content: space-between;
    }

    .remark p {
        font-size: 3.5vw;
    }
}

/* PRODUCT */
#products {
    position: relative;
}

.product-list {
    margin-top: 30px;
}

.product-item {
    display: grid;
    grid-template-columns: 46% 1fr;
    gap: 40px;
    align-items: center;
    padding: 40px 0 60px;
}

.product-item+.product-item {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.product-item:nth-child(even) {
    direction: rtl;
}

.product-item:nth-child(even)>* {
    direction: ltr;
}

.product-item__image {
    max-width: 420px;
    margin: 0 auto;
}

.product-item__content {
    position: relative;
    padding-left: 15px;
}

.product-item__number {
    font-size: var(--fz-md);
    color: #00464A;
    margin-bottom: 10px;
}


.product-item__content h4 {
    font-size: var(--fz-xl);
    font-weight: 700;
    margin-bottom: 20px;
    color: #00464A;
}

.product-item__content .sub_title {
    font-size: var(--fz-md);
    font-weight: 700;
    line-height: 1.9;
    padding-left: 15px;
}

.product-item__content .lead {
    display: inline-block;
    padding-left: 12px;
    border-left: 3px solid #00464A;
}

.product-text {
    margin-top: 20px;
}

.product-text p {
    font-size: var(--fz-sm);
    line-height: 1.9;
    color: #444;
    padding-left: 15px;
}

.product-text p:not(:last-child) {
    margin-bottom: 0;
}


/* for SP */
@media screen and (max-width: 768px) {
    #products {
        padding: 60px 0 80px;
    }

    #products .container {
        border-radius: 18px;
        padding: 50px 7% 40px;
    }

    #products::before {
        display: none;

    }

    .product-item {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 0 45px;
    }

    .product-item__image img {
        padding: 26px;
    }

    .product-item+.product-item {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .product-item__content h4 {
        font-size: 20px;
    }

    .product-item__content h5 {
        font-size: 14px;
        line-height: 1.8;
    }

    .product-text p {
        font-size: 13px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 480px) {
    .product-item__content {
        padding-left: 10px;
    }

    #products {
        padding: 0 0 80px;
    }

    #products .container {
        padding: 30px 10px;
    }

    #products hgroup {
        margin-bottom: 0;
    }

    .product-item {
        padding: 0;
    }

    .product-item__content .sub_title {
        font-size: 16px;
    }

    .product-text p {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 20px;
    }

    .product-item {
        gap: 0;
    }
}