#main{
    width: 100%;
}
#main .main__wrap{
    display: flex;
    gap: 2%;
    padding-left: 1%;
    align-items: center;
}
#main .-img{
    width: 56%;
    padding-top: 80vh;
    position: relative;
}
#main .-img h1{
    position: absolute;
    font-size: min(4.0rem,60px);
    font-size: 96px;
    font-weight: 100;
    top: 4%;
    right: -40%;
    z-index: 1;
    color: #333;
    -webkit-text-stroke-width: 2px;
    letter-spacing: -12px;
}
#main .-img h1.over{
    z-index: 3;
    mix-blend-mode: overlay;
    color: #fff;
}
#main .-img img{
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: 30% center;
}
#main .-text h1{
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 24px;
}
#main .-text h1 span{
    display: inline-block;
}
#main p{
    font-size: 1.0rem;
    line-height: 2.0;
    font-weight: 300;
}
@property --ang {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
#main .-text{
    width: min(41%,560px);
    padding-top: 4%;
}
@keyframes pan{
  to{
    --ang: 360deg;
}
}
#message .message__wrap{
    display: flex;
    justify-content: space-between;
}
#message .message__text{
    width: 56%;
}

#message .message__text p{
    font-size: 0.95rem;
    line-height: 2.0;
    margin-bottom: 16px;
}
#message .message__text p.-bottom{
    text-align: right;
    margin-top: 32px;
}
#message .message__img{
    width: 34%;
    margin-top: 16%;
    aspect-ratio: 9 / 16;
    position: relative;
    overflow: hidden;
}
#message .message__img img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section#images{
    width: 100%;
    padding-bottom: 240px;
    overflow: hidden;
}
section#images .images__wrap{
    height: 100%;
}
section#images .image__item {
    width: 100%;
    /* margin-top: -30%; */
}
section#images .image__item.img_01 img {
    margin-inline:0 auto;
    width: min(72%,720px);
}
section#images .image__item.img_02 img {
    margin-inline:auto 0;
    width: min(64%,640px);
}
section#images .image__item.img_03 img {
    margin-inline:16% auto;
    width: min(60%,580px);
}
section#images .image__item.img_04 img {
    margin-inline:auto 10%;
    width: min(56%,520px);
}
section#images .image__item.img_05 img {
    margin-inline:8% auto;
    width: min(50%,480px);
}

section#company{
    width: 100%;
    overflow: hidden;
}
section#company h2,
section#company .ttl__inner{
    width: min(94%,1180px);
    margin-inline: auto;
}
#company .ttl__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 80px;
}
#company .ttl__inner h3{
    margin: 0;
}
#company .environment__wrap{
    margin-bottom:64px;
}
#company .env_sliders__wrap .slider__item{
    width: 33vw;
    margin: 0 8px;
    overflow: hidden;
    border-radius: 4px;
}

#company .num_blocks__wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    width: min(94%,1180px);
    margin-inline: auto;
}
#company .num_blocks__wrap .block__item{
    width: 32%;
    margin-bottom: 2%;
    background: #F5F5F5;
    padding: 32px 24px;
}
#company .num_blocks__wrap .block__item p.-ttl{
    font-size: 12px;
    margin-bottom: 16px;
}
#company .num_blocks__wrap .block__item p.-value{
    font-weight: 700;
}
#company .num_blocks__wrap .block__item p.-value span{
    font-size: 12px;
    font-weight: 500;
}


#people .people__wrap{
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1%;
    width: 100%;
    margin: 0 0 0 auto;
}
#people .people__wrap a{
    width: 100%;
    margin-bottom: 64px;
    text-decoration: none;
    color: #535353;
    cursor: pointer;
}
#people .people__wrap a .-img{
    margin-bottom: 12px;
    overflow: hidden;
}
#people .people__wrap a .-img img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: .3s ease-in;
}
#people .people__wrap a:hover .-img img{
    filter: blur(1px);
    opacity: 0.9;
}
#people .people__wrap a span{
    font-size: 12px;
    transition: .3s ease-in;
}
#people .people__wrap a p{
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    transition: .3s ease-in;
}
#people .people__wrap a:hover span,
#people .people__wrap a:hover p{
    
    opacity: 0.9;
}
#people .image__wrap{
    margin-bottom: 80px;
}
#people .image__wrap img{
    width: 80%;
    margin-inline: auto 0;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    object-position: center 80%;
}
#carrer .carrer__wrap{
    display: flex;
    flex-direction: column;
}
#carrer .carrer__block{
    display: flex;
    padding: 32px 0;
    gap: 24px;
    border-bottom: solid 1px #dfdfdf;
}
#carrer .carrer__block:first-of-type{
    border-top: solid 1px #dfdfdf;
}
#carrer .carrer__block .-text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#carrer .carrer__block .-text .eng{
    font-size: 0.8rem;
}
#carrer .carrer__block .-text h4{
    font-size: 1.15rem;
    margin-top: 8px;
    font-weight: 400;
}
#carrer .carrer__block .-img{
    width: 49%;
}
#carrer .carrer__block  .-button{
    display: flex;
    justify-content: space-between;
}
#carrer .carrer__block  .-button button{
    background: none;
    border: none;
}

@media screen and (max-width:1280px){
    #main .-img h1{
        font-size: 88px;
    }
    #main .-text h1 {
        font-size: 1.5rem;
    }
    #main p {
        font-size: 0.9rem;
    }
}
@media screen and (max-width:1080px){
    #main .-img {
        width: 50%;
        padding-top: 72vh;
    }
    #main .-text {
        width: min(46%, 560px);
        padding-top: 8%;
    }
    #main .-img img{
        object-position: 16% center;
    }
    #main .-img h1{
        right: -64%;
    }
    #main .-text h1 span {
        word-break: keep-all;
    }
    #message .message__text p{
        font-size: 0.9rem;
    }
    section#images .image__item{
        margin-bottom: 40px;
    }
    section#images{
        padding-bottom: 160px;
    }
    #company .env_sliders__wrap .slider__item {
        width: 40vw;
    }
    #people .people__wrap{
        width: 100%;
    }
    #people .people__wrap{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    #people .image__wrap{
        margin-bottom: 48px;
    }
    #people .image__wrap img{
        width: 84%;
    }
}
@media screen and (max-width:900px){
    #main .-img img {
        object-position: 32% center;
    }
    #main .-img h1 {
        font-size: 80px;
    }
    #main .-text {
        padding-top: 20%;
    }
    section#images .image__item.img_01 img{
        width: 80%;
    }
    section#images .image__item.img_02 img{
        width: 64%;
    }
    section#images .image__item.img_03 img{
        width: 48%;
    }
    section#images .image__item.img_04 img{
        width: 72%;
    }
    section#images .image__item.img_04 img{
        width: 40%;
    }
    section#images{
        padding-bottom: 120px;
    }
    #company .env_sliders__wrap .slider__item {
        width: 56vw;
    }
    #company .ttl__inner{
        margin-bottom: 64px;
    }
    #people .people__wrap a span {
        font-size: 12px;
    }
    #people .people__wrap a p {
        font-size: 0.9rem;
    }
    #people .people__wrap a .-img {
        margin-bottom: 10px;
    }
    #carrer .carrer__block .-button{
        flex-direction: column;
        gap: 8px;
        align-items: flex-end;
    }
    #carrer .carrer__block .-text .eng {
        font-size: 0.7rem;
    }
    #carrer .carrer__block .-text h4 {
        font-size: 1.1rem;
    }
    #company .environment__wrap {
        margin-bottom: 56px;
    }
    
}
@media screen and (max-width:768px){
    #main .main__wrap{
        flex-direction: column;
        padding: 0 4px;
    }
    #main .-img{
        width: 100%;
    }
    #main .-img h1 {
        font-size: 14vw;
        top: auto;
        bottom: -10.5vw;
        right: 12px;
        letter-spacing: -1vw;
    }
    #main .-text {
        padding-top: 12vw;
        width: min(90%, 640px);
    }
    #main p {
        font-size: 0.8rem;
    }
    #main .-text h1 {
        font-size: 1.4rem;
    }
    #message .message__wrap{
        flex-direction: column;
    }
    #message .message__text{
        width: min(90%, 560px);
    }
    #message .message__img {
        width: min(80%, 560px);
        aspect-ratio: 16 / 9;
        margin-inline: auto 0;
        margin-top: 24px;
    }
    section#images{
        padding-bottom: 100px;
    }
    #company .env_sliders__wrap .slider__item {
        width: 64vw;
    }
    #company .ttl__inner{
        margin-bottom: 48px;
    }
    .-btn {
        font-size: 0.8rem;
        padding-right: 40px;
    }
    .-btn::before {
        width: 36px;
    }
    #people .people__wrap a span {
        font-size: 11px;
    }
    #people .people__wrap a p {
        font-size: 0.85rem;
    }
    #people .people__wrap a .-img {
        margin-bottom: 8px;
    }
    #people .people__wrap a{
        margin-bottom: 32px;
    }
    #carrer .carrer__block{
        flex-direction: column;
    }
    #carrer .carrer__block .-text{
        width: 100%;
        order: 2;
    }
     #carrer .carrer__block .-text .-head{
        margin-bottom: 40px;
     }
    #carrer .carrer__block .-img{
        width: min(560px,100%);
        order: 1 ;
        margin-inline: auto ;
    }
    #company .environment__wrap {
        margin-bottom: 48px;
    }
    #people .people__wrap{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width:640px){
    #people .people__wrap a{
        margin-bottom: 24px;
    }
    #carrer .carrer__block .-text .eng {
        font-size: 0.6rem;
    }
    #carrer .carrer__block .-text h4 {
        font-size: 1.0rem;
    }
    #people .people__wrap{
        grid-template-columns: 1fr 1fr;
        gap:2%
    }
    #people .image__wrap{
        margin-bottom: 40px;
    }
    #people .image__wrap img{
        width: 90%;
    }
}
@media screen and (max-width:560px){
    #main .-text h1 {
        font-size: 1.2rem;
    }
    #message .message__text p {
        font-size: 0.8rem;
    }
    section#images{
        padding-bottom: 80px;
    }
    #company .env_sliders__wrap .slider__item {
        width: 72vw;
    }
    #company .ttl__inner{
        margin-bottom: 40px;
    }
    .-btn {
        font-size: 0.75rem;
        padding-right: 36px;
    }
    .-btn::before {
        width: 32px;
    }
    #people .people__wrap a span {
        font-size: 10px;
    }
    #people .people__wrap a p {
        font-size: 0.8rem;
    }
    #people .people__wrap a .-img {
        margin-bottom: 6px;
    }
    #people .people__wrap a{
        margin-bottom: 28px;
    }
    #company .environment__wrap {
        margin-bottom: 32px;
    }
}