html, body, div, span, p, h1, h2, h3, h4, h5, h6
{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.transparent-header #main-header .site-branding img {
    border-radius: 2px;
}
.wpml-ls-display {
    display: none;
}
a {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.post-more-link {
    padding: 10px 30px 10px 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 40px 40px 40px 40px;
    border: 2px none transparent;
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
    background: linear-gradient(40deg,rgb(253,40,38) 0%,rgb(253,135,40) 100%);
    color: #fff !important;
}
.site-header-section-right {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.site-header-section-right .site-header-item {
    margin-right: 0px;
    margin-top: 4px;
}
#main-header .header-button.button-size-custom {
    padding: 7px 30px 8px 30px;
    min-width: 160px;
    text-align: center;
}
a.post-more-link:hover {
    background: #fff;
    border: 1px solid #b9b9b9;
    color: #000 !important;
}
span.color-red {
    color: #b6292a;
}
.more-link-wrap {
    display: inline-block;
}
.wpml-ls-legacy-dropdown-click {
    width: 8em;
    max-width: 100%;
    padding: 2px;
    background: #fff;
    border-radius: 2px;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    border: none;
    font-size: 14px;
}
#main-header .header-button.button-size-custom:hover {
    border: 1px solid #404040;
    color: #404040;
}
.btn-border a.button {
    background: none !important;
    border-color: #fff;
}
.btn-border a.button:hover {
    background: #fff !important;
    color: #241f20 !important;
    border-color: #fff;
}
.btn-border-black a.button {
    background: none !important;
    border-color: #241f20;
    color: #241f20 !important;
}
.btn-border-black a.button:hover {
    background: #241f20 !important;
    color: #fff !important;
    border-color: #241f20;
}
#main-header .kadence-sticky-header.item-is-fixed  .header-button.button-size-custom:hover {
    border: 1px solid #404040;
    color: #404040;
}
#main-header .kadence-sticky-header .header-button.button-size-custom:hover {
    border: 1px solid #e8e8e8;
    color:#e8e8e8;
}

.entry-content-wrap {
    padding: 40px;
}
.home .entry-content-wrap {
    padding: 0;
}
.single .single-post .entry-content-wrap {
    padding: 2rem;
}
.single .single-content h1, .single .single-content h2, .single .single-content h3, .single .single-content h4, .single .single-content h5, .single .single-content h6 {
    margin:0 !important;
}
.elementor-container-full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw !important;
    position: relative;
    right: 50%;
    width: 100vw;
}
ul.news-list {
    list-style: none;
    margin: 0;
    padding: 0px 10px;
    padding-left: 0px !important;
}
ul.news-list li.listing-item {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
ul.news-list li.listing-item:hover {
    border-bottom: 1px solid #cb0e25;
}
ul.news-list li.listing-item .title {
    order: 3;
    margin-left: 50px;
    width: 100%;
    color: #404040;
}
ul.news-list li.listing-item .title:hover {
    color: #f6850a;
}
ul.news-list li.listing-item:hover a, ul.news-list li.listing-item:hover span {
    color: #f6850a;
}
ul.news-list li.listing-item .category-display {
    width: 130px;
    order: 2;
    background: #a41419;
    color: #fff;
    padding: 0px 10px 2px;
    border-radius: 3px;
    text-align: center;
}
ul.news-list li.listing-item .category-display a {
    color: #fff;
    font-size: 14px;
}
ul.news-list li.listing-item .date {
    order: 1;
    width: 150px;
    margin: 0 10px;
    text-align: left;
    color: #747474;
    font-size: 14px;
}
ul.news-list li:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    content: '';
    -webkit-transition: border-color .3s cubic-bezier(.25, .1, .25, 1);
    transition: border-color .3s cubic-bezier(.25, .1, .25, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #545351;
    border-right: 1px solid #545351;
}
ul.news-list li:hover:after {
    content: '';
    border-top: 1px solid #cb0e25;
    border-right: 1px solid #cb0e25;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.clients_slider ul.slick-slider .slick-arrow {
    display: none;
}
.clients-slider .swiper-slide {
    display: flex;
    /* Use flexbox for centering */
    align-items: center;
    /* Align vertically */
    justify-content: center;
    /* Align horizontally */
    width: 246px;
    /* Fixed width */
    height: 150px;
    /* Fixed height, adjust as needed */
    margin-right: 10px;
    /* Spacing between slides */
}
.clients-slider .swiper-slide-inner {
    width: 100%;
    /* Full width of the slide */
    height: 100%;
    /* Full height of the slide */
    display: flex;
    /* Use flexbox for centering */
    align-items: center;
    /* Align vertically */
    justify-content: center;
    /* Align horizontally */
    padding: 10px;
}
.clients-slider .swiper-slide-image {
    max-width: 100%;
    /* Maximum width of the image is the width of the figure */
    max-height: 100%;
    /* Maximum height of the image is the height of the figure */
    object-fit: contain;
    /* Maintain aspect ratio within the given space */
    width: 200px;
    /* Default width is auto to maintain aspect ratio */
    height: 100px;
    /* Default height is auto to maintain aspect ratio */
    padding: 10px;
}
.otgs-development-site-front-end {
    display: none;
}
.top-cgrid .dtf-grid {
    grid-gap: 60px 140px;
}
.entry-hero-container-inner .entry-header {
    padding: 40px 0px;
}
.archive .entry-hero .archive-description {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    margin-top: 40px;
    text-align: left;
    width: 80%;
    margin-bottom: 40px;
}
.single-wpdmpro .wpdmpro.type-wpdmpro .w3eden .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.single-wpdmpro .wpdmpro.type-wpdmpro .w3eden .row h1.mt-0 {
    margin-bottom: 20px !important;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5em;
}
.single-wpdmpro .wpdmpro.type-wpdmpro .w3eden .card {
    border: none;
}


/*********************************** custom image box styles *********************************/
.c-img-box h2.elementor-image-box-title {
    position: absolute;
    top: -110px;
}
.c-img-box .elementor-image-box-content {
    padding: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.c-img-box .elementor-image-box-wrapper p {
    text-align: justify;
    padding: 15px;
}


/*********************************** Company Profile *********************************/
table.cTbl tr td, table.cTbl tr th {
    padding: 40px;
    background: none;
    text-align: left;
}
table.cTbl tr td img {
    height: 50px;
    margin-top: 10px;
}
table.cTbl tr th {
    width: 200px;
    position: relative; /* Required to position the pseudo-element */
    background-color: #feffff; /* Background color for the cell */
    color: #241f20; /* Text color */
    text-align: center; /* Center the text horizontally */
    padding: 10px; /* Add some padding */
}

table.cTbl tr {
    position: relative;
    background-color: #feffff;
    color: #241f20;
    text-align: center;
    padding: 10px;
}
table.cTbl tr:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #c70827, #f04b16, #f6850a);
    border-radius: 0 0 10px 10px;
}
table.cTbl tr:last-child:after {
    display: none;
}

/*********************************** Contact form CSS *********************************/
.form-field {
    margin-bottom: 15px;
    width: 100%;
}
.form-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.form-submit {
    text-align: center;
    margin-top: 20px;
}
span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
}
span.wpcf7-form-control.wpcf7-checkbox label {
    padding: 0;
    margin-bottom: 0;
    font-weight: normal;
}
.form-field label span input {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
}
.form-field label select.wpcf7-select {
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
}
.form-field p {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
}
.wpcf7-list-item {
    margin: 0;
    font-weight: normal;
}
.form-field .wpcf7-textarea {
    height: 200px;
}
.form-field span.req {
    display: inline-block;
    font-size: 12px;
    background: #f00;
    padding: 0px 10px 1px;
    color: #fff;
    border-radius: 4px;
    line-height: 20px;
}
span.wpcf7-not-valid-tip {
    margin-bottom: 30px;
    margin-top: 0px;
    padding: 0;
    font-size: 14px;
}

.elementor-element.elementor-widget-text-editor h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #26241d;
    line-height: 1.666;
    position: relative;
    padding: 20px 0 10px;
}
#sby_lightbox .sby_lb_video_thumbnail, #sby_lightbox .sby_video_thumbnail, [id^=sb_youtube_].sb_youtube .sby_video_thumbnail, #sb_instagram .sbi_photo {
    border-radius: 20px;
    height: 220px !important;
}
.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper {
    margin: 0!important;
}
.elementor-1815 .elementor-element.elementor-element-4047d45 .premium-blog-skin-modern .premium-blog-content-wrapper {
    top: 0px !important;
}
.premium-blog-thumbnail-container.premium-blog-zoomin-effect::before, .premium-blog-thumbnail-container.premium-blog-zoomin-effect::after {
    display: none;
}
.format-standard .single-content .wp-block-heading {
    background: #ffefe6;
    padding: 10px 20px;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 20px !important;
    border-radius: 6px;
    position: relative;
    border-left: 4px solid #fd3326;
}
.format-standard .single-content .wp-block-media-text {
    font-size: .9em;
}
.single .kadence-thumbnail-position-behind .post-thumbnail-inner img {
    border-radius: 10px;
}
.archive #archive-container .loop-entry {
    border-radius: 0 0 10px 10px;
}
.archive #archive-container .post-thumbnail-inner img {
    border-radius: 10px 10px 0 0;
}
.archive #archive-container .loop-entry .entry-content-wrap {
    padding: 1em 1em 2em 1em;
}
.img-box .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.img-box .elementor-image-box-wrapper .elementor-image-box-content {
    padding-bottom: 10px;
}

.img-box .elementor-image-box-wrapper .elementor-image-box-content h3.elementor-image-box-title {
    padding-bottom: 20px;
    min-height: 100px;
}
.img-box .elementor-image-box-wrapper .elementor-image-box-content p.elementor-image-box-description {
    min-height: 90px;
    padding: 5px;
    background: #fd9a5c75;
    border-radius: 2px;
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: auto !important;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg, .single .wp-block-details summary::marker {
    color: #fd8727 !important;
}

/*********************************** Footer CSS *********************************/
.footer-nav .collapse-sub-navigation ul.menu {
    margin: 0;
    list-style: none;
    display: flex;
}

.footer-nav .collapse-sub-navigation ul.menu li.menu-item {
    margin-right: 40px;
}

.footer-nav .collapse-sub-navigation ul.menu li.menu-item a {
    text-decoration: none;
    border: none;
    color: #fff;
}
.footer-nav .collapse-sub-navigation ul.menu li.menu-item a:hover {
    color: #fd8728;
}


/*********************************** Responsive CSS *********************************/
@media only screen and (min-device-width: 1080px) and (max-device-width: 1300px) {
	.transparent-header #main-header .site-branding img {
    	max-width: 130px;
	}		
	.main-navigation .primary-menu-container > ul li.menu-item > a, .transparent-header .header-navigation .header-menu-container > ul > li.menu-item > a {
    	font-size: 11px;
	}
}

@media screen and (max-width: 769px) {
    .news_list_item a {
        font-size: 14px;
    }
    ul.news-list li.listing-item {
        flex-direction: row;
        flex-wrap: wrap;
    }
    ul.news-list li.listing-item .title {
        margin-top: 10px;
        margin-left: 0;
        font-size: 14px;
    }
    ul.news-list li.listing-item .date {
        width: 100px;
        font-size: 14px;
    }
    table.cTbl tr {
        display: flex;
        flex-direction: column;
    }
    table.cTbl tr th {
        width: 100%;
        text-align: left;
        padding: 10px 30px;
    }
    .single .single-entry .entry-content-wrap {
        padding: 1rem;
    }
    .wp-site-blocks .post-thumbnail .post-thumbnail-inner {
        padding: 10px;
    }
    .format-standard .single-content .wp-block-heading {
        font-size:1em;
        margin: 10px 0 !important;
    }
    .wp-block-media-text .wp-block-media-text__content {
        padding: 0px;
    }
    .footer-nav .collapse-sub-navigation ul.menu {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-nav .collapse-sub-navigation ul.menu li.menu-item {
        width: 50%;
        margin-right: 0px;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .footer-nav .collapse-sub-navigation ul.menu {
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 0;
    }
    .footer-nav .collapse-sub-navigation ul.menu li.menu-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    .footer-nav .collapse-sub-navigation ul.menu li.menu-item a {
        font-size: 14px;
    }
}
@media screen and (max-width: 375px) {
    .footer-nav .collapse-sub-navigation ul.menu li.menu-item a {
        font-size: 10px;
    }
}