@charset "UTF-8";
/* アバウトページ --------------------------------------------------------------- */


/* common --------------------------------------------------------------- */
#wrapper {
	padding-top: 150px;
	}

h2 {
	color: #595858;
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 50px;
	font-family: "Jost", sans-serif;
	font-weight: 200;
	}



/* about --------------------------------------------------------------- */
#about {
	margin: 0 auto;
	padding: 70px 0;
	position: relative;
	background-color: #efeeed;
	}

	#about #concept {
		margin: 0 auto 100px auto;
		position: relative;
		}

		#about #concept p {
			width: 800px;
			margin: 0 auto;
			letter-spacing: 1px;
			line-height: 2;
			text-align: center;
			}

	#about h3 {
			font-size: 16px;
			text-align: center;
			margin-bottom: 100px;
			}

	#about .about {
		margin: 0 auto 70px auto;
		overflow: hidden;
		}

	#about .about:last-of-type {
		margin: 0 auto;
		}

		#about .about .left,
		#about .about .right {
			width: 50%;
			}

		#about .about .left {
			float: left;
			padding: 0 50px 0 100px;
			box-sizing: border-box;
			}

			#about .about h2 {
				font-size: 32px;
				text-align: left;
				line-height: 1.3;
				margin: 0 0 30px 0;
				}

				#about .about h2 span {
					margin-top: 10px;
					font-size: 15px;
					letter-spacing: 0;
					text-align: right;
					font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
					}

			#about .about .left p:last-of-type {
				line-height: 1.8;
				margin: 0 auto;
				padding-left: 35px;
				}

				#about .about .left p:last-of-type span {
					font-weight: bold;
					}

		#about .about .right {
			float: right;
			}
			
			#about .about .right p {
				}

				#about .about .right p img {
					width: 100%;
					}

@media(max-width: 990px){
			#about #concept p {
				width: 90%;
				}

			#about h3 {
				font-size: 15px;
				margin-bottom: 70px;
				}

			#about .about .left {
				float: none;
				width: 100%;
				margin: 0 auto 30px auto;
				padding: 0;
				}

				#about .about h2 {
					margin: 0 5% 30px 5%;
					}

					#about .about h2 span {
						margin-top: 15px;
						}

				#about .about .left p:last-of-type {
					width: 90%;
					padding-left: 0;
					}
	}

@media(min-width: 1px) and (max-width: 660px){
	}