@charset "UTF-8";
.headers.header-top {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

@media (max-width: 991.98px) {
    .headers.header-top {
        overflow: hidden;
    }
}

.headers.header-top .slider-top .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 60, 129, 0.2);
    z-index: 1;
}

@media (max-width: 991.98px) {
    .headers.header-top .slider-top .swiper-slide:after {
        background: rgba(1, 60, 129, 0.4);
    }
}

.headers.header-top .slider-top .swiper-pagination {
    z-index: 9;
}

@media (min-width: 768px) {
    .headers.header-top .slider-top .swiper-pagination {
        text-align: right;
        max-width: 14.8rem;
        left: 80%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767.98px) {
    .headers.header-top .slider-top .swiper-pagination {
        text-align: right;
        max-width: 14.8rem;
        left: 60%;
        transform: translateX(-41%);
    }
}

.headers.header-top .slider-top .swiper-pagination .swiper-pagination-bullet {
    margin: 0 .5rem;
    width: 1.25rem;
    border-radius: 1.25rem;
    height: .25rem;
    background: #DEDEDE;
    opacity: 1;
}

.headers.header-top .slider-top .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFFFFF;
    width: 2.5rem;
}

.headers.header-top .bg-mv {
    position: relative;
}

.headers.header-top .bg-mv img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991.98px) {
    .headers.header-top .bg-mv img {
        object-position: left center;
    }
}

.headers.header-top .navbar-scroll {
    top: -100%;
    
    transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.headers.header-top .navbar-scroll.navbar-scroll-show {
    top: 0;
    opacity: 1;
}

.headers.header-top .text-header {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .headers.header-top .text-header {
        -webkit-transform: translateY(-75%);
        transform: translateY(-75%);
    }
}

.headers.header-top .text-header .content-center {
    text-align: center;
}

.headers.header-top .text-header .content-center h1.title {
    font-size: 2.75rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1;
    padding-bottom: 1.5rem;
    border-bottom: .3125rem solid #fff;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .headers.header-top .text-header .content-center h1.title {
        line-height: 1.6;
        font-size: 2rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
}

.headers.header-top .text-header .content-center p.desc {
    font-size: 1.25rem;
    line-height: 1.7;
}

.headers.header-top .arrow-header-bot {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.headers.header-top .arrow-header-bot .fa-angle-down {
    font-size: 3.5rem;
    color: #fff;
}

@media (max-width: 991.98px) {
    .headers.header-top .arrow-header-bot .fa-angle-down {
        font-size: 2.1875rem;
    }
}

.news-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.news-section .news-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 2rem;
}

.news-section .news-list li {
    position: relative;
    padding: 1.5rem 0;
    border-top: 1px solid #EE2623;
}

.news-section .news-list li a {
    -webkit-transition: 0.3s linear 0s;
    -moz-transition: 0.3s linear 0s;
    -ms-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
}

.news-section .news-list li a:hover {
    color: #EE2623;
}

.news-section .news-list li a:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 10rem;
    height: 1px;
    background: #333333;
}

.news-section .news-list li a .date-item {
    padding-bottom: .5rem;
}

.news-section .news-list li a .date-item span.tags {
    padding: .5rem 3rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    border-radius: .3125rem;
    display: inline-block;
    margin-right: 2rem;
}

.news-section .news-list li a .date-item span.tags.tags-red {
    background: #A7388B;
}

.news-section .news-list li a .date-item span.tags.tags-yellow {
    background: #EEA023;
}

.news-section .news-list li a .date-item span.tags.tags-green {
    background: #364f7c;
}

.news-section .news-list li a .date-item span.date {
    font-size: 1rem;
    line-height: 1;
}

.news-section .news-list li a p.text {
    font-size: 1rem;
}

.news-section .news-list li:last-child {
    border-bottom: 1px solid #EE2623;
}

.news-section .news-list li:last-child:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 10rem;
    height: 1px;
    background: #333333;
}

.service-section {
    padding-bottom: 10rem;
}

.service-section p.text {
    font-size: 1rem;
    line-height: 1.7;
    color: #555555;
}

.service-section .img {
    display: block;
    position: relative;
}

@media (max-width: 991.98px) {
    .service-section .img {
        max-width: 21.0625rem;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .service-section .img {
        max-width: 10.3125rem;
    }
}

.service-section .img img {
    transition: 0.5s opacity cubic-bezier(0.19, 1, 0.22, 1);
}

.service-section .img:hover img {
    opacity: 0.7;
}

@media only screen and (max-width: 74.9375rem) {
    .service-section img {
        transition: 0.5s opacity cubic-bezier(0.19, 1, 0.22, 1);
        display: block;
        width: 100%;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media only screen and (max-width: 61.9375rem) {
    .service-section img {
        transition: 0.5s opacity cubic-bezier(0.19, 1, 0.22, 1);
        display: block;
        width: 100%;
        padding-top: 0;
        padding-bottom: .9375rem;
    }
}

.section-top {
    position: relative;
    padding-bottom: 3.5rem;
}

.section-top .content .content-body {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

.section-top .content .content-body p.desc {
    font-size: 1rem;
    line-height: 1.7;
    color: #555555;
}

.section-top .content .content-footer {
    padding-top: 0;
    text-align: right;
}

@media (max-width: 991.98px) {
    .section-top .content .content-footer {
        text-align: center;
    }
}

.section-top .img {
    max-height: 21.125rem;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .section-top .img {
        max-height: 100%;
        position: relative;
    }
}

.section-top .img img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-section {
    padding: 5rem 0 7.5rem;
    background: #FAFAFA;
}

@media (max-width: 991.98px) {
    .contact-section {
        padding: 3rem 0;
    }
}

.contact-section .content {
    text-align: center;
}

.contact-section .content .content-header {
    display: inline-block;
}

.contact-section .content .content-body {
    padding-top: 1.5rem;
    position: relative;
}

.contact-section .content .content-body .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (max-width: 991.98px) {
    .contact-section .content .content-body .btn-list {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact-section .content .content-body p {
    font-size: 1rem;
    line-height: 1;
}

.contact-section .content .content-body p.time {
    color: #707070;
}

.contact-section .content .content-body p.time span {
    color: #ED774D;
}

@media only screen and (min-width: 61.9375rem) {
    .pc-hide-element {
        display: none;
    }
}

@media only screen and (max-width: 61.9375rem) {
    .sp-hide-element {
        display: none;
    }
}

.custom-pt-30 {
    padding-top: 1.875rem;
}

.custom-pt-32 {
    padding-top: 2rem;
}

.mb-32 {
    margin-bottom: 2rem;
}

@media only screen and (max-width: 61.9375rem) {
    .custom-pb-24 {
        padding-bottom: 1.5rem;
    }
}

.custom-pt-56 {
    padding-top: 3.5rem;
}

@media (max-width: 767.98px) {
    .custom-pt-56 {
        padding-top: 3rem;
    }
}

.custom-ml-mr {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

@media only screen and (max-width: 48rem) {
    .pt-pb-48 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media only screen and (max-width: 48rem) {
    .pb-48 {
        padding-bottom: 3rem;
    }
}

@media only screen and (max-width: 61.9375rem) {
    .pl-only {
        padding-left: .9375rem;
        padding-right: 0;
    }
}

@media only screen and (max-width: 61.9375rem) {
    .custom-position {
        padding-left: 0;
        padding-right: .9375rem;
        left: .9375rem;
    }
}

.custom-py {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

@media (max-width: 767.98px) {
    .custom-py {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 992px) {
    body.body-company {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
    }
    body.body-company .headers .title-pages {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.company-page-section {
    position: relative;
    padding-bottom: 7.5rem;
}

@media (min-width: 992px) {
    .company-page-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.company-page-section .content-footers {
    padding-top: 5rem;
}

@media (max-width: 991.98px) {
    .company-page-section .content-footers {
        padding-top: 3rem;
    }
}

@media screen and (min-width: 37.5rem) {
    .company-page-section .mobile-break {
        display: none;
    }
}

.company-page-section .title-text {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
}

.company-page-section .ceo-title-text {
    font-size: 1.5rem;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
}

.company-page-section .sub-text {
    font-size: 1rem;
    font-weight: 500;
}

.company-page-section .profile-main-title {
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: .5rem;
    border-left: .375rem solid red;
}

.company-page-section .content-title {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.company-page-section .profile-main-title-top {
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: .5rem;
    border-left: .375rem solid red;
}

@media (max-width: 767.98px) {
    .company-page-section .profile-main-title-top {
        margin-top: 3rem;
    }
}

@media (max-width: 767.98px) {
    .company-page-section .pt-sp {
        padding-top: 3rem;
    }
}

.company-page-section .pb-120 {
    padding-bottom: 7.5rem;
}

@media (max-width: 767.98px) {
    .company-page-section .pb-120 {
        padding-bottom: 4rem;
    }
}

.company-page-section .pb-40 {
    padding-bottom: 2.5rem;
}

.company-page-section .profile-title {
    font-size: 1rem;
    font-weight: bold;
    left: 0;
}

.company-page-section .profile-text {
    font-size: 1rem;
}

.company-page-section .content-text {
    font-size: 1rem;
    margin-bottom: 0;
}

.company-page-section .custom-text {
    font-size: 1rem;
    padding-left: 2rem;
}

@media (max-width: 767.98px) {
    .company-page-section .custom-text {
        padding-left: 0;
    }
}

.company-page-section .padded-text {
    font-size: 1rem;
    padding-left: 1rem;
}

@media (max-width: 767.98px) {
    .company-page-section .padded-text {
        padding-left: 0;
    }
}

.company-page-section .spaced-text {
    font-size: 1rem;
    padding-left: .25rem;
}

@media (max-width: 767.98px) {
    .company-page-section .spaced-text {
        padding-left: 0;
    }
}

.company-page-section .white-text {
    font-size: 1rem;
    color: white;
}

.company-page-section .custom-py {
    padding-top: 5rem;
    padding-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
    .company-page-section .custom-py {
        padding-top: 3rem;
        padding-bottom: .5rem;
    }
}

.company-page-section .red-line hr {
    width: 100%;
    margin: 0;
    border-bottom: 0;
    border-color: #EE2623;
}

.company-page-section .pb-32 {
    padding-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .company-page-section .pb-32 {
        padding-bottom: 1.5rem;
    }
}

.company-page-section ol {
    padding-left: .9375rem;
    padding-bottom: 0;
}

.company-page-section .list-image {
    position: relative;
    overflow: hidden;
    display: block;
}

.company-page-section .list-image.no-image {
    border: 1px solid #707070;
    height: 7.5rem;
}

.company-page-section .list-image.no-image:before {
    background: white;
}

.company-page-section .list-image.no-image .text-center span {
    color: #333333;
}

.company-page-section .list-image.no-image:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.company-page-section .list-image.no-image:hover .text-center .title {
    font-size: 2.1875rem;
    transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.company-page-section .list-image.no-image:hover .text-center .sub {
    font-size: 1.1rem;
    transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.company-page-section .list-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 60, 129, 0.2);
    z-index: 1;
}

.company-page-section .list-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.5s transform cubic-bezier(0.19, 1, 0.22, 1);
}

.company-page-section .list-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.company-page-section .list-image .text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.company-page-section .list-image .text-center .text-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.company-page-section .list-image .text-center span {
    display: block;
    color: #fff;
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0;
}

.company-page-section .list-image .text-center span.title {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: .5rem;
}

.company-page-section .list-image .text-center span.sub {
    font-size: 1rem;
    font-weight: 500;
}

.company-page-section .list-image .angle-bottom {
    position: absolute;
    bottom: -2px;
    right: 0px;
    z-index: 1;
}

.company-page-section .list-image .angle-bottom img {
    width: 20px;
    transform: rotate(180deg);
}

.company-page-section .list-image-top {
    position: relative;
    overflow: hidden;
    display: block;
}

@media (max-width: 767.98px) {
    .company-page-section .list-image-top {
        margin-top: 32px;
    }
}

.company-page-section .list-image-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 60, 129, 0.2);
    z-index: 1;
}

.company-page-section .list-image-top img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.5s transform cubic-bezier(0.19, 1, 0.22, 1);
}

.company-page-section .list-image-top:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.company-page-section .list-image-top .text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
    .company-page-section .list-image-top .text-center {
        width: 100%;
        display: block;
    }
}

.company-page-section .list-image-top .text-center .text-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.company-page-section .list-image-top .text-center span {
    display: block;
    color: #fff;
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0;
}

.company-page-section .list-image-top .text-center span.title {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: .5rem;
}

.company-page-section .list-image-top .text-center span.sub {
    font-size: 1rem;
    font-weight: 500;
}

.custom-pt {
    padding-top: 5rem;
}

@media (max-width: 767.98px) {
    .custom-pt {
        padding-top: 3rem;
    }
}

h2.title {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    padding-bottom: 0;
    margin-bottom: 0;
}

h3 {
    font-size: 1rem;
    font-weight: bold;
    clear: both;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .philosophy {
        padding-bottom: 5rem;
    }
}

.works-page-section {
    position: relative;
    padding-bottom: 5rem;
    overflow-x: hidden;
}

@media (max-width: 767.98px) {
    .works-page-section {
        padding-bottom: 3rem;
    }
}

@media screen and (min-width: 37.5rem) {
    .works-page-section .mobile-break {
        display: none;
    }
}

.works-page-section .swiper-container {
    z-index: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.works-page-section .swiper-container .swiper-slide {
    background-size: cover;
    background-position: center;
    max-height: 592px;
}

.works-page-section .swiper-container.gallery-top {
    height: 81%;
    width: 100%;
}

@media (max-width: 991.98px) {
    .works-page-section .swiper-container.gallery-top {
        height: 78%;
    }
}

@media (max-width: 767.98px) {
    .works-page-section .swiper-container.gallery-top {
        height: 71%;
    }
}

.works-page-section .swiper-container.gallery-top .swiper-button-next.swiper-button-white, .works-page-section .swiper-container.gallery-top .swiper-button-prev.swiper-button-white {
    outline: none;
}

@media (max-width: 767.98px) {
    .works-page-section .swiper-container.gallery-top .swiper-button-next:after, .works-page-section .swiper-container.gallery-top .swiper-button-prev:after {
        font-size: 24px;
    }
}

.works-page-section .swiper-container.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
}

.works-page-section .swiper-container.gallery-thumbs .swiper-slide {
    max-width: 160px !important;
    min-height: 100px;
    flex-basis: auto;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .works-page-section .swiper-container.gallery-thumbs .swiper-slide {
        max-height: 65px;
    }
}

@media (max-width: 575.98px) {
    .works-page-section .swiper-container.gallery-thumbs .swiper-slide {
        max-width: 85px;
        max-height: 53px;
    }
}

.works-page-section .swiper-container.gallery-thumbs img {
    height: 100%;
}

@media (max-width: 575.98px) {
    .works-page-section .swiper-container.gallery-thumbs img {
        min-height: 65px;
    }
}

@media (max-width: 767.98px) {
    .works-page-section .swiper-container.gallery-thumbs img {
        min-height: 77px;
    }
}

.works-page-section .main-title-top {
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: .375rem;
    text-align: left;
    border-left: .375rem solid red;
}

@media (max-width: 767.98px) {
    .works-page-section .main-title-top {
        margin-top: 3rem;
    }
}

.works-page-section .spaced-text {
    position: relative;
    left: 1.5rem;
}

@media (max-width: 767.98px) {
    .works-page-section .spaced-text {
        position: relative;
        left: 0;
    }
}

.works-page-section .custom-text {
    position: relative;
    left: 1.5rem;
}

@media (max-width: 767.98px) {
    .works-page-section .custom-text {
        position: relative;
        left: 1.125rem;
    }
}

.works-page-section .sm-padding {
    padding-bottom: 3rem;
}

@media (max-width: 767.98px) {
    .works-page-section .sm-padding {
        padding-bottom: 0;
    }
}

.works-page-section .title {
    font-size: 1rem;
    padding-left: 0;
}

.works-page-section h1 {
    font-size: 1.5rem;
    font-weight: bold;
}

.works-page-section h2 {
    font-size: 1rem;
    font-weight: bold;
    clear: both;
    display: inline-block;
    color: #171717;
    padding-bottom: 0;
    margin-bottom: 0;
}

.works-page-section h2.title {
    font-size: 2rem;
    color: white;
}

.works-page-section .red-line hr {
    width: 100%;
    margin: 0;
    border-bottom: 0;
    border-color: #EE2623;
}

.works-page-section img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.5s transform cubic-bezier(0.19, 1, 0.22, 1);
}

.works-page-section .btn-list {
    min-width: 50%;
}

.works-page-section .btn-list a {
    display: block;
    width: 100%;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .works-page-section .btn-list a {
        min-width: 50%;
        max-width: 100%;
    }
}

.works-page-section .title-text {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
}

.works-page-section .sub-text {
    font-size: 1rem;
    font-weight: 500;
}

.works-page-section .sub-text-bold {
    font-size: 1rem;
    font-weight: bold;
}

.works-page-section .white-text {
    font-size: 1rem;
    color: white;
}

.works-page-section .img-padding {
    padding-top: 3rem;
}

@media (max-width: 767.98px) {
    .works-page-section .img-padding {
        padding-top: 1.5rem;
    }
}

.works-page-section .img-padding a img {
    max-height: 219px;
}

.works-page-section .img-date {
    font-size: 1rem;
    text-align: right;
    right: 0;
}

@media (max-width: 991.98px) {
    .works-page-section .img-date {
        font-size: 1rem;
        text-align: right;
        margin-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .works-page-section .sm-img {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

@media only screen and (max-width: 31.25rem) {
    .works-page-section .custom-pt {
        padding-top: 3rem;
    }
}

@media only screen and (min-width: 31.25rem) {
    .works-page-section .custom-pt {
        padding-top: 0;
    }
}

@media only screen and (max-width: 47.9375rem) {
    .works-page-section .custom-pt {
        padding-top: 3rem;
    }
}

@media only screen and (max-width: 61.9375rem) {
    .works-page-section .custom-padding {
        padding-top: 1.5rem;
    }
}

@media only screen and (max-width: 61.9375rem) and (min-width: 48rem) {
    .works-page-section .md-pd {
        padding-top: 0;
    }
}

@media only screen and (max-width: 61.9375rem) and (min-width: 48rem) {
    .works-page-section .md-img-pd {
        padding-top: 1.5rem;
    }
}

.works-page-section .list-image {
    position: relative;
    overflow: hidden;
    display: block;
}

.works-page-section .list-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.works-page-section .list-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.5s transform cubic-bezier(0.19, 1, 0.22, 1);
}

.works-page-section .list-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.works-page-section .list-image .text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.works-page-section .list-image .text-center .text-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.works-page-section .list-image .text-center span {
    display: block;
    color: #fff;
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0;
}

.works-page-section .list-image .text-center span.title {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: .5rem;
}

.works-page-section .list-image .text-center span.sub {
    font-size: 1rem;
    font-weight: 500;
}

.works-page-section .list-image-top {
    position: relative;
    overflow: hidden;
    display: block;
}

.works-page-section .list-image-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.works-page-section .list-image-top img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.5s transform cubic-bezier(0.19, 1, 0.22, 1);
}

.works-page-section .list-image-top:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.works-page-section .list-image-top .text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.works-page-section .list-image-top .text-center .text-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.works-page-section .list-image-top .text-center span {
    display: block;
    color: #fff;
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0;
}

.works-page-section .list-image-top .text-center span.title {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: .5rem;
}

.works-page-section .list-image-top .text-center span.sub {
    font-size: 1rem;
    font-weight: 500;
}

.works-page-section #googleMap {
    width: 100%;
    height: 35.9375rem;
}

.works-page-section .content-button-link {
    position: relative;
}

@media (max-width: 767.98px) {
    .works-page-section .content-button-link {
        padding-top: 2.5rem;
    }
}

.works-page-section .content-button-link .btn-work {
    padding-bottom: .5rem;
    position: relative;
    font-size: 1rem;
    color: #333333;
    line-height: 1;
    display: inline;
}

.works-page-section .content-button-link .btn-work:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #EE2623;
}

.works-page-section .content-button-link .btn-work i {
    color: #EE2623;
}

.button-padding {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
}

@media (max-width: 767.98px) {
    .button-padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.bc-position {
    position: relative;
    top: 4rem;
}

.py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.red-arrow {
    font-size: 1rem;
    color: red;
    font-weight: bolder;
}

.text-left {
    text-align: left;
    left: 0;
}

.text-right {
    text-align: right;
    right: 0;
}

.single-work .works-page-section h2.title {
    font-size: 1rem;
    font-weight: bold;
    clear: both;
    display: inline-block;
    color: #171717;
    padding-bottom: 0;
    margin-bottom: 0;
}

.news-page-section {
    position: relative;
}

@media screen and (max-width: 535px) {
    .news-page-section .content {
        flex-grow: 1;
    }
}

.news-page-section .content .content-header {
    padding-bottom: 2.5rem;
}

.news-page-section .content .content-header .nav-tabs {
    border-bottom: 0;
}

@media screen and (max-width: 535px) {
    .news-page-section .content .content-header .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.news-page-section .content .content-header .nav-tabs li {
    position: relative;
    margin: 0 .9375rem;
}

.news-page-section .content .content-header .nav-tabs li:first-child {
    margin-left: 0;
}

.news-page-section .content .content-header .nav-tabs li:last-child {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    .news-page-section .content .content-header .nav-tabs li {
        margin: 0 .5rem;
    }
}

@media screen and (max-width: 535px) {
    .news-page-section .content .content-header .nav-tabs li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

@media screen and (max-width: 375px) {
    .news-page-section .content .content-header .nav-tabs li {
        width: 35%;
        margin-bottom: .9375rem;
    }
    .news-page-section .content .content-header .nav-tabs li:nth-of-type(2) {
        margin-right: 0;
    }
    .news-page-section .content .content-header .nav-tabs li:nth-of-type(3) {
        margin-left: 0;
        margin-bottom: 0;
    }
    .news-page-section .content .content-header .nav-tabs li:last-child {
        margin-bottom: 0;
    }
}

.news-page-section .content .content-header .nav-tabs li a {
    display: block;
    border-radius: .3125rem;
    font-size: 1rem;
    line-height: 1;
    color: #EE2623;
    border: 1px solid #EE2623;
    padding: .75rem 3rem;
    transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 991.98px) {
    .news-page-section .content .content-header .nav-tabs li a {
        padding: 0.75rem 2rem;
    }
}

@media screen and (max-width: 599px) {
    .news-page-section .content .content-header .nav-tabs li a {
        padding: .75rem 1.5rem;
    }
}

@media screen and (max-width: 535px) {
    .news-page-section .content .content-header .nav-tabs li a {
        padding: .75rem 0;
        text-align: center;
    }
}

.news-page-section .content .content-header .nav-tabs li a.active {
    color: #fff;
    background: #EE2623;
}

.news-page-section .content .content-header .nav-tabs li a.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #EE2623;
    border-width: .75rem;
    margin-left: -.75rem;
}

@media (max-width: 767.98px) {
    .news-page-section .content .content-header .nav-tabs li a.active:after {
        display: none;
    }
}

.news-page-section .content-body {
    padding-bottom: 5rem;
}

@media (max-width: 991.98px) {
    .news-page-section .content-body {
        padding-bottom: 3rem;
    }
}

.news-page-section .content-body #report-all {
    max-width: 45.625rem;
}

.news-page-section .content-body .news-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.news-page-section .content-body .news-list li {
    position: relative;
    padding: 1.5rem 0;
    border-top: 1px solid #EE2623;
}

.news-page-section .content-body .news-list li a {
    -webkit-transition: 0.3s linear 0s;
    -moz-transition: 0.3s linear 0s;
    -ms-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
}

.news-page-section .content-body .news-list li a:hover {
    color: #EE2623;
}

.news-page-section .content-body .news-list li a:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 10rem;
    height: 1px;
    background: #333333;
}

.news-page-section .content-body .news-list li a.img-thumbnails {
    position: relative;
    overflow: hidden;
    display: block;
}

.news-page-section .content-body .news-list li a.img-thumbnails .imageWrapper {
    overflow: hidden;
    margin-bottom: 1.5rem !important;
}

.news-page-section .content-body .news-list li a.img-thumbnails:before {
    right: 0;
    bottom: 0;
    z-index: 1;
    background: transparent;
}

.news-page-section .content-body .news-list li a.img-thumbnails img {
    max-height: 30.4375rem;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.5s transform cubic-bezier(0.19, 1, 0.22, 1);
}

.news-page-section .content-body .news-list li a.img-thumbnails:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-page-section .content-body .news-list li a .date-item {
    padding-bottom: .5rem;
}

.news-page-section .content-body .news-list li a .date-item span.tags {
    padding: .5rem 3rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    border-radius: .3125rem;
    display: inline-block;
    margin-right: 2rem;
}

.news-page-section .content-body .news-list li a .date-item span.tags.tags-red {
    background: #a7388b;
}

.news-page-section .content-body .news-list li a .date-item span.tags.tags-yellow {
    background: #EEA023;
}

.news-page-section .content-body .news-list li a .date-item span.tags.tags-green {
    background: #364f7c;
}

.news-page-section .content-body .news-list li a .date-item span.date {
    font-size: 1rem;
    line-height: 1;
}

.news-page-section .content-body .news-list li a p.text {
    font-size: 1rem;
}

.news-page-section .content-body .news-list li:last-child {
    border-bottom: 1px solid #EE2623;
}

.news-page-section .content-body .news-list li:last-child:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 10rem;
    height: 1px;
    background: #333333;
}

.news-page-section .content-footer {
    padding-bottom: 7.5rem;
}

@media (max-width: 991.98px) {
    .news-page-section .content-footer {
        padding-bottom: 5rem;
    }
}

.news-detail-section {
    position: relative;
}

.news-detail-section .content .content-header h3.title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #333333;
    margin-bottom: 0;
}

.news-detail-section .content .content-header .list-sub {
    padding-top: 1rem;
    padding-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-detail-section .content .content-header .list-sub span.date {
    font-size: 1rem;
    color: #333333;
    padding-right: 1rem;
}

.news-detail-section .content .content-header .list-sub span.tags {
    padding: .5rem 0;
    font-size: 1rem;
    background: #EE2623;
    border-radius: .3125rem;
    color: #fff;
    line-height: 1;
    width: 10rem;
    text-align: center;
}

.news-detail-section .content .content-header .list-sub span.tags-green {
    padding: .5rem 0;
    font-size: 1rem;
    background: #67A313;
    border-radius: .3125rem;
    color: #fff;
    line-height: 1;
    width: 10rem;
    text-align: center;
}

.news-detail-section .content .content-body {
    padding-bottom: 5rem;
}

@media (max-width: 767.98px) {
    .news-detail-section .content .content-body {
        padding-bottom: 3rem;
    }
}

.news-detail-section .content .content-body p {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
}

.news-detail-section .content .content-body figure.wp-block-image img {
    width: 100%;
    height: auto;
}

.news-detail-section .content .news-detail-content {
    padding-bottom: 1.5rem;
}

.news-detail-section .content .news-detail-content p {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
}

.news-detail-section .content .img-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 7.5rem;
}

@media (max-width: 767.98px) {
    .news-detail-section .content .img-container {
        padding-bottom: 5rem;
    }
}

.news-detail-section .content .img-container img {
    max-width: 45.625rem;
}

.news-detail-section .content .content-footer {
    padding-bottom: 7.5rem;
}

@media only screen and (min-width: 23.5rem) {
    .sp-title {
        display: none;
    }
}

.sp-title .fa-hotjar {
    color: #EE2623;
    padding-right: .5rem;
}

.sp-title .fa-file-invoice {
    color: #67A313;
    padding-right: .5rem;
}

.sp-title .fa-pencil-ruler {
    color: #EEA023;
    padding-right: .5rem;
}

.sp-title .fa-exclamation-circle {
    color: #EE2623;
    padding-right: .5rem;
}

@media (min-width: 992px) {
    body.body-footer {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
    }
    body.body-footer .headers .title-pages {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.contact-page-section {
    position: relative;
    padding-bottom: 5rem;
}

@media (min-width: 992px) {
    .contact-page-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 767.98px) {
    .contact-page-section {
        padding-bottom: 3rem;
    }
}

.contact-page-section .title-text {
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
}

.contact-page-section .red-text {
    font-size: 1rem;
    color: red;
}

.contact-page-section .red-text-underlined {
    font-size: 1rem;
    color: red;
    text-decoration: underline;
}

.contact-page-section .sub-text {
    font-size: 1rem;
    font-weight: 500;
}

.contact-page-section .ajax-loader {
    display: none !important;
}

.contact-page-section .ajax-loader.is-active {
    visibility: hidden !important;
}

.contact-page-section .wpcf7-validation-errors, .contact-page-section .wpcf7-response-output {
    display: none !important;
}

.contact-page-section input[type=submit].btn-red {
    margin-top: 5rem;
    cursor: pointer;
    outline: none;
}

@media (max-width: 991.98px) {
    .contact-page-section input[type=submit].btn-red {
        margin-top: 3rem;
    }
}

.contact-page-section input[type=submit].btn-red.btn-contact:hover {
    color: #EE2623;
}

.contact-page-section input[type=submit].btn-red:disabled {
    background: rgba(238, 38, 35, 0.8);
    cursor: no-drop;
    color: #fff !important;
}

.contact-page-section input[type=submit].btn-red:disabled span {
    color: #fff !important;
}

.contact-page-section button.btn-red {
    margin-top: 5rem;
    cursor: pointer;
    outline: none;
}

@media (max-width: 991.98px) {
    .contact-page-section button.btn-red {
        margin-top: 3rem;
    }
}

.contact-page-section button.btn-red:disabled {
    background: rgba(238, 38, 35, 0.8);
    cursor: no-drop;
}

.contact-page-section button.btn-red:disabled span {
    color: #fff !important;
}

.contact-page-section .form-group {
    margin-bottom: 1.5rem;
}

.contact-page-section .form-group .wpcf7-form-control-wrap.agreement {
    position: absolute;
   
}

.contact-page-section .form-group .hidden-input-agreement {
   
}

.contact-page-section .form-group label {
    font-weight: bold;
    margin-bottom: .75rem;
}

.contact-page-section .form-group label span.required {
    color: #ff0000;
}

.contact-page-section .form-group label.checkbox-agreement {
    position: relative;
    margin-bottom: 0;
    margin-top: 2.875rem;
    font-weight: 500;
    padding-left: 2rem;
    cursor: pointer;
}

.contact-page-section .form-group label.checkbox-agreement.itemcheck:after {
    opacity: 1;
}

.contact-page-section .form-group label.checkbox-agreement:before {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: rgba(85, 85, 85, 0.2);
    outline: none;
    border: 1px solid #555555;
    border-radius: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-page-section .form-group label.checkbox-agreement:after {
    position: absolute;
    content: "";
    -webkit-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    transform: rotate(-48deg);
    font-weight: bolder;
    color: #ff0000;
    top: .5rem;
    bottom: 0;
    left: .25rem;
    width: .8125rem;
    height: .4375rem;
    outline: none;
    
    border-left: 2px solid red;
    border-bottom: 2px solid red;
}

.contact-page-section .form-group label.checkbox-agreement span a {
    display: inline-block;
    text-decoration: underline;
    color: #ff0000;
}

.contact-page-section input[type=email], .contact-page-section textarea {
    border: 1px solid #555555;
    border-radius: 0;
    padding: 1rem 1.5rem;
    font-size: .875rem;
    line-height: 1.2;
    height: auto;
}

.contact-page-section input[type=email]:focus, .contact-page-section textarea:focus {
    box-shadow: none;
}

.contact-page-section input[type=email].wpcf7-not-valid, .contact-page-section textarea.wpcf7-not-valid {
    border-bottom: 4px solid #f00;
}

.contact-page-section input[type=tel], .contact-page-section textarea {
    border: 1px solid #555555;
    border-radius: 0;
    padding: 1rem 1.5rem;
    font-size: .875rem;
    line-height: 1.2;
    height: auto;
}

.contact-page-section input[type=tel]:focus, .contact-page-section textarea:focus {
    box-shadow: none;
}

.contact-page-section input[type=tel].wpcf7-not-valid, .contact-page-section textarea.wpcf7-not-valid {
    border-bottom: 4px solid #f00;
}

.contact-page-section textarea:focus {
    border: 1px solid #555555;
}

.contact-page-section .content-thanks {
    margin-bottom: 3.5rem;
}

@media (max-width: 991.98px) {
    .contact-page-section .content-thanks {
        margin-bottom: 3rem;
    }
}

.pt-80 {
    padding-top: 5rem;
}

@media only screen and (max-width: 48rem) {
    .sp-pt-48 {
        padding-top: 3rem;
    }
}

.checkbox-align {
    position: relative;
    top: 0.063rem;
}

.privacypolicy-page-section {
    position: relative;
    padding-bottom: 5rem;
}

@media (max-width: 767.98px) {
    .privacypolicy-page-section {
        padding-bottom: 3rem;
    }
}

.privacypolicy-page-section p {
    line-height: 1.6;
}

.privacypolicy-page-section .title-red-line {
    font-size: 1.5rem;
    padding-left: .875rem;
    font-weight: bold;
    color: #242826;
    position: relative;
    line-height: 1.6;
}

.privacypolicy-page-section .title-red-line:before {
    content: '';
    position: absolute;
    width: .375rem;
    height: 2.375rem;
    top: 0;
    background: #EE2623;
    border-radius: 2px;
    left: 0;
}

.privacypolicy-page-section .list-title {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 1.1875rem;
    color: #242826;
    position: relative;
    margin-bottom: .75rem;
}

.privacypolicy-page-section .list-title:before {
    content: '';
    position: absolute;
    width: .75rem;
    height: .6875rem;
    border-radius: 100%;
    background: #242826;
    left: 0;
    top: calc(50% - 5.5px);
}

.privacypolicy-page-section .list-privacy {
    list-style: none;
    margin: 0;
    padding: 0;
}

.privacypolicy-page-section .list-privacy li {
    position: relative;
    padding-left: .9375rem;
}

.privacypolicy-page-section .list-privacy li:before {
    content: '・';
    position: absolute;
    left: 0;
}
