
.a-cont1__ttl {
	height: 235px;
	background-image: url(../img/about/a-bg.png);
	background-size: cover;
	padding-top: 90px;
}
.a-cont2 {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
.a-cont3 {
	background-color: #A52B2A;
}
.a-cont4 {
	background-color: #F7AC0C;
	margin-bottom: 25px;
}

.a-cont2 {
	padding-top: 40px;
}
.a-cont2__col.ab {
	margin-top: -80px;
	padding-top: 180px;
}

.a-cont2__txt--1 {
	font-size: 22px;
	color: #1F1F1F;
	padding-bottom: 10px;
}
.a-cont2__txt--2 {
	font-size: 14px;
	color: #1F1F1F;
	line-height: 200%;
	padding-bottom: 35px;
}
.a-cont2__txt--3 {
	font-size: 16px;
	color: #1F1F1F;
	line-height: 200%;
	padding: 10px 0;
}
.a-cont2__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.a-cont2__item--main {
	padding-left: 30px;
	width: 48%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.a-cont2__item--main.right {
	justify-content: flex-end;
}
.a-cont2__item--img {
	width: 52%;
}
.a-cont2__item--img img{
	max-width: 100%;
}
.a-cont2__item--main.right .a-cont2__item--wrap {
	padding-right: 40px;
}
.a-cont2__item--wrap {
	width: 100%;
	max-width: 470px;
}
.a-cont2__item--ttl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.a-cont2__item--ttl1 {
	font-size: 19px;
	color: #A52B2A;
	line-height: 120%;
	padding-top: 10px;
}
.a-cont2__item--ttl2 {
	font-size: 24px;
	color: #1F1F1F;
	line-height: 120%;
	padding-top: 5px;
}
.a-cont2__item--num {
	font-size: 70px;
	color: #A52B2A;
	line-height: 80%;
	/*letter-spacing: -5px;*/
	margin-right: 5px;
	position: relative;
	top: 3px;
}

.a-cont3 {
	background-color: #A52B2A;
}

.a-cont3--inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}
.a-cont3__txt--1 {
	font-size: 29px;
	color: #EBEBEB;
	line-height: 120%;
}
.a-cont3__txt--2 {
	font-size: 14px;
	color: #EBEBEB;
	line-height: 120%;
	padding-top: 10px;
}

.a-cont3__main {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

.a-cont3__item {
	width: 31.4%;
}
.a-cont3__item--img {
	position: relative;
}
.a-cont3__item--img img {
	width: 100%;
}
.a-cont3__item--ttl {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.a-cont3__item--ttl p {
	text-align: center;
	color: #EBEBEB;
	line-height: 120%;
}
.a-cont3__item--ttl p:nth-of-type(1) {
	font-size: 33px;
}
.a-cont3__item--ttl p:nth-of-type(2) {
	font-size: 16px;
	padding-top: 5px;
}
.a-cont3__item--txt {
	color: #EBEBEB;
	font-size: 11px;
	line-height: 200%;
	padding: 15px 0;
}

.a-cont4 {
	background-color: #F7AC0C;
}
.a-cont4--inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.a-cont4__img {
	width: 55.8%;
}
.a-cont4__img img {
	width: 100%;
}
.a-cont4__main {
	width: 44.2%;
}
.a-cont4__txt {
	padding-left: 30px;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.a-cont4__txt--1 {
	font-size: 30px;
	color: #1F1F1F;
	line-height: 120%;
	text-align: center;
}
.a-cont4__txt--2 {
	font-size: 14px;
	color: #1F1F1F;
	line-height: 120%;
	text-align: center;
	padding: 15px 0 25px;
}
.a-cont4__btn {
	display: block;
	width: 258px;
	line-height: 58px;
	border: 2px solid #1F1F1F;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #1F1F1F;
}

.a-cont4__btn:before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image: url(../img/about/a-btn.png);
	background-size: cover;
	position: relative;
	top: 4px;
	margin-right: 10px;
}
.a-cont5__btn {
	display: inline-block;
	width: 258px;
	line-height: 58px;
	border: 2px solid #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #73CCCB;
	margin: 20px;
	background-color: #fff;
}

.a-cont5__btn:before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image: url(../img/top/ic.png);
	background-size: cover;
	position: relative;
	top: 4px;
	margin-right: 10px;
}