@charset "UTF-8";
/* CSS Document */
/* sub_bg */
.sub_descArea .t_inner h1:before {
	content: "ABOUT US";
}

/* about01 */
.aboutArea .about01 .inner {
	padding: 100px 0;
	text-align: center;
}
.aboutArea .about01 .inner .txt {
	font-size: min(10vw,130px);
	color: #e5e5ec;
	font-weight: 300;
	line-height: 1;
	margin-top: -70px;
	position: relative;
}
.aboutArea .about01 .inner .blur-anime {
	font-size: min(27vw,240px);
	color: transparent;
	font-weight: 300;
	line-height: 1;
  text-shadow: 0 0 10px rgba(195,193,211,.25);
}

/* about02 */
.aboutArea .about02 .inner {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	padding: 80px 20px 60px;
}
.aboutArea .about02 .inner .left {
	width: calc(56% - 20px);
}
.aboutArea .about02 .inner .left .txt {
	font-size: 38px;
	font-weight: 700;
	padding-bottom: 10px;
}
.aboutArea .about02 .inner .left .txt span {
	color: #3f94fd;
}
.aboutArea .about02 .inner .left .txt02 {
	line-height: 2;
}
.aboutArea .about02 .inner .left .txt02 span {
	display: block;
	padding-top: 30px;
}
.aboutArea .about02 .inner .left .txt02 .t02 {
	text-align: right;
}
.aboutArea .about02 .inner .right {
	width: calc(44% - 20px);
	padding-top: 30px;
}
.aboutArea .about02 .inner .right .img {
	background-image: url("../img/about/about_img01_pc.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 1100px;
}

/* about03 */
.aboutArea .about03 .a_inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 60px 10px 180px;
	text-align: center;
}
.aboutArea .about03 .a_inner h2 {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	margin: 0 auto;
	padding: 10px 8px;
	line-height: 1;
	position: relative;
}
.aboutArea .about03 .a_inner h2:after {
	position: absolute;
	z-index: -1;
	top: 0; bottom: 0; left: 0; right: 0;
	transform: skewy(-8deg);
	content: "";
	background-color:#3f94fd;
}
.aboutArea .about03 .a_inner p {
	padding-top: 40px;
	line-height: 2;
}

/* a_contentArea */
.a_contentArea {
	position: relative;
	background: linear-gradient(180deg,transparent 40%,transparent 100%,#fff 0%,#fff 40%);
}
.a_contentArea:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 98%;
	height: 86%;
	transform: skewY(-4deg);
	background: #e5e5ec;
	border-top-left-radius: 10rem;
}

/* about04 */
.a_contentArea .about04 .a_inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 160px 20px 150px;
  position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.a_contentArea .about04 .a_inner:before {
	content: url("../img/about/about_pic01.svg");
	position: absolute;
	top: -112px;
	left: -70px;
	width: 304px;
}
.a_contentArea .about04 .a_inner .left {
	width: 136px;
}
.a_contentArea .about04 .a_inner .left p {
	font-size: 38px;
	font-weight: 700;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.a_contentArea .about04 .a_inner .left p span {
	color: #3f94fd;
}
.a_contentArea .about04 .a_inner .right {
	width: calc(100% - 200px);
	margin-left: 64px;
}
.a_contentArea .about04 .a_inner .right p {
	line-height: 2;
}
.a_contentArea .about04 .a_inner .right p span {
	display: block;
	padding-bottom: 30px;
}

/* about05 */
.a_contentArea .about05 {
	position: relative;
}
.a_contentArea .about05:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skewY(4deg);
	background: #fff;
	border-top-right-radius: 10rem;
}
.a_contentArea .about05 .inner {
	position: relative;
	padding: 160px 20px 40px;
}
.a_contentArea .about05 .inner:before {
	content: url("../img/about/about_pic02.svg");
	position: absolute;
	top: -112px;
	right: 0;
	width: 303px;
}
.a_contentArea .about05 .inner h2 {
	font-weight: 700;
	font-size: 25px;
	color: #3f94fd;
	padding-bottom: 30px;
}
.a_contentArea .about05 .inner dl:first-of-type {
	padding-top: 30px;
	border-top: 1px solid #b1b1b1;
}
.a_contentArea .about05 .inner dl {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #b1b1b1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.a_contentArea .about05 .inner dl dt {
	width: 240px;
}
.a_contentArea .about05 .inner dl dd {
	width: calc(100% - 240px);
}

/* a_contentArea02 */
.a_contentArea02 {
	height: 100px;
	position: relative;
}
.a_contentArea02:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skewY(5deg);
	background: #fff;
}

@media screen and (max-width: 1200px) {
/* about02 */
	.aboutArea .about02 .inner .left {
		width: calc(62% - 10px);
	}
	.aboutArea .about02 .inner .right {
		width: calc(38% - 10px);
	}

/* about04 */
	.a_contentArea .about04 .a_inner:before {
		left: 0;
	}
	.a_contentArea .about04 .a_inner .left {
		padding-left: 16px;
	}
}

@media screen and (max-width: 1000px) {
/* about01 */
	.aboutArea .about01 .inner {
		padding: 40px 6vw 20px;
	}

/* about02 */
	.aboutArea .about02 .inner {
		display: block;
		padding: 50px 6vw 40px;
	}
	.aboutArea .about02 .inner .left {
		width: 100%;
	}
	.aboutArea .about02 .inner .right {
		width: 100%;
		padding-bottom: 70px;
	}
	.aboutArea .about02 .inner .left .txt {
		font-size: min(6vw,28px);
	}
	.aboutArea .about02 .inner .right .img {
		background-image: url("../img/about/about_img01_sp.png");
		height: inherit;
		aspect-ratio: 600/402;
	}
	.aboutArea .about02 .inner .left .txt02 span {
		padding-top: 20px;
	}

/* about03 */
	.aboutArea .about03 .a_inner {
		max-width: 100%;
		padding: 40px 6vw 120px;
		text-align: left;
	}
	.aboutArea .about03 .a_inner h2 {
		font-size: min(6vw,28px);
	}

/* a_contentArea */
	.a_contentArea:before {
		border-top-left-radius: 6rem;
	}

/* about04 */
	.a_contentArea .about04 .a_inner {
		width: 100%;
		padding: 120px 6vw 90px;
	}
	.a_contentArea .about04 .a_inner:before {
		top: -80px;
		width: 204px;
		left: 20px;
	}
	.a_contentArea .about04 .a_inner .left {
		width: 126px;
	}
	.a_contentArea .about04 .a_inner .left p {
		font-size: min(7vw,28px);
	}
	.a_contentArea .about04 .a_inner .right {
		width: calc(100% - 126px);
		margin-left: 0;
	}
	.a_contentArea .about04 .a_inner .right p span {
		padding-bottom: 20px;
	}

/* about05 */
.a_contentArea .about05:before {
	border-top-right-radius: 6rem;
	}
	.a_contentArea .about05 .inner {
		padding: 100px 6vw 10px;
	}
	.a_contentArea .about05 .inner:before {
		top: -80px;
		width: 203px;
	}
	.a_contentArea .about05 .inner h2 {
		font-size: min(6.6vw,22px);
	}
	.a_contentArea .about05 .inner dl dt {
		width: 160px;
	}

/* a_contentArea02 */
	.a_contentArea02 {
		height: 60px;
	}
}

@media screen and (max-width: 600px) {
/* a_contentArea */
	.a_contentArea:before {
		border-top-left-radius: 4rem;
		width: 100%;
	}

/* about04 */
	.a_contentArea .about04 .a_inner {
		flex-direction: column;
	}
	.a_contentArea .about04 .a_inner .left {
		width: 100%;
		padding-bottom: 30px;
		padding-left: 0;
	}
	.a_contentArea .about04 .a_inner .right {
		width: 100%;
	}
	.a_contentArea .about04 .a_inner .left p {
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
	}
Extended Deep plane
/* about05 */
	.a_contentArea .about05:before {
		border-top-right-radius: 4rem;
	}
	.a_contentArea .about05 .inner dl:first-of-type {
		padding-top: 26px;
	}
	.a_contentArea .about05 .inner dl {
		padding-bottom: 26px;
		margin-bottom: 26px;
		flex-direction: column;
	}
	.a_contentArea .about05 .inner dl dt{
		width: 100%;
		padding-bottom: 10px;
	}
	.a_contentArea .about05 .inner dl dd {
		width: 100%;
	}

/* a_contentArea02 */
	.a_contentArea02 {
		height: 34px;
	}
}
