.project-sp {
	display: none;
}

.project-head {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin: 210px 0 100px 0;
}

.project-head .head-content {
    margin-bottom: 0;
}

.project-head .head-content img {
    margin-right: 50px;
}

.project-sp {
    display: none;
}

.project-about {
    padding: 0 0 140px 0;
}

.project-desc {
    justify-content: flex-start;
    margin-top: 70px;
    margin-left: 70px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
	padding-right: 210px;
}

.project-region-content {
    flex-basis: 100%;
}

.project-about2 .project-region-contents h3 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 35px;
}

.project-region-content h4 {
    font-size: 17px;
    font-weight: bold;
    text-align: start;
    margin-top: 15px;
    margin-left: 30px;
}

.project-region-content p {
    margin-top: 0;
}

.why-region-content .region-list .project-region-content p {
    margin-top: 35px;
}

.why-region-content h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 35px;
}

.why-region-content h3 {
    font-size: 24px;
    font-weight: bold;
}

.why-region-sp {
    display: none;
}

.learn-skill h3 {
    font-size: 16px;
    font-weight: bold;
}

.learn-skill .region-item .square-content {
    margin-left: 3px;
}

.learn-skill .region-item p {
    margin-top: 10px;
    align-items: center;
}

.learn-skill .region-item p span {
    color: #5383EC;
    display: inline-block;
    width: 20px;
    height: 15px;
    font-weight: bold;
    font-size: 20px;
    margin-right: 12px;
    align-items: center;
    text-align: center;
}

.project-region-contents h3 {
    font-size: 16px;
    font-weight: bold;
}

.project-back {
    flex-basis: 20%;
}

.project-back h3 {
    font-size: 16px;
    font-weight: normal;
}

.project-content {
    height: auto;
}

.project-list {
    justify-content: space-between;
}

.project-item {
    flex-basis: 25%;
}

.project-item p {
    font-size: 16px;
    font-weight: normal;
    margin-top: 35px;
    line-height: 1.5;
}

@media screen and (max-width: 1700px) { 
    .project-head {
        margin: 170px 0 100px 0;
    }


    .project-head .head-content {
        flex-direction: row;
    }

    .project-desc {
        justify-content: flex-start;
        /*margin-left: 0px;*/
    }

}

@media screen and (max-width: 1500px) {
    .project-content {
        height: auto;
    }

    .project-list {
        width: 100%;
    }

    .project-item {
        flex-basis: 30%;
        margin-right: 0;
    }

    .project-item h3 {
        font-size: 16px;    }
}

@media screen and (max-width: 1000px) {
    .project-about {
        padding: 15px 70px 70px 70px;
    }

    .project-about .container h2 {
        padding-left: 0;
    }

    .project-desc {
        margin:70px 0;
        font-size: 16px;
        font-weight: normal;
		padding-right: 0;
    }

    .project-region-contents {
        margin: 70px 0;
    }

    .project-region-content {
        margin-right: 0;
    }

    .project-region-content h4 {
        text-align: start;
    }

    .why-region-content {
        margin: 70px;
        width: 80%;
    }

    .why-region-content h3 {
        font-weight: normal;
        line-height: 2;
    }
}

@media screen and (max-width: 780px) {
    .project-item {
        width: 90%;
    }
}

@media screen and (max-width: 670px) {
	.project-sp {
		display: block;
	}
	
    .why-region-content {
        margin: 70px 0;
        width: 100%;
    }

    .why-region-pc {
        display: none;
    }

    .why-region-sp {
        display: block;
        font-weight: bolder;
        color: #5D90FF;
    }

    .why-region-sp-title {
        font-weight: bolder!important;
        color: black!important;
        font-size: 16px!important;
    }

    .project-about {
        padding: 0 35px 140px 35px;
    }

    .project-about2 {
        padding: 0 35px 15px 35px;
    }

    .project-about2 .project-region-contents h3 {
        font-size: 16px;
    }

    .project-region-content h4 {
        margin-left: 15px;
    }

    .project-item {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .project-head {
        margin: 70px 35px;
    }

    .project-sp {
        display: block;
    }

    .project-head .head-content img {
        margin-right: 15px;
    }

    .project-about2 .container h2 {
        font-size: 20px;
    }

    .project-content {
        padding: 0;
    }

    .project-content p {
        text-align: start;
    }
}