.hero h2 {
    left: 50% !important;
    transform: translateX(-50%);
    width: 64%;
}
.list-section {
    background: #fff;
    padding: 60px 20px;
    text-align: center;
}
.list-section h3 {
    font-size: 24px;
    margin-bottom: 35px;
    margin-top: 0px;
        font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
}
.list-section span {
    font-size: 13px;
    color: #b38d48;
    letter-spacing: 0.05em;
}

.content {
    background-color: #f7f3ef;
}

.content .content-box {
    margin: 20px;
    border: 1px solid #D9D9D9;
    text-align: center;
}

.content .content-box span {
    padding: 60px 0 0;
    color: #b38d48;
    display: block;
    letter-spacing: 0.05em;
}

.content .content-box h2 {
    color: #333;
    font-size: 36px;
    margin: 0 0 40px;
        font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
}

.content .content-box p {
    letter-spacing: 0.05em;
}

.content .content-box button {
    margin: 40px 0 60px;
    background-color: #b38d48;
    width: 280px;
    height: 64px;
    border: none;
    color:#fff;
    position: relative;
    font-size: 16px;
     letter-spacing: 0.05em;
}

.content .content-box button::after {
    content: "〉";
    position: absolute;
    right: 10px;
}
