@charset "UTF-8";
.wrapper {
    width: 960px;
    margin: 0 auto;
}
.aboutTitle {
    background: #e6e8eb;
}
.aboutTitle .ttlAbout {
    margin: 0 auto;
}
.ttlLv02 {
    margin-bottom: 40px;
}
.aboutSec {
    padding-bottom: 240px;
    position: relative;
}
.aboutSec_whitebg {
    background-color: #fff;
}
.aboutSec_redbg {
    background-color: #bf0000;
}
.aboutSec::before {
    position: absolute;
    content: '';
    height: 200px;
    top: -199px;
    left: 0;
    width: 100%;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background-color: inherit;
}
.aboutBottom-lst {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
}
.aboutBottom-lst .aboutBottom-lstItem {
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    overflow: hidden;
}
.aboutBottom-lst .aboutBottom-lstItem img {
    max-height: 88px;
}
.aboutItem-arrow {
    position: relative;
    padding-right: 32px;
    display: block;
    background: #fff;
    color: #333;
}
.aboutItem-arrow i {
    color: #828282;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aboutItem-arrow:hover {
    color: #bf0000;
    text-decoration: none;
    background-color: #f7f7f7;
}
.aboutInfo {
    padding: 56px 0 208px;
    background: #e6e8eb;
}
.aboutInfo .aboutInfo-desc {
    padding-left: 33%;
    position: relative;
    margin-bottom: 40px;
}
.aboutInfo .aboutInfo-desc .aboutInfo-descLst {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 386px;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 24px;
    border-radius: 4px;
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr;
}
.aboutInfo .aboutInfo-itemLnk.aboutItem-arrow i {
    right: 0;
}
.aboutInfo .aboutInfo-img {
    width: 100%}
.aboutInfo .aboutInfo-img img {
    max-width: 100%}
.aboutNews {
    padding-top: 56px;
}
.aboutNews .aboutNews-lst {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr;
}
.aboutNews .aboutNews-lst .aboutNews-lstItem {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
.aboutNews .aboutNews-lst .aboutNews-lstItem img {
    max-width: 140px;
}
.aboutRlife {
    padding-top: 40px;
    padding-bottom: 280px;
}
.aboutRlife .ttlLv02 {
    color: #fff;
}
.aboutRlife .aboutRlife-desc {
    padding-left: 410px;
    position: relative;
    margin-bottom: 40px;
}
.aboutRlife .aboutRlife-desc .aboutRlife-descLst {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 24px;
    border-radius: 4px;
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr;
}
.aboutRlife .aboutRlife-desc .aboutRlife-itemLnk.aboutItem-arrow i {
    right: 0;
}
.aboutTrust {
    padding-bottom: 80px;
}
.aboutTrust .aboutTrust-lst {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr;
    width: 800px;
    margin: 0 auto;
}
.aboutTrust .aboutTrust-lst .aboutTrust-lstItem {
    padding: 40px;
    border-radius: 4px;
    background: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.aboutTrust .aboutTrust-lst .aboutTrust-lstItem .ttlLv03 {
    margin-bottom: 24px;
}
.aboutTrust .aboutTrust-lst .aboutTrust-desc dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}
.aboutTrust .aboutTrust-lst .aboutTrust-desc dl:not(:first-child) {
    margin-bottom: 8px;
}
.aboutTrust .aboutTrust-lst .aboutTrust-desc dt {
    font-size: 1.4rem;
    line-height: 20px;
    width: 140px;
}
.aboutTrust .aboutTrust-lst .aboutTrust-desc .aboutTrust-statistic, .aboutTrust .aboutTrust-lst .aboutTrust-desc dd {
    font-size: 3.6rem;
    line-height: 43px;
    color: #bf0000;
}
.aboutTrust .aboutTrust-lst .aboutTrust-desc small {
    font-size: 2.4rem;
    line-height: 29px;
}
.aboutTrust .aboutTrust-lst .aboutTrust-desc .aboutTrust-statistic {
    font-weight: 700;
    margin-bottom: 8px;
    max-width: 160px;
    margin: 0 auto 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px;
    justify-content: center;
}
.aboutTrust .aboutTrust-lst .aboutTrust-desc .aboutTrust-statistic .aboutTrust-statistic_small {
    font-size: 1.4rem;
    line-height: 20px;
    color: #333;
}
.aboutTrust .aboutTrust-lst .aboutTrust-note {
    text-align: right;
    margin-bottom: 24px;
}
.aboutTrust .aboutTrust-lst .aboutTrust-item_modal {
    text-align: center;
    text-decoration: underline;
    font-size: 1.4rem;
    line-height: 21px;
    margin-bottom: 24px;
    display: block;
    color: #333;
}
.aboutTrust .aboutTrust-lst .aboutTrust-item_modal i.rex-icon {
    font-size: 1.6rem;
    vertical-align: middle;
}
.modal_help.help-solvency dt {
    font-weight: 700;
    margin-bottom: 8px;
}
.aboutTrust-btn {
    display: block;
    text-align: center;
    padding: 12px 24px;
    border: 1px solid #bf0000;
    border-radius: 32px;
    font-weight: 500;
    color: #bf0000;
    background-color: #fff;
}
@media screen and (max-width:756px) {
    body {
        min-width: initial;
        max-width: 100%;
        overflow-x: hidden;
    }
    .wrapper {
        width: 100%;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .aboutSec {
        padding-bottom: calc(8px * 10 + 13.9vw);
    }
    .aboutSec::before {
        height: 13.9vw;
        top: calc(1px - 13.9vw);
        left: 1px;
    }
    .ttlLv02 {
        font-size: 24px;
        line-height: 32px;
    }
    .aboutBottom-lst {
        grid-template-columns: 1fr;
        margin: 0 auto;
    }
    .aboutInfo {
        padding: 56px 0 136px;
    }
    .aboutInfo .aboutInfo-desc {
        padding-left: 0;
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .aboutInfo .aboutInfo-desc .aboutInfo-descLst {
        position: relative;
        z-index: 1;
        width: 100%;
        margin: 0 auto;
        left: auto;
        top: auto;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    .aboutInfo .aboutInfo-img {
        width: 100vw;
        -webkit-transform: translateX(-16px);
        transform: translateX(-16px);
    }
    .aboutInfo .aboutInfo-img img {
        width: 100%}
    .aboutNews {
        padding-top: 28px;
        padding-bottom: calc(13.9vw + 8px * 8);
    }
    .aboutNews .aboutNews-lst {
        grid-template-columns: 1fr;
        margin: 0 auto;
    }
    .aboutNews .aboutNews-lst .aboutNews-lstItem {
        gap: 16px;
    }
    .aboutRlife {
        padding-top: 40px;
        padding-bottom: calc(8px * 10 + 13.9vw);
    }
    .aboutRlife .aboutRlife-img {
        width: 100vw;
        -webkit-transform: translateX(-16px);
        transform: translateX(-16px);
    }
    .aboutRlife .aboutRlife-img img {
        width: 100%}
    .aboutRlife .aboutRlife-desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-left: 0;
        margin-bottom: 0;
    }
    .aboutRlife .aboutRlife-desc .aboutRlife-descLst {
        position: relative;
        z-index: 1;
        top: auto;
        left: auto;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        width: 100%;
        margin: 0 auto;
    }
    .aboutRlife .aboutRlife-desc .aboutRlife-itemLnk.aboutItem-arrow i {
        right: 0;
    }
    .aboutTrust {
        padding-top: 68px;
        padding-bottom: 80px;
    }
    .aboutTrust .aboutTrust-lst {
        grid-template-columns: 1fr;
        width: 100%}
    .aboutTrust .aboutTrust-lst .aboutTrust-lstItem {
        width: 100%;
        padding: 24px 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .aboutTrust .aboutTrust-lst .aboutTrust-lstItem .ttlLv03 {
        font-size: 20px;
        line-height: 28px;
    }
    .aboutTrust .aboutTrust-lst .aboutTrust-desc dl {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .aboutTrust .aboutTrust-lst .aboutTrust-desc dt {
        font-size: 14px;
    }
    .aboutTrust .aboutTrust-lst .aboutTrust-desc .aboutTrust-statistic, .aboutTrust .aboutTrust-lst .aboutTrust-desc dd {
        font-size: 36px;
    }
    .aboutTrust .aboutTrust-lst .aboutTrust-desc small {
        font-size: 24px;
    }
    .aboutTrust .aboutTrust-lst .aboutTrust-desc .aboutTrust-statistic .aboutTrust-statistic_small {
        font-size: 14px;
    }
    .aboutTrust .aboutTrust-lst .aboutTrust-item_modal {
        font-size: 14px;
    }
    .aboutTrust .aboutTrust-lst .aboutTrust-item_modal i.rex-icon {
        font-size: 16px;
    }
    .modal-dialog {
        margin: auto 0;
    }
    .modal-dialog .modal-content {
        width: 90%;
        margin: auto;
    }
}