
.body {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    line-height: 1.5;
    }

.top {
    background-image: url(../img/money-plant-2749714_1920.jpg);
    background-size: cover;
    padding: 120px 0;
}

.top-title {
font-size: 50px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
color: black;
text-shadow: #fff 2px 2px;
}

.top-subtitle {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: #fff 1px 0px;
}

img {
    width: 100%;
    height: auto;
}

.about {
    padding: 120px 0;
}

.section-title {
    font-weight: bold;
    text-align: center;
}

.section-subtitle {
    text-align: center;
    margin-bottom: 30px;
}

.about-card-title {
  font-size: 13px;  
}

.about-card-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about-card-sns {
    margin-top: 12px;
}

.sns-links-item img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.sns-links {
    display: flex;
}

.sns-links-item:nth-child(n + 2) {
    margin-left: 12px;
}

.service-card-img-top {
    border-radius: 50%;
    padding: 1.25rem;
}

.service {
    background-color: #eee;
    padding: 120px 0;
}

.work-card-rink {
    text-align: center;
}

.work {
    padding: 120px 0;
}

.contact-message {
    text-align: center;
}

.contact {
    background-color: #eee;
    padding: 120px 0;
}

.contact-items {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.contact-item {
    text-align: center;
    padding: 0 14px;
}

.contact-img {
    display: block;
}

.contact-img img {
    width: 80px;
    height: 80px;
}

@media (max-width: 767px) {
    .contact-img img {
        width: 50px;
        height: 50px;
    }
}

.footer-copyright {
    text-align: right;

}

.footer {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
}

.row {
    margin: 0px;
}