.headingLv2 {
    text-align: left;
}
.main {
    font-size: 1.25em;
    line-height: 1.9;
}
.keyvisualBlock {
    display: table;
    width: 1000px;
    height: 320px;
    background: url(../jpg/img_philosophy_11.jpg) no-repeat right 0;
    margin: 0 auto 60px;
    text-align: center;
}
.keyvisualBlock p {
    display: table-cell;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
}
.anchorLinkWrap {
    margin-bottom: 52px;
}
.anchorLinkWrap .anchorLinkBlock li {
    display: table;
    float: left;
    width: calc((100% - 22px) / 3);
    margin: 0;
    padding-left: 0;
    border-left: none;
}
.anchorLinkWrap .anchorLinkBlock li+li {
    margin: 0 0 11px 11px;
}
.anchorLinkWrap .anchorLinkBlock li:nth-child(4) {
    margin-left: 0;
}
.anchorLinkWrap .anchorLinkBlock li a {
    display: table-cell;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 60px;
    background-color: #cfcfcf;
}
.columnBlock_01 .column:first-child {
    width: 652px;
}
.columnBlock_01 .column+.column {
    width: 308px;
}
.flexBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flexBox.flex-start {
    align-items: flex-start;
}
.column2 .column {
    float: left;
    width: calc(100%/2);
    text-align: center;
}