@charset "UTF-8";
/* c-page-about__inner
----------------------------------------*/
.c-page-about__inner {
    width: 100%;
    max-width: 119rem;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
   .c-page-about__inner {
        max-width: 100%;
    }
}

/* c-page-about__read
----------------------------------------*/
.c-page-about__read {
    position: relative;
    padding: 17.5rem 2rem 20.4rem;
}
.c-page-about__read::before {
    content: "";
    position: absolute;
    width: 48rem;
    height: calc(100% + 24rem);
    left: 0;
    bottom: 0;
    background: #EBF1FA;
    z-index: -1;
}
.c-page-about__read .c-page-about__inner {
    display: flex;
    justify-content: space-between;
}
.c-page-about__read .c-page-about__inner .text {
    max-width: 50.3rem;
    margin-top: 8rem;
}
.c-page-about__read .c-page-about__inner .text p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
}
.c-page-about__read .c-page-about__inner figure {
    max-width: 63.7rem;
}

@media only screen and (max-width: 768px) {
   .c-page-about__read {
        padding: 0 calc(25 / 375 * 100vw) calc(80 / 375 * 100vw);
    }
    .c-page-about__read::before {
        width: calc(148 / 375 * 100vw);
        height: calc(100% + calc(100 / 375 * 100vw));
    }
    .c-page-about__read .c-page-about__inner {
        display: block;
    }
    .c-page-about__read .c-page-about__inner .text {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: calc(30 / 375 * 100vw);
    }
    .c-page-about__read .c-page-about__inner .text p {
        font-size: calc(14 / 375 * 100vw);
        line-height: 1.8;
    }
    .c-page-about__read .c-page-about__inner figure {
        max-width: 100%;
    }
}

/* c-page-about__group
----------------------------------------*/
.c-page-about__group {
    background: url("../img/about/bg-group.png") no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 5rem 2rem;
}
.c-page-about__group .c-page-about__inner {
    display: flex;
    justify-content: space-between;
    max-width: 121rem;
}
.c-page-about__group .c-page-about__inner .text {
    max-width: 38.4rem;
    color: #fff;
    margin-top: 9rem;
}
.c-page-about__group .c-page-about__inner .text h2 {
    margin-bottom: 11.4rem;
}
.c-page-about__group .c-page-about__inner .text h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.c-page-about__group .c-page-about__inner .text p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    max-width: 37.3rem;
}
.c-page-about__group .c-page-about__inner figure {
    max-width: 72.8rem;
}

@media only screen and (max-width: 768px) {
   .c-page-about__group {
        padding: calc(100 / 375 * 100vw) 0;
    }
    .c-page-about__group .c-page-about__inner {
        display: block;
        max-width: 100%;
    }
    .c-page-about__group .c-page-about__inner .text {
        max-width: 100%;
        margin-top: 0;
        padding: 0 calc(25 / 375 * 100vw);
    }
    .c-page-about__group .c-page-about__inner .text h2 {
        width: calc(234 / 375 * 100vw);
        margin-bottom: calc(50 / 375 * 100vw);
    }
    .c-page-about__group .c-page-about__inner .text h3 {
        font-size: calc(20 / 375 * 100vw);
        margin-bottom: calc(20 / 375 * 100vw);
    }
    .c-page-about__group .c-page-about__inner .text p {
        font-size: calc(14 / 375 * 100vw);
        line-height: 1.8;
        max-width: 100%;
    }
    .c-page-about__group .c-page-about__inner figure {
        max-width: 100%;
        margin-top: calc(40 / 375 * 100vw);
    }
}


/* c-page-about__point
----------------------------------------*/
.c-page-about__point {
    overflow: hidden;
    position: relative;
    padding: 16rem 2rem 11rem;
}
.c-page-about__point::before {
    content: "";
    position: absolute;
    width: 48rem;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #EBF1FA;
    z-index: -1;
}
.c-page-about__point .c-page-about__inner {
    max-width: 120rem;
}
.c-page-about__point .c-page-about__inner h2.ttl-h2 {
    margin-bottom: 7.6rem;
}
.c-page-about__point .img-map {
    position: absolute;
    width: 156rem;
    bottom: 4rem;
    left: 42.2rem;
}
.c-page-about__point-item {
    display: flex;
    column-gap: 14.2rem;
}
.c-page-about__point-item:not(:last-child) {
    margin-bottom: 15rem;
}
.c-page-about__point-item .text {
    max-width: calc(46.4rem + 10.8rem);
    padding-left: 10.8rem;
}
.c-page-about__point-item .text h3 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 16.9rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    padding-top: 2rem;
}
.c-page-about__point-item .text h3 span {
    position: absolute;
    top: 2rem;
    left: 0.7rem;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
}
.c-page-about__point-item .text h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0.7rem;
    width: 3.5rem;
    height: 1px;
    background: #FFFFFF;
}
.c-page-about__point-item .text h4 {
    margin-bottom: 3rem;
}
.c-page-about__point-item .text h4 span {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    background: #005BAC;
    color: #fff;
    padding: .4rem .5rem;
}
.c-page-about__point-item .text p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
}
.c-page-about__point-item figure {
    max-width: 48.5rem;
}

@media only screen and (max-width: 768px) {
   .c-page-about__point {
        padding: calc(80 / 375 * 100vw) calc(25 / 375 * 100vw) calc(60 / 375 * 100vw);
    }
    .c-page-about__point::before {
        width: calc(148 / 375 * 100vw);
    }
    .c-page-about__point .c-page-about__inner {
        max-width: 100%;
    }
    .c-page-about__point .c-page-about__inner h2.ttl-h2 {
        margin-bottom: calc(40 / 375 * 100vw);
    }
    .c-page-about__point .img-map {
        width: calc(655 / 375 * 100vw);
        bottom: inherit;
        left: calc(58 / 375 * 100vw);
        top: calc(70 / 375 * 100vw);
    }
    .c-page-about__point-item {
        display: block;
        column-gap: 0;
    }
    .c-page-about__point-item:not(:last-child) {
        margin-bottom: calc(388 / 375 * 100vw);
    }
    .c-page-about__point-item .text {
        max-width: 100%;
        padding-left: calc(30 / 375 * 100vw);
    }
    .c-page-about__point-item .text h3 {
        font-size: calc(115 / 375 * 100vw);
        padding-top: calc(10 / 375 * 100vw);
        left: calc(-15 / 375 * 100vw);
    }
    .c-page-about__point-item .text h3 span {
        top: calc(10 / 375 * 100vw);
        left: calc(7 / 375 * 100vw);
        font-size: calc(13 / 375 * 100vw);
    }
    .c-page-about__point-item .text h3::before {
        left: calc(7 / 375 * 100vw);
        width: calc(35 / 375 * 100vw);
    }
    .c-page-about__point-item .text h4 {
        margin-bottom: calc(27 / 375 * 100vw);
        padding-left: 0;
        text-align: right;
    }
    .c-page-about__point-item .text h4 span {
        font-size: calc(17 / 375 * 100vw);
        padding: calc(4 / 375 * 100vw) calc(10 / 375 * 100vw);
    }
    .c-page-about__point-item .text p {
        font-size: calc(14 / 375 * 100vw);
    }
    .c-page-about__point-item figure {
        max-width: 100%;
        margin-top: calc(30 / 375 * 100vw);
        margin-left: calc(30 / 375 * 100vw);
    }
}



/* c-page-about__flow
----------------------------------------*/
.c-page-about__flow {
    padding: 15.2rem 2rem 12rem;
    text-align: center;
}
.c-page-about__flow .c-page-about__inner h2.ttl-h2::before {
    display: none;
}
.c-page-about__flow .c-page-about__inner h2.ttl-h2 span {
    padding-left: 2rem;
}
.c-page-about__flow .c-page-about__inner h2.ttl-h2 span::before {
    content: "";
    position: absolute;
    background: url("../img/common/ico-ttl.svg") no-repeat;
    background-size: 100% 100%;
    width: 1.7rem;
    height: 1.7rem;
    top: -.8rem;
    left: 0;
}
.c-page-about__flow .c-page-about__inner h2.ttl-h2 + p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 4.5rem;
}

@media only screen and (max-width: 768px) {
   .c-page-about__flow {
        padding: calc(60 / 375 * 100vw) calc(25 / 375 * 100vw) calc(80 / 375 * 100vw);
    }
    .c-page-about__flow .c-page-about__inner h2.ttl-h2 {
        padding-left: 0;
    }
    .c-page-about__flow .c-page-about__inner h2.ttl-h2 span {
        padding-left: 0;
    }
    .c-page-about__flow .c-page-about__inner h2.ttl-h2 span::before {
        width: calc(11 / 375 * 100vw);
        height: calc(11 / 375 * 100vw);
        top: calc(-7 / 375 * 100vw);
        left: calc(-15 / 375 * 100vw);
    }
    .c-page-about__flow .c-page-about__inner h2.ttl-h2 + p {
        font-size: calc(14 / 375 * 100vw);
        line-height: 1.8;
        margin-bottom: calc(30 / 375 * 100vw);
        text-align: left;
    }
}

/* c-page-about__data
----------------------------------------*/
.c-page-about__data {
    background: #005BAC;
    padding: 15.2rem 2rem 12rem;
}
.c-page-about__data .c-scroll__text {
    top: 12.7rem;
    bottom: inherit;
    opacity: .12;
}
.c-page-about__data .c-scroll__item {
    font-size: 30.6rem;
    font-weight: 500;
    color: #FFFFFF;
}
.c-page-about__data .c-page-about__inner h2.ttl-h2 {
    color: #fff;
    margin-bottom: 8rem;
}

.c-page-about__data-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}
.c-page-about__data-item {
    background: #EBF1FA;
    border-radius: 1rem;
    padding: 4rem 2rem 2rem;
    min-height: 26rem;
    position: relative;
    overflow: hidden;
}
.c-page-about__data-item::before {
    content: "";
    position: absolute;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}
.c-page-about__data-item .count {
    opacity: 0;
    transition: opacity 0.2s ease;
}
.c-page-about__data-item > * {
    z-index: 1;
}
.c-page-about__data-item span {
    display: inline-block;
}
.c-page-about__data-item .color-blue {
    color: #008CD6;
}
.c-page-about__data-item .bg-blue {
    color: #fff;
    background: #008CD6;
    font-size: 1.8rem;
    font-weight: bold;
    padding: .4rem 2rem .6rem;
    line-height: 1;
    border-radius: 1.6rem;
    margin-bottom: 3rem;
}
.c-page-about__data-item .bg-white {
    background: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: .6rem 0;
    line-height: 1;
    border-radius: 1.6rem;
    width: 29.4rem;
    text-align: center;
}
.c-page-about__data-item .bg-gray {
    background: #D2E0F4;
    font-size: 1.2rem;
    font-weight: bold;
    padding: .5rem .9rem;
    line-height: 1.35;
    text-align: center;
    vertical-align: text-bottom;
    margin-right: .7rem;
}
.c-page-about__data-item .text-l {
    font-family: "Barlow", sans-serif;
    font-size: 7rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1;
}
.c-page-about__data-item .text-l small {
    font-size: 4.3rem;
}
.c-page-about__data-item .text-m {
    font-size: 2.3rem;
    font-weight: bold;
}
.c-page-about__data-item .text-s {
    font-size: 1.6rem;
    font-weight: bold;
}
.c-page-about__data-item .text-tb {
    writing-mode: tb;
}
.c-page-about__data-item .text-asterisk {
    font-size: 1.2rem;
    font-weight: 500;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}
.c-page-about__data-item .text-position {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.c-page-about__data-item ul {
    display: flex;
    margin-bottom: 2rem;
}
.c-page-about__data-item ul li {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.c-page-about__data-item ul li > p {
    width: 100%;
}
.c-page-about__data-item ul li:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 9rem;
    background: #BBC7DB;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.c-page-about__data-item p:has(.text-s) + p .text-l {
    margin-top: .8rem;
}

.c-page-about__data-item.data01 {
    width: 76.4%;
    padding-top: 1.5rem;
}
.c-page-about__data-item.data01::before {
    background-image: url("../img/about/img-parts-data01.svg");
    width: 23.2rem;
    height: 18.5rem;
    right: -.65rem;
    bottom: -1.25rem;
}
.c-page-about__data-item.data01 .sttl {
    font-size: 2.7rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    column-gap: 2rem;
    margin-bottom: 4rem;
    padding-left: 3rem;
}
.c-page-about__data-item.data01 .sttl > span {
    font-size: 6.7rem;
    line-height: 1;
    color: #008CD6;
}
.c-page-about__data-item.data01 ul li {
    column-gap: 3.8rem;
}
.c-page-about__data-item.data01 ul li > p {
    width: auto;
    white-space: nowrap;
}
.c-page-about__data-item.data01 .bg-blue {
    font-size: 2.2rem;
    margin-bottom: 0;
}
.c-page-about__data-item.data01 .text-l {
    font-size: 7.9rem;
}
.c-page-about__data-item.data01 .text-l small {
    font-size: 7.9rem;
}

.c-page-about__data-item.data02 {
    width: 20.1%;
}
.c-page-about__data-item.data02::before {
    background-image: url("../img/about/img-parts-data02.svg");
    width: 16.8rem;
    height: 14.2rem;
    right: -4.8rem;
    bottom: -.52rem;
}
.c-page-about__data-item.data02 .bg-blue {
    margin-bottom: 4rem;
}

.c-page-about__data-item.data03 {
    width: 20.1%;
}
.c-page-about__data-item.data03::before {
    background-image: url("../img/about/img-parts-data03.svg");
    width: 14.8rem;
    height: 14.8rem;
    right: -3.8rem;
    bottom: -2.87rem;
}

.c-page-about__data-item.data03 .text-s.text-left {
    line-height: 1.2;
}

.c-page-about__data-item.data04 {
    width: 76.4%;
}
.c-page-about__data-item.data04::before {
    background-image: url("../img/about/img-parts-data04.svg");
    width: 16.6rem;
    height: 19.8rem;
    right: -2.93rem;
    bottom: -1.17rem;
}

.c-page-about__data-item.data05 {
    width: 52.9%;
}
.c-page-about__data-item.data05::before {
    background-image: url("../img/about/img-parts-data05.svg");
    width: 14.4rem;
    height: 14.7rem;
    right: -1.7rem;
    bottom: -2.3rem;
}

.c-page-about__data-item.data06 {
    width: 20.1%;
    padding-inline: 0;
}
.c-page-about__data-item.data06::before {
    background-image: url("../img/about/img-parts-data06.svg");
    width: 14.5rem;
    height: 13.7rem;
    right: -1.7rem;
    bottom: -0.5rem;
}
.c-page-about__data-item.data06 .bg-blue {
    margin-bottom: 4rem;
}
.c-page-about__data-item.data06 .text-l {
    letter-spacing: -0.05em;
}
.c-page-about__data-item.data06 .text-s {
    line-height: 1.2;
    margin-left: .5rem;
}

.c-page-about__data-item.data07 {
    width: 20.1%;
}
.c-page-about__data-item.data07::before {
    background-image: url("../img/about/img-parts-data07.svg");
    width: 16rem;
    height: 14rem;
    right: -2.07rem;
    bottom: -1.4rem;
}
.c-page-about__data-item.data07 .bg-blue {
    margin-bottom: 4rem;
}

.c-page-about__data-item.data08 {
    width: 48.3%;
    padding-top: 1rem;
}
.c-page-about__data-item.data08::before {
    background-image: url("../img/about/img-parts-data08.svg");
    width: 13.6rem;
    height: 14.9rem;
    right: -2.4rem;
    bottom: -1.2rem;
}
.c-page-about__data-item.data08 .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-page-about__data-item.data08 .flex-item:first-child {
    margin-left: 3rem;
}
.c-page-about__data-item.data08 .flex-item figure {
    width: 35.2rem;
}

.c-page-about__data-item.data09 {
    width: 48.3%;
}
.c-page-about__data-item.data09::before {
    background-image: url("../img/about/img-parts-data09.svg");
    width: 13.3rem;
    height: 11.7rem;
    right: -2rem;
    bottom: -.3rem;
}
.c-page-about__data-item.data09 ul li {
    align-items: flex-end;
}
.c-page-about__data-item.data09 .bg-gray {
    padding: 1.2rem .9rem;
}

.c-page-about__data-item.data10 {
    width: 100%;
    min-height: 21.3rem;
    padding-top: 5rem;
}
.c-page-about__data-item.data10 .bg-blue {
    margin-bottom: 1.5rem;
}
.c-page-about__data-item.data10 ul li:nth-child(1)::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../img/about/img-parts-data10.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 11.4rem;
    height: 12.6rem;
    right: -.7rem;
    bottom: -6.3rem;
}
.c-page-about__data-item.data10 ul li:nth-child(2)::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../img/about/img-parts-data11.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 10.4rem;
    height: 7.5rem;
    right: .76rem;
    bottom: -4.8rem;
}
.c-page-about__data-item.data10 ul li:nth-child(3)::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../img/about/img-parts-data12.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 22.5rem;
    height: 11rem;
    right: -5.8rem;
    bottom: -5.8rem;
}

.c-page-about__data-item.data11 {
    width: 100%;
    padding-top: 4.4rem;
}
.c-page-about__data-item.data11::before {
    background-image: url("../img/about/img-parts-data13.svg");
    width: 18.9rem;
    height: 20.1rem;
    right: inherit;
    left: -2.6rem;
    bottom: -1.5rem;
}
.c-page-about__data-item.data11::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../img/about/img-parts-data14.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 25rem;
    height: 20.7rem;
    right: -.7rem;;
    bottom: -5.2rem;
}
.c-page-about__data-item.data11 .bg-blue {
    font-size: 2.8rem;
    border-radius: 2.3rem;
    padding: .6rem 2rem .8rem;
}
.c-page-about__data-item.data11 .text-l {
    font-size: 8.8rem;
    letter-spacing: 0.05em;
}
.c-page-about__data-item.data11 .bg-gray {
    font-size: 1.7rem;
    padding: 1.8rem 1.4rem;
    margin-right: 1.5rem;
}
.c-page-about__data-item.data11 .text-asterisk {
    right: 0;
    bottom: inherit;
    top: 5rem;
}


@media only screen and (max-width: 768px) {
   .c-page-about__data {
        padding: calc(50 / 375 * 100vw) calc(25 / 375 * 100vw) calc(80 / 375 * 100vw);
    }
    .c-page-about__data .c-scroll__text {
        top: calc(40 / 375 * 100vw);
    }
    .c-page-about__data .c-scroll__item {
        font-size: calc(120 / 375 * 100vw);
    }
    .c-page-about__data .c-page-about__inner h2.ttl-h2 {
        margin-bottom: calc(30 / 375 * 100vw);
    }

    .c-page-about__data-list {
        gap: calc(20 / 375 * 100vw);
    }
    .c-page-about__data-item {
        border-radius: calc(10 / 375 * 100vw);
        padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) calc(50 / 375 * 100vw);
        min-height: inherit;
    }
    .c-page-about__data-item::before {
        background-size: contain;
    }
    .c-page-about__data-item .bg-blue {
        font-size: calc(18 / 375 * 100vw);
        padding: calc(4 / 375 * 100vw) calc(20 / 375 * 100vw) calc(6 / 375 * 100vw);
        border-radius: calc(16 / 375 * 100vw);
        margin-bottom: calc(20 / 375 * 100vw);
    }
    .c-page-about__data-item .bg-white {
        font-size: calc(14 / 375 * 100vw);
        padding: calc(6 / 375 * 100vw) 0;
        border-radius: calc(16 / 375 * 100vw);
        width: 100%;
    }
    .c-page-about__data-item .bg-gray {
        font-size: calc(12 / 375 * 100vw);
        padding: calc(5 / 375 * 100vw) calc(10 / 375 * 100vw);
        margin-right: calc(10 / 375 * 100vw);
    }
    .c-page-about__data-item .text-l {
        font-size: calc(70 / 375 * 100vw);
    }
    .c-page-about__data-item .text-l small {
        font-size: calc(43 / 375 * 100vw);
    }
    .c-page-about__data-item .text-m {
        font-size: calc(20 / 375 * 100vw);
    }
    .c-page-about__data-item .text-s {
        font-size: calc(16 / 375 * 100vw);
    }
    .c-page-about__data-item .text-asterisk {
        font-size: calc(12 / 375 * 100vw);
        right: calc(15 / 375 * 100vw);
        bottom: calc(15 / 375 * 100vw);
    }
    .c-page-about__data-item .text-position {
        bottom: 0;
        position: relative;
        margin-top: calc(40 / 375 * 100vw);
    }
    .c-page-about__data-item ul {
        display: block;
        margin-bottom: 0;
    }
    .c-page-about__data-item ul li {
        width: 100%;
    }
    .c-page-about__data-item ul li + li {
        padding-top: calc(30 / 375 * 100vw);
        margin-top: calc(30 / 375 * 100vw);
    }
    .c-page-about__data-item ul li > p {
        width: 100%;
    }
    .c-page-about__data-item ul li:not(:first-child)::before {
        width: calc(100 / 375 * 100vw);
        height: 1px;
        right: 0;
        left: 0;
        top: 0;
        bottom: inherit;
    }
    .c-page-about__data-item p:has(.text-s) + p .text-l {
        margin-top: calc(10 / 375 * 100vw);
    }

    .c-page-about__data-item.data01 {
        width: 100%;
        padding-top: calc(20 / 375 * 100vw);
    }
    .c-page-about__data-item.data01::before {
        width: calc(232 / 375 * 100vw);
        height: calc(185 / 375 * 100vw);
        right: calc(-10 / 375 * 100vw);
        bottom: calc(-9/ 375 * 100vw);
    }
    .c-page-about__data-item.data01 .sttl {
        font-size: calc(20 / 375 * 100vw);
        column-gap: calc(10 / 375 * 100vw);
        margin-bottom: calc(30 / 375 * 100vw);
        padding-left: 0;
    }
    .c-page-about__data-item.data01 .sttl > span {
        font-size: calc(50 / 375 * 100vw);
        margin-top: calc(-5 / 375 * 100vw);
    }
    .c-page-about__data-item.data01 ul li {
        margin-bottom: 0;
    }
    .c-page-about__data-item.data01 ul li > p {
        width: 100%;
    }
    .c-page-about__data-item.data01 .bg-blue {
        font-size: calc(18 / 375 * 100vw);
        margin-bottom: calc(5 / 375 * 100vw);
    }
    .c-page-about__data-item.data01 .text-l {
        font-size: calc(69 / 375 * 100vw);
    }

    .c-page-about__data-item.data02 {
        width: 100%;
    }
    .c-page-about__data-item.data02::before {
        width: calc(148 / 375 * 100vw);
        height: calc(122 / 375 * 100vw);
        right: calc(-48 / 375 * 100vw);
        bottom: calc(-5 / 375 * 100vw);
    }
    .c-page-about__data-item.data02 .bg-blue {
        margin-bottom: calc(10 / 375 * 100vw);
    }

    .c-page-about__data-item.data03 {
        width: 100%;
    }
    .c-page-about__data-item.data03::before {
        width: calc(128 / 375 * 100vw);
        height: calc(128 / 375 * 100vw);
        right: calc(-14 / 375 * 100vw);
        bottom: calc(-23 / 375 * 100vw);
    }

    .c-page-about__data-item.data04 {
        width: 100%;
    }
    .c-page-about__data-item.data04::before {
        width: calc(166 / 375 * 100vw);
        height: calc(198 / 375 * 100vw);
        right: calc(-30 / 375 * 100vw);
        bottom: calc(-12 / 375 * 100vw);
    }

    .c-page-about__data-item.data05 {
        width: 100%;
    }
    .c-page-about__data-item.data05::before {
        width: calc(174 / 375 * 100vw);
        height: calc(177 / 375 * 100vw);
        right: calc(-27 / 375 * 100vw);
        bottom: calc(-23 / 375 * 100vw);
    }

    .c-page-about__data-item.data06 {
        width: 100%;
        padding-inline: 0;
    }
    .c-page-about__data-item.data06::before {
        width: calc(145 / 375 * 100vw);
        height: calc(137 / 375 * 100vw);
        right: calc(-17 / 375 * 100vw);
        bottom: calc(-5 / 375 * 100vw);
    }
    .c-page-about__data-item.data06 .bg-blue {
        margin-bottom: calc(20 / 375 * 100vw);
    }
    .c-page-about__data-item.data06 .text-s {
        margin-left: calc(5 / 375 * 100vw);
    }

    .c-page-about__data-item.data07 {
        width: 100%;
    }
    .c-page-about__data-item.data07::before {
        width: calc(130 / 375 * 100vw);
        height: calc(110 / 375 * 100vw);
        right: calc(-20 / 375 * 100vw);
        bottom: calc(-14 / 375 * 100vw);
    }
    .c-page-about__data-item.data07 .bg-blue {
        margin-bottom: calc(20 / 375 * 100vw);
    }

    .c-page-about__data-item.data08 {
        width: 100%;
        padding-top: calc(40 / 375 * 100vw);
    }
    .c-page-about__data-item.data08::before {
        width: calc(116 / 375 * 100vw);
        height: calc(129 / 375 * 100vw);
        right: calc(-24 / 375 * 100vw);
        bottom: calc(-12 / 375 * 100vw);
    }
    .c-page-about__data-item.data08 .flex-box {
        display: block;
    }
    .c-page-about__data-item.data08 .flex-item:first-child {
        margin-left: 0;
    }
    .c-page-about__data-item.data08 .flex-item figure {
        width: 100%;
        margin-top: calc(40 / 375 * 100vw);
    }

    .c-page-about__data-item.data09 {
        width: 100%;
    }
    .c-page-about__data-item.data09::before {
        width: calc(153 / 375 * 100vw);
        height: calc(137 / 375 * 100vw);
        right: calc(-30 / 375 * 100vw);
        bottom: calc(0 / 375 * 100vw);
    }
    .c-page-about__data-item.data09 .bg-gray {
        padding: calc(12 / 375 * 100vw) calc(9 / 375 * 100vw);
    }

    .c-page-about__data-item.data10 {
        width: 100%;
        min-height: inherit;
        padding-top: calc(40 / 375 * 100vw);
    }
    .c-page-about__data-item.data10 .bg-blue {
        margin-bottom: calc(15 / 375 * 100vw);
    }
    .c-page-about__data-item.data10 ul li:nth-child(1)::after {
        background-size: contain;
        width: calc(114 / 375 * 100vw);
        height: calc(96 / 375 * 100vw);
        right: calc(-37 / 375 * 100vw);
        bottom: calc(-53 / 375 * 100vw);
    }
    .c-page-about__data-item.data10 ul li:nth-child(2)::after {
        background-size: contain;
        width: calc(104 / 375 * 100vw);
        height: calc(65 / 375 * 100vw);
        right: calc(-22 / 375 * 100vw);
        bottom: calc(-48 / 375 * 100vw);
    }
    .c-page-about__data-item.data10 ul li:nth-child(3)::after {
        background-size: contain;
        width: calc(225 / 375 * 100vw);
        height: calc(90 / 375 * 100vw);
        right: calc(-88 / 375 * 100vw);
        bottom: calc(-53 / 375 * 100vw);
    }

    .c-page-about__data-item.data11 {
        width: 100%;
        padding-top: calc(40 / 375 * 100vw);
    }
    .c-page-about__data-item.data11::before {
        width: calc(189 / 375 * 100vw);
        height: calc(161 / 375 * 100vw);
        left: calc(-26 / 375 * 100vw);
        bottom: calc(-15 / 375 * 100vw);
    }
    .c-page-about__data-item.data11::after {
        background-size: contain;
        width: calc(250 / 375 * 100vw);
        height: calc(117 / 375 * 100vw);
        right: calc(-137 / 375 * 100vw);
        bottom: inherit;
        top: calc(18 / 375 * 100vw);
    }
    .c-page-about__data-item.data11 .bg-blue {
        font-size: calc(18 / 375 * 100vw);
        padding: calc(4 / 375 * 100vw) calc(20 / 375 * 100vw) calc(6 / 375 * 100vw);
        border-radius: calc(16 / 375 * 100vw);
    }
    .c-page-about__data-item.data11 .text-l {
        font-size: calc(65 / 375 * 100vw);
    }
    .c-page-about__data-item.data11 .bg-gray {
        font-size: calc(12 / 375 * 100vw);
        padding: calc(12 / 375 * 100vw) calc(9 / 375 * 100vw);
        margin-right: calc(10 / 375 * 100vw);
    }
    .c-page-about__data-item.data11 .text-asterisk {
        top: calc(60 / 375 * 100vw);
    }
}





