@charset "UTF-8";
/* CSS Document */
.aboutArea .inner {
	max-width: 1040px;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 20px 100px; 
}
.aboutArea .inner .left {
	font-weight: bold;
	width: 50%;
	padding: 0 20px;
}
.aboutArea .inner .left h2 {
	font-size: 19px;
	padding-bottom: 15px;
}
.aboutArea .inner .right h3{
	font-size: 19px;
	padding-bottom: 15px;
}
.aboutArea .inner .right h3:nth-of-type(n+2){
	padding-top: 40px;
}
.aboutArea .inner p {
	font-size: 16px;
	color: #555;
}
.aboutArea .inner .right {
	font-weight: bold;
	width: 50%;
	padding: 80px 20px;
}
.aboutArea .inner .right h2 {
	font-size: 30px;
	font-family: atrament-web, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 767px) {
.aboutArea .inner {
  padding: 30px 3vw 60px;
}
.aboutArea .inner p {
	font-size: 14px;
	padding-left: 1em;
}
.aboutArea .inner .left h2,
.aboutArea .inner .right h3{
	font-size: 16px;
}
.aboutArea .inner .left,
.aboutArea .inner .right {
	width: 100%;
	padding: 0 20px;
}
.aboutArea .inner .left {
	margin-bottom: 40px;
}
.aboutArea .inner .right h2 {
  font-size: 26px;
}
.aboutArea .inner .right h3:nth-of-type(n+2){
	padding-top: 20px;
}
}
@media screen and (max-width: 500px) {
.aboutArea .inner .left h2,
.aboutArea .inner .right h3 {
  font-size: 4vw;
}
.aboutArea .inner p {
  font-size: 3.5vw;
}
.aboutArea .inner .right h2 {
  font-size: 4.5vw;
}
}