.society h2 {
    margin: 210px 210px 140px 140px;
    font-size: 35px;
    font-weight: bold;
}

.society-contents {
    margin: 0 210px 210px 210px;
}

.society-content {
    display: flex;
    margin-bottom: 70px;
}

.society-content:nth-child(2) {
    flex-direction: row-reverse;
}

.society-content div:first-child {
    padding-right: 130px;
    flex-basis: 50%;
}

.society-content img {
    width: 30vw;
    height: 20vw;
	object-fit: contain;
}

.society-content:nth-child(2) div:first-child {
    padding-left: 130px;
    padding-right: 0px;
}

.society-content div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.society-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 70px;
}

@media screen and (max-width: 1500px) {
    .society-contents {
        margin: 0 140px 210px 140px;
    }
}

@media screen and (max-width: 1250px) {
	.society h2 {
		margin: 210px 140px 140px 140px;
	}
	
    .society-contents {
        margin: 0 70px 210px 140px;
    }
	
	.society-content div:first-child {
		padding-right: 35px;
	}

	.society-content:nth-child(2) div:first-child {
		padding-left: 35px;
		padding-right: 0;
	}

    .society-content img {
        width: 45vw;
        height: 30vw;
    }

    .society-content h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1000px) {
    .society-contents {
        margin: 0 35px 210px 35px;
    }

    .society-content {
        flex-direction: column;
    }

    .society-content:nth-child(2) {
        flex-direction: column;
    }

    .society h2 {
        margin: 70px 35px;
        font-size: 16px;
    }
	
	.society-content div:first-child {
		padding-right: 0;
		flex-basis: 100%;
	}
	
	.society-content:nth-child(2) div:first-child {
		padding-left: 0;
		padding-right: 0;
	}

    .society-content img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .society-content:nth-child(2) img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .society-content h3 {
        font-size: 16px;
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .society-content p {
        line-height: 2;
    }
}

.sdgs-head {
    margin: 210px 200px 140px 200px;
}

.head-content {
    margin-bottom: 70px;
    display: flex;
}

.head-content img {
    width: 5vw;
    height: auto;
}

.head-content h2 {
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.sdgs-head h3 {
    font-size: 24px;
    font-weight: bold;
}

.why-sdgs {
    margin: 0 210px;
    margin-bottom: 140px;
}

.why-sdgs h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 35px;
}

.why-sdgs p {
    line-height: 1.5;
}

.why-sdgs p {
    margin-bottom: 35px;
	line-height: 1.5;
}

.flex-sdgs {
    margin: 0 210px;
    margin-bottom: 140px;
}

.sdgs-content .square-content {
    display: flex;
}

.sdgs-content .square-content h3 {
    font-size: 24px;
    font-weight: bold;
}

.sdgs-content {
    margin-bottom: 70px;
}

.sdgs-content p {
    margin: 35px 0;
    line-height: 1.5;
}

.logo-container {
    display: flex;
}

.logo-container img {
    width: 85px;
    height: auto;
}

@media screen and (max-width: 1700px) {
    .sdgs-head {
        margin: 140px 70px 140px 210px;
    }

    .head-content {
        flex-direction: column;
    }

    .head-content img {
        width: 10vw;
        height: auto;
    }

    .why-sdgs {
        margin: 0 70px 0 210px;
        margin-bottom: 70px;
    }

    .flex-sdgs {
        margin:0 70px 0 210px;
        margin-bottom: 140px;
    }

    .sdgs-content .square-content {
        display: flex;
    }

    .sdgs-content .square-content h3 {
        font-size: 24px;
        font-weight: bold;
    }

    .sdgs-content {
        margin-bottom: 70px;
    }

    .sdgs-content p {
        margin: 35px 0;
        line-height: 1.5;
    }

    .logo-container {
        display: flex;
    }

    .logo-container img {
        width: 85px;
        height: auto;
    }
}

@media screen and (max-width: 1000px) {
    .sdgs-head {
        margin: 70px 35px 140px 35px;
    }

    .head-content {
        flex-direction: column;
    }

    .head-content h2 {
        font-size: 16px;
    }

    .sdgs-head h3 {
        line-height: 2;
        font-size: 16px;
        font-weight: normal;
    }

    .head-content img {
        width: 15vw;
        height: auto;
    }

    .why-sdgs {
        margin: 0 35px;
        margin-bottom: 70px;
    }

    .why-sdgs h3 {
        font-size: 17px;
        margin-bottom: 35px;
    }

    .why-sdgs p {
        line-height: 2;
    }

    .why-sdgs p {
        margin-bottom: 0px;
    }

    .flex-sdgs {
        margin:0 35px;
        margin-bottom: 140px;
    }

    .sdgs-content .square-content {
        display: flex;
        align-items: center;
    }

    .sdgs-content .square-content h3 {
        font-size: 16px
    }

    .sdgs-content p {
        line-height: 2;
    }

    .logo-container img {
        width: 50px;
        height: auto;
    }
}

.staff-head {
    margin: 210px 140px 140px 140px; 
}

.staff-content {
    flex-direction: column;
	padding-left: 210px;
}

.staff-content .strength-list {
    width: 100%;
	margin: 0 70px 70px 0;
	justify-content: center;
}

.staff-content-title {
    font-size: 24px;
    font-weight: bold;
    margin: 70px 70px 70px 0px;
}

.staff-content .square-content .square {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.staff-content .square-content h3 {
    width: 90%;
}

.staff-content .strength-item {
    margin: 0 3%;
}

.staff-content .strength-item img {
    height: 12vw;
}

.staff-content .strength-item .square-content {
	height: 135px;
    align-items: baseline;
}

.staff-region h3 {
    font-size: 17px;
    font-weight: bold;
}

.staff-region h3:first-child {
	margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
	.staff-content {
		padding-left: 105px;
	}
	
    .staff-head {
        margin: 0;
    }

    .staff-head .head-content {
        margin-bottom: 0;
    }

    .staff-head .head-content h2 {
        font-size: 16px;
        margin: 140px 35px;
    }

    .staff-content-title {
        font-size: 16px;
        font-weight: normal;
        margin: 70px 70px 70px 0;
    }
	
	.staff-content .strength-item {
		margin: 0 auto;
	}
	
	.staff-content .strength-item img {
		height: 50%;
	}
	
	.staff-region h3:first-child {
		margin-right: 70px;
	}
}

@media screen and (max-width: 670px) {
	.staff-content {
		padding-left: 0;
	}
	
	.staff-content-title {
        margin: 35px 0;
    }
	
	.staff-content .strength-list {
		margin: 0 35px;
	}
	
	.staff-region {
		margin: 70px 0;
	}

	.staff-region h3:first-child {
		margin-right: 0;
	}
}