@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap');
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
		box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
    --primary: #0E69B9;
    --black: #222;
    --font-noto: 'Noto Sans JP', sans-serif;
    --font-roboto: 'Roboto', sans-serif;
    /* PC基準：1440pxで16px */
    --fs-base-pc: calc(100vw / 90);
    /* 1440 ÷ 16 ≈ 90 */
    --fs-base-tb: calc(100vw / 64);
    /* 1024 ÷ 16 ≈ 64 */
    /* SP基準：375pxで16px */
    --fs-base-sp: calc(100vw / 23.4375);
    /* 375 ÷ 16 = 23.4375 */
}

.bl_policyTopPageBody {
    margin: 0;
}

.bl_policyHtml {
    font-size: var(--fs-base-pc);
}

@media (max-width: 960px) {
    .bl_policyHtml {
        font-size: var(--fs-base-tb);
    }
}

@media (max-width: 768px) {
    .bl_policyHtml {
        font-size: var(--fs-base-sp);
    }
}

.bl_policyTopPage {
    font-size: calc(16 / 16 * 1rem);
    font-family: var(--font-noto);
    margin-block: 0;
}

@media (max-width: 960px) {
    .bl_policyTopPage {
        width: 960px;
    }
}

@media (max-width: 768px) {
    .bl_policyTopPage {
        width: 100%;
    }
}

.bl_policyTopPage img {
    width: 100%;
    height: auto;
    display: block;
}

.sp_only {
    display: none;
}

.pc_only {
    display: block;
}

@media (max-width: 768px) {

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }
}


/*-----------
  FV
 ----------*/

.bl_fvWrapper {
    position: relative;
    z-index: 0;
    margin-bottom: calc(37 / 16 * 1rem);
}

@media (max-width: 768px) {
    .bl_fvWrapper {
        padding-inline: calc(19 / 16 * 1rem);
    }
}

.bl_fvWrapper_inner {
    position: relative;
    max-width: calc(1325 / 16 * 1rem);
    width: 100%;
    margin-inline: auto;
    padding-top: calc(190 / 16 * 1rem);
    padding-bottom: calc(280 / 16 * 1rem);
}

@media (max-width: 768px) {
    .bl_fvWrapper_inner {
        padding-top: calc(104 / 16 * 1rem);
        padding-bottom: calc(320 / 16 * 1rem);
    }
}

.bl_fvWrapper_ttl {
    position: relative;
    z-index: 1;
}

.el_fvWrapper_title {
    width: fit-content;
    font-size: calc(72 / 16 * 1rem);
    font-weight: 800;
    letter-spacing: calc(3.6 / 72 * 1em);
    color: #fff;
    background: linear-gradient(270deg, #14A1FF 0%, #0E69B9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-block: 0;
    margin-bottom: calc(8 / 16 * 1rem);
    font-family: var(--font-roboto);
    margin-inline: auto;
}

@media (max-width: 768px) {
    .el_fvWrapper_title {
        line-height: 1;
    }
}

.bl_fvWrapper_text {
    color: #0E69B9;
    font-size: calc(24 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.5;
    margin-block: 0;
    width: fit-content;
    margin-inline: auto;
}

@media (max-width: 768px) {
    .bl_fvWrapper_text {
        width: 100%;
    }
}

.el_fvWrapper_image {
    position: absolute;
    bottom: calc(19 / 16 * 1rem);
    right: 0;
    z-index: 0;
    height: auto;
    display: block;
}


.el_fvWrapper_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: auto;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.el_fvWrapper_bg img {
    width: 100%;
    display: block;
    object-position: center;
}


/*-----------
  Concept
 ----------*/

.bl_conceptWrapper {
    position: relative;
    padding-bottom: calc(150 / 16 * 1rem);
    /* margin-bottom: calc(72 / 16 * 1rem); */
}

@media (max-width: 768px) {
    .bl_conceptWrapper {
        padding-bottom: calc(140 / 16 * 1rem);
        /* margin-bottom: calc(41 / 16 * 1rem); */
    }
}

.el_conceptWrapper_water {
    position: absolute;
    top: calc(105 / 16 * 1rem);
    right: calc(149 / 16 * 1rem);
    width: 100%;
    height: auto;
    display: block;
    max-width: calc(130 / 16 * 1rem);
}

@media (max-width: 1215px) {
    .el_conceptWrapper_water {
        right: calc(20 / 16 * 1rem);
    }
}

@media (max-width: 768px) {
    .el_conceptWrapper_water {
        top: calc(250 / 16 * 1rem);
        right: calc(42 / 16 * 1rem);
        max-width: calc(75 / 16 * 1rem);
    }
}

.el_conceptWrapper_beer {
    position: absolute;
    top: calc(250 / 16 * 1rem);
    left: 10vw;
    width: 100%;
    height: auto;
    display: block;
    max-width: calc(140 / 16 * 1rem);
}

@media (max-width: 1215px) {
    .el_conceptWrapper_beer {
        left: calc(20 / 16 * 1rem);
    }
}

@media (max-width: 768px) {
    .el_conceptWrapper_beer {
        top: calc(266 / 16 * 1rem);
        left: calc(46 / 16 * 1rem);
        max-width: calc(80 / 16 * 1rem);
    }
}

.bl_conceptWrapper_copyWrapper {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: calc(15 / 16 * 1rem);
}

@media (max-width: 768px) {
    .bl_conceptWrapper_copyWrapper {
        padding-inline: calc(20 / 16 * 1rem);
        margin-bottom: calc(80 / 16 * 1rem);
    }
}

.el_conceptWrapper_copyTitle {
    color: var(--primary);
    font-size: calc(40 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.2;
    width: fit-content;
    margin: 0;
    margin-inline: auto;
    margin-bottom: calc(24 / 16 * 1rem);
}

.el_conceptWrapper_copyText {
    color: var(--black);
    text-align: center;
    font-size: calc(16 / 16 * 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.64px;
    margin: 0;
}

@media (max-width: 768px) {
    .el_conceptWrapper_copyTitle {
        font-size: calc(24 / 16 * 1rem);
    }

    .el_conceptWrapper_copyText {
        font-size: calc(14 / 16 * 1rem);
    }
}

/* コンテンツ */

.bl_qualityWrapper_contents {
    position: relative;
}

.bl_qualityWrapper {
    position: relative;
    margin-inline: auto;
    box-sizing: border-box;
    width: 100%;
    margin-inline: auto;
    padding-top: calc(254 / 16 * 1rem);
    padding-bottom: calc(233 / 16 * 1rem);
}

@media (max-width: 768px) {
    .bl_qualityWrapper {
        padding-top: calc(113 / 16 * 1rem);
        padding-bottom: calc(150 / 16 * 1rem);
    }
}

.el_qualityWrapper_bubbleLeft {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    max-width: calc(600 / 16 * 1rem);
    z-index: -1;
}

.el_qualityWrapper_bubbleRight {
    position: absolute;
    bottom: calc(185 / 16 * 1rem);
    right: 0;
    z-index: 0;
    display: block;
    width: 100%;
    max-width: calc(500 / 16 * 1rem);
}

.el_qualityWrapper_bubbleSp {
    display: none !important;
}

@media (max-width: 768px) {
    .el_qualityWrapper_bubbleLeft,
    .el_qualityWrapper_bubbleRight {
        display: none !important;
    }

    .el_qualityWrapper_bubbleSp{
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        display: block !important;
        width: 100%;
    }
}



.el_qualityWrapper_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1359 / 1322;
    z-index: -1;
}

@media (max-width: 768px) {
    .el_qualityWrapper_bg {
        aspect-ratio: auto;
    }
}

.el_qualityWrapper_bg img {
    width: 100%;
    display: block;
    height: 100%;
}


.bl_qualityWrapper_inner {
    max-width: calc(860 / 16 * 1rem);
    width: 100%;
    margin-inline: auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}


.bl_qualityWrapper_ttlWrapper {
    margin-bottom: calc(56 / 16 * 1rem);
}

@media (max-width: 768px) {
    .bl_qualityWrapper_ttlWrapper {
        margin-bottom: calc(40 / 16 * 1rem);
    }
}


.el_qualityWrapper_ttlText {
    color: #fff;
    font-family: var(--font-noto);
    font-size: calc(20 / 16 * 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: calc(0.64 / 16 * 1em);
    margin: 0;
    margin-bottom: calc(24 / 16 * 1rem);
    text-align: center;
}

@media (max-width: 768px) {
    .el_qualityWrapper_ttlText {
        font-size: calc(16 / 16 * 1rem);
    }
}


.el_qualityWrapper_ttlTitle {
    color: var(--white, #FFF);
    width: fit-content;
    margin: 0;
    margin-inline: auto;
    font-family: var(--font-roboto);
    font-size: calc(56 / 16 * 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .el_qualityWrapper_ttlTitle {
        text-align: center;
        font-size: calc(48 / 16 * 1rem);
    }
}


.bl_qualityWrapper_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(24 / 16 * 1rem);
}

@media (max-width: 768px) {
    .bl_qualityWrapper_list {
        padding-inline: calc(52 / 16 * 1rem);
    gap: calc(16 / 16 * 1rem);
    }
}

.bl_qualityWrapper_item {
    display: flex;
    flex-direction: column;
    gap: calc(16 / 16 * 1rem);
    max-width: calc(270 / 16 * 1rem);
    width: 100%;
    padding-inline: calc(24 / 16 * 1rem);
    padding-block: calc(32 / 16 * 1rem);
    background-color: #fff;
    border-radius: calc(16 / 16 * 1rem);
    border: 2px solid #B8E3FF;
    box-sizing: border-box;
}


.el_qualityWrapper_itemNumber {
    position: relative;
    z-index: 1;
    color: #0E6AB9;
    font-family: var(--font-noto);
    font-size: calc(16 / 16 * 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: calc(0.64 / 16 * 1em);
    margin: 0;
    width: fit-content;
    padding: calc(10 / 16 * 1rem);
    margin-inline: auto;
}

.el_qualityWrapper_itemNumber::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background-color: #E8F6FF;
    z-index: -1;
}

.el_qualityWrapper_itemIcon {
    width: auto;
    height: auto;
    display: block;
    margin-inline: auto;
}

.bl_qualityWrapper_item img {
    width: 100%;
    max-width: calc(46 / 16 * 1rem);
    margin-inline: auto;
    height: auto;
}

.el_qualityWrapper_itemText {
    margin: 0;
    color: var(--black);
    text-align: center;
    font-family: var(--font-noto);
    font-size: calc(16 / 16 * 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: calc(0.64 / 16 * 1em);
}


/*-----------
  About
 ----------*/

.bl_aboutWrapper {
    position: relative;
    z-index: 0;
    margin-bottom: calc(72 / 16 * 1rem);
}

.el_aboutWrapper_img01,
.el_aboutWrapper_img02,
.el_aboutWrapper_img03,
.el_aboutWrapper_img04 {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
}

.el_aboutWrapper_img01 {
    top: calc(12 / 16 * 1rem);
    left: calc(113 / 16 * 1rem);
    max-width: calc(40 / 16 * 1rem);
    rotate: 8deg;
}

@media (max-width: 768px) {
    .el_aboutWrapper_img01 {
        top: 0;
        left: calc(37 / 16 * 1rem);
        max-width: calc(23 / 16 * 1rem);
    }
}

.el_aboutWrapper_img02 {
    top: calc(-105 / 16 * 1rem);
    right: calc(82 / 16 * 1rem);
    max-width: calc(91 / 16 * 1rem);
    rotate: -16deg;
}

@media (max-width: 768px) {
    .el_aboutWrapper_img02 {
        top: calc(-48 / 16 * 1rem);
        right: calc(25 / 16 * 1rem);
        max-width: calc(43 / 16 * 1rem);
    }
}

.el_aboutWrapper_img03 {
    bottom: calc(-174 / 16 * 1rem);
    left: calc(42 / 16 * 1rem);
    max-width: calc(77 / 16 * 1rem);
    rotate: -25deg;
}

@media (max-width: 768px) {
    .el_aboutWrapper_img03 {
        bottom: calc(-51 / 16 * 1rem);
        left: calc(28 / 16 * 1rem);
        max-width: calc(32 / 16 * 1rem);
    }
}

.el_aboutWrapper_img04 {
    bottom: calc(-16 / 16 * 1rem);
    right: calc(70 / 16 * 1rem);
    max-width: calc(102 / 16 * 1rem);
}

@media (max-width: 768px) {
    .el_aboutWrapper_img04 {
        bottom: calc(-32 / 16 * 1rem);
        right: calc(32 / 16 * 1rem);
        max-width: calc(70 / 16 * 1rem);
    }
}

.bl_aboutWrapper_inner {
    max-width: calc(860 / 16 * 1rem);
    margin-inline: auto;
}

@media (max-width: 768px) {
    .bl_aboutWrapper_inner {
        padding-block: calc(90 / 16 * 1rem) calc(80 / 16 * 1rem);
    }
}

.bl_aboutWrapper_text {
    color: var(--black, #464646);
    text-align: center;
    font-family: var(--font-noto);
    font-size: calc(16 / 16 * 1rem);
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: calc(0.64 / 16 * 1em);
    margin-bottom: calc(56 / 16 * 1rem);
    width: fit-content;
    margin-top: 0;
    margin-inline: auto;
    color: var(--primary);
    font-size: calc(40 / 16 * 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: calc(-1.2 / 40 * 1em);
}

.bl_aboutWrapper_contentsWrapper {
    display: flex;
    flex-direction: column;
    gap: calc(40 / 16 * 1rem);
}

@media (max-width: 768px) {
    .bl_aboutWrapper_contentsWrapper {
        padding-inline: calc(20 / 16 * 1rem);
    }
}

.bl_aboutWrapper_contents {
    display: flex;
    flex-direction: column;
    gap: calc(24 / 16 * 1rem);
    margin-inline: auto;
    width: fit-content;
}

.el_aboutWrapper_contentsText {
    color: var(--primary);
    text-align: center;
    font-size: calc(16 / 16 * 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: calc(0.64 / 16 * 1em);
    margin-block: 0;
    margin-inline: auto;
    width: fit-content;
}

/*-----------
  Story
 ----------*/

.bl_storyWrapper {
    position: relative;
    z-index: 0;
    padding-block: calc(80 / 16 * 1rem);
    overflow: hidden;
}

.el_storyWrapper_shapeRight,
.el_storyWrapper_shapeLeft {
    position: absolute;
    height: auto;
    display: block;
}


.el_storyWrapper_shapeRight {
    top: calc(135 / 16 * 1rem);
    right: 0;
    max-width: calc(199 / 16 * 1rem);
}

.el_storyWrapper_shapeLeft {
    bottom: calc(99 / 16 * 1rem);
    left: 0;
    max-width: calc(328 / 16 * 1rem);
}


@media (max-width: 768px) {
    .el_storyWrapper_shapeLeft {
        display: none !important;
    }

    .el_storyWrapper_shapeRight {
        top: calc(72 / 16 * 1rem);
        right: calc(-43 / 16 * 1rem);
        max-width: calc(240 / 16 * 1rem);
    }
}

.bl_storyWrapper_ttl {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: calc(16 / 16 * 1rem);
    padding-bottom: calc(24 / 16 * 1rem);
    margin-bottom: calc(64 / 16 * 1rem);
}

.bl_storyWrapper_ttl::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(31 / 16 * 1rem);
    height: 2px;
    background-color: var(--primary);
}


.el_storyWrapper_subtitle {
    color: var(--primary);
    font-family: var(--font-roboto);
    font-size: calc(22 / 16 * 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-block: 0;
    margin-bottom: calc(16 / 16 * 1rem);
}

.el_storyWrapper_title {
    color: var(--primary);
    font-size: calc(40 / 16 * 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: calc(-1.2 / 40 * 1em);
    width: fit-content;
    margin-inline: auto;
    margin-block: 0;
}

.bl_storyWrapper_slider {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .bl_storyWrapper_slider {
        padding-inline: calc(20 / 16 * 1rem);
    }
}

.bl_storyWrapper_item {
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
    border-radius: calc(16 / 16 * 1rem);
    border: 2px solid #E1F3FF;
    background: #FFF;
    box-shadow: 0 8px 20px 0 rgba(92, 194, 220, 0.25);
    max-width: calc(372 / 16 * 1rem);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
@media(hover: hover) {
    .bl_storyWrapper_item:hover {
        transform: translateY(4px);
        box-shadow: 0 4px 10px 0 rgba(92, 194, 220, 0.2);
    }
}
@media (max-width: 768px) {
    .bl_storyWrapper_item {
        max-width: calc(300 / 16 * 1rem);
    }
}

.bl_storyWrapper_item_content {
    display: flex;
    flex-direction: column;
    gap: calc(16 / 16 * 1rem);
    background-color: #fff;
    padding: calc(16 / 16 * 1rem);
}

.el_storyWrapper_item_arrow {
    max-width: calc(24 / 16 * 1rem);
    display: block;
    margin-left: auto;
}

.el_storyWrapper_item_title {
    overflow: hidden;
    color: var(--primary, #0E69B9);
    text-overflow: ellipsis;
    font-family: var(--font-noto);
    font-size: calc(20 / 16 * 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin-block: 0;
}

.el_storyWrapper_item_text {
    width: 100%;
    overflow: hidden;
    color: var(--black, #464646);
    -webkit-line-clamp: 3;
    /* 最大行数を2行に設定 */
    max-height: calc(62 / 16 * 1rem);
    /* 行の高さ×行数で高さを設定 */
    font-family: "Noto Sans JP";
    font-size: calc(14 / 16 * 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: calc(0.56 / 14 * 1em);
    margin-block: 0;
}

.storySwiper {
    max-width: calc(1164 / 16 * 1rem);
    margin-inline: auto;
    overflow: visible;
}


.storySwiper .swiper-slide {
    width: fit-content !important;
}

@media (min-width: 768px) {
    .swiper-wrapper {
        justify-content: space-between;
    }
}

/*-----------
  Data
 ----------*/

.bl_dataSection {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.bl_dataContentWrapper {
    position: relative;
    z-index: 1;
    margin-inline: auto;
    background-color: #66C2FF;
    padding-bottom: calc(224 / 16 * 1rem);
}

@media (max-width: 768px) {
    .bl_dataContentWrapper {
        padding-bottom: calc(80 / 16 * 1rem);
    }
}

.bl_dataSection_wave{
    display:    block ;
    margin-bottom: calc(-1 / 16 * 1rem);
}

.bl_dataSection_wave_bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
}

.bl_dataContentWrapper_inner {
    position: relative;
    padding-block: calc(64 / 16 * 1rem);
    max-width: calc(860 / 16 * 1rem);
    margin-inline: auto;
}



.el_dataContentWrapper_title {
    position: relative;
    width: fit-content;
    color: var(--white, #FFF);
    font-size: calc(40 / 16 * 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: calc(-1.2 / 40 * 1em);
    margin: 0;
    margin-inline: auto;
    padding-bottom: calc(24 / 16 * 1rem);
    margin-bottom: calc(64 / 16 * 1rem);
}

@media (max-width: 768px) {
    .el_dataContentWrapper_title {
        font-size: calc(32 / 16 * 1rem);
        text-align: center;
        margin-bottom: calc(48 / 16 * 1rem);
        line-height: 1.2;
    }
}

.el_dataContentWrapper_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(31 / 16 * 1rem);
    height: 2px;
    background-color: #fff;
}

.el_dataContentWrapper_shapeRight,
.el_dataContentWrapper_shapeLeft {
    position: absolute;
    display: block;
    width: 100%;
}

.el_dataContentWrapper_shapeRight {
    top: calc(76 / 16 * 1rem);
    right: 0;
    max-width: calc(383 / 16 * 1rem);
}

@media (max-width: 768px) {
    .el_dataContentWrapper_shapeRight {
        top: calc(12 / 16 * 1rem);
        right: calc(-81 / 16 * 1rem);
        max-width: calc(240 / 16 * 1rem);
    }
}

.el_dataContentWrapper_shapeLeft {
    bottom: calc(253 / 16 * 1rem);
    left: 0;
    max-width: calc(383 / 16 * 1rem);
}

@media (max-width: 768px) {
    .el_dataContentWrapper_shapeLeft {
        top: calc(253 / 16 * 1rem);
        left: calc(8 / 16 * 1rem);
        bottom: auto;
        max-width: calc(134 / 16 * 1rem);
    }
}

.el_dataContentWrapper_shapeSp{
    display: none !important;
}

@media (max-width: 768px) {
    .el_dataContentWrapper_shapeSp {
        display: block !important;
        position: absolute;
        top: calc(643 / 16 * 1rem);
        right: calc(43 / 16 * 1rem);
        width: 100%;
        max-width: calc(102 / 16 * 1rem);
    }
}

.bl_dataList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(24 / 16 * 1rem);
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .bl_dataList {
        grid-template-columns: repeat(1, 1fr);
        max-width: calc(270 / 16 * 1rem);
        margin-inline: auto;
    }
}

.bl_dataList_item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: calc(16 / 16 * 1rem);
    border-radius: calc(16 / 16 * 1rem);
    padding: calc(32 / 16 * 1rem);
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .bl_dataList_item {
        padding-block: calc(24 / 16 * 1rem);
        padding-inline: calc(32 / 16 * 1rem);
    }
}

.el_dataList_item_icon {
    display: block;
    margin-inline: auto;
    max-width: calc(80 / 16 * 1rem);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 768px) {
    .el_dataList_item_icon {
        max-width: calc(60 / 16 * 1rem);
    }
}

.bl_dataList_item_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(4 / 16 * 1rem);
}

.el_dataList_title {
    color: var(--black);
    margin: 0;
    font-family: var(--font-noto);
    font-size: calc(16 / 16 * 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(0.64 / 16 * 1em);
    margin-inline: auto;
    width: fit-content;
}

@media (max-width: 768px) {
    .el_dataList_title {
        font-size: calc(14 / 16 * 1rem);
    }
}

.el_dataList_data {
    display: grid;
    grid-template-columns: auto auto;
    align-items: flex-end;
    justify-content: center;
    gap: calc(3 / 16 * 1rem);
    margin: 0;
    width: fit-content;
    margin-inline: auto;
    color: var(--primary, #0E69B9);
}

.el_dataList_data_number {
    display: block;
    color: var(--primary);
    font-family: var(--font-roboto);
    font-size: calc(72 / 16 * 1rem);
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: calc(-2.018 / 72 * 1em);
}

@media (max-width: 768px) {
    .el_dataList_data {
        font-size: calc(48 / 16 * 1rem);
    }
}

.el_dataList_data_unit {
    display: block;
    color: var(--primary);
    text-align: center;
    font-family: var(--font-noto);
    font-size: calc(36 / 16 * 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: calc(-1.2 / 36 * 1em);
    padding-bottom: calc(10 / 16 * 1rem);
}

@media (max-width: 768px) {
    .el_dataList_data_unit {
        font-size: calc(24 / 16 * 1rem);
    }
}


/*-----------
  Management
 ----------*/
.bl_managementSection {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-block: calc(80 / 16 * 1rem);
}

@media (max-width: 768px) {
    .bl_managementSection {
        margin-top: calc(-1 / 16 * 1rem);
    }
}

.el_managementSection_shapeRight,
.el_managementSection_shapeLeft {
    position: absolute;
    display: block;
    width: 100%;
}

.el_managementSection_shapeLeft {
    top: calc(80 / 16 * 1rem);
    left: 0;
    max-width: calc(191 / 16 * 1rem);
}

@media (max-width: 768px) { 
    .el_managementSection_shapeLeft {
        display: none !important;
    }
}

.el_managementSection_shapeRight {
    bottom: calc(-2 / 16 * 1rem);
    right: 0;
    max-width: calc(328 / 16 * 1rem);
}

@media (max-width: 768px) {
    .el_managementSection_shapeRight {
        top: calc(72 / 16 * 1rem);
        right: calc(-43 / 16 * 1rem);
        max-width: calc(191 / 16 * 1rem);
    }
}

.bl_managementSection_inner {
    max-width: calc(860 / 16 * 1rem);
    margin-inline: auto;
}

@media (max-width: 768px) {
    .bl_managementSection_inner {
        max-width: 100%;
        padding-inline: calc(20 / 16 * 1rem);
    }
}

.managementContentWrapper_title {
    position: relative;
    width: fit-content;
    color: var(--primary);
    font-size: calc(40 / 16 * 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: calc(-1.2 / 40 * 1em);
    margin: 0;
    margin-inline: auto;
    padding-bottom: calc(24 / 16 * 1rem);
    margin-bottom: calc(64 / 16 * 1rem);
}

@media (max-width: 768px) {
    .managementContentWrapper_title {
        font-size: calc(32 / 16 * 1rem);
        text-align: center;
        margin-bottom: calc(48 / 16 * 1rem);
        line-height: 1.2;
    }
}

.managementContentWrapper_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(31 / 16 * 1rem);
    height: 2px;
    background-color: var(--primary);
}

.managementContentWrapper_text {
    color: var(--black);
    font-family: var(--font-noto);
    font-size: calc(16 / 16 * 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: calc(0.64 / 16 * 1em);
    margin: 0;
    margin-inline: auto;
    width: fit-content;
    margin-bottom: calc(40 / 16 * 1rem);
}


.bl_managementList {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: calc(8 / 16 * 1rem);
    max-width: calc(396 / 16 * 1rem);
    list-style: none;
    padding: 0;
    margin: 0;
    margin-inline: auto;
}

.bl_managementList:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(6 / 16 * 1rem);
    height: 100%;
    background-color: #CACFD8;
    z-index: -1;
}

.bl_managementList_item {
    text-align: center;
    padding-inline: calc(40 / 16 * 1rem);
    padding-block: calc(16 / 16 * 1rem);
    border-radius: calc(8 / 16 * 1rem);
    color: var(--white, #FFF);
    font-family: var(--font-noto);
    font-size: calc(16 / 16 * 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.bl_managementList_item_title {
    margin-block: 0;
}

.bl_managementList_item_text {
    font-size: calc(12 / 16 * 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-block: 0;
}

.bl_managementList_item:first-child {
    background-color: #1E67C5;
}

.bl_managementList_item:nth-child(2) {
    background-color: #24A8FF;
}

.bl_managementList_item:last-child {
    background-color: #B7E6FF;
}

.bl_managementList_item:last-child p {
    color: var(--primary);
}