.company__wrap{
    display: flex;
    flex-direction: column;
    gap:1em;
}

.company__inner{
    display:flex;
    flex-direction: column;
    gap:1em;
}

.company__inner h3{
    font-size: 1.5rem;
    background:var(--blue);
    padding:0.1em;
    color:var(--white);
}

.company__inner p{
    font-size: 1.1rem;
    padding:0 0 0 1.1rem
}

.free-dial{
    height:1.5rem;
}

.free-dial__p{
    display:flex;
    gap:0.5em;
    align-items: center;
}

.company__place{
    display: flex;
    flex-direction: column;
    gap:0.5em;
    padding: 1em;
    border-bottom: 1px dashed var(--font__color);
}

.company__place:last-child{
    border:none;
}

.company__place h4{
    font-size: 1.3rem;
}

.company__place .small{
    font-size: 0.8em;
    line-height: 1em;
}

/* 和宗の想い */

.about__us{
    display: flex;
    flex-direction: column;
    gap:1em;
}

.about__us h4{
    line-height: 1.5em;
}

.youtube__link{
    width:100%;
    aspect-ratio: 16/9;
}
.google__map__link{
    width:100%;
    aspect-ratio: 16/9;
}

/* お約束 */

.promise{
    display: flex;
    flex-direction: column;
    gap:1em;
}

.promise h3{
    width:fit-content;
    border-bottom: 6px solid var(--orange);
    padding:0 0 8px 0;
}