@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Noto+Sans+JP:wght@400;500;700&family=Rambla:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One&display=swap');
@media(max-width:767px) {
    .hide-for-small {
        display: none !important;
    }
}

@media(min-width:768px) {
    .show-for-small {
        display: none !important;
    }
    .header-main .main-menu .nav-item a img {
        transition: opacity 0.5s;
        opacity: 1;
    }
    .header-main .main-menu .nav-item a img.hover {
        opacity: 0;
    }
    .header-main .main-menu .nav-item:hover a img.hover {
        opacity: 1;
    }
    .header-main .main-menu .nav-item:hover a img.default {
        opacity: 0;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    color: #000;
    overflow: hidden;
    font-weight: 500;
    font-style: normal;
    position: relative;
}

body:not(.home) {
    font-size: 1.5rem;
    color: #000;
    line-height: 1.75;
}

a.btn {
    transition: all 0.5s;
}

.ff-audio {
    font-family: 'Audiowide', cursive;
}

.ff-rambla {
    font-family: 'Rambla', sans-serif;
    font-style: italic;
}

.ff-klee {
    font-family: 'Klee One', cursive;
}

.color-0 {
    color: #073B6C;
}

.color-1 {
    color: #F28E1E;
}

.bgcl-1 {
    background-color: #F28E1E;
}

.color-2 {
    color: #29A6DD;
}

.bgcl-2 {
    background-color: #29A6DD;
}

.color-3 {
    color: #EC5A24;
}

.bgcl-3 {
    background-color: #EC5A24;
}

#go-top {
    position: fixed;
    bottom: -20px;
    right: 0;
    transition: all 300ms;
    z-index: 6;
    opacity: 0;
}

#go-top.show {
    opacity: 1;
    bottom: 0;
}

#go-top a {
    display: block;
    width: 79px;
    height: 188px;
    background-image: url(../images/index/go-top.svg);
    background-size: cover;
}

#go-top a span {
    display: none;
}

#go-top a:hover:before {
    right: -80px;
}


/*ANIMATION*/

.anim {
    opacity: 0;
}

.anim.fade {
    opacity: 1;
}

.anim.fade.is-animated {
    opacity: 1;
    animation-name: fade;
    animation-duration: 2s;
}

.anim.faderight.is-animated {
    opacity: 1;
    animation-name: faderight;
    animation-duration: 2s;
}

.anim.fade.is-animated {
    opacity: 1;
    animation-name: fade;
    animation-duration: 2s;
}

.anim.fadeleft.is-animated {
    opacity: 1;
    animation-name: fadeleft;
    animation-duration: 2s;
}

.anim.fadeup.is-animated {
    opacity: 1;
    animation-name: fadeup;
    animation-duration: 0.5s;
    animation-timing-function:  cubic-bezier(0.33, 1, 0.68, 1);
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes faderight {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeleft {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

#logo img {
    width: 384px;
}

.header-main {
    padding: 35px 0 0 125px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.main-menu {
    padding-right: 200px;
}

.top-menu ul li {
    margin: 0;
}

.top-menu ul li:first-child {
    margin: 0 40px 0 0;
}

a.btn.btn-top-menu {
    font-size: 1.2rem;
    line-height: 1.75;
    padding: 3.5px 18px;
    border-radius: 50px;
}

a.menu-btn {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 24px;
    right: 27px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 15%);
    border-radius: 50%;
    background-color: #fff;
    z-index: 99;
    border: 1px solid #29a6dd;
}

a.menu-btn span {
    display: block;
    position: absolute;
    height: 1px;
    width: 24px;
    top: 27px;
    background-color: #29a6dd;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
    border-radius: 1px;
}

a.menu-btn span:nth-child(2) {
    top: 34px;
}

a.menu-btn span:nth-child(3) {
    top: 41px;
}

a.menu-btn.open span {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    width: 33px;
    top: 32px;
    left: 18px;
}

a.menu-btn.open::after {
    content: "閉じる";
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
    position: absolute;
    color: #fff;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
}

a.menu-btn.open span:nth-child(2) {
    display: none;
}

a.menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg);
}

a.menu-btn.open {
    position: fixed;
    background-color: transparent;
    box-shadow: none;
}

.logo-left .logo {
    margin-right: 70px;
    z-index: 1;
    position: relative;
}

a.btn.btn-tel-top,
a.btn-tel-type-1 {
    background: rgba(242, 142, 30, 0.9);
    color: #fff;
    min-width: 191px;
    min-height: 47px;
    border: 2px solid #fff;
    letter-spacing: 0.1em;
    border-radius: 5px;
    font-weight: bold;
    padding-bottom: 1px;
}

a.btn.btn-tel-top:after,
a.btn-tel-type-1:after {
    width: 132px;
    height: 13px;
    background: url(../images/index/icon-right-head.svg);
    bottom: 5px;
    top: auto;
    transform: none;
    right: -39px;
    background-repeat: no-repeat;
    pointer-events: none;
    transition: .3s;
}

a.btn.btn-tel-top:hover:after,
a.btn-tel-type-1:hover:after {
    right: -48px;
}

.top-menu a,
.nav-main a {
    color: #fff;
}

.top-right-news {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    transition: .3s;
    z-index: 1;
}

.top-right-news:hover {}

.nav-main ul {
    justify-content: space-between;
}

.content-right {
    border-top: 1px solid #fff;
    display: inline-block;
    max-width: 640px;
    width: 100%;
}

.nav-main ul li {
    margin: 0;
}

.nav-main a {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.1px;
}

.nav-main a:before {
    content: "";
    width: 0;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -14px;
    transition: .3s;
    left: 50%;
    transform: translateX(-50%);
}

.nav-main a:hover:before,
.nav-main li.active a:before {
    width: 56px;
}


/* Main */

body.home:before {
    content: "";
    width: 1182px;
    height: 5497px;
    position: absolute;
    background: url(../images/index/line-background-home.png) 100% 100% no-repeat;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 0;
}

.scroll {
    display: block;
    position: absolute;
    right: 200px;
    bottom: 0;
    height: 135px;
    line-height: 135px;
    z-index: 10;
}

.scroll::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -20px;
    width: 1px;
    height: 135px;
    background: #fff;
    animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    30% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    70% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.banner-home {
    position: relative;
    padding: 190px 0 0;
    height: 905px;
    overflow: hidden;
}

.banner-home .box-text-banner {
    z-index: 1;
}

.banner-home:before {
    content: "";
    width: 237px;
    height: 251px;
    background: url(../images/index/color-bottom-left-banner.png);
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.banner-home .container {
    position: static;
}

.box-banner-home img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 1s;
    transform: scale(1.1);
}

.box-banner-home {
    max-width: 600px;
    width: 100%;
    margin: 0 0 0 auto;
}

.box-media video {
    width: 100%;
    max-width: 585px;
    margin: 0 0 0 auto;
    display: table;
}

.box-text-banner {
    position: relative;
    top: -68px;
    left: -6px;
    pointer-events: none;
}

.text-banner {
    font-size: 93px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1.1;
}

.sub-text-banner {
    position: relative;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3em;
    font-size: 21px;
    margin: 20px 0 0;
}

.home-company {
    padding: 120px 0 0;
}

.home-company .box-home-company {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-company .box-left span {
    position: absolute;
    font-size: 85px;
    max-width: 490px;
    opacity: 0.4;
    color: #fff;
    line-height: 1.05;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    letter-spacing: 0.1em;
}

.home-company .box-left {
    position: relative;
}

.home-company .text-box-left {
    max-width: 700px;
    width: 100%;
    position: relative;
}

.circle {
    max-width: 480px;
    min-height: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
    left: -247px;
    top: 27px;
}

.circle:before {
    content: "";
    width: 741px;
    height: 741px;
    background: #fff;
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

.title-home-type-1 {
    background: linear-gradient(to right, #5df7f2, #53eaf3, #50def2, #54d0ee, #5cc3e7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

.subtitle-home-type-1 {
    font-size: 33px;
    color: #073B6C;
    font-weight: 500;
    line-height: 1.72;
    margin: 0 0 10px;
}

.home-company .title-head {
    font-size: 23px;
    color: #073B6C;
    line-height: 2;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 400;
}

.home-company .des {
    line-height: 2.5;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.1em;
}

.btn-type-1 {
    font-size: 20px;
    letter-spacing: 0.1em;
}

.btn-type-1,
.btn-type-2,
.pagi-button .btn-type-1 {
    font-size: 20px;
    max-width: 286px;
    width: 100%;
    min-height: 81px;
    background: #073B6C;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    margin: 50px 0 0;
    z-index: 1;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(76, 76, 76, 0.35);
    box-shadow: 0px 0px 15px 0px rgba(76, 76, 76, 0.35);

}

.btn-type-1:before,
.btn-type-2:before {
    width: 24px;
    height: 8px;
    background: url(../images/index/arrow-button-type-1.svg) no-repeat;
    background-size: cover;
    right: 40px;
}

.btn.btn-type-1:after,
.btn-type-2:after {
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    background: #29A6DD;
    transition: .3s;
    z-index: -1;
    border-radius: 5px;
}

.btn.btn-type-1:hover:after,
.btn-type-2:hover:after {
    width: 100%;
}

.btn-type-2 {
    background: #29A6DD;
}

.btn-type-2:after {
    background: #EC5A24;
}

.box-home-recruit {
    display: flex;
    align-items: center;
}

.box-home-recruit .box-left {
    max-width: 580px;
    width: 100%;
}

.box-home-recruit .text {
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
}

.home-recruit {
    position: relative;
    padding: 35px 0 80px;
    margin: 175px 0 0;
}

.home-recruit:after {
    content: "";
    width: calc(50vw + 395px);
    height: 100%;
    background: url(../images/index/home-3-1.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.4;
}

.home-recruit .title-head {
    font-size: 33px;
    color: #EC5A24;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
}

.home-recruit .des {
    line-height: 2;
    font-weight: 500;
    text-align: left;
    color: #4D4D4D;
    max-width: 300px;
    margin: auto;
}

.home-recruit .box-right {
    margin: 0 0 0 auto;
}

.home-business {
    padding: 115px 0 0;
}

.home-business .title-home-type-1 {
    display: inline-block;
    margin: 0 30px 0 0;
}

.home-business .subtitle-home-type-1 {
    display: inline-block;
    margin: 0;
}

.home-business .des {
    margin: 40px 0 0;
    color: #4D4D4D;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.home-business .box-title {
    margin: 0 0 35px;
}

.home-business .box-title {
    margin: 0 0 35px;
}

.home-business .box-img {
    margin: 0 auto;
    display: flex;
    max-width: 1480px;
}

.home-business .box-img>div {
    position: relative;
}

.home-business .box-text {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 63px 45px 45px 55px;
    display: flex;
    flex-direction: column;
    color: #fff;
    pointer-events: none;
    position: relative;
    z-index: 2;
}

.home-business .text-1 {
    font-family: 'Audiowide', cursive;
    font-size: 42px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    opacity: 0.7;
}

.home-business .text-2 {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: auto 0;
    display: table;
}

.home-business .box-img .col-inner {
    height: 619px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.home-business .box-img .col-inner .thumb {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1);
    background-size: cover;
}

.home-business .box-img .col-inner:hover .thumb {
    transform: scale(1.1);
}

.home-business .box-img .box-2 .col-inner {
    margin-top: 35px;
}

.home-business .box-img .box-1 .col-inner {
    margin-top: 70px;
}

.home-business .box-img .box-2 .col-inner .thumb {
    background-image: url(../images/index/home-4-2.jpg);
}

.home-business .box-img .box-1 .col-inner .thumb {
    background-image: url(../images/index/home-4-1.jpg);
}

.home-business .box-img .box-3 .col-inner .thumb {
    background-image: url(../images/index/home-4-3.jpg);
}

.home-business .box-img .col-inner:before {
    width: 278px;
    height: 224px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/index/icon-triangle.png);
    background-size: 100% 100%;
    z-index: 2;
}

.btn-read-more {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

a.btn-read-more:after {
    width: 24px;
    height: 9px;
    background: url(../images/index/arrow-button-type-2.svg) no-repeat;
    background-size: cover;
    transform: none;
    right: 0;
    display: inline-block;
    position: static;
    margin: 0 0 6px 45px;
}

a.btn-read-more {
    pointer-events: auto;
    display: table;
    margin: 0 0 0 auto;
}

a.btn-read-more:before {
    width: 49px;
    height: 49px;
    border: 2px solid #fff;
    border-radius: 50%;
    right: -11px;
    top: -11px;
    transform: none;
    transition: .3s;
}

#home-business .col-inner:hover a.btn-read-more:before {
    background: #fff;
}

#home-business .col-inner:hover a.btn-read-more:after {
    filter: brightness(0) saturate(100%) invert(27%) sepia(88%) saturate(1549%) hue-rotate(181deg) brightness(95%) contrast(101%);
}

.home-business .text-2 .sub-text-2 {
    font-size: 20px;
    margin: 25px 0 0;
}

.slider-home-5 .slick-list {
    overflow: visible;
    margin: 0 -15px;
}

.slider-home-5 .slick-slide {
    padding: 0 15px;
}

.box-works .box-title {
    background: #fff;
    padding: 10px 20px 35px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 15px 0px rgb(76 76 76 / 25%);
    position: relative;
    z-index: 1;
}

.box-works .col-inner {
    border-radius: 10px;
}

.box-works .thumb {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgb(76 76 76 / 25%);
}

.box-works .thumb img {
    height: auto;
}

.box-works .date {
    display: inline-block;
}

.category {
    display: inline-block;
    margin: 0 0 0 10px;
}

.category a {
    min-width: 108px;
    min-height: 26px;
    background: #754c24;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
    line-height: 1.1;
}

.box-works .title {
    margin: 12px 0 0;
}

.slider-home-5 button {
    width: 100px;
    height: 100px;
    padding: 0;
    border: 0;
    border-radius: 50%;
}

.home-works {
    margin: 155px 0 0;
    padding: 60px 0 65px;
    position: relative;
}

.home-works:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/index/home-5-1.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    z-index: -1;
}

.home-works .box-text {
    text-align: center;
}

.home-works .slick-slide img {
    width: 100%;
}

button.slick-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100px;
    height: 100px;
    padding: 0;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
}

button.slide-arrow.prev-arrow.slick-arrow {
    left: -66px;
}

button.slide-arrow.next-arrow.slick-arrow {
    right: -68px;
}

.home-works a.btn.btn-type-1 {
    width: 286px;
    margin: 50px auto 0;
}

.box-home-goals {
    width: 100%;
    margin: auto;
    text-align: center;
    max-width: 980px;
    margin: auto;
    background-color: white;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
}

.home-goals {
    padding: 90px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-goals a {
    display: block;
}

.home-goals img {
    transition: .3s;
    position: relative;
    z-index: 1;
    width: 100%;
}

.home-goals img:hover {
    opacity: 0.7;
}

.home-news {
    padding: 115px 0 0;
}

.home-news .box-news {
    padding: 40px 95px;
    background: #EFF7F9;
    letter-spacing: 0.1em;
    border-radius: 10px;
    position: relative;
}

.home-news .box-news .box-title {
    display: flex;
}

.home-news .box-news .arlert-news {
    display: flex;
    align-items: center;
    min-height: 73px;
    background: #fff;
    border: 2px solid #E1E1E1;
    padding: 16px;
    margin: 0 0 15px;
}

.arlert-news .hdl {
    width: 250px;
}

.important-item {
    display: flex;
    align-items: center;
}

.important-item .time {
    word-wrap: none;
    word-break: keep-all;
}

.arlert-news .important-list {
    width: calc(100% - 250px);
    font-size: 17px;
    font-weight: bold;
    color: #4d4d4d;
}

.box-news-inner .news-item {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #c7c7c7;
    align-items: center;
}

.box-news .arlert-news img {
    max-width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
}

.box-news .cl-red {
    color: #E81C24;
    font-size: 20px;
}

.box-news .time {
    margin: 0 40px 0 0;
}

.box-news-inner .news-item:last-child {
    border: 0;
}

.box-news-inner .date {
    margin: 0 20px 0 0;
}

.box-news-inner .cat {
    margin: 0 25px 0 0;
}

.box-news-inner .cat a {
    min-width: 135px;
    display: flex;
    min-height: 35px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    line-height: 2.1;
    transition: .3s;
}

.box-news-inner .cat a:hover {
    opacity: 0.7;
}

.box-news .box-title {
    margin: 0 0 40px;
}

.box-news .box-left {
    display: flex;
    align-items: center;
}

.box-news .btn-type-1 {
    position: absolute;
    top: 60px;
    right: 96px;
    margin: 0;
    min-width: 154px;
    min-height: 44px;
    font-size: 15px;
    width: 154px;
}

.box-news .btn-type-1:before {
    width: 16px;
    height: 6px;
    right: 16px;
    background: url(../images/index/arrow-button-type-1-small.svg) no-repeat;
    background-size: 100% 100%;
}

.box-news .subtitle-home-type-1 {
    margin: 0;
}

.box-news .title-home-type-1 {
    margin: 0 35px 0 0;
}

.home-insta {
    padding: 90px 0 0;
}

.title-insta img {
    max-width: 50px;
    margin: 0 0 15px;
}

.title-insta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 60px;
}

.title-insta span {
    font-size: 25px;
    letter-spacing: 0.1em;
    color: #4D4D4D;
}

.slider-insta button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    cursor: pointer;
    background: transparent;
    border: 1px solid #202556;
    font-size: 0;
    border-radius: 0;
}

.slider-insta button.slick-prev.slick-arrow {
    left: -54px;
    border-right: 0;
    border-top: 0;
}

.slider-insta button.slick-next.slick-arrow {
    right: -56px;
    border-left: 0;
    border-bottom: 0;
}

.slider-insta .slick-list {
    margin: 0 -25px;
}

.slider-insta .slick-slide {
    padding: 0 25px;
}

.home-ytb {
    padding: 90px 0 0;
    text-align: center;
}

.home-map {
    padding: 110px 0 0;
    margin: 0 0 -145px;
    z-index: 1;
    position: relative;
}


/* Footer */

.footer-wrap {
    background: #073b6c;
    padding: 165px 0 0;
    position: relative;
}

.footer-wrap:before {
    content: "";
    width: 518px;
    height: 517px;
    background: url(../images/index/footer-home-bg.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 240px);
    transform: translateX(-50%);
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0 30px;
    width: 100%;
}

.footer-content a {
    color: #fff;
}

.nav-footer ul {
    column-gap: 65px;
}

.nav-footer ul li {
    margin: 0;
}

.nav-footer ul li:before {
    content: "";
    width: 1px;
    height: 25px;
    background: #fff;
    POSITION: ABSOLUTE;
    right: -34px;
}

.nav-footer ul li:last-child:before {
    display: none;
}

.footer-top .right {
    margin: 0 15px 0 auto;
}

.footer-bottom {
    color: #fff;
    max-width: 910px;
    display: flex;
    width: 100%;
    margin: 0 0 60px auto;
}

.footer-bottom>div {
    width: 50%;
    position: relative;
}

.social-foot {
    display: inline-flex;
    max-width: 100px;
    justify-content: space-between;
    width: 100%;
}

.social-foot a {
    display: block;
    width: 30px;
}

a.btn-foot {
    max-width: 230px;
    width: 1000%;
    display: inline-flex;
    vertical-align: middle;
    margin: 0 0 0 77px;
    background: transparent;
    border-color: #EC8F00;
}

.footer-bottom .right p {
    font-size: 49px;
    margin: 0 0 25px;
}

a.btn-foot:after {
    filter: brightness(0) saturate(100%) invert(57%) sepia(62%) saturate(3057%) hue-rotate(9deg) brightness(102%) contrast(102%);
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-bottom .left:after {
    content: "";
    width: 1px;
    height: 137px;
    background: #fff;
    display: inline-block;
    top: 6px;
    position: absolute;
    right: 50px;
}

.footer-copyright {
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(34, 176, 115, 1) 0%, rgba(41, 166, 221, 1) 100%);
    letter-spacing: 0.22em;
    font-size: 15px;
}

.footer-bottom .left {
    line-height: 1.75;
    letter-spacing: 0.1em;
}

body:not(.home) .logo-dark {
    display: block;
}

body.home .logo-dark {
    display: none;
}

body:not(.home) .logo-light {
    display: none;
}


/* Company */

.layout-page .header-main {
    position: relative;
    padding: 25px 0 0 115px;
    z-index: 1;
}

.layout-page .top-menu a,
.layout-page .nav-main a {
    color: #073B6C;
}

.layout-page .content-right {
    border-color: #C7C7C7;
}

.layout-page .nav-main a:before {
    background: #073B6C;
}

.layout-page:not(.menu-open) .header-main:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
    pointer-events: none;
}

.layout-page a.btn.btn-tel-top {
    background: #fff;
    border-color: #F28E1E;
    color: #EC5A24;
}

.title-bread {
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    margin: 0 0 25px;
    width: fit-content;
}

.title-bread .en {
    color: #AEAEAE;
    margin: 0 45px 0 0;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-family: 'Audiowide', sans-serif;
}

.title-bread .ja {
    color: #333;
    font-weight: medium;
    font-size: 3.3rem;
}

.bread {
    display: flex;
    justify-content: flex-end;
}

.bread ul {
    display: flex;
}

.bread li a {
    color: #949494;
    letter-spacing: 0.1em;
}

.bread ul li:not(:nth-last-child(1)):after {
    content: ">";
    margin: 0 10px;
    color: #949494;
}

ul.list-anchor {
    display: flex;
    column-gap: 50px;
}

.page-anchor {
    background: #EDF1F2;
    position: relative;
    z-index: 1;
    padding: 29px 0 25px;
}

.page-header .breadcrumb {
    padding-bottom: 10px;
}

.page-anchor:before {
    content: "";
    width: 9999px;
    height: 100%;
    background: #EDF1F2;
    position: absolute;
    left: -50%;
    top: 0;
    z-index: -1;
    transform: translateX(-50%);
    pointer-events: none;
}

ul.list-anchor li a {
    font-size: 15px;
    color: #666;
    letter-spacing: 0.1em;
    position: relative;
    width: 100%;
    display: block;
    min-height: 44px;
    padding: 0 0 6px;
    border-bottom: 1px solid #fff;
    transition: .3s;
    line-height: 1.13;
}

ul.list-anchor li {
    width: 20%;
    display: flex;
}

ul.list-anchor li a.active {
    color: #29A6DD;
    border-color: #29A6DD;
}

ul.list-anchor li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #29A6DD;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: .3s;
}

ul.list-anchor li a:hover:before {
    width: 100%;
}

.page-header {
    padding: 70px 0 0;
    position: relative;
}

.page-header:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    pointer-events: none;
    z-index: -1;
}

.message {
    padding: 100px 0 0;
    position: relative;
}

.title-type-2 {
    position: relative;
    padding: 0 0 0 25px;
}

.title-type-2 .title {
    font-family: 'Audiowide', sans-serif;
    background: linear-gradient(to right, #5df7f2, #53eaf3, #50def2, #54d0ee, #5cc3e7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    display: inline-block;
    line-height: 1.2;
    margin: 0 0 8px 5px;
    letter-spacing: 0.1em;
}

.title-type-2 .sub-title {
    font-size: 28px;
    color: #073B6C;
}

.title-type-2:before {
    content: "";
    width: 3px;
    top: 0;
    bottom: 0;
    background: #C7C7C7;
    position: absolute;
    left: 0;
}

.mess-mid .title-des {
    font-size: 25px;
    padding: 35px 0 0;
}

.mess-mid .des {
    padding: 55px 0 0;
    font-size: 16px;
    line-height: 2.56;
    color: #4D4D4D;
    max-width: 550px;
    text-align: justify;
}

.mess-top {
    padding: 0 0 25px;
}

.mess-mid-img .title-img {
    background: #073B6C;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 37px;
    font-size: 16px;
    line-height: 1.5;
}

.mess-mid-img .title-img .left {
    max-width: 142px;
    letter-spacing: 0.1em;
}

.mess-mid-img .title-img .right {
    font-size: 36px;
    font-weight: 400;
}

.mess-mid-img img {
    margin: 0 0 0 auto;
    display: table;
}

.mess-bot {
    padding: 140px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.message .container {
    padding-left: 65px;
}

.message:before {
    content: "";
    background: #EDF4F9;
    width: calc(50% + 510px);
    height: 480px;
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
    pointer-events: none;
}

.mess-bot .img-bot {
    margin: 65px 20px 0 auto;
}

body.page-company:before {
    content: "";
    width: 100%;
    height: 4409px;
    position: absolute;
    background: url(../images/company/bg-company.png);
    top: 0;
    left: 0;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.policy {
    padding: 85px 0 155px;
    background: #EBFAFF;
    margin: 85px 0 0;
}

.list-policy {
    padding: 70px 0 0 25px;
}

.list-policy .num {
    position: relative;
}

.list-policy .num span {
    width: 75px;
    height: 75px;
    background: #073B6C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 33px;
    position: relative;
    margin: 0 47px 0 0;
    z-index: 1;
}

.list-policy .num:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    background: linear-gradient(90deg, rgba(34, 176, 115, 1) 0%, rgba(41, 166, 221, 1) 100%);
    right: 23px;
    bottom: -11px;
    opacity: 0.3;
}

.list-policy li {
    display: flex;
    margin: 0 0 70px;
}

.list-policy .text {
    margin: 25px 0 0;
    font-size: 20px;
    line-height: 1.5;
    color: #073B6C;
}

.list-policy li:last-child {
    margin: 0;
}

.company {
    padding: 80px 0 0;
    position: relative;
    z-index: 1;
}

.company:before {}

.company .title-type-2 {
    margin: 0 0 35px;
}

.company .right {
    margin: 0 0 0 auto;
}

.company-table-inner {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}

.company-table-inner .des {
    border-bottom: 1px solid #c7c7c7;
    padding: 22px 0px 22px 18px;
    width: 100%;
    letter-spacing: 0.1em;
}

.company-table-inner .title {
    flex: 0 0 125px;
    text-align: right;
    padding: 22px 19px 22px 0;
    letter-spacing: 0.1em;
}

.history {
    padding: 100px 0 120px;
    margin: 120px 0 0;
    background: #EDF4F7;
}

.history-table-inner {
    display: flex;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
    color: #333;
}

.history-table-inner:last-child {
    margin: 0;
}

.history-table-inner .title {
    margin: 0 10px 0 0;
    width: 61px;
}

.history-table-inner .des-1 {
    width: 80px;
    text-align: right;
    margin: 0 45px 0 0;
}

.history-table-inner .des-2 {
    width: calc(100% - 196px);
}

.history-table {
    margin: 60px 0 0;
    padding: 0 0 0 25px;
}

.sdg-top {
    position: relative;
    z-index: 1;
    padding: 65px 0;
    margin: 0 0 60px;
}

.sdg-top:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/company/SDG-bg.jpg);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.sdg-top-text {
    max-width: 450px;
    margin: 0 auto 0 0;
    color: #fff;
    letter-spacing: 0.1em;
}

.sdg-top img {
    position: relative;
}

.sdg-top-text .title {
    font-size: 24px;
    margin: 0 0 40px;
}

.sdg-top-text .des {
    line-height: 2.25;
    margin: 0 0 30px;
    font-size: 16px;
}

.sdg-top-text .date {
    text-align: right;
    font-size: 14px;
}

.sdg-bot>.title {
    text-align: center;
    font-size: 22px;
    position: relative;
    color: #0071B7;
    margin: 0 0 85px;
}

.sdg-bot>.title:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #0071B7;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.sdg-bot .col-inner .title {
    font-size: 22px;
    margin: 0 0 20px;
    color: #0071B7;
    position: relative;
}

.sdg-bot .left .col-inner {
    padding: 0 0 0 70px;
    color: #4D4D4D;
    max-width: 615px;
}

.sdg-bot .row:before {
    content: "";
    width: calc(100% - 30px);
    height: 2px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sdg-bot .row:last-child:before {
    display: none;
}

.sdg-bot .row {
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.sdg-bot .row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sdg-bot .des-title {
    margin: 20px 0 0;
}

.sdg-bot .des {
    color: #4D4D4D;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

.sdg-bot .col-inner .title:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #29A6DD;
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
}

.sdg-bot .right img {
    margin-top: 65px;
}

.sdg {
    padding: 0 0 165px;
}


/* Works */

.page-filter {
    background: #EDF1F2;
    padding: 50px 0;
}

.page-filter-inner {
    display: flex;
    justify-content: space-between;
}

.page-filter-inner .title {
    font-size: 18px;
    font-family: 'Audiowide', sans-serif;
    color: #073B6C;
    margin-right: 15px;
    letter-spacing: 0.1em;
}

.page-filter-inner select {
    height: 50px;
    width: 240px;
    border-radius: 10px;
    font-weight: 500;
    box-shadow: 0 0 10px 0px rgb(76 76 76 / 35%);
    border: 0;
    padding: 15px 35px 15px 15px;
    font-size: 14px;
    cursor: pointer;
    background: #fff url(../images/works/arrow-select.png) no-repeat;
    background-position-x: 94%;
    background-position-y: center;
    font-weight: medium;
    color: #4D4D4D;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
}

.page-filter-inner>div {
    display: flex;
    align-items: center;
    position: relative;
}

.page-filter-inner .fil-arc {
    justify-content: flex-end;
}

.page-filter-inner .fil-cat:before {
    content: "";
    width: 3px;
    height: 40px;
    background: #949494;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
}

.works-news {
    padding: 85px 0 0;
}

.works-news .box-works .col-inner {
    margin-bottom: 45px;
}

.pagination ul {
    display: flex;
    align-items: center;
}

.pagination li.first {
    margin: 0 auto 0 0;
}

.pagination li.last {
    margin: 0 0 0 auto;
}

.pagination img {
    width: 103px;
    transition: .3s;
}

.pagination li {}

.pagination li a {
    min-width: 40px;
    min-height: 40px;
    background: #C7C7C7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    transition: .3s;
}

.pagination li.first a,
.pagination li.last a {
    background: unset !important;
}

.pagination li a.active {
    background: #073B6C;
    color: #fff;
}

.pagination img:hover {
    transform: scale(1.05);
}

.pagination li a:hover {
    background: #073B6C;
    color: #fff;
}

.pagination {
    padding: 50px 0 130px;
    border-top: 1px solid #C7C7C7;
    margin: 33px 0 0;
}

.layout-page:before {
    content: "";
    width: 1469px;
    height: 2131px;
    background: url(../images/works/bg-works.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.detail-post .title-big {
    min-height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-left: 5px solid #073B6C;
    border-bottom: 5px solid #E1E1E1;
    margin: 0 0 40px;
}

.page-works-details .page-header {
    padding: 70px 0 60px;
}

.detail-post .box-title {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 40px;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

ul.slick-dots li {
    margin: 0 7px;
    line-height: 0;
}

ul.slick-dots li button {
    background: transparent;
    border: 1px solid #073B6C;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 0;
    cursor: pointer;
    padding: 0;
}

ul.slick-dots li.slick-active button {
    background: #073B6C;
}

.slide-detail-post {
    margin: 0 0 00px;
}

.page-works-details .table-detail-post {
    margin-top: 80px;
}

.table-detail-post .table-row {
    display: flex;
    margin: 0 0 3px;
    border: 1px solid #EDEDED;
    font-size: 16px;
}

.works-content-title {
    font-size: 18px;
    color: #073B6C;
    padding: 0 0 22px;
    border-bottom: 1px solid #073B6C;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
}

.works-content {
    margin-top: 80px;
}

.table-detail-post .title {
    max-width: 210px;
    width: 100%;
    background: #E4EFF4;
    border: 1px solid #EDEDED;
    color: #073B6C;
}

.table-detail-post .table-row>div {
    padding: 14px 25px;
}

.table-detail-post .des {
    background: #fff;
    width: 100%;
}

.detail-post .pagination {
    margin: 83px 0 0;
}

.pagi-button .btn-type-1 {
    margin: auto;
    min-width: 218px;
    min-height: 63px;
    font-size: 15px;
}

.pagi-button .btn-type-1:before {
    right: 28px;
    width: 16px;
    height: 6px;
    background-position: right;
    background: url(../images/index/arrow-button-type-1-small.svg) no-repeat;
}

.pagi-button ul {
    padding: 0 34px;
}

.news-inner {
    padding: 55px 0 0;
}

.news-inner .box-news-inner {
    letter-spacing: 0.1em;
}

.news-inner .pagination {
    margin: 0;
}

.news-inner .box-news-inner .news-item {
    padding: 25px 55px;
}

.news-inner .box-news-inner .news-item div {
    letter-spacing: 0.1em;
}

.page-news-in .breadcrumb {
    margin: 0 0 35px;
}

.page-news-in .category a {}

.page-news-in .detail-post .box-title {
    margin: 0 0 50px;
    font-size: 14px;
    color: #4D4D4D;
    letter-spacing: 0.1em;
}

.page-news-in .category {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.detail-post .title-big {
    border-left: 0;
    border-bottom-color: #C7C7C7;
    justify-content: flex-start;
    padding: 25px 50px;
    margin: 0 0 60px;
    font-size: 22px;
    letter-spacing: 0.1em;
}

.recuit-des-inner {
    padding: 0 50px;
    font-weight: 500;
    margin: 0 0 90px;
}

.recuit-des-inner h1 {
    font-size: 20px;
    padding: 5px 0 5px 24px;
    position: relative;
    border-left: 11px solid #073B6C;
    margin: 0 0 40px;
    letter-spacing: 0.1em;
    margin-top: 30px;
    font-weight: 500;
    color: #1a1a1a;
}

.recuit-des-inner h1:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #C7C7C7;
    position: absolute;
    bottom: -16px;
    left: -11px;
}

.recuit-des-inner {
    font-size: 16px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    color: #4D4D4D;
    font-weight: 500;
    padding-bottom: 16px;
}

.recruit-table>.title {
    text-align: center;
    font-size: 18px;
    color: #073B6C;
    padding: 0 0 25px;
    border-bottom: 1px solid #073B6C;
    margin: 0 0 45px;
    letter-spacing: 0.1em;
}

.recruit-table .table-detail-post {
    padding: 0 50px;
    margin: 0 0 103px;
    font-weight: 500;
}

.recuit-des-inner h2 {
    font-size: 18px;
    color: #073B6C;
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 25px;
    margin-top: 30px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.recuit-des-inner h2:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #C7C7C7;
    position: absolute;
    left: 0;
    top: 8px;
}

.recuit-des-inner h3 {
    font-size: 18px;
    margin: 0 0 25px;
    font-weight: 500;
    margin-top: 30px;
    color: #333;
    padding: 0 0 11px;
    border-bottom: 1px solid #C7C7C7;
    letter-spacing: 0.1em;
}

.down-file .title-download {
    font-size: 18px;
    color: #073B6C;
    padding: 0 0 22px;
    border-bottom: 1px solid #073B6C;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 0 80px;
}

.recuit-des-inner li {
    position: relative;
    padding: 0 0 0 20px;
}

.recuit-des-inner ul {
    margin: 40px 0 0;
}

.recuit-des-inner li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #073B6C;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
}

.down-file {
    margin-bottom: 100px;
}

.down-file a.btn-download {
    width: 100%;
    max-width: 800px;
    min-height: 60px;
    border: 2px solid #073B6C;
    margin: 0 auto 15px;
    border-radius: 5px;
    justify-content: flex-start;
    padding: 15px 95px 15px 40px;
    font-size: 15px;
    color: #073B6C;
    background: url(../images/news/news-in-download.svg) no-repeat;
    background-position: calc(100% - 33px);
    background-size: 30px 32px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(76 76 76 / 35%);
    box-shadow: 0px 0px 15px 0px rgb(76 76 76 / 35%);
    background-color: white;
    letter-spacing: 0.1em;
}

.down-file a.btn-download:hover {
    opacity: 0.6;
}

body:not(.touchdevice) .bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*中の要素*/

body:not(.touchdevice) .bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*左から右*/

body:not(.touchdevice) .bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #53d5ef ;
    /*伸びる背景色の設定*/
    left: 0;
}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }
    50% {
        transform-origin: left;
        transform: scaleX(1);
    }
    50.001% {
        transform-origin: right;
    }
    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

body:not(.touchdevice) .bgappearTrigger,
body:not(.touchdevice) .bgLRextendTrigger {
    position: relative;
}
body:not(.touchdevice) .bgappearTrigger,
body:not(.touchdevice) .bgLRextendTrigger{
    opacity: 0;
}
.layout-page .footer-wrap {
    padding: 65px 0 0;
    overflow: hidden;
}

.layout-page #go-top {
    bottom: 0px;
}

.home-works .bgLRextendTrigger,
.home-works .bgappearTrigger,
.home-works .title-home-type-1,
.home-works .subtitle-home-type-1 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.home-ytb {
    max-width: 590px;
    margin: auto;
}

#home-map iframe {
    width: 100%;
    height: 425px;
}

footer .right img {
    width: 100%;
    max-width: 301px;
}

.top-right-news img {
    width: 100%;
}

.top-right-news {
    width: 292px;
}

.page-anchor .list-anchor a:hover {
    opacity: 1;
    color: #29A6DD;
}

@media(max-width:1400px) {
    .header-main {
        padding: 20px 0 0 25px;
    }
    .layout-page .header-main {
        padding: 20px 0 0 25px;
    }
    .logo-left .logo {
        margin-right: 30px;
        max-width: 270px;
    }
    .scroll {
        right: 70px;
    }
    #go-top {
        right: 0px;
    }
    .circle {
        left: -77px;
    }
    .home-company .box-left span {
        font-size: 65px;
    }
    .home-company .text-box-left {
        max-width: 460px;
    }
}

@media (min-width:768px) {
    a:not(.btn) {
        transition: all 0.5s;
    }
    a:not(.btn):hover {
        opacity: 0.6;
    }
    header .main-menu .content-left {
        display: flex;
        justify-content: flex-end;
    }
    header .main-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: 640px;
        padding-right: 0;
        margin-left: auto;
        margin-right: 275px;
    }
    .nav-main ul li {
        margin: 0 5px;
    }
    .box-home-company .box-left img {
        opacity: 0;
    }
    .box-home-company .box-left:before {
        display: block;
        width: calc(50vw + 275px);
        height: 666px;
        content: '';
        position: absolute;
        right: 0;
        background-image: url(../images/index/img-section-2.jpg);
        background-size: cover;
        background-position: center;
    }
    body.page-company #company .right {
        max-width: 60%;
        flex: 60%;
    }
    body.page-company #company .left {
        max-width: 40%;
        flex: 40%;
    }
    body.page-company #company .left img {
        display: none;
    }
    body.page-company #company .left .col-inner {
        position: relative;
        height: 100%;
    }
    body.page-company #company .left .col-inner:before {
        content: "";
        width: calc(100% + 50vw - 500px);
        height: calc(100% - 47px);
        background: url(../images/company/company-1.jpg);
        background-size: 100% 100%;
        position: absolute;
        z-index: -1;
        background-size: cover;
        display: block;
        right: 0;
        top: 22px;
    }
}

#home-recruit a.btn-type-2 {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:768px) and (max-width:1000px) {
    body.page-company #company .left .col-inner:before {
        width: calc(100% + 45px);
        left: -15px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .top-right-news {
        width: 200px;
    }
    header .main-menu {
        margin-right: 140px;
    }
    .logo-left .logo {
        max-width: 180px;
        margin-right: 15px;
    }
    .nav>li>a {
        font-size: 1.4rem;
    }
    .nav>li>a.fs-28 {
        font-size: 1.8rem;
    }
    .top-menu {
        padding-left: 5px;
    }
}

@media (min-width:768px) and (max-width:960px) {
    .footer-bottom .right p {
        font-size: 35px;
    }
    .footer-bottom .left:after {
        right: 25px;
    }
}

.banner-home-img {
    background-image: url(../images/index/banner-home-img.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-position: left bottom;
}

#home-business .bgLRextendTrigger {
    width: fit-content;
}

@media(max-width:1367px) {
    .home-business .box-text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-business a.btn-read-more {
        margin-right: 15px;
    }
    .home-business .text-1 {
        font-size: 35px;
    }
}

.page-news-in .page-header:before,
.page-works-details .page-header:before {
    height: calc(100% + 175px);
}

.pagination.pagi-button a.next-btn,
.pagination.pagi-button a.prev-btn {
    width: 103px;
    height: 103px;
    background-image: url(../images/pagi-right.svg) !important;
    display: block;
    background-size: 100% 100%;
    display: block;
    transform: none;
    background-color: rgba(0, 0, 0, 0);
    position: static;
}

.pagination.pagi-button a.prev-btn {
    background-image: url(../images/pagi-left.svg) !important;
}

.pagination.pagi-button ul {
    display: flex;
    justify-content: space-between;
}

.pagination.pagi-button ul li {
    width: 33.3333%;
}

.pagination.pagi-button ul li.right {
    display: flex;
    justify-content: flex-end;
}

a.catid {
    background-color: #073b6c;
}

a.catid-2 {
    background-color: #E81C24;
}

a.catid-3 {
    background-color: #29A6DD;
}

a.catid-4 {
    background-color: #00a498;
}

a.catid-6 {
    background-color: #29A6DD;
}

a.catid-7 {
    background-color: #00a498;
}

a.catid-5 {
    background-color: #754C24;
}

.works-video-item video {
    width: 100%;
    height: auto;
}

.works-video-item {
    margin-top: 20px;
    margin-bottom: 45px;
}

.works-video-item iframe {
    width: 100%;
    height: 560px;
}

.slide-item .img {
    width: 100%;
    height: 566px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-item .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.page-works-details .detail-post .title-big {
    position: relative;
}

.page-works-details .detail-post .title-big:before {
    width: 5px;
    height: 100%;
    display: block;
    content: '';
    background-color: #073B6C;
    position: absolute;
    left: 0;
    top: 0;
}

@media(min-width:768px) {
    .title-type-2,
    .title-type-2 .title,
    .title-type-2 .sub-title {
        width: fit-content;
    }
    body:not(.home) .bgappear,
    body:not(.home) .bgLRextend {
        width: fit-content;
    }
}


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding: 50px 15px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    height: 100%;
}

.modal-content .video-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content video {
    width: 100%;
    height: auto;
}


/* The Close Button */

.video-close {
    color: white;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-160px);
    font-size: 35px;
    font-weight: bold;
    z-index: 51;
}

.video-close:hover,
.video-close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

#loading {
    background-image: url(../images/index/bg-loading.jpg);
    background-size: cover;
    background-position: right center;
}

#loading img {
    width: 385px;
    height: auto;
}
body.loading header,
body.loading main,
body.loading footer,
body.loading:before,
body.loading .banner-home{
    opacity: 0 !important;
}

.biggerlink {
    cursor: pointer;
}

.home-recruit .box-right {
    width: 100%;
}

.sidebar-works .page-filter-inner .fil-cat:before {
    display: none;
}

.banner-home-img {
    scale: 1.2;
    transition: all 0.5s;
    opacity: 0;
}

.banner-home-img.loaded {
    scale: 1;
    opacity: 1;
}

.page-works .page-filter-inner {
    justify-content: center;
}

.page-cms.layout-page:before {
    opacity: .5;
}
.video-busi iframe{
    width: 100%;
}
@media(min-width:768px) {
    .box-media {
        position: relative;
    }
    body.home .box-media:before {
        content: '';
        display: block;
        position: absolute;
        background-color: rgba(16, 106, 142, 0);
        display: block;
        width: 585px;
        height: 100%;
        right: 0;
    }
    body:not(.home) a.btn.btn-tel-top:after {
        filter: brightness(0) saturate(100%) invert(72%) sepia(36%) saturate(5625%) hue-rotate(350deg) brightness(101%) contrast(90%);
    }
}