@charset "utf-8";

/* SP */
@media screen and (max-width: 750px) {

#about {
	padding: 13.33vw 0 12vw;
	}

#about .gray {
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 12.6vw;
	}

#about .gray h3 {
	width: 85.33vw;
	font-size: 5.22vw;
	line-height: 6.72vw;
	font-weight: 700;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	margin: 0 auto 8vw;
	}

#about .gray ul {
	width: 85.33vw;
	margin: 0 auto;
	}

#about .gray li {
	font-size: 5.22vw;
	line-height: 6.72vw;
	font-weight: 700;
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	background: #fff;
	margin-bottom: 3.33vw;
	padding-top: 8.8vw;
	}

#about .gray li.follow {
	width: 100%;
	padding: 3.8vw 0;
	}

#about .corp-area {
	margin: 6.66vw auto 0;
	padding-top: 9.33vw;
	}

#about .link {
	display: inline-block;
	border-bottom: 2px solid #000;
	}

#about .link a {
	color: #000;
	text-decoration: none;
	}

#about .employee-area {
	margin: 25vw auto 0;
	}

#about .gallery-area {
	margin: 16.26vw auto 0;
	}

#about .gallery-area ul {
	width: 85.33vw;
	height: 291.1vw;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	margin: 6.26vw auto 0;
	}

#about .gallery-area li:nth-child(1) {
	order: 1;
	}

#about .gallery-area li:nth-child(2) {
	order: 3;
	}

#about .gallery-area li:nth-child(3) {
	order: 6;
	}

#about .gallery-area li:nth-child(4) {
	order: 8;
	}

#about .gallery-area li:nth-child(5) {
	order: 10;
	}

#about .gallery-area li:nth-child(6) {
	order: 13;
	}

#about .gallery-area li:nth-child(7) {
	order: 2;
	}

#about .gallery-area li:nth-child(8) {
	order: 4;
	}

#about .gallery-area li:nth-child(9) {
	order: 5;
	}

#about .gallery-area li:nth-child(10) {
	order: 7;
	}

#about .gallery-area li:nth-child(11) {
	order: 9;
	}

#about .gallery-area li:nth-child(12) {
	order: 11;
	}

#about .gallery-area li:nth-child(13) {
	order: 12;
	}

#about .gallery-area li:nth-child(14) {
	order: 14;
	}

#about .gallery-area li img {
	width: 40.8vw;
	}

.back-btn a {
	display: block;
	width: 40vw;
	margin: 0 auto;
	}

.back-btn img {
	width: 40vw;
	}

}/* SP end */


/* PC */
@media screen and (min-width: 751px) {

#about {
	padding: 60px 0;
	}

#about .gray {
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 72px;
	}

#about .gray h3 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	margin-bottom: 22px;
	}

#about .gray ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	}

#about .gray li {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	background: #fff;
	margin-bottom: 18px;
	padding-top: 44px;
	}

#about .gray li.follow {
	width: 100%;
	padding: 22px 0 22px;
	}

#about .corp-area {
	width: 1020px;
	margin: 40px auto 0;
	padding-top: 60px;
	}

#about .link {
	display: inline-block;
	border-bottom: 2px solid #000;
	}

#about .link a {
	color: #000;
	text-decoration: none;
	}

#about .employee-area {
	width: 1020px;
	margin: 52px auto 0;
	}

#about .gallery-area {
	width: 1020px;
	margin: 109px auto 0;
	}

#about .gallery-area ul {
	height: 836px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	margin: 48px auto 0;
	}

.back-btn a {
	display: block;
	width: 180px;
	margin: 0 auto;
	}

}/* PC end */