@charset "utf-8";

/* ------------------greeting-------------- */
.greeting{
    padding: 224px 0 136px;
    background-color: var(--bg_gray);
}

.greeting__container{
    display: flex;
    column-gap: 64px;
    padding: 104px 80px;
    background-color: var(--white);
    position: relative;
}

.greeting__catch-en{
    position: absolute;
    top: -120px;
    left: 80px;
}

.greeting__catch-ja{
    position: absolute;
    top: -12px;
    left: 628px;
}


.greeting__inner--left{
    width: 401px;
}

.greeting__title{
    margin-bottom: 40px;
}

.greeting__image{
    width: 401px;
}

.greeting__image img{
    display: block;
    width: 100%;
}

.greeting__inner--right{
    width: calc(100% - 401px -64px);
    padding-top: 64px;
}

.greeting__text{
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-text-primary);
}

.greeting__signature{
    color: var(--color-text-primary);
}

.greeting__company-name{
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.greeting__position{
    margin-right: 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.greeting__name{
    font-size: 19px;
    font-weight: 500;
    line-height: 1.8;
}



/* ------------------------outline------------------- */
.outline{
    padding: 104px 0 136px;
    background-color: var(--gray100);
}

.outline__inner{
    display: flex;
    justify-content: space-between;
}

.outline__title{
    width: fit-content;
}

.outline__title-ja{
    color: var(--white);
}

.outline__title-en{
    color: var(--white);
}


.outline-list{
    width: 832px;
    margin-top: 96px;
}

.outline-list__item{
    display: flex;
    padding: 32px 0;
    border-bottom: 1px solid var(--white);
    color: var(--white);
}

.outline-list__item:first-child{
    border-top: 1px solid var(--white);
}

.outline-item__title{
    width: 184px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.outline-item__detail{
    width: calc(100% - 184px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}


/* ------------------------access------------------ */
.access{
    padding: 104px 0 136px;
    background: url(/assets/img/company/access_bg.png) center center/cover;
}

.access__title{
    margin-bottom: 40px;
}

.access__map{
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}

.access__inner--address{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.access__address{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-text-primary);
}

.access__map-link{
    padding: 16px 96px 16px 32px;
}

.access__map-link::after{
    width: 24px;
    aspect-ratio: 1/1;
    background: url(/assets/img/arrowSquareOut.svg) center center/cover;
}



@media screen and (max-width:750px) {

    /* ------------------greeting-------------- */
    .greeting{
        padding: calc((100 / 390) * 120 * 1vw) 0 calc((100 / 390) * 72 * 1vw);
    }


    .greeting__container{
        display: block;
        padding: calc((100 / 390) * 183 * 1vw) calc((100 / 390) * 24 * 1vw) calc((100 / 390) * 48 * 1vw);
    }
    
    .greeting__catch-en{
        top: calc((100 / 390) * -64 * 1vw);
        left: calc((100 / 390) * 16 * 1vw);
    }
    
    .greeting__catch-ja{
        top: calc((100 / 390) * 93 * 1vw);
        left: calc((100 / 390) * 124 * 1vw);
    }
    
    
    .greeting__inner--left{
        width: 100%;
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }
    
    .greeting__title{
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }
    
    .greeting__image{
        width: 100%;
    }
        
    .greeting__inner--right{
        width: 100%;
        padding-top: 0;
    }
    
    .greeting__text{
        margin-bottom: calc((100 / 390) * 32 * 1vw);
        font-size: calc((100 / 390) * 15 * 1vw);
    }
        
    .greeting__company-name{
        margin-bottom: calc((100 / 390) * 4 * 1vw);
        font-size: calc((100 / 390) * 14 * 1vw);
    }
    
    .greeting__position{
        margin-right: calc((100 / 390) * 16 * 1vw);
        font-size: calc((100 / 390) * 14 * 1vw);
    }
    
    .greeting__name{
        font-size: calc((100 / 390) * 18 * 1vw);
    }
    

    /* ------------------------outline------------------- */
    .outline{
        padding: calc((100 / 390) * 56 * 1vw) 0 calc((100 / 390) * 72 * 1vw);
    }

    .outline__inner{
        display: block;
    }

    .outline__title{
        width: 100%;
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }

    .outline-list{
        width: 100%;
        margin-top: 0;
    }

    .outline-list__item{
        display: flex;
        padding: calc((100 / 390) * 24 * 1vw) 0;
        column-gap: calc((100 / 390) * 16 * 1vw);
        border-bottom: calc((100 / 390) * 1 * 1vw) solid var(--white);
    }

    .outline-list__item:first-child{
        border-top: calc((100 / 390) * 1 * 1vw) solid var(--white);
    }

    .outline-item__title{
        width: calc((100 / 390) * 96 * 1vw);
        font-size: calc((100 / 390) * 15 * 1vw);
    }

    .outline-item__detail{
        width: calc(100% - calc((100 / 390) * 96 * 1vw) - calc((100 / 390) * 16 * 1vw));
        font-size: calc((100 / 390) * 15 * 1vw);
    }


    /* ------------------------access------------------ */
    .access{
        padding: calc((100 / 390) * 56 * 1vw) 0 calc((100 / 390) * 72 * 1vw);
    }

    .access__title{
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }

    .access__map{
        height: calc((100 / 390) * 240 * 1vw);
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }

    .access__inner--address{
        display: block;
        align-items: none;
    }

    .access__address{
        margin-bottom: calc((100 / 390) * 40 * 1vw);
        font-size: calc((100 / 390) * 15 * 1vw);
    }

    .access__map-link{
        padding: calc((100 / 390) * 16 * 1vw) calc((100 / 390) * 86 * 1vw) calc((100 / 390) * 16 * 1vw) calc((100 / 390) * 28 * 1vw);
    }

    .access__map-link::after{
        width: calc((100 / 390) * 22 * 1vw);
    }



}
