.breadcrumbs_area {
    width: 100%;
    padding: 0;
    background: none;
}

#main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contents {
    width: 90%;

}

.chairman_interview {
    margin-top: 20px;
}

#contents .chairman_interview div:first-of-type {
    display: initial;
}

#aisatsu img {
    float: right;
    margin-left: 12px;
    margin-bottom: 4px;
}

#contents #aisatsu h3 {
    margin: initial;
    padding: 0 0 18px 0;
    color: #333;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 1px;
}

#aisatsu>aside>p {
    margin: 0;
}

#contents #overview h3 {
    margin: initial;
    padding: 0;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    line-height: initial;
    letter-spacing: 1px;
}

#contents #overview .graph2,
#contents #overview .graph1 {
    text-align: center;
}

#contents #overview .graph1 img {
    width: 220px;
}

#contents #overview .graph2 {
    display: flex;
    justify-content: center;
    gap: 120px;
}

#contents #overview .graph2 img {
    width: 240px;
    object-fit: contain;
    padding: 0;
}

#contents #overview .graph2 img:first-of-type {
    padding: 0 0 41px 0;
}
#contents #overview .amo-data-center{
    text-align: center;
}
#contents #overview .amo-data-center a{
    display: inline-block;
    padding: 10px 90px;
    border-radius: 10px;
    background: #44D35E;
    color: #fff;
    text-decoration: none;
}
#contents #overview .before-after {
    width: 100%;
}