.projects-main .page-title {
    background-image: url(/crystal/wp-content/themes/original/images/projects/projects-fv.jpg);
    color: #fff;
    padding: 215px 60px 222px;
}




.projects-about {
    background-color: #E6E6E6;
    padding: 68px 0 60px;
}

.projects-about__contents {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}

.projects-about__img-container {}

.projects-about__text--head {
    font-weight: var(--font-w-bold);
    font-size: .48rem;
    line-height: 1.6;
    margin-bottom: 40px;
}
@media screen and (min-width:1180px) {
	.projects-about__text--head {
		white-space: nowrap;
	}
	.projects-about-br-1180 {
		display:none;
	}
}
.projects-about__text--lead {
    font-weight: var(--font-w-medium);
}

.projects-about__img-container {
    position: relative;
    padding-bottom: 89.5%;
}

.projects-about__img-container img {
    position: absolute;
}

.p-a-item01 {
    left: 7%;
    top: 15%;
    width: 35%;
}

.p-a-item02 {
    right: 12.5%;
    top: 6.6%;
    width: 28.6%;
}

.p-a-item03 {
    top: 10%;
    bottom: 0;
    margin: auto;
    width: 46%;
    right: 0;
}

.p-a-item04 {
    left: -5.7%;
    bottom: 6.5%;
    width: 34%;
}

.p-a-item05 {
    right: 0;
    left: 9.8%;
    bottom: -1.1%;
    width: 47.7%;
    margin: auto;
}

.projects-achievements .common-btn {
    padding: 9px 100px 9px 25px;
}

/* 製造販売実績 */
.projects-achievements {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto 0;
    padding: 105px 20px 0;
}


.projects-achievements>p {
    margin-bottom: 46px;
    text-align: center;
    margin-top: 40px;
}


.projects-achievements__img {
    width: 96%;
    margin: 0 auto 112px;
    padding: 0 19px 0 24px;
}



@media screen and (max-width:800px) {
    .projects-main .page-title {
        background-image: url(/crystal/wp-content/themes/original/images/projects/sp-projects-fv.jpg);
        padding: 162px 20px 165px;
    }


    .projects-about {
        padding: 50px 0 60px;
    }

    .projects-about__text--head {
        font-size: .30rem;
        line-height: 1.7;
        margin-bottom: 40px;
    }

    .projects-about__contents {
        padding: 0 29px;
    }

    .projects-about__text--lead {
        font-size: .15rem;
        line-height: 2.25;
    }


    .p-a-item01 {
        left: 0.5%;
        top: 25.5%;
        width: 57%;
    }

    .p-a-item02 {
        right: 4.5%;
        top: 4.6%;
        width: 48%;
    }

    .p-a-item03 {
        top: 21%;
        bottom: 0;
        width: 75.5%;
        right: 0;
    }

    .p-a-item04 {
        left: -13.7%;
        bottom: 4.5%;
        width: 54%;
    }

    .p-a-item05 {
		right: -8%;
		left: initial;
		bottom: -3%;
		width: 76.7%;
		margin: auto;
	}

	.projects-about__img-container {
		padding-bottom: 192%;
	}


	/* 製造販売実績 */
	.projects-achievements {
		margin: 0 auto;
		padding: 83px 20px 0;
	}

	.projects-achievements>p {
		margin-bottom: 39px;
		margin-top: 25px;
		font-size: .15rem;
		text-align: justify;
	}

	.projects-achievements .top-common__title p {
		transform: scaleX(0.9);
	}

	.projects-achievements__img {
		width: 99%;
		margin: 0 auto 88px;
		padding: 0;
		margin-right: auto;
		margin-left: 0;
	}

	.projects-achievements .common-btn {
		padding: 7px 47px 7px 0px;
		width: 88%;
	}

}