@charset "UTF-8";
/**** base ****/
img {
    height: auto;
    vertical-align: bottom;
}
br.sp {
    display: none;
}
br.pc {
    display: block;
}
@media screen and (max-width: 834px) {
    br.sp {
        display: block;
    }
    br.pc {
        display: none;
    }
}
.wrapper {
    padding-top: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
}
@media screen and (max-width: 640px) {
    .wrapper {
        font-size: 1.4rem;
    }
}
.bp_bg {
    background-color: #ffffff;
    position: relative;
    z-index: 0;
    padding: 14rem 0 16rem;
}
@media screen and (max-width: 834px) {
    .bp_bg {
        padding: 7rem 0 8rem;
    }
}
/**** イントロ ****/
.bp-intro__title {
    font-size: 3rem;
    line-height: 1.3333333333;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    margin-bottom: 4rem;
}
@media screen and (max-width: 990px) {
    .bp-intro__title {
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 834px) {
    .bp-intro__title {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 640px) {
    .bp-intro__title {
        font-size: 2.4rem;
    }
}
.bp-intro__text {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #333333;
}
@media screen and (max-width: 834px) {
    .bp-intro__text {
        font-size: 1.4rem;
        text-align: left;
    }
}
/* 方針リスト */
.bp-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8.8rem 0;
    margin-top: 4.6rem;
}
@media screen and (max-width: 834px) {
    .bp-list {
        gap: 6rem 0;
        margin-top: 5rem;
    }
}
.bp-list__item--title {
    display: flex;
    align-items: center;
    gap: 0 1.5rem;
    font-size: 2.2rem;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    margin-bottom: 3.5rem;
    color: #333;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 1rem;
}
@media screen and (max-width: 834px) {
    .bp-list__item--title {
        gap: 0 0.5rem;
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }
}
.bp-list__item--title .number {
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 7rem;
    height: 3.2rem;
    background: #598DF7;
    color: #fff;
    border-radius: 16px;
}
@media screen and (max-width: 834px) {
    .bp-list__item--title .number {
        font-size: 1.3rem;
        min-width: 6rem;
        height: 2.7rem;
    }
}
.bp-list__item--text {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 4.7rem;
}
@media screen and (max-width: 834px) {
    .bp-list__item--text {
        margin-bottom: 4rem;
    }
}
/* テーブル */
.bp-table {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #EEEEEE;
}
.bp-table__list-wrapper {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 0;
    align-items: stretch;
}
@media screen and (max-width: 834px) {
    .bp-table__list-wrapper {
        grid-template-columns: 80px 1fr;
    }
}
.bp-row {
    display: contents;
}
.bp-row:first-child .bp-table__header,
.bp-row:first-child .bp-table__content {
    border-bottom: 1px solid #EEEEEE;
}
.bp-table__header {
    padding: 2.5rem 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f4f4f4;
    color: #333;
    font-weight: 700;
    font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
    .bp-table__header {
        padding: 2rem 10%;
        font-size: 1.3rem;
        justify-content: center;
    }
}
.bp-table__content {
    padding: 2.5rem 3rem;
    margin: 0 0 0 0;
}
@media screen and (max-width: 834px) {
    .bp-table__content {
        padding: 2rem 7%;
        font-size: 1.3rem;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    }
}
.bp-table__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 834px) {
    .bp-table__list {
        padding-left: 15px;
        display: flex;
        flex-direction: column;
        gap: 0.5rem 0;
    }
}
.bp-table__list-item {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.8;
}
@media screen and (max-width: 834px) {
    .bp-table__list-item {
        text-indent: -15px;
    }
}
.bp-table__list-item:last-child {
    margin-bottom: 0;
}
.bp-table__list-item::before {
    content: '●';
    color: #598DF7;
    font-size: 2rem;
    line-height: 1;
    margin-right: 0.4rem;
}
.bp-table__kpi-wrapper {
    display: flex;
    gap: 0 5rem;
}
@media screen and (max-width: 834px) {
    .bp-table__kpi-wrapper {
        flex-direction: column;
        gap: 0.5rem 0;
    }
}
.bp-table__kpi-item {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
@media screen and (max-width: 834px) {
    .bp-table__kpi-item {
        align-items: center;
    }
}
.bp-table__kpi-label {
    font-size: 1.5rem;
    text-decoration: underline;
}
.bp-table__kpi-number {
    text-decoration: none;
}
.bp-table__kpi-number span {
    font-size: 3rem;
    color: #598DF7;
    font-weight: 700;
}
.bp-table__kpi-number span.f26 {
    font-size: 2.6rem;
}
@media (max-width: 854px) {
    .bp-table__kpi-label {
        font-size: 1.3rem;
    }
    .bp-table__kpi-number span {
        font-size: 2.2rem;
    }
	.bp-table__kpi-number span.f26 {
		font-size: 1.8rem;
	}
}