@charset "UTF-8";
/*--------------------------
 ABOUT
----------------------------*/
@media screen and (min-width:769px) and ( max-width:1060px) {
.about_wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
}
@media screen and (min-width:1060px) {
.about_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1060px;
	position: relative;

}
}
.about_wrapper::after {
    content: "";
    display: block;
    clear: both;
}
/*--------------------------
 ABOUT BR
----------------------------*/
.ab br {
	display: none!important;	
}
/*--------------------------
 ABOUT TITLE
----------------------------*/
.about_title {
	font-size: 22px;
	line-height: 38px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-weight: normal;
}
.about_back {
	background-image: url(../images/about_image01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 100px;
	margin-top: 70px;
}

.about_p {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.02em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media screen and (min-width:769px) and ( max-width:1060px) {
.aboutus_p br {
	display: none;	
}
}
@media screen and (min-width:1060px) {
.aboutus_p br {
	
}
}
/*--------------------------
 MISSION TITLE
----------------------------*/
.mission_title {
	font-size: 22px;
	line-height: 38px;
	letter-spacing: 0.3em;
	color: #FFFFFF;
	font-weight: normal;
}
.mission_back {
	background-image: url(../images/about_image02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 140px;
	margin-top: 20px;
}
.aboutus_p {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.02em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
/*--------------------------
 MISSION 123
----------------------------*/
@media screen and (min-width:769px) and ( max-width:1060px) {
.mission_ol {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: -50px;
}
}
@media screen and (min-width:1060px) {
.mission_ol {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
	padding-bottom: 50px;
}
}

.mission_ol::after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (min-width:769px) and ( max-width:1060px) {
.mission_ol li {
    margin-bottom: 10px;
}
}
@media screen and (min-width:1060px) {
.mission_ol li {
	float: left;
	margin-right: 2.1%;
	width: 31%;
}
}
@media screen and (min-width:769px) and ( max-width:1060px) {
.mission_ol li {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.02em;
	background-color: #FFFFFF;
	border: 1px solid #a2a2a2;
	padding-bottom: 30px;
	
}
.mission_num {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.mission_p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.02em;
	padding-left: 30px;
	padding-right: 30px;
}
}
@media screen and (min-width:1060px) {
.mission_ol li {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.02em;
	background-color: #FFFFFF;
	
	border: 1px solid #a2a2a2;
	padding-bottom: 30px;
}
.mission_num {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 35px;
}
.mission_p {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.02em;
	padding-left: 30px;
	padding-right: 30px;
}
}