	.shakeAbout {
	    padding: 80px 0;
	    background-image: linear-gradient(to bottom right in oklab, oklch(96% .02 160) 0%, oklch(95% .03 350) 50%, oklch(92% .02 285) 100%);
	}

	.about_tit {
	    text-align: center;
	}

	.about_tit span {
	    border-radius: 42px;
	    margin-bottom: 24px;
	    display: inline-flex;
	    font-weight: bold;
	    font-size: 14px;
	    color: oklch(45% .15 330);
	    border: 3px solid oklch(45% .15 330);
	    background: #ffffff;
	    padding: 8px 24px;
	    gap: 8px;
	    justify-content: center;
	    align-items: center;
	}

	.about_tit svg {
	    width: 16px;
	    height: 16px;
	    display: block;
	}

	.about_tit h2 {
	    margin-bottom: 24px;
	    font-size: 60px;
	    line-height: 1.4;
	    font-weight: bold;
	    color: oklch(0.25 0.02 330);
	}

	.about_tit h2 b {
	    display: block;
	    color: oklch(45% .15 330);
	    font-weight: bold;
	}

	.shakeAbout p {
	    max-width: calc(100% - 32px);
	    text-align: center;
	    width: 672px;
	    margin: 0 auto;
	    font-size: 20px;
	    line-height: 1.4;
	    color: oklch(0.45 0.02 285);
	}

	.shakeData {
	    padding: 64px 0;
	    border-top: 4px solid oklch(85% .02 285);
	    border-bottom: 4px solid oklch(85% .02 285);
	    background: oklch(97% .01 85);
	}

	.shakeData ul {
	    max-width: 92%;
	    width: 1216px;
	    margin: 0 auto;
	    display: flex;
	}

	.shakeData li {
	    flex: 1;
	    text-align: center;
	}

	.shakeData li p {
	    font-size: 48px;
	    line-height: 1;
	    margin-bottom: 8px;
	    color: oklch(45% .15 330);
	    font-weight: bold;
	}

	.shakeData li span {
	    font-size: 16px;
	    line-height: 1.5;
	    color: oklch(0.45 0.02 285);
	}

	.shakeStory {
	    padding: 80px 0;
	    background: oklch(97% .01 85);
	}

	.storyFlex {
	    display: flex;
	    justify-content: space-between;
	    margin: 0 auto;
	    width: 896px;
	    max-width: 92%;
	    gap: 48px;
	}

	.storyDesc,
	.storyImg {
	    width: calc(50% - 24px);
	}

	.storyDesc h2 {
	    font-weight: bold;
	    font-size: 48px;
	    margin-bottom: 24px;
	    line-height: 1;
	}

	.storyDesc p {
	    font-size: 18px;
	    line-height: 28px;
	    margin-bottom: 16px;
	}

	.storyDesc p:last-child {
	    margin: 0;
	}

	.storyImg img {
	    width: 100%;
	    display: block;
	    height: 100%;
	    object-fit: cover;
	}

	.storyImg {
	    overflow: hidden;
	    background: oklch(98% .005 350);
	    padding: 24px 0;
	    border: 4px solid oklch(85% .02 285);
	    border-radius: 48px;
	}

	@media screen and (max-width:780px) {
	    .shakeData ul {
	        gap: 32px 0;
	        flex-wrap: wrap;
	    }

	    .shakeData li {
	        flex: auto;
	        width: 50%;
	    }

	    .shakeData li p {
	        font-size: 36px;
	    }

	    .storyFlex {
	        flex-direction: column;
	    }

	    .storyDesc,
	    .storyImg {
	        width: 100%;
	    }

	    .storyDesc h2 {
	        font-size: 36px;
	    }
	}