@charset "UTF-8";
.app {}
.app_title {}
.app_title > .icon {}
.app_title > b {}
.app_text {
	text-align: center;
	margin-bottom: 45px;
}
.marketing {
	margin: 75px 0;
	padding: 70px 100px;
	border: 2px solid #F2F2EF;
}

.marketing_ttl {
	text-align: center;
}
.marketing_text {
	margin-top: 30px;
}
.marketing_link {
}
.marketing_link > a {
	position: relative;
}
.marketing_link > a:after {
	content: "";
	background-image: url(/assets/img/approach/img-icon-arrow@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.about {
	padding-top: 75px;
	padding-bottom: 97px;
}
.about_title {
	text-align: center;
}
.about_text {}
.about_colsWrap {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 30px;
}
.about_cols {
	display: flex;
	background: #fff;
	align-items: center;
	max-width: 870px;
	margin: 0 auto;
	padding: 0 15px;
	justify-content: space-between;
}
.about_col {}
.about_col-no1 {
	width: 28%;
	min-width: 28%;
	text-align: center;
	margin-right: 50px;
}
.about_star {
	margin-bottom: 5px;
}
.about_star > img {}
.about_headline {}
.about_col-no2 {
	flex-grow: 1;
}
.about_list > li {}
.about_list > li:first-child {}
.about_list > li:last-child {}
.about_list > li:nth-child(2n+1) {}
.about_list > li:nth-child(n+3) {}
.about_list {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_list > li {
	margin-left: 15px;
}
.about_list > li:first-child {
	margin-left: 0;
}
.about_list > li:last-child > a {
	border-color: #a262ca;
}
.about_list > li:nth-child(2) > a {
	border-color: #e49410;
}
.about_list > li:nth-child(2n+1) {}
.about_list > li:nth-child(n+3) {}
.about_list > li > a {
	line-height: 1.2;
	border: 1px solid #70b32f;
	width: 180px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.about_list > li > a::before {
	content: "";
}
.about_list > li > a::after {
	content: "";
}
.about_list > li > a > b {
	display: block;
	font-size: 28px;
	font-weight: normal;
	position: relative;
	z-index: 1;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.about_list > li > a > small {
	font-size: 14px;
	font-weight: normal;
}
.about_link {
	width: 240px;
	margin: 33px auto 0;
}
.about_link > a {}
.about_link > a::before {
	content: "";
}
.about_link > a::after {
	content: "";
}
.about_emarks {
	text-align: center;
	margin-bottom: 20px;
}
.about_emarks > img {}
.about_img {}
.about_img > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.about_subhead {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 20px;
}
.about_supList {
	list-style: none;
	display: flex;
	margin-top: 20px;
}
.about_supList > li {
	width: 240px;
	margin-left: 15px;
}
.about_supList > li:first-child {
	margin-left: 0;
}
.about_supList > li:last-child {}
.about_supList > li:nth-child(2n+1) {}
.about_supList > li:nth-child(n+3) {}
.about_supList > li > a {}
.about_supList > li > a::before {
	content: "";
}
.about_supList > li > a::after {
	content: "";
}
.about_list > li > a > b::after {
	content: "";
	background-image: linear-gradient(90deg, hsla(147, 66%, 46%, 0) 50%, #70b32f 50%);
	background-size: 4px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
	width: calc(100% - 14px);
	height: 2px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.about_list > li:last-child > a > b::after {
	background-image: linear-gradient(90deg, hsla(147, 66%, 46%, 0) 50%, #a262ca 50%);
}
.about_list > li:nth-child(2) > a > b::after {
	background-image: linear-gradient(90deg, hsla(147, 66%, 46%, 0) 50%, #e49410 50%);
}
@media screen and (min-width:1000px) {
	.about_list > li > a:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.about_link > a:hover {}
	.about_supList > li > a:hover {}
}
@media screen and (max-width: 999px) {
	.app {}
	.app_title {}
	.app_title > .icon {}
	.app_title > b {}
	.app_text {
		margin-bottom: 35px;
	}
	.about {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.about_title {}
	.about_text {}
	.about_colsWrap {}
	.about_cols {}
	.about_col {}
	.about_col-no1 {
		margin-right: 20px;
	}
	.about_star {}
	.about_star > img {}
	.about_headline {
		font-size: 22px;
	}
	.about_col-no2 {}
	.about_list {}
	.about_list > li {}
	.about_list > li:first-child {}
	.about_list > li:last-child {}
	.about_list > li:nth-child(2) {}
	.about_list > li:nth-child(2n+1) {}
	.about_list > li:nth-child(n+3) {}
	.about_list > li > a {
		width: 145px;
		height: 145px;
	}
	.about_list > li > a::before {}
	.about_list > li > a::after {}
	.about_list > li > a > b {
		font-size: 22px;
		padding-bottom: 6px;
		margin-bottom: 10px;
	}
	.about_list > li > a > small {
		font-size: 13px;
	}
	.about_link {}
	.about_link > a {}
	.about_link > a::before {}
	.about_link > a::after {}
	.about_emarks {}
	.about_emarks > img {}
	.about_img {
		width: 90%;
		margin: 0 auto;
	}
	.about_img > img {}
	.about_subhead {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.about_supList {}
	.about_supList > li {
		width: 220px;
	}
	.about_supList > li:first-child {}
	.about_supList > li:last-child {}
	.about_supList > li:nth-child(2n+1) {}
	.about_supList > li:nth-child(n+3) {}
	.about_supList > li > a {}
	.about_supList > li > a::before {}
	.about_supList > li > a::after {}
	.about_list > li > a > b::after {}
	.about_list > li:last-child > a > b::after {}
	.about_list > li:nth-child(2) > a > b::after {}
}
@media screen and (max-width:767px) {
	.app {}
	.app_title {}
	.app_title > .icon {}
	.app_title > b {}
	.app_text {
		margin-bottom: 20px;
		text-align: left;
	}
	.marketing {
		margin: 40px 0;
		padding: 30px 20px;
	}
	.marketing_ttl {}
	.marketing_text {
		margin-top: 20px;
	}
	.marketing_link {}
	.marketing_link > a {}
	.marketing_link > a:after {}
	.about {
		padding-top: 35px;
		padding-bottom: 50px;
	}
	.about_title {}
	.about_text {}
	.about_colsWrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about_cols {
		display: block;
		max-width: none;
		padding: 0 10px;
	}
	.about_col {
		width: auto;
	}
	.about_col-no1 {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.about_star {
		width: 60px;
		margin: 0 auto;
	}
	.about_star > img {}
	.about_headline {
		font-size: 18px;
	}
	.about_col-no2 {}
	.about_list {}
	.about_list > li {
		margin-left: 7px;
	}
	.about_list > li:first-child {}
	.about_list > li:last-child {}
	.about_list > li:nth-child(2) {}
	.about_list > li:nth-child(2n+1) {}
	.about_list > li:nth-child(n+3) {}
	.about_list > li > a {
		width: 92px;
		height: 92px;
	}
	.about_list > li > a::before {}
	.about_list > li > a::after {}
	.about_list > li > a > b {
		font-size: 16px;
		padding-bottom: 4px;
		margin-bottom: 6px;
	}
	.about_list > li > a > small {
		font-size: 10px;
	}
	.about_link {
		width: auto;
	}
	.about_link > a {}
	.about_link > a::before {}
	.about_link > a::after {}
	.about_emarks {}
	.about_emarks > img {}
	.about_img {}
	.about_img > img {
		margin: 0 auto;
	}
	.about_subhead {
		font-size: 20px;
	}
	.about_supList {}
	.about_supList > li {
		width: 100%;
		margin-left: 10px;
	}
	.about_supList > li:first-child {}
	.about_supList > li:last-child {}
	.about_supList > li:nth-child(2n+1) {}
	.about_supList > li:nth-child(n+3) {}
	.about_supList > li > a {}
	.about_supList > li > a::before {}
	.about_supList > li > a::after {}
	.about_list > li > a > b::after {}
	.about_list > li:last-child > a > b::after {}
	.about_list > li:nth-child(2) > a > b::after {}
}
