@charset "UTF-8";
.about {}
.about_title {}
.about_title > .icon {}
.about_title > b {}
.about_text {
	margin-bottom: 30px;
}
.about_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 79px;
}
.about_list > li {
	width: 32%;
	margin-left: 2%;
	text-align: center;
	box-shadow: 0 0 8px rgba(51, 51, 51, 0.1);
}
.about_list > li:first-child {
	margin-left: 0;
}
.about_list > li:last-child {}
.about_list > li:nth-child(2n+1) {}
.about_list > li:nth-child(n+3) {}
.about_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 45px 0 56px;
}
.about_list > li > a::before {
	content: "";
}
.about_list > li > a::after {
	content: "";
}
.about_headline {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 35px;
}
.about_image {
	overflow: hidden;
}
.about_image > img {
	display: block;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	margin: 0 auto;
}
.about_bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-left: calc((100vw - 1000px)/(-2));
	padding-left: calc((100vw - 1000px)/2);
	margin-right: calc((100vw - 1000px)/(-2));
	padding-right: calc((100vw - 1000px)/2);
}
.about_bg-01 {
	background-image: url(/assets/img/about/bg-about01@2x.jpg?date=190926);
	height: 500px;
	z-index: 1;
}
.about_bg-02 {
	background-image: url(/assets/img/about/bg-about02@2x.jpg);
	height: 480px;
	z-index: 3;
}
.exp {
	max-width: 700px;
	margin: 109px 18px 124px;
	position: relative;
	z-index: 10;
	display: none;
}
.exp_title {}
.exp_text {
	position: relative;
	z-index: 3;
}
.exp_bg {
	position: absolute;
	z-index: 2;
	top: -252px;
	right: -481px;
}
.exp_bg > img {
	display: block;
}
.about_text:last-of-type {
	margin-bottom: 65px;
}
@media screen and (max-width:1199px) {
	.about_bg {
		margin-left: -100px;
		padding-left: 100px;
		margin-right: -100px;
		padding-right: 100px;
	}
	.exp_bg {
		top: -252px;
		width: 80%;
		right: -280px;
	}
}
@media screen and (min-width:1000px) {
	.about_list > li > a:hover {}
	a:hover .about_image > img {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	a:hover .about_title {}
}
@media screen and (max-width:999px) {
	.about {}
	.about_title {}
	.about_title > .icon {}
	.about_title > b {}
	.about_text {
		margin-bottom: 23px;
	}
	.about_list {
		margin-bottom: 60px;
	}
	.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 > li > a {}
	.about_list > li > a::before {}
	.about_list > li > a::after {}
	.about_headline {
		font-size: 17px;
	}
	.about_image {
		width: 80%;
		margin: 0 auto;
	}
	.about_image > img {}
	.about_bg {}
	.about_bg-01 {
		height: 400px;
	}
	.about_bg-02 {
		height: 360px;
	}
	.exp {
		margin: 60px 50px 80px;
		max-width: 510px;
	}
	.exp_title {}
	.exp_text {}
	.exp_bg {
		width: 80%;
		top: -20px;
		right: -220px;
	}
	.exp_bg > img {}
	.about_text:last-of-type {
		margin-bottom: 50px;
	}
}
@media screen and (max-width:767px) {
	.about {}
	.about_title {}
	.about_title > .icon {}
	.about_title > b {}
	.about_text {
		margin-bottom: 15px;
	}
	.about_list {
		display: block;
		margin-bottom: 40px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.about_list > li {
		width: auto;
		margin: 10px auto 0;
		box-shadow: 0 0 4px rgba(51, 51, 51, 0.1);
	}
	.about_list > li:first-child {
		margin-left: auto;
		margin-top: 0;
	}
	.about_list > li:last-child {}
	.about_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.about_list > li:nth-child(n+3) {
		margin-top: 4%;
	}
	.about_list > li > a {
		padding: 10px 15px;
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	.about_list > li > a::before {}
	.about_list > li > a::after {}
	.about_headline {
		font-size: 16px;
		margin-bottom: 0;
		text-align: left;
	}
	.about_image {
		width: 80px;
		margin: 0;
		margin-right: 15px;
	}
	.about_image > img {}
	.about_bg {
		height: 220px;
	}
	.about_bg-01 {}
	.about_bg-02 {}
	.exp {
		margin: 40px 0 20px;
		max-width: none;
	}
	.exp_title {}
	.exp_text {}
	.exp_bg {
		position: static;
		width: 220px;
		margin: -120px auto 0;
	}
	.exp_bg > img {}
	.about_text:last-of-type {
		margin-bottom: 30px;
	}
}
