.about-header-item p{
	width:calc(100% / 2 - 5rem);
}

.page-title-box p:lang(ja){
	font-size:1.6rem;
}

.about-header-item{
	align-items:flex-start;
}

.about-header-item:last-child{
	margin-top:5rem;	
}

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1400px) {
.about-header-item p {
    width: calc(100% / 2 - 2.5rem);
}
}

@media screen and (max-width:1200px) {
	
}

@media screen and (max-width:960px) {
.about-header-item p {
    width: calc(100% / 2 - 1.5rem);
}
.page-title-box p:lang(ja){
	font-size:1.4rem;
}
}

@media screen and (max-width:767px) {
.about-header-item p {
    width: 100%;
}
.about-header-item {
    display: block;
}
.page-title-box p:lang(ja) {
    font-size: 14px;
	margin-top:3rem;
}
.about-header-item p:last-child {
    margin-top: 3rem;
}
}
