.design-section {
    margin-bottom: 55px;
}
.design-section h2 {
    font-family: "游明朝","Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-weight: 400;
    text-align: center;
    font-feature-settings: "palt";
    line-height: 1.5;
}
.design-section img {
    vertical-align: bottom;
}
.design-section p {
    text-align: left;
    margin-bottom: 25px;
}
.design-section p:last-child {
    margin-bottom: 10px;
}
.design-section h2 {
    margin-bottom: 20px;
}
h2.design-section-title {
    text-align: left;
    font-size: 2rem;
    font-feature-settings: "palt";
    line-height: 1.5;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 960px) {
    main {
        overflow: hidden;
    }
    .design-section {
        max-width: 1080px;
        margin-bottom: 120px;
    }
    #intro.design-section {
        max-width: 1180px;
        display: flex;
        justify-content: space-between;
        gap: 48px;

        .text-group h2 {
            text-align: left;
            font-size: 4.4rem;
            width: 50%;
            min-width: 510px;
        }
        img {
            margin-top: 16px;
            margin-right: calc(50% - 50vw);
            max-height: 520px;
            width: 100%;
            object-fit: cover;
        }
    }
    .design-section h2 {
        font-size: 3.8rem;
    }
    .design-section p {
        line-height: 2;
    }
    .design-section img {
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        max-width: 1000px;
        width: 100%;
        aspect-ratio: 2 / 1;
        object-fit: cover;

    }
}