body {
    color: inherit;
    font-family: Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,Osaka,MS PGothic,arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8
}
body * {
    color: #000;
}
.ddr-header {
    padding: 80px 0;
}
.ddr-logo-wrapper {
    align-items: center;
    color: inherit;
    display: flex;
    justify-content: flex-start;
    width: 225px;
    height: 55px;
    background: url(./logo.png) center no-repeat;
    background-size: cover;
    text-indent: -10000px;
}
.ddr-logo-text {
    font-size: 32px;
    color: #018391;
    font-weight: 1000;
}
.ddr-logo-text:hover {
    color: #000;
}
.ddr-header .nav-link {
    font-weight: 600;
    color: #000
}
.ddr-footer {
    background: #018391;
    padding:106px 80px 140px;
}
a,a:active,a:hover{
    color: white;
    text-decoration: none;
}
.main__block, .main__block_wp {
    margin-bottom: 100px;
}
.title__sub {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 0 10px;
}
.title__main {
    font-weight: 800;
    font-size: 60px;
    line-height: 64px;
    padding: 6px 0 8px;
}
.title__content {
    font-weight: 900;
    font-size: 42px;
    line-height: 1.42;
}
.title__content.content__member {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
}
.main__block p {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}
.vision__title {
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
}
.vision__body {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
}
.member__photo {
    background-size: cover;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
}
.member__role {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.member__name {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}
.member__name_sub {
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}
.member__note {
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
}
.news_list {
    padding-left: 0;
    border-bottom: 1px solid #ccc;
}
.news_list li {
    padding: 20px 0;
    list-style: none;
    border-top: 1px solid #ccc;
}
.news_list .link {
    padding-top: 1ex;
}
.news_list .link a {
    color: #000;
    font-weight: 600;
}