/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
    --font-color-white: #FFFFFF;
    --font-color-blue: #C8E6FF99;
    --font-color-light-blue: #65BEFF;
    --body-font-family: "Noto Sans JP", sans-serif;
    --body-line-height: 27px;
    --body-color: #353E46;
    --body-bg: #F5F1E3;
}

@font-face {
    font-family: 'AlpenFontFree';
    src: url('fonts/AlpenFontFree/AlpenFontFree.eot');
    src: url('fonts/AlpenFontFree/AlpenFontFree.eot?#iefix') format('embedded-opentype'),
        url('fonts/AlpenFontFree/AlpenFontFree.woff2') format('woff2'),
        url('fonts/AlpenFontFree/AlpenFontFree.woff') format('woff'),
        url('fonts/AlpenFontFree/AlpenFontFree.ttf') format('truetype'),
        url('fonts/AlpenFontFree/AlpenFontFree.svg#AlpenFontFree') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'hanatotyoutyo';
    src: url('fonts/hanatotyoutyo/hanatotyoutyo.eot');
    src: url('fonts/hanatotyoutyo/hanatotyoutyo.eot?#iefix') format('embedded-opentype'),
        url('fonts/hanatotyoutyo/hanatotyoutyo.woff2') format('woff2'),
        url('fonts/hanatotyoutyo/hanatotyoutyo.woff') format('woff'),
        url('fonts/hanatotyoutyo/hanatotyoutyo.ttf') format('truetype'),
        url('fonts/hanatotyoutyo/hanatotyoutyo.svg#hanatotyoutyo') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    color: var(--body-color);
    font-family: var(--body-font-family)!important;
    font-size: 100%;
    font-weight: 400;
    background-color: var(--body-bg);
    line-height: var(--bs-body-line-height);
}
.gradient-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 64px;
    border-radius: 9999px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    background: linear-gradient(90deg, #F06AA6 0%, #FFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    position: relative;
    background-color: var(--font-color-white);
}
.gradient-btn a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    padding: 3px;
    background: linear-gradient(90deg, #F06AA6 0%, #FFA75E 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.gradient-btn a:hover {
    background: linear-gradient(90deg, #F06AA6 0%, #FFA75E 100%); 
    -webkit-background-clip: border-box; 
    -webkit-text-fill-color: white;
} 
.gradient-btn a:hover::before {
    opacity: 0;
}
p {
    color: var(--body-color);
}
video {
    width: 100%;
}
.text-cent {
    text-align: center;
}
.pd-100 {
    padding: 100px 0;
}
.pd-bottom-70 {
    padding-bottom: 70px;
}
.pos-rel {
    position: relative;
}
.dtop-right {
    position: absolute;
    top: -7rem;
    right: -2rem;
}
.dtop-left {
    position: absolute;
    top: -8rem;
    left: -2.5rem;
    transform: rotate(320deg);
}
.gray-dots {
    background-color: var(--font-color-white);
    opacity: 0.60;
    border-radius: 50%;
    margin: 20px 0;
    animation: fade-in-out 3s infinite ease-in-out;
}
.dots1 {
    width: 60px;
    height: 60px;
    animation-delay: 1.5s;
    margin-bottom: 10px;
}
.dots2 {
    width: 40px;
    height: 40px;
    animation-delay: 0.8s;
    position: relative;
    left: -1rem;
    margin-bottom: 10px;
}
.dots3 {
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    position: relative;
    left: -2.8rem;
    margin-top: 5px;
}
.dtop-left .dots3 {
    position: unset;
    margin-top: 30px;
}

@keyframes fade-in-out {
    0% {
        opacity: 0; /* Start completely invisible */
    }
    50% {
        opacity: 1; /* Fade in to fully visible */
    }
    100% {
        opacity: 0; /* Fade out to completely invisible */
    }
}
.wpcf7-form.sent .wpcf7-response-output {
    display: none !important;
}

/*Header*/
.home .site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.home .site-header .ast-primary-header-bar {
    background: transparent;
}
.home .site-header .ast-primary-header-bar:after {
    content: '';
    background-color: var(--font-color-white);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.site-header .ast-builder-menu-1 .menu-item > .menu-link {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    outline: none!important;
}
.site-header .ast-builder-menu-1 .menu-item .sub-menu {
    padding: 8px 0;
}
.site-header .ast-builder-menu-1 .menu-item .sub-menu li .menu-link {
    font-size: 16px;
}
.site-header .ast-builder-menu-1 .main-header-menu > .menu-item.no-style > .menu-link {
    color: var(--body-color);
}
.site-header .ast-builder-menu-1 .main-header-menu > .menu-item.no-style > .menu-link:hover {
    color: var(--ast-global-color-1)
}

/*Footer*/
.site-footer #astra-footer-menu > .menu-item > .menu-link {
    font-weight: 700;
    line-height: 36px;
    padding: 0 20px;
}

/*Section Title*/
.sec-title h2 {
    color: var(--body-color);
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    position: relative;
    z-index: 1;
    margin-bottom: 8rem;
}
.mgb-6r h2 {
    margin-bottom: 6rem;
}
.sec-title h2 span {
    color: var(--font-color-white);
    font-size: 110px;
    line-height: 159px;
    opacity: 0.6;
    position: absolute;
    z-index: -1;
}
.sec-title.bottom-right h2 span {
    transform: translate(-6.5rem, -1rem);
}
.sec-title.top-left h2 span {
    transform: translate(-25rem, -1rem);
}

/*Slider*/
.p-news-slider .pnews-flex .img-holder img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.p-news-slider .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-left: 0;
}
.p-news-slider .slick-dots li button {
    font-size: 0;
    background-color: #E2E2E2;
    border: 1px solid #E2E2E2;
    border-radius: 50%;
    padding: 0;
    width: 19px;
    height: 19px;
}
.p-news-slider .slick-dots li:not(:last-child) {
    margin-right: 12px;
}
.p-news-slider .slick-dots li.slick-active button {
    background-color: var(--font-color-light-blue);
    border-color: var(--font-color-light-blue);
}

/*Homepage*/
.home #content > .ast-container {
    flex-direction: column;
}
.home-site-section .section--1 .center-div {
    position: absolute;
    top: 39%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}
.home-site-section .section--1 .center-div h1 {
    font-size: 64px;
    /*font-family: 'AlpenFontFree, noto sans jp';*/
    font-family: 'AlpenFontFree';
    font-weight: 400;
    text-align: center;
    line-height: 85px;
}
.home-site-section .section--2 img {
    margin-top: 3rem;
}
.home-site-section .section--3 {
    min-height: 2250px;
    padding: 7rem 0;
}
.home-site-section .section--3 .top-sec p a {
    color: var(--font-color-light-blue);
}
.home-site-section .section--3 .top-sec p a:hover, .entry-title a:hover {
    color: #ea67b1;
}
.gradient-box {
    display: flex;
    justify-content: center;
}
.gradient-box .item {
    background-color: var(--font-color-white);
    border-radius: 8px;
    padding: 10px 20px 30px 20px;
    flex: 0 30%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.gradient-box .item .num {
    font-size: 50px;
    font-weight: 700;
    opacity: 0.4;
    background: linear-gradient(90deg, #F06AA6 0%, #FFA75E 10%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-box .item .content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.gradient-box .item .content p {
    font-size: 12px;
    margin-top: 20px;
}
.gradient-box .item .content h4 {
    color: var(--font-color-light-blue);
    font-size: 16px;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.top-bottom-cont {
    margin: 30px 0 50px 0;
}
.top-bottom-cont h4 {
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 20px;
}
.top-bottom-cont p {
    font-size: 16px;
}
.home-site-section .section--3 .bottom-sec .gradient-box {
    flex-wrap: wrap;
}
.lr-flex {
    display: flex;
    align-items: center;
}
.lr-flex .left-cont {
    flex: 0 60%;
}
.lr-flex .right-cont {
    flex: 0 40%;
}
.lr-flex .right-cont .right-cont-label {
    font-size: 64px;
    /*font-family: 'hanatotyoutyo, noto sans jp';*/
    font-family: 'hanatotyoutyo';
    font-weight: 400;
    line-height: 85px;
    text-align: right;
    position: relative;
    top: -4rem;
}
.lr-flex .right-cont .right-cont-label span {
    display: block;
    margin-right: -3rem;
}
.text-link a {
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
    display: inline-block;
}
.text-underline-link a {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}
.home-site-section .section--3 .mx-850 h2, .home-site-section .section--6 .mx-850 h2 {
    margin-bottom: 20px;
}
.comments-box {
    display: flex;
}
.comments-box .item {
    flex: 0 25%;
    background-color: var(--font-color-white);
    border-radius: 8px;
    padding: 10px 15px 20px 15px;
    display: flex;
    flex-direction: column;
}
.comments-box .item .quote:before {
    content: '\201C';
    color: #CFDCEA;
    font-size: 3rem;
    font-weight: 700;
    height: 60px;
    display: block;
    margin-top: -0.5rem;
}
.comments-box .item .content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.comments-box .item .content p {
    font-size: 14px;
    margin-bottom: 50px;
}
.comments-box .item .content h4 {
    color: #CFDCEA;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}
.home-site-section .section--7 .sec-title.top-left h2 span {
    transform: translate(-20rem, -1rem);
}
.pnews-flex {
    background-color: #C8E6FF99;
    padding: 15px 40px;
    display: flex;
    margin-bottom: 50px;
}
.pnews-flex .img-holder {
    flex: 0 30%;
}
.pnews-flex .text-holder {
    flex: 0 70%;
    padding-left: 30px;
}
.pnews-flex .text-holder .news-pcat {
    font-weight: 700;
    border: 4px solid #AADBFF;
    background-color: var(--font-color-white);
    border-radius: 25px;
    padding: 10px 20px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.pnews-flex .text-holder .news-pdate, .pnews-flex .text-holder .news-ptitle a {
    font-weight: 700;
}
.company-info .left-cont {
    flex: 0 40%;
}
.company-info .right-cont {
    flex: 0 60%;
}
.company-info table, .company-info table>tbody>tr>th, .company-info table>tbody>tr>td {
    border: none;
}
.company-info table>tbody>tr>th {
    text-align: left;
}
.apply-list {
    display: flex;
}
.apply-list .item {
    flex: 0 50%;
    display: flex;
    flex-direction: column;
}
.apply-list .item .a-title h3 {
    font-size: 32px;
    margin-bottom: 20px;
}
.apply-list .item .a-list ul {
    margin: 0 0 20px 0;
}
.apply-list .item .a-list ul li {
    list-style: none;
    line-height: 36px;
}
.apply-list .item .a-list p {
    margin-bottom: 20px;
    line-height: 36px;
}
.apply-list .item .gradient-btn {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}
.apply-list .item .gradient-btn a {
    padding: 5px 10px;
    font-size: 18px;
    letter-spacing: 0;
    width: 270px;
    height: 60px;
    line-height: 1.2;
}
.home-site-section .section--10 {
    position: relative;
    padding-bottom: 17rem;
}
.home-site-section .section--10 .gradient-btn a {
    margin-top: 40px;
}
.gradient-btn .circle-con {
    font-size: 1.5rem;
    /*width: 280px;*/
    /*height: 280px;*/
    font-size: 1.2rem;
    width: 180px;
    height: 180px;
    text-align: center;
    background: linear-gradient(90deg, #F06AA6 0%, #FFA75E 100%);
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: white;
    border-radius: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    z-index: 999;
    display: none;
    padding: 0;
}
.gradient-btn .circle-con:hover {
    background: linear-gradient(90deg, #F06AA6 0%, #FFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-btn .circle-con:hover::before {
    opacity: 1;
}
.site-contact-form label span.wpcf7-list-item-label {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
}
.site-contact-form .wpcf7-form-control-wrap .wpcf7-list-item {
    margin-left: 0;
    display: block;
}
.site-contact-form .wpcf7-form-control-wrap .wpcf7-list-item label {
    margin-bottom: 0;
}
.site-contact-form .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"] {
    width: auto;
    min-width: 1.4em;
    padding: 2px 10px;
    line-height: 0;
    height: 40px;
    min-height: 40px;
    margin: -3px 4px 0 0;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
.contact-flex {
    display: flex;
    justify-content: space-between;
}
.contact-flex .item {
    flex: 0 48%;
}
.site-contact-form label {
    color: var(--body-color);
    font-size: 20px;
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
}
.site-contact-form label .font-small {
    font-size: 15px;
}
.site-contact-form .contact-box input, .site-contact-form .contact-box textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    min-width: 240px;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #d1d1d1;
    background: #fcfcfa;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}
.site-contact-form .contact-box input:focus, .site-contact-form .contact-box textarea:focus {
    background-color: #fff;
    border-color: #40b6ff;
    outline: transparent;
}
.site-contact-form .contact-box textarea {
    height: 150px;
}
.site-contact-form .contact-submit input[type="submit"] {
    font-size: 18px;
    font-weight: 400;
    background: linear-gradient(90deg, #F06AA6 0%, #FFA75E 100%);
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: white;
    padding: 20px 30px;
    letter-spacing: 0;
    margin-top: 20px;
}
.site-contact-form .contact-submit input[type="submit"]:hover, .site-contact-form .contact-submit input[type="submit"]:focus, .site-contact-form .contact-submit input[type="submit"]:active {
    background-color: #008bc5;
}

/*Single*/
body:not(.home) {
    background: linear-gradient(90deg, #B4E3FF 0%, #F2F3E6 100%);
}
.news-flex-holder {
    display: flex;
    padding: 1rem 0 3rem 0;
}
.news-flex-holder .news-left-cont {
    flex: 0 71%;
    background-color: #FFFFFFCC;
    border-radius: 16px;
    padding: 50px 30px;
}
.news-flex-holder .news-left-cont .title-holder h1 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 20px;
}
.news-flex-holder .news-left-cont .date-holder {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    margin-bottom: 20px;
}
.news-flex-holder .news-right-cont {
    flex: 0 29%;
}
.news-flex-holder .news-left-cont .content-holder h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 30px 0 20px 0;
}
.news-flex-holder .news-left-cont .content-holder h3 {
    margin-bottom: 20px;
}
.news-flex-holder .news-left-cont .content-holder p {
    line-height: 28px;
    margin-bottom: 20px;
}
.news-flex-holder .news-left-cont .content-holder a {
    text-decoration: underline;
}
.news-flex-holder .news-left-cont .content-holder ul {
    margin: 0 0 20px 20px;
}
.news-flex-holder .news-left-cont .content-holder img {
    margin-bottom: 20px;
}
.news-flex-holder .news-left-cont .gradient-btn a {
    font-size: 18px;
    font-weight: 400;
    width: 200px;
    height: 50px;
    background: linear-gradient(90deg, #F06AA6 0%, #FFA75E 100%);
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: white;
    padding: 5px;
    letter-spacing: 0;
    margin-top: 30px;
}
.news-flex-holder .news-left-cont .gradient-btn.wp-block-button a {
    padding: 20px 5px;
    margin-top: 0;
    margin-bottom: 20px;
    text-decoration: none;
}
.news-flex-holder .news-left-cont .gradient-btn a:hover {
    background: linear-gradient(90deg, #F06AA6 0%, #FFA75E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.news-flex-holder .news-left-cont .gradient-btn a:hover::before {
    opacity: 1;
}
.news-side-box h2 {
    font-size: 32px;
    line-height: 61px;
    text-align: center;
    margin-bottom: 20px;
}
.news-side-box ul {
    list-style: none;
    margin: 0;
}
.news-side-box ul li a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px;
}
.news-side-list .pnews-flex {
    padding: 10px;
    display: block;
    margin-bottom: 20px;
}
.news-side-list .pnews-flex .text-holder .news-ptitle a {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}
.news-side-list .pnews-flex .img-holder {
    flex: 0 40%;
}
.news-side-list .pnews-flex .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-side-list .pnews-flex .text-holder {
    flex: 0 60%;
    padding-left: 0;
}
.news-side-list .pnews-flex .text-holder .news-pcat {
    margin-bottom: 5px;
    height: 45px;
}
.news-side-list .pnews-flex .text-holder .news-pcat a {
    color: #A9DBFF;
    font-size: 16px;
}
.wp-block-table.about-company table>tbody>tr>th {
    width: 30%;
}

/*Responsive*/
@media (min-width: 768px) {
    .gradient-box .item {
        margin-right: 50px;
    }
    .home-site-section .section--3 .bottom-sec .gradient-box .item:nth-child(3n), .gradient-box .item:last-child {
        margin-right: 0;
    }
    .comments-box .item, .apply-list .item {
        margin-right: 20px;
    }
    .comments-box .item:last-child, .apply-list .item:last-child {
        margin-right: 0;
    }
}

@media (min-width: 922px) {
    .flex-col {
        flex-direction: column;
    }
    .news-flex-holder .news-right-cont {
        padding-left: 2rem;
    }
}

@media (min-width: 1200px) {
    .mx-1348 {
        width: 100%;
        max-width: 1348px;
        margin: 0 auto;
    }
    .mx-1282 {
        width: 100%;
        max-width: 1282px;
        margin: 0 auto;
    }
    .mx-1150 {
        width: 100%;
        max-width: 1150px;
        margin: 0 auto;
    }
    .mx-850 {
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
    }
}

@media (min-width: 1600px) {
    .circle-con {
        font-size: 1.5rem;
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 1299px) {
    .dtop-right {
        right: .5rem;
    }
    .dtop-left {
        left: 1rem;
    }
    .lr-flex .right-cont .right-cont-label {
        left: -3rem;
    }
}

@media (max-width: 1199px) {
    .site-header .ast-builder-menu-1 .menu-item > .menu-link {
        font-size: 18px;
        padding: 0 12px;
    }
    #content .sec-title h2 span {
        font-size: 3.8rem;
        line-height: 1.3;
        transform: translate(-3.5rem, -1rem);
    }
    .home-site-section .section--1 .center-div h1 {
        font-size: 45px;
        line-height: 1.5;
    }
    .home-site-section .section--7 .mx-850 {
        max-width: 100%;
        overflow: hidden;
    }
    .home-site-section .section--10 {
        padding-bottom: 70px;
    }
    .home-site-section .section--3 .bottom-sec .gradient-box .item {
        flex: 0 28.5%;
    }
    .gradient-btn a {
        padding: 18px 40px;
    }
    body:not(.single-news) .news-flex-holder {
        padding: 3rem 0;
    }
    .news-flex-holder .news-left-cont {
        flex: 0 65%;
    }
    .news-flex-holder .news-right-cont {
        flex: 0 35%;
    }
}

@media (max-width: 921px) {
    .site-header .main-header-menu-toggle {
        position: relative;
        z-index: 2;
    }
    #ast-mobile-header.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle:focus,
    #ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:focus,
    #ast-mobile-popup-wrapper .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle:focus {
        border: none;
        outline: none;
    }
    #ast-mobile-popup-wrapper .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
        box-shadow: none;
    }
    #content .sec-title h2 span {
        transform: none;
        left: 0;
        right: 0;
        top: 1rem;
    }
    .dtop-right {
        top: -10rem;
    }
    .dtop-left {
        top: -11rem;
        transform: rotate(345deg);
    }
    .page-sec > .ast-container {
        padding: 0;
    }
    .news-flex-holder.mob-col {
        flex-direction: column;
    }
    .news-flex-holder .news-right-cont {
        margin-top: 50px;
    }
    .news-flex-holder .news-left-cont {
        padding: 30px 15px;
    }
    .home-site-section .section--1 .center-div h1 {
        font-size: 2rem;
        line-height: 1.3;
    }
    .gradient-btn a {
        font-size: 1rem;
        padding: 10px 30px;
    }
    .lr-flex .right-cont .right-cont-label {
        font-size: 2rem;
        line-height: 1.5;
        top: 0;
        left: 0;
    }
    .lr-flex .right-cont .right-cont-label span {
        margin-right: 0;
    }
    .circle-con {
        display: none!important;
    }
}

@media (max-width: 767px) {
    .pd-100 {
        padding: 50px 0;
    }
    .mob-col {
        flex-direction: column;
    }
    #content .sec-title h2 {
        font-size: 2.5rem;
        margin-bottom: 4rem;
    }
    #content .sec-title h2 span {
        font-size: 3.5rem;
    }
    .home-site-section .section--1 .center-div h1 {
        font-size: 18px;
    }
    .home-site-section .section--3 {
        min-height: 100%;
        padding: 3rem 0;
        background: linear-gradient(90deg, #B4E3FF 0%, #F2F3E6 100%) !important;
        margin-bottom: 4rem;
    }
    .pnews-flex {
        padding: 15px;
    }
    .pnews-flex .text-holder, .news-side-list .pnews-flex .text-holder {
        padding-left: 0;
        margin-top: 20px;
    }
    .comments-box .item {
        margin-bottom: 30px;
    }
    .company-info .right-cont, .apply-list .item {
        margin-top: 30px;
    }
    .company-info table>tbody>tr>th {
        width: 35%;
    }
    .company-info table, .company-info table>tbody>tr>th, .company-info table>tbody>tr>td {
        border: 1px solid var(--body-color);
    }
    .contact-flex .item {
        flex: 0 100%;
    }
}