@charset "UTF-8";
:lang(hi) main {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.8rem;
}
:lang(th) main {
    font-family: 'Noto Serif Thai', serif;
    font-size: 1.9rem;
}
.alphanumerical {
    font-family: 'Noto Serif JP', sans-serif;
}
header .logo {
    flex: 0 0 auto;
    margin: 0 auto;
}
header .logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.8rem;
    font-size: 2.4rem;
}
header .logo a span {
    display: inline-block;
    margin-left: 0.44em;
}
@media screen and (max-width:767px) {
    header .logo a {
        font-size: 1.8rem;
    }
    :lang(hi) main {
        font-size: 100%;
    }
    :lang(th) main {
        font-size: 1.7rem;
    }
}

.lead {
    background: linear-gradient(90deg, #8cd3f5 0%, #009ee9 100%);
    padding: 40px 0 50px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.6;
}
:lang(hi) .lead {
    font-size: 2.2rem;
}
:lang(th) .lead {
    font-size: 2.6rem;
}
.lead h1 {
    max-width: 800px;
    margin: 0 auto;
    font-weight: 600;
}
:lang(hi) .lead h1, :lang(th) .lead h1 {
    font-weight: 400;
}
ol {
    max-width: 800px;
    margin: 80px auto 100px;
    list-style: none;
}
ol li + li {
    margin-top: 28px;
}
ol .title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #006cbe;
}
:lang(hi) .title {
    font-size: 2.2rem;
}
:lang(th) .title {
    font-weight: 600;
}
ol .title .num {
    display: block;
    flex: 0 0 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(90deg, #009ee9 0%, #1075c2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
}
ol .title .text {
    display: block;
    flex: 1 0 0%;
    max-width: 100%;
    padding-left: 10px;
}
:lang(th) .title .text {
    font-size: 2.2rem;
}
ol .title + .text {
    padding-left: 40px;
}
.contact {
    background-color: #e2f4fc;
    padding: 50px 0;
    text-align: center;
}
.contact ul {
    list-style: none;
    max-width: 800px;
    margin: 25px auto 0;
}
.contact li {
    flex: 0 0 48.4848%;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}
:lang(hi) .contact li {
    font-weight: 400;
    font-size: 2.2rem;
}
:lang(th) .contact li {
    font-size: 2.2rem;
}
.contact li a {
    display: block;
    border: 1px solid #28aae1;
    border-radius: 10px;
    background-color: #fff;
    padding: 18px 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    color: #009ee9;
}
main > section {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 0;
}
h2 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 2.8rem;
}
:lang(hi) h2 {
    font-weight: 400;
    font-size: 3rem;
}
:lang(th) h2 {
    font-weight: 600;
    font-size: 3rem;
}
.flow section + section {
    border-top: 1px solid #e6e6e6;
    padding-top: 28px;
    margin-top: 28px;
}
.flow h3 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 14px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    color: #006cbe;
}
.flow h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 4px;
    height: calc(100% - 0.3em);
    background-color: #009ee9;
}
:lang(hi) .flow h3 {
    font-size: 2rem;
}
:lang(th) .flow h3 {
    font-size: 2.2rem;
    font-weight: 600;
}
:lang(th) .flow h3::before {
    top: 0;
}
.price p {
    text-align: center;
    line-height: 1.6;
}
.row {
    border-top: 1px solid #e6e6e6;
    padding-top: 28px;
    margin-top: 28px;
    line-height: 1.6;
    text-align: center;
}
.row .ttl {
    margin-bottom: 5px;
    color: #666;
}
:lang(th) .row .alphanumerical {
    font-size: 1.8rem;
}
[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
}
@media screen and (max-width:767px) {
    .lead {
        padding: 30px 0 40px;
    }
    :lang(hi) .lead {
        font-size: 2rem;
    }
    :lang(th) .lead {
        font-size: 2.4rem;
    }
    .lead h1 {
        width: 90.6667%;
        min-width: 300px;
    }
    ol {
        width: 90.6667%;
        min-width: 300px;
        margin: 40px auto 50px;
    }
    ol .title {
        font-size: 1.8rem;
        line-height: 1.66;
    }
    :lang(hi) .title {
        font-size: 1.8rem;
    }
    :lang(th) .title {
        font-size: 1.8rem;
    }
    :lang(th) ol .title .text {
        font-size: 2rem;
    }
    .contact {
        padding: 30px 0;
    }
    .contact ul {
        width: 88%;
        min-width: 300px;
    }
    :lang(hi) .contact li,
    :lang(th) .contact li {
        font-size: 2rem;
    }
    .contact li a {
        padding: 14px 0;
    }
    main > section {
        width: 90.6667%;
        min-width: 300px;
        padding: 60px 0;
    }
    h2 {
        font-size: 2.4rem;
    }
    :lang(hi) h2 {
        font-size: 2.4rem;
    }
    :lang(th) h2 {
        font-size: 2.8rem;
    }
    .flow h3 {
        font-size: 1.8rem;
    }
    :lang(hi) .flow h3 {
        font-size: 1.8rem;
    }
    :lang(th) .flow h3 {
        font-size: 2rem;
    }
    .flow h3::before {
        top: 0.3em;
    }
    .price p {
        text-align: left;
    }
    :lang(th) .aboutCompany h2 {
        font-size: 2.4rem;
    }
    :lang(th) .row .alphanumerical {
        font-size: 1.6rem;
    }
    [href^="tel:"] {
        pointer-events: auto;
        text-decoration: underline;
    }
}