.introduce{

}

.introduce .us-banner{
    background:url("/images/front/pc/banner/banner1.png") center no-repeat;
    background-size: cover;
}

.introduce .banner:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.6);
}

.introduce .banner > *{
    position: relative;
}

.introduce .banner strong{
    font-size: 60px;
    font-weight: 700;
    line-height: 66px;
    color: var(--white);
}

.introduce .banner .sns{
    display: flex;
    align-items: center;
    gap:16px;
}

.introduce .banner .sns a{
    display:inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius:50%;
    background:var(--white);
    border:1px solid var(--gray-100);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.5);

}

.introduce .inner-wrap{
    max-width:1368px;
    width: 100%;
    margin: 0 auto;
    padding: 144px 0 240px;
    display: flex;
    flex-direction: column;
    gap: 128px;
}

.introduce .inner-wrap .description,
.introduce .inner-wrap .map{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 64px;
}

.introduce .inner-wrap .description strong{
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: var(--brand-green);
}

.introduce .inner-wrap .description p{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: var(--gray-600);
}

.introduce .inner-wrap .description small{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: var(--gray-600);
    text-align: right;
}

.introduce .inner-wrap .about{
    border-radius: 16px;
    background: var(--white);
    padding: 64px 64px 80px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.introduce .inner-wrap .about strong,
.introduce .inner-wrap .map strong{
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: var(--brand-green);
}

.introduce .inner-wrap .about .text{
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.introduce .inner-wrap .about .text img{
    width: 100%;
}

.introduce .inner-wrap .about .text p{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: var(--gray-600);
}

.introduce .inner-wrap .about .text a{
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 20px;
    background: var(--brand-yellow);
    color: var(--brown-800);
    border-radius:6px;
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1);
}

.introduce .inner-wrap .map iframe{
    width: 100%;
}

.introduce .inner-wrap .map .info ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.introduce .inner-wrap .map .info ul li{
    display: flex;
    align-items: center;
    gap: 16px;
}

.introduce .inner-wrap .map .info ul li span{
    width: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-yellow);
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1);
}

.introduce .inner-wrap .map .info ul li div{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.introduce .inner-wrap .map .info ul li div strong{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.introduce .inner-wrap .map .info ul li div small{
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}