/** Default **/
@font-face {
    font-family: 'Nexa';
    src:  url('../fonts/Nexa-Light.eot');
    src:  url('../fonts/Nexa-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nexa-Light.svg#NexaBlack') format('svg'),
    url('../fonts/Nexa-Light.ttf') format('truetype'),
    url('../fonts/Nexa-Light.woff') format('woff'),
    url('../fonts/Nexa-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Nexa';
    src:  url('../fonts/Nexa-Book.eot');
    src:  url('../fonts/Nexa-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nexa-Book.svg#NexaBlack') format('svg'),
    url('../fonts/Nexa-Book.ttf') format('truetype'),
    url('../fonts/Nexa-Book.woff') format('woff'),
    url('../fonts/Nexa-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Nexa';
    src:  url('../fonts/Nexa-Bold.eot');
    src:  url('../fonts/Nexa-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Nexa-Bold.svg#NexaBlack') format('svg'),
    url('../fonts/Nexa-Bold.ttf') format('truetype'),
    url('../fonts/Nexa-Bold.woff') format('woff'),
    url('../fonts/Nexa-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Nexa';
    src:  url('../fonts/NexaBlack.eot');
    src:  url('../fonts/NexaBlack.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NexaBlack.svg#NexaBlack') format('svg'),
    url('../fonts/NexaBlack.ttf') format('truetype'),
    url('../fonts/NexaBlack.woff') format('woff'),
    url('../fonts/NexaBlack.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Nexa';
    src:  url('../fonts/NexaHeavy.eot');
    src:  url('../fonts/NexaHeavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NexaHeavy.svg#NexaBlack') format('svg'),
    url('../fonts/NexaHeavy.ttf') format('truetype'),
    url('../fonts/NexaHeavy.woff') format('woff'),
    url('../fonts/NexaHeavy.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
body{
    overflow-x: hidden;
    font-family: 'Nexa', sans-serif;
}
a{
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-decoration: none !important;
}
ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.hr-style_scroll{
    overflow-y: auto;
}
.hr-style_scroll::-webkit-scrollbar {
    width: 0.125rem;
    border-radius: 0.625rem;
    background-color: transparent;
}
.hr-style_scroll::-webkit-scrollbar-track {
    border: 0.031rem solid transparent;
}
.hr-style_scroll::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    outline: 0.188rem solid #ffffff;
    border-radius: 0.625rem;
}

.hr-container {
    padding: 0 2rem;
}
.hr-container-two{
    padding: 0 8.625rem;
}
/** Header **/
#hr-header {
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: -1px 4px 29px transparent;
    background: #FFFFFF;
}
#hr-header.fixed{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
}
#hr-header .hr-main-header{
    padding: 1.5rem 0;
}
#hr-header .hr-main-header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#hr-header .hr-logo {
    position: relative;
    max-width: 5.625rem;
    height: 2.5625rem;
}
#hr-header .hr-logo:hover .hover,
#hr-header .hr-logo .default{
    opacity: 1;
}
#hr-header .hr-logo:hover .default,
#hr-header .hr-logo .hover{
    opacity: 0;
}
#hr-header .hr-logo img{
    width: auto;
    max-width: 5.625rem;
    height: 2.5625rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}

#hr-header .hr-nav {
    padding: 0;
}
#hr-header .hr-nav-mb{
    display: none;
}
#hr-header .hr-nav .main_menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#hr-header .hr-nav .main_menu > li.home{
    display: none;
}
#hr-header .hr-nav .main_menu > li.active:after,
#hr-header .hr-nav .main_menu > li:hover:after {
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#hr-header .hr-nav .main_menu > li:after {
    content: '';
    background-color: #00B737;
    height: 0.125rem;
    position: absolute;
    bottom: -0.4375rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#hr-header .hr-nav .main_menu > li:not(:last-child){
    margin-right: 2.125rem;
}
#hr-header .hr-nav .main_menu > li{
    position: relative;
}
#hr-header .hr-nav .main_menu > li.active a{
    color: #00B737;
}
#hr-header .hr-nav a{
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: normal;
    color: #131313;
}
#hr-header .hr-action-nav{
    display: none;
}
#hr-header .hr-nav-sp {
    display: none;
}
/** Footer **/
.hr-main-footer{
    background-image: url("../images/footer-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2.625rem 0;
    position: relative;
}
.hr-main-footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hr-main-footer .hr-footer-info .main-title{
    margin-bottom: 2.1875rem !important;
}
.hr-main-footer .hr-footer-info br{
    display: none;
}
.hr-main-footer .hr-footer-info p,
.hr-main-footer .hr-footer-info a{
    font-style: normal;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    color: #131313;
    margin: 0;
}
.hr-main-footer .hr-footer-info .main-title,
.hr-main-footer .hr-footer-connects .main-title{
    font-style: normal;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: normal;
    color: #131313;
    margin-bottom: 1.3125rem;
}
.hr-main-footer .hr-footer-connects ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hr-main-footer .hr-footer-connects li:not(:last-child) {
    margin-right: 1.125rem;
}
.hr-main-footer .hr-footer-connects a {
    color: #ffffff;
}
.hr-main-footer .hr-footer-connects a:hover img{
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.hr-main-footer .hr-footer-connects a img{
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.hr-copyright{
    background: #F5F5F5;
    padding: 2.25rem 0;
}
.hr-copyright p{
    font-style: normal;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    text-align: center;
    letter-spacing: 0.2rem;
    color: #131313;
    margin: 0 auto;
}

/** Home Page **/
#hr-intro{
    position: relative;
    padding: 5.625rem 0 0 4.375rem;
    min-height: calc(100vh - 5.625rem);
    background-image: url('../images/intro-bg.svg?v=2');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
#hr-intro .main-title{
    font-style: normal;
    font-weight: 900;
    font-size: 6.1875rem;
    line-height: 5rem;
    color: #131313;
    margin-bottom: 1.875rem;
}
#hr-intro .des{
    font-style: normal;
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 1.3125rem;
    color: #131313;
    margin: 0;
}
#hr-intro .info{
    width: 50%;
}
#hr-intro .image {
    width: 60%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
#hr-intro .image img,
#hr-intro .image svg {
    width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    /*-o-object-position: right;*/
    /*object-position: right;*/
}
#hr-intro .image .pc{
    display: block;
}
#hr-intro .image .sp{
    display: none;
}
#hr-intro .hr-mouse-icon {
    position: absolute;
    top: calc(100vh - 3.875rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#hr-intro .hr-mouse-icon a{
    cursor: default;
}
#hr-intro .hr-mouse-icon img {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}
@-webkit-keyframes action {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); }
}
@keyframes action {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); }
}

#hr-who-we-are{
    padding-bottom: 8.75rem;
}
#hr-who-we-are .image {
    position: absolute;
    top: 20%;
    left: calc(40% - 7.5rem);
    pointer-events: none;
    z-index: 1;
    width: calc(60% + 6.25rem);
}
#hr-who-we-are .image .pc{
    display: block;
}
#hr-who-we-are .image .sp{
    display: none;
}
#hr-who-we-are .image img{
    width: 100%;
    height: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
#hr-who-we-are .info{
    padding: 11rem 5.625rem 10.4375rem 4.8125rem;
    width: 60%;
    height: 58.8125rem;
    width: 58.8125rem;
    position: relative;
    max-width: 100%;
}
#hr-who-we-are .info:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(27.48deg, #07F1F0 0.75%, #0BF0E7 17.16%, #17EECF 43.93%, #2BEAA7 77.69%, #43E575 113.84%);
    top: 0;
    left: -15%;
    border-radius: 100%;
}
#hr-who-we-are .main-title{
    font-style: normal;
    font-weight: 900;
    font-size: 8rem;
    line-height: 81%;
    color: #131313;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}
#hr-who-we-are .hr-box-content{
    font-size: 1.0625rem;
    text-align: left;
    margin: 0;
    padding-top: 0.9375rem;
    width: 25.9375rem;
    max-width: 100%;
}
#hr-who-we-are .hr-box-content:before{
    left: -0.9375rem;
}
#hr-who-we-are .content{
    position: relative;
}
/* #hr-who-we-are .hr-get-started:before{
    content: '';
    background-color: #131313;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: -5.625rem;
} */
#hr-who-we-are .hr-get-started{
    margin-top: 3.125rem;
    position: relative;
}
#hr-who-we-are .hr-get-started img{
    width: 3.125rem;
    height: auto;
}
#hr-who-we-are .hr-get-started p {
    margin: 0 2.5rem 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 3.25rem;
    line-height: 1.75rem;
    color: #131313;
}
#hr-who-we-are .hr-get-started {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#hr-the-creativity{
    padding-bottom: 10.4375rem;
}
#hr-the-creativity .content{
    position: relative;
}
#hr-the-creativity .image {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    width: 40%;
}
#hr-the-creativity .image .pc{
    display: block;
}
#hr-the-creativity .image .sp{
    display: none;
}
#hr-the-creativity .image img{
    width: 100%;
    height: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
#hr-the-creativity .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
#hr-the-creativity .main-title{
    font-style: normal;
    font-weight: 900;
    font-size: 7.0625rem;
    line-height: 81%;
    text-align: right;
    color: #131313;
    margin-bottom: 10rem;
    text-transform: uppercase;
}
#hr-the-creativity .hr-box-content{
    text-align: right;
    margin: 0;
    width: 25.9375rem;
    font-size: 1.0625rem;
    padding-top: 0.9375rem;
}
#hr-the-creativity .hr-box-content b{
    font-size: 1.375rem;
}

#hr-home-world-top{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 10.4375rem;
}
#hr-home-world-top .top{
    position: relative;
}
#hr-home-world-top .bottom{
    margin-bottom: 8.125rem;
}
#hr-home-world-top .info{
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#hr-home-world-top .info img{
    width: auto;
    /* max-width: 100%;
    max-height: 22.1875rem; */
    height: 22.1875rem;
    object-fit: contain;
}
#hr-home-world-top .info span{
    position: relative;
    display: inline;
    margin: 0;
    padding: 0 0.625rem;
    color: #ffffff;
    background-color: #000000;
    font-size: 6.25rem;
    line-height: normal;
    font-weight: 900;
    text-transform: uppercase;
}
#hr-home-world-top .info span b{
    position: relative;
    z-index: 1;
    background: -o-linear-gradient(20.25deg, #07F1F0 22.73%, rgba(67, 229, 117, 0.99) 79.21%);
    background: linear-gradient(69.75deg, #07F1F0 22.73%, rgba(67, 229, 117, 0.99) 79.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#hr-home-world-top .info .big{
    font-size: 14.5625rem;
}
#hr-home-world-top img{
    width: 100%;
    height: auto;
}
#hr-home-world-top .pc{
    display: block;
}
#hr-home-world-top .sp{
    display: none;
}
#hr-home-world-top .hr-box-content{
    padding-top: 0.625rem;
}
#hr-home-world-top .hr-box-content:before{
    left: -0.625rem;
}
.hr-box-content b{
    font-weight: 800;
}
.hr-box-content:before{
    content: url('data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%2012V2H12%22%20stroke%3D%22black%22%20stroke-width%3D%223.5%22%20stroke-miterlimit%3D%2210%22%2F%3E%0A%3C%2Fsvg%3E');
    position: absolute;
    top: 0.125rem;
    left: 1rem;
}
.hr-box-content {
    font-style: normal;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.75rem;
    text-align: center;
    color: #131313;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

#hr-home-we-do{
    padding: 11.25rem 0 0;
}
#hr-home-we-do .main-title br{
    display: none;
}
#hr-home-we-do .main-title{
    text-transform: uppercase;
    font-style: normal;
    font-weight: 900;
    font-size: 3.75rem;
    line-height: normal;
    text-align: center;
    letter-spacing: 1em;
    color: #131313;
    margin: 0 auto 2.1875rem;
}
#hr-home-we-do .list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hr-item-we-do:last-child,
.hr-item-we-do:nth-child(even) .info{
    background: -o-linear-gradient(62.52deg, #07F1F0 0.75%, #0BF0E7 17.16%, #17EECF 43.93%, #2BEAA7 77.69%, #43E575 113.84%);
    background: linear-gradient(27.48deg, #07F1F0 0.75%, #0BF0E7 17.16%, #17EECF 43.93%, #2BEAA7 77.69%, #43E575 113.84%);
}
.hr-item-we-do{
    width: 25%;
    background: #131313;
    overflow: hidden;
}
.hr-item-we-do .wrap{
    height: 100%;
}
.hr-item-we-do .info,
.hr-item-we-do:not(.sp) .thumb{
    aspect-ratio: auto 4 / 3;
}
.hr-item-we-do:not(.sp) .info,
.hr-item-we-do .thumb{
    aspect-ratio: 3 / 4;
}
.hr-item-we-do .info{
    padding: 1.7rem 2.375rem 1.875rem;
}
.hr-item-we-do:not(.sp) .info{
    padding: 2.5rem 1rem 1.25rem 2.375rem;
}
.hr-item-we-do .info *{
    color: #FFFFFF !important;
}
.hr-item-we-do:nth-child(even) .info *{
    color: #131313 !important;
}
.hr-item-we-do .thumb{
    position: relative;
}
.hr-item-we-do .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
}
.hr-item-we-do .thumb .pc{
    display: block;
}
.hr-item-we-do .thumb .sp{
    display: none;
}
.hr-item-we-do.sp .thumb .title{
    display: block;
    position: absolute;
    bottom: 2.0625rem;
    left: 2.375rem;
    right: 2.375rem;
    color: #ffffff !important;
    margin-bottom: 0;
}
.hr-item-we-do .thumb .title,
.hr-item-we-do.sp .info .title{
    display: none;
}
.hr-item-we-do .title{
    font-style: normal;
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 2.125rem;
    color: #131313;
    margin-bottom: 1.875rem;
}
.hr-item-we-do ul{
    list-style-type: disc;
    list-style-position: inside;
    overflow-y: hidden;
    overflow-x: hidden;
}
.hr-item-we-do:not(.sp) ul{
    max-height: calc(100% - 6.25rem);
}
.hr-item-we-do.sp ul {
    max-height: calc(100% - 0.625rem);
}
.hr-item-we-do li{
    font-style: normal;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 2.5rem;
    color: #131313;
    position: relative;
}

#hr-home-projects{
    padding: 11.25rem 0 0;
}
#hr-home-projects .main-title br{
    display: none;
}
#hr-home-projects .main-title{
    text-transform: uppercase;
    font-style: normal;
    font-weight: 900;
    font-size: 3.75rem;
    line-height: normal;
    text-align: center;
    letter-spacing: 1em;
    color: #131313;
    margin: 0 auto 4.375rem;
}
#hr-home-projects .list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hr-item-project{
    width: 33.33%;
}
.hr-item-project .wrap{
    aspect-ratio: 4 / 3;
    position: relative;
}
.hr-item-project.sp{
    background-image: url("../images/project-bg-sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hr-item-project.sp .wrap{
    position: relative;
}
.hr-item-project.sp .title{
    font-style: normal;
    font-weight: 900;
    font-size: 2.1875rem;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    color: #131313;
    background: -o-linear-gradient(5.24deg, #07F1F0 0%, #0BF0E7 14.51%, #17EECF 38.18%, #2BEAA7 68.04%, #43E575 100%);
    background: linear-gradient(84.76deg, #07F1F0 0%, #0BF0E7 14.51%, #17EECF 38.18%, #2BEAA7 68.04%, #43E575 100%);
    padding: 0.8125rem 0.625rem 0.4375rem;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2.1875rem;
    right: 2.1875rem;
}
.hr-item-project:not(.sp) .wrap:hover:before{
    opacity: 1;
}
.hr-item-project:not(.sp) .wrap:before{
    content: '';
    background: -o-linear-gradient(62.52deg, rgba(7, 241, 240, 0.8) 0.75%, rgba(11, 240, 231, 0.8) 17.16%, rgba(23, 238, 207, 0.8) 43.93%, rgba(43, 234, 167, 0.8) 77.69%, rgba(67, 229, 117, 0.8) 113.84%);
    background: linear-gradient(27.48deg, rgba(7, 241, 240, 0.8) 0.75%, rgba(11, 240, 231, 0.8) 17.16%, rgba(23, 238, 207, 0.8) 43.93%, rgba(43, 234, 167, 0.8) 77.69%, rgba(67, 229, 117, 0.8) 113.84%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.hr-item-project:not(.sp) .wrap:after{
    content: '';
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 65%;
    pointer-events: none;
    z-index: 3;
}
.hr-item-project:not(.sp) .thumb{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hr-item-project:not(.sp) .thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.hr-item-project:not(.sp) .info{
    position: absolute;
    bottom: 0.75rem;
    left: 1.1875rem;
    right: 1.1875rem;
    z-index: 4;
    pointer-events: none;
}
.hr-item-project:not(.sp) .info *{
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
}
.hr-item-project:not(.sp) .info .title{
    font-size: 1.375rem;
    line-height: 1.375rem;
    margin: 0 0 0.3125rem;
}
.hr-item-project:not(.sp) .info p{
    font-size: 0.6875rem;
    line-height: 1.25rem;
    margin: 0;
}

#hr-home-clients{
    padding: 8.75rem 0 0;
}
#hr-home-clients .top{
    background: -o-linear-gradient(358.09deg, #07F1F0 0.75%, #0BF0E7 17.16%, #17EECF 43.93%, #2BEAA7 77.69%, #43E575 113.84%);
    background: linear-gradient(91.91deg, #07F1F0 0.75%, #0BF0E7 17.16%, #17EECF 43.93%, #2BEAA7 77.69%, #43E575 113.84%);
}
#hr-home-clients .main-title br{
    display: none;
}
#hr-home-clients .main-title{
    font-style: normal;
    font-weight: 900;
    font-size: 4.6875rem;
    line-height: 1.75rem;
    text-align: center;
    color: #131313;
    margin: 0 auto;
    padding: 2.8125rem 0 0;
    text-transform: uppercase;
}
#hr-home-clients .bottom{
    background: #131313;
    padding: 14.25rem 0 12.5rem;
}
#hr-home-clients .list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2.625rem -1rem;
}
.hr-item-client{
    width: 25%;
    padding: 2.625rem 1rem;
}
.hr-item-client .wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.hr-item-client img{
    width: auto;
    height: auto;
    max-height: 6.25rem;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}

#hr-home-slogan{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-color: rgba(255, 255, 255, 0.75);*/
    /*background-blend-mode: color;*/
    padding: 19.8125rem 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#hr-home-slogan .main-title-sp{
    display: none;
}
#hr-home-slogan .main-title{
    font-style: normal;
    font-weight: 900;
    font-size: 2.8125rem;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.3em;
    color: #131313;
    margin: 0 auto;
    text-transform: uppercase;
}

/** Popup Style One **/
.hr-popup-style-two #hr-popup-banner .main-banner{
    padding-bottom: 22.375rem;
}
#hr-popup-banner .main-banner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7.75rem 0 8.375rem;
}
#hr-popup-banner .title-wrap .main-title{
    font-weight: 900;
    font-size: 6.25rem;
    line-height: 80%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 0.625rem;
}
#hr-popup-banner .title-wrap .des{
    font-style: normal;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.75rem;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
}
#hr-popup-banner .date-box:before{
    content: '';
    width: 27.5rem;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#hr-popup-banner .date-box{
    position: relative;
    margin-top: 3.75rem;
    padding-top: 1.0625rem;
}
#hr-popup-banner .date-box .title{
    font-style: normal;
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 1.75rem;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 0.625rem;
}
#hr-popup-banner .date-box p{
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.75rem;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    font-style: italic;
}
#hr-popup-banner .hr-popup-banner-image{
    width: 100%;
}
#hr-popup-banner .hr-popup-banner-image img{
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

#hr-popup-banner .hr-popup-banner-video-wrap {
    margin-top: -15%;
}
#hr-popup-banner .hr-popup-banner-video {
    position: relative;
    z-index: 2;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    width: 80%;
}
#hr-popup-banner .hr-popup-banner-video-wrap .view-btn-wrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}
#hr-popup-banner .hr-popup-banner-video-wrap .view-btn-wrap svg{
    margin: 2px auto 0;
    width: auto;
    height: 0.625rem;
}
#hr-popup-banner .hr-popup-banner-video-wrap .view-btn-wrap a{
    font-style: normal;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: normal;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.4375rem;
    margin: 0 auto;
    border-radius: 1.25rem;
    padding: 0 0.625rem;
}

#hr-popup-banner .hr-popup-banner-video .hr-bg-video.active img {
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#hr-popup-banner .hr-popup-banner-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 1;
}
#hr-popup-banner .hr-popup-banner-video .hr-bg-video{
    z-index: 1;
}
#hr-popup-banner .hr-popup-banner-video .hr-bg-video a,
#hr-popup-banner .hr-popup-banner-video .hr-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#hr-popup-banner .hr-popup-banner-video  .hr-play-video-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#hr-popup-banner .hr-popup-banner-video .hr-bg-video a {
    z-index: 3;
}
#hr-popup-banner .hr-popup-banner-video .hr-bg-video a img {
    width: 9.375rem;
    height: 6.25rem;
}
#hr-popup-banner .hr-popup-banner-video iframe,
#hr-popup-banner .hr-popup-banner-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#hr-popup-center{
    margin-top: 0rem;
}
#hr-popup-center .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hr-item-popup{
    position: relative;
    clear: both;
    display: inline-block;
    margin-top: 1.6875rem;
}
.hr-item-popup:nth-child(1){
    z-index: 1;
}
.hr-item-popup:nth-child(2){
    z-index: 2;
}
.hr-item-popup:nth-child(3){
    z-index: 3;
}
.hr-item-popup:nth-child(4){
    z-index: 1;
}
.hr-item-popup:not(.sp){
    width: 49%;
}
.hr-item-popup.sp{
    width: calc(50% + 10%);
    /* margin-left: -10%; */
}
.hr-item-popup:nth-child(2n+1) {
    float: left;
}
.hr-item-popup:nth-child(2n) {
    float: right;
}
.hr-item-popup .overplay{
    overflow: hidden;
}
.hr-item-popup .wrap{
    aspect-ratio: auto 4 / 3;
    position: relative;
    /*margin-top: -1rem;*/
    /*margin-bottom: -1rem;*/
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}
.hr-item-popup .wrap img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#hr-popup-bottom{
    padding: 8rem 0 7.3125rem;
}
#hr-popup-bottom .logo{
    text-align: center;
    margin-bottom: 0.875rem;
}
#hr-popup-bottom .logo img{
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    height: auto;
}
#hr-popup-bottom .date{
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}
#hr-popup-bottom .back-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 4.0625rem auto 0;
}
#hr-popup-bottom .back-box svg{
    height: 1.4375rem;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.5rem;
}
#hr-popup-bottom .back-box a:hover:after{
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 11rem;
    height: 11rem;
}
#hr-popup-bottom .back-box a:hover{
    border-color: transparent;
}
#hr-popup-bottom .back-box a:after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    border-radius: 100%;
    height: 0;
    background: -o-linear-gradient(62.52deg, #07F1F0 0.75%, #0BF0E7 17.16%, #17EECF 43.93%, #2BEAA7 77.69%, #43E575 113.84%);
    background: linear-gradient(27.48deg, #07F1F0 0.75%, #0BF0E7 17.16%, #17EECF 43.93%, #2BEAA7 77.69%, #43E575 113.84%);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#hr-popup-bottom .back-box a{
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: normal;
    text-align: center;
    color: #131313;
    padding: 0 2.625rem;
    height: 2.5rem;
    border: 1px solid #131313;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1.25rem;
    position: relative;
    overflow: hidden;
}

/** Responsive **/
@media (min-width: 993px){
    .hr-box-horizontal-scroll::-webkit-scrollbar {
        height: 0.375rem;
        width: 0.375rem;
        border: 1px solid transparent;
        background: transparent;
    }
    .hr-box-horizontal-scroll::-webkit-scrollbar-thumb {
        border-radius: 0.3125rem;
        background: #333333;
    }
    .hr-style-scroll-grey::-webkit-scrollbar {
        width: 1px;
        border-radius: 0.625rem;
        background-color: transparent;
    }
    .hr-style-scroll-grey::-webkit-scrollbar-track {
        border: 0.031rem solid transparent;
    }
    .hr-style-scroll-grey::-webkit-scrollbar-thumb {
        background-color: #cccccc;
        outline: 0.188rem solid #cccccc;
        border-radius: 0.625rem;
    }
    html{
        font-size: 0.7rem;
    }
}
@media (min-width: 1200px){
    html{
        font-size: 0.8rem;
    }
}
@media (min-width: 1280px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }
    html{
        font-size: 1rem;
    }
}

@media only screen and (min-width: 1600px){
    #hr-home-slogan .main-title{
        font-size: calc(2.8125rem * 1.2);
    }
    #hr-home-world-top .info img{
        height: calc(22.1875rem * 1.25);
    }
}

@media only screen and (max-width:1440px){
    #hr-intro {
        /*background-position: top right -50px;*/
    }
    #hr-intro .image img,
    #hr-intro .image svg {
        -o-object-position: right;
        object-position: right;
    }
}
@media only screen and (max-width:992px){
    .hr-top-head-right,
    .hr-top-head-left {
        position: relative;
        z-index: 10;
    }
    .hr-close-nav{
        display: none;
    }
    #hr-header.active .hr-open-nav{
        display: none;
    }
    #hr-header.active .hr-close-nav{
        display: block;
    }
    #hr-header.active .hr-top-head-left .default {
        filter: invert(100);
        display: block !important;
    }
    #hr-header.active .hr-top-head-left .hover{
        display: none !important;
    }
    #hr-header.active .hr-nav-sp{
        left: 0;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    #hr-header .hr-nav-sp {
        background: #131313;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        right: 0;
        bottom: 0;
        z-index: 9;
        padding: 165px 0 0;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        display: block;
    }
    .hr-nav-sp .main_menu .active a,
    .hr-nav-sp .main_menu a:hover{
        color: #00B737;
    }
    .hr-nav-sp .main_menu a{
        font-style: normal;
        font-weight: 800;
        font-size: 30px;
        line-height: 70px;
        text-align: center;
        color: #ffffff;
        display: block;
    }
    .hr-nav-sp .main_menu > li.home{
        display: block;
    }
    .hr-container {
        padding: 0 8vw;
    }
    .hr-copyright .hr-container {
        padding: 0;
    }
    #hr-header .hr-main-header {
        padding: 16px 0;
    }
    .hr-item-we-do.sp .info .title,
    #hr-header .hr-action-nav{
        display: block;
    }
    .hr-item-we-do .thumb .title,
    #hr-header .hr-nav{
        display: none !important;
    }

    #hr-intro {
        position: relative;
        padding: 0px 0 0;
        margin-top: -17vw;
        min-height: calc(100vh - 73px);
        background-image: none;
        background-position: center -90px;
    }
    #hr-intro .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #hr-intro .info {
        width: 100%;
        padding: 40px 10px 0;
        margin-top: -40vh;
        z-index: 2;
    }
    #hr-intro .main-title{
        font-size: 52px;
        line-height: 90%;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 20vw;
    }

    @media not all and (min-resolution:.001dpcm)
    { @supports (-webkit-appearance:none) {

        #hr-intro .main-title{
            margin-top: 8vw;
        }
    }}
    #hr-intro .des{
        font-size: 21px;
        line-height: 27px;
        text-align: center;
        margin: 0 auto;
    }
    #hr-intro .image {
        width: 100%;
        position: initial;
        display: block;
    }
    #hr-intro .image .pc{
        display: none;
    }
    #hr-intro .image .sp{
        display: block;
    }
    #hr-intro .hr-mouse-icon {
        position: relative;
        text-align: center;
        margin-top: 100px;
        bottom: 50px;
        top: unset;
    }
    #hr-intro .hr-mouse-icon img{
        width: 30px;
    }

    #hr-who-we-are {
        padding-top: 0px;
        padding-bottom: 50px;
        overflow:hidden;
    }
    #hr-who-we-are .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #hr-who-we-are .image {
        position: initial;
        width: 100%;
    }
    #hr-who-we-are .image .sp {
        display: block;
        max-width: 100%;
    }
    #hr-who-we-are .image .pc{
        display: none;
    }
    #hr-who-we-are .info{
        width: 100%;
        padding: 36px 44px 35px;
        /* margin-top: -25%; */
        height: 127vw;
    }
    #hr-who-we-are .info:before {
        width: 127vw;
        height: 127vw;
        left: -13.5vw;
        border-radius: 100%;
    }
    #hr-who-we-are .info .info-overplay {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    #hr-who-we-are .main-title{
        font-size: 52px;
        line-height: 90%;
        text-align: center;
        margin-bottom: 2vw;
    }
    #hr-who-we-are .main-title br:last-child{
        display: none;
    }
    #hr-who-we-are .hr-box-content{
        font-size: 16px;
        line-height: 28px;
        max-width: 80vw;
        text-align: center;
    }
    #hr-who-we-are .hr-get-started{
        margin-top: 9vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #hr-who-we-are .hr-get-started:before{
        right: 0;
    }
    #hr-who-we-are .hr-get-started p{
        font-size: 32px;
        line-height: 28px;
        text-align: center;
        margin: 0;
    }
    #hr-who-we-are .hr-get-started img{
        width: 35px;
        margin: 0 auto;
    }

    .hr-box-content:before{
        display: none;
    }
    #hr-the-creativity {
        padding-bottom: 60px;
    }
    #hr-the-creativity .image {
        position: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 60px;
        width: 100%;
    }
    #hr-the-creativity .image .sp {
        display: block;
        max-width: 100%;
        width: auto;
    }
    #hr-the-creativity .image .pc{
        display: none;
    }
    #hr-the-creativity .info {
        display: block;
    }
    #hr-the-creativity .main-title {
        font-size: 52px;
        line-height: 90%;
        text-align: center;
        margin-bottom: 60px;
        width: calc(100% + 16vw);
        margin-left: -8vw;
        margin-right: -8vw;
    }
    #hr-the-creativity .hr-box-content br:nth-child(2) {
        display: none;
    }
    #hr-the-creativity .hr-box-content{
        font-size: 16px;
        line-height: 28px;
        text-align: left;
        width: 100%;
        padding: 0;
    }
    #hr-the-creativity .hr-box-content b{
        font-size: 20px;
    }

    #hr-home-we-do {
        padding: 135px 0 0;
    }
    #hr-home-we-do .main-title br{
        display: block;
    }
    #hr-home-we-do .main-title {
        font-size: 52px;
        letter-spacing: normal;
        margin: 0 auto 25px;
        line-height: 90%;
    }
    .hr-item-we-do {
        width: 100%;
    }
    .hr-item-we-do.sp .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .hr-item-we-do ul {
        max-height: -webkit-max-content !important;
        max-height: -moz-max-content !important;
        max-height: max-content !important;
    }
    .hr-item-we-do .info {
        padding: 36px 44px 30px !important;
        aspect-ratio: auto !important;
    }
    .hr-item-we-do .thumb{
        aspect-ratio: auto !important;
    }
    .hr-item-we-do .thumb img {
        position: initial;
        height: auto;
        max-height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .hr-item-we-do .thumb .pc{
        display: none;
    }
    .hr-item-we-do .thumb .sp{
        display: block;
    }
    .hr-item-we-do .title {
        font-weight: 800;
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 60px;
    }
    .hr-item-we-do li{
        font-size: 16px;
        line-height: 32px;
    }

    .hr-box-content{
        font-size: 16px;
        line-height: 28px;
    }
    #hr-home-world-top {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #hr-home-world-top .bottom {
        margin: 64px 0 0;
    }
    #hr-home-world-top .hr-box-content {
        padding: 0 44px;
        width: 100%;
    }
    #hr-home-world-top .hr-box-content br {
        display: none;
    }
    #hr-home-world-top .top{
        padding-top: 50px;
    }
    #hr-home-world-top .info {
        width: 100%;
        padding: 0 25px;
    }
    #hr-home-world-top .info img {
        /*max-height: 175px;*/
        height: auto;
        width: 100%;
    }
    #hr-home-world-top .pc{
        display: none;
    }
    #hr-home-world-top .sp{
        display: block;
    }
    #hr-home-projects {
        padding: 90px 0 0px;
    }
    #hr-home-projects .main-title br{
        display: block;
    }
    #hr-home-projects .main-title {
        font-size: 52px;
        margin-bottom: 60px;
        letter-spacing: normal;
        line-height: 90%;
    }
    .hr-item-project {
        width: 100%;
    }
    .hr-item-project.sp:first-child{
        padding-top: 0;
    }
    .hr-item-project.sp{
        background: unset;
        padding-top: 67px;
    }
    .hr-item-project.sp .wrap{
        aspect-ratio: auto;
        height: auto;
        padding: 0;
    }
    .hr-item-project.sp .title {
        position: initial;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        font-size: 30px;
        line-height: 28px;
    }
    .hr-item-project:not(.sp) .info *{
        text-align: center;
    }
    .hr-item-project:not(.sp) .info{
        bottom: 10px;
    }
    .hr-item-project:not(.sp) .info .title {
        font-size: 20px;
        line-height: 17px;
        margin: 0 0 5px;
    }
    .hr-item-project:not(.sp) .info p {
        font-size: 12px;
        line-height: 17px;
    }
    .hr-item-project .wrap {
        /*aspect-ratio: 2/1;*/
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
    }
    #hr-home-clients .main-title br{
        display: block;
    }
    #hr-home-clients .main-title {
        font-size: 52px;
        line-height: 90%;
        padding: 0;
        margin-bottom: -13px;
        padding-top: 10px;
    }
    #hr-home-clients{
        padding: 100px 0 0;
    }
    #hr-home-clients .bottom {
        padding: 79px 0 90px;
    }
    #hr-home-clients .list{
        margin: -28px 0;
    }
    .hr-item-client {
        width: 50%;
        padding: 28px 0;
    }
    .hr-item-client img {
        max-height: 60px;
        max-width: 90px;
    }
    #hr-home-slogan{
        padding: 193px 0;
        display: block;
    }
    #hr-home-slogan .main-title{
        font-size: 45px;
        line-height: 60px;
        text-align: center;
        letter-spacing: 0.3em;
    }
    .hr-main-footer .content{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hr-main-footer .content > *{
        width: 100%;
    }
    .hr-main-footer{
        padding: 37px 0 44px;
        background-image: url(../images/footer-bg-sp.jpg);
    }
    .hr-main-footer .hr-footer-info .main-title,
    .hr-main-footer .hr-footer-connects .main-title {
        font-size: 25px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 0px !important;
    }
    .hr-main-footer .hr-footer-info p,
    .hr-main-footer .hr-footer-info a{
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .hr-main-footer .hr-footer-info li:first-child p br:last-child {
        display: none;
    }
    .hr-main-footer-right {
        margin: 60px 0 0;
    }
    .hr-main-footer .hr-footer-connects ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hr-copyright {
        padding: 42px 0 48px;
    }
    .hr-copyright p{
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.09em;
    }

    #hr-popup-banner .main-banner{
        padding: 86px 0 180px !important;
    }
    #hr-popup-banner .title-wrap .main-title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    #hr-popup-banner .title-wrap .des {
        font-size: 16px;
        line-height: 28px;
    }
    #hr-popup-banner .date-box:before{
        display: none;
    }
    #hr-popup-banner .date-box{
        margin-top: 162px;
        padding-top: 0;
    }
    #hr-popup-banner .date-box .title {
        font-size: 30px;
        line-height: 28px;
    }
    #hr-popup-banner .date-box p {
        font-size: 18px;
        line-height: 28px;
        font-style: normal;
    }
    #hr-popup-banner .hr-popup-banner-image {
        padding: 0 22px;
        margin-top: -80px;
    }
    #hr-popup-banner .hr-popup-banner-image img {
        aspect-ratio: 4 / 3;
    }
    .hr-item-popup {
        width: 100% !important;
        padding: 0 22px 16px !important;
        margin: 0 !important;
    }
    .hr-item-popup .overplay{
        overflow: unset;
    }
    .hr-item-popup .wrap {
        margin-top: 0;
        margin-bottom: 0;
    }
    #hr-popup-bottom {
        padding: 90px 0 66px;
    }
    #hr-popup-bottom .date {
        font-size: 20px;
        line-height: 28px;
    }
    #hr-popup-bottom .back-box {
        margin-top: 78px;
    }
    #hr-popup-bottom .back-box a{
        font-size: 16px;
        padding: 0 32px;
        height: 31px;
    }
    #hr-popup-bottom .back-box svg{
        height: 18px;
        left: -20px;
    }
    #hr-popup-banner .hr-popup-banner-video {
        /*aspect-ratio: 16/9;*/
        /*width: 100%;*/
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }
    #hr-popup-banner .hr-popup-banner-video-wrap .view-btn-wrap {
        margin: 0;
        /*position: absolute;*/
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
        /*top: -40px;*/
        width: 100%;
        margin-bottom: 20px;
    }
    #hr-popup-banner .hr-popup-banner-video-wrap .view-btn-wrap a{
        font-size: 15px;
        padding: 0 9px;
        height: 20px;
    }
    #hr-popup-banner .hr-popup-banner-video-wrap{
        margin-top: -80px;
        position: relative;
        padding: 0 22px;
    }
    #hr-popup-banner .hr-popup-banner-video .hr-bg-video a img {
        width: 87px;
        height: 60px;
    }
    #hr-popup-banner .hr-popup-banner-video-wrap .view-btn-wrap svg {
        width: 14px;
        height: auto;
    }
    #hr-popup-center {
        margin-top: 16px;
    }
    #hr-popup-banner .hr-popup-banner-video-wrap .row > div,
    #hr-popup-banner .hr-popup-banner-video-wrap .container{
        padding: 0 !important;
    }
    #hr-popup-banner .hr-popup-banner-video-wrap .row{
        margin: 0 !important;
    }
    #hr-popup-bottom .logo img {
        max-width: 120px;
    }

    .hr-main-footer .hr-footer-info br{
        display: block !important;
    }
    .hr-main-footer .hr-footer-connects .main-title {
        margin-bottom: 25px !important;
    }
}
@media only screen and (max-width:767px){

}
@media only screen and (max-width:454px){

}