@charset "UTF-8";
.areaAbout {}
.areaAbout_cols {
	display: flex;
	margin-bottom: 120px;
	min-height: 710px;
}
.areaAbout_cols:last-child {
	margin-bottom: 80px;
}
.areaAbout_col {}
.areaAbout_col-no1 {
	width: 413px;
	position: relative;
	z-index: 1;
}
.about {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	height: 655px;
	background-color: #fff;
	box-shadow: 60px 0 0 #fff, -60px 0 0 #fff;
}
.about::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: -1px;
	width: calc(100% + 2px);
	height: 100%;
	background-color: #fff;
}
.about_number {
	font-size: 70px;
	line-height: 1;
	color: #73a2c8;
	margin-bottom: 34px;
	position: relative;
	z-index: 2;
}
.about_number > b {
	position: relative;
	z-index: 1;
	font-weight: 600;
}
.about_number > b::after {
	content: "";
	display: block;
	width: 21px;
	height: 1px;
	background-color: #73a2c8;
	bottom: 19px;
	right: -7px;
	position: absolute;
	z-index: 1;
	-webkit-transform: skewY(-45deg);
	transform: skewY(-45deg);
}
.about_topic {
	width: 100px;
	height: 100px;
	line-height: 1.25;
	background-color: #73a2c8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: absolute;
	z-index: 2;
	top: 10px;
	right: -15px;
}
.about_title {
	line-height: 1.8;
	z-index: 2;
}
.about_text {
	position: relative;
	z-index: 2;
}
.about_image {
	position: absolute;
	z-index: 3;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.about_image > img {
	display: block;
}
.areaAbout_col-no2 {
	position: relative;
	z-index: 0;
	flex-grow: 1;
}
.areaAbout_image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 0;
	top: 60px;
	left: -196px;
	width: 1342px;
	height: 650px;
}
.areaAbout_image-01 {
	background-image: url(/assets/img/about/pt-about01@2x.jpg?date=191202)
}
.areaAbout_image-02 {
	background-image: url(/assets/img/about/pt-about02@2x.jpg?date=191202);
}
.areaAbout_image-03 {
	background-image: url(/assets/img/about/pt-about03@2x.jpg?date=191202)
}
.areaAbout_image-04 {
	background-image: url(/assets/img/about/pt-about04@2x.jpg?date=191202)
}
.areaAbout_image-05 {
	background-image: url(/assets/img/about/pt-about05@2x.jpg?date=191202)
}
.areaAbout_image-06 {
	background-image: url(/assets/img/about/pt-about06@2x.jpg?date=191202)
}
.areaAbout_cols-rev {
	flex-direction: row-reverse;
}
.areaAbout_col-rev {}
.about_image-01 {
	right: -34px;
	bottom: 39px;
}
.about_image-02 {
	bottom: 26px;
	left: -60px;
}
.about_image-03 {
	right: -88px;
	bottom: 61px;
}
.areaAbout_image-rev {
	left: auto;
	right: -192px;
}
@media screen and (max-width:1199px) {
	.about {
		height: 620px;
	}
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.areaAbout {}
	.areaAbout_cols {
		margin-bottom: 50px;
		display: block;
		min-height: 0;
	}
	.areaAbout_col {}
	.areaAbout_col-no1 {
		width: 480px;
	}
	.areaAbout_col-no1-rev {
		margin-left: auto;
	}
	.about {
		height: auto;
		box-shadow: 0 0 0 30px #fff;
	}
	.about_number {
		font-size: 55px;
		margin-bottom: 10px;
	}
	.about_number > b {}
	.about_number > b::after {}
	.about_topic {
		right: 10px;
		width: 80px;
		height: 80px;
		font-size: 12px;
	}
	.about_title {}
	.about_text {}
	.about_image {
		height: auto;
		width: 200px;
	}
	.about_image > img {}
	.areaAbout_col-no2 {}
	.areaAbout_image {
		position: static;
		width: auto;
		height: auto;
		padding-bottom: 40%;
	}
	.areaAbout_cols-rev {}
	.areaAbout_cols:last-child {
		margin-bottom: 0;
	}
	.areaAbout_col-rev {}
	.about_image-01 {
		right: auto;
		left: -210px;
		bottom: 80px;
	}
	.about_image-02 {
		left: auto;
		right: -200px;
		bottom: 100px;
	}
	.about_image-03 {
		right: auto;
		left: -210px;
		width: 170px;
		bottom: 100px;
	}
	.areaAbout_image-rev {}
}
@media screen and (max-width:767px) {
	.areaAbout {}
	.areaAbout_cols {
		margin-bottom: 30px;
	}
	.areaAbout_col {}
	.areaAbout_col-no1 {
		width: auto;
		margin-bottom: 15px;
	}
	.about {
		box-shadow: none;
	}
	.about::after {
		display: none;
	}
	.about_number {
		font-size: 40px;
	}
	.about_number > b {}
	.about_number > b::after {
		width: 12px;
		bottom: 11px;
		right: -5px;
	}
	.about_topic {
		width: 60px;
		height: 60px;
		font-size: 10px;
		top: 0;
	}
	.about_title {}
	.about_text {}
	.about_image {
		position: static;
		top: 0;
		-webkit-transform: none;
		transform: none;
		margin: 10px auto 0;
		width: 150px;
	}
	.about_image > img {}
	.areaAbout_col-no2 {}
	.areaAbout_image {}
	.areaAbout_cols-rev {}
	.areaAbout_col-rev {}
	.about_image-01 {}
	.about_image-02 {}
	.about_image-03 {}
	.areaAbout_image-rev {}
}
