.contents-deco {
    position: absolute;
        top: 0;
        right: 2%;
    width: 60%;
    height: calc(100% - 30px);
}
.contents-deco::before {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 160 220"><path fill="%2328825e" d="M0,.06s.29,35.32,14.7,51.13c5.57,6.12,10.82,9.04,16.23,11.87,8.58,4.49,21.17,9.7,33.21,14.19,19.64,7.31,50.13,19.75,57.11,25.07,3.49,2.66,7.96,7.13,10.3,12.15s2.54,10.6.73,15.24c-3.64,9.28-13.76,23.12-18.37,29.22-4.62,6.09,4.26-6.54,5.51-18.26,1.25-11.72-1.52-21.59-14.7-27.39-13.18-5.8-60.38-25.19-69.81-29.22s-9.19-1.83-9.19-1.83c0,0-.05,3.2,3.67,12.78,3.93,10.11,10.63,17.72,20.21,23.74,9.58,6.02,21.2,10.37,33.07,14.61,11.87,4.24,15.56,8.95,18.37,16.44,2.81,7.49.28,12.74-5.51,21.91-5.79,9.18-21.89,38.55-25.72,43.83-3.83,5.28-2.97,5.83,3.67,1.83,6.64-4,16.43-9.11,22.05-14.61,5.62-5.5,45.69-53.2,53.28-65.74,5.96-9.84,11.69-17.64,11.16-32.09-.15-3.96-.86-9.98-1.97-13.56-1.07-3.28-2.69-6.34-4.81-9.07-3.77-4.74-9.2-8.54-17.24-12.84-12.62-6.76-87.25-44.31-104.72-52.96C13.77,7.85,1.5-.83,0,.06" /></svg>') no-repeat top right / contain;
    content: '';
    display: block;
    margin: auto;
    opacity: .03;
    position: sticky;
        top: 80px;
    width: 100%;
    height: calc(100svh - 100px);
}
/*====================================================
////id |  intro_title
====================================================*/
.intro_title-head {
    background: linear-gradient(to right, #4EACF4, #68DA7C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

    font-size: min(6.5vw, 6rem);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

@media (hover: hover) {}

/*====================================================
////id |  message
====================================================*/
.message-item-wrapper {
    display: grid;
        grid-gap: min(7vw, 40px);
}
.message-item {
    background: rgba(219, 249, 219, .2);
    display: grid;
        place-items: center;
    padding: min(5vw, 60px) min(4vw, 40px);
}
.message-head {
    font-size: min(6vw, 3.5rem);
}
.message-item-head {
    font-size: min(5vw, 3rem);
}

.message-item.item-2 .checkMark li::before {
    filter: grayscale(100);
}
.message-item.item-3 .checkMark {
    font-size: 1.1em;
}
.message-item.item-3 .checkMark li::before {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 18 18"><path fill="%23FFA94D" d="M9,0C4.03,0,0,4.03,0,9s4.03,9,9,9,9-4.03,9-9S13.97,0,9,0h0M13.41,7.22l-4.74,4.87c-.36.37-.96.38-1.33.02h0s-.65-.64-.65-.64h0l-2.07-2.01c-.36-.38-.34-.97.03-1.33.36-.34.91-.35,1.28-.02l2.05,1.99,4.09-4.19c.35-.39.94-.42,1.33-.07.39.35.42.94.07,1.33-.02.02-.03.04-.05.05" /></svg>') no-repeat top left ;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    .message-item {
        text-align: center;
    }
}

@media print, screen and (min-width: 960px) {
}

@media (hover: hover) {}
