@charset "UTF-8";
/* CSS Document */

#about .main-img {
	background: url("../images/about/main.jpg") no-repeat;
    background-size: cover;
}
#about .intro,
#about .box {
	margin-bottom: 100px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 2px;
}
#about .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 110px;
}
#about .box .txt-area {
	width: 44%;
	margin-right: 5%;
}
#about .box .txt-area .ttl {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
}
#about .box .txt-area .ttl span {
	font-size: 30px;
	font-weight: 100;
	font-style: italic;
	color: #0c36af;
	margin-right: 14px;
	letter-spacing: 5px;
	font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 768px){
#about .main-img {
	background: url("../images/about/main_sp.jpg");
    background-size: cover;
	background-position: center bottom;
}
#about .intro,
#about .box {
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 2px;
}
#about .box {
	display: block;
	margin-bottom: 55px;
}
#about .box:last-child {
	margin-bottom: 70px;
}
#about .box .txt-area {
	width: 100%;
	margin-right: 5%;
	margin: 0 5% 30px 0;
}
#about .box .img-area {
	text-align: center;
}
#about .box .txt-area .ttl {
	font-size: 20px;
}
#about .box .txt-area .ttl span {
	font-size: 22px;
	margin-right: 10px;
}
}