@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.imgArea {
	background-image: url("../img/about/aboutmain.webp");
	background-position: center center;
}
/* aboutArea */
.aboutArea {
	position: relative;
	padding: 0 0 50px;
}
.aboutBox01 {
	position: relative;
	padding-bottom: 80px;
}
.aboutBox01:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 90vh;
    background-color: #f1f1f1;
    clip-path: polygon(0 88%, 0% 100%, 100% 100%);
}
.aboutBox01 .logo {
	margin: 30px auto 100px;
	max-width: 350px;
}
.aboutBox01 .inner {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	padding: 0 2vw;
}
.aboutBox01 .left {
	width: 45%;
}
.aboutBox01 .left h2 {
	font-size: min(5.5vw, 30px);
    font-weight: 700;
    color: #419bd1;
	padding-bottom: 15px;
}
.aboutBox01 .left p {
	width: 200px;
	margin-left: 5px;
}
.aboutBox01 .txtBox {
	width: 55%;
	padding-top: 80px;
}
.aboutBox01 .txtBox p {
	padding: 0 2vw 50px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(3.0vw, 16px);
    line-height: 1.8;
    letter-spacing: .05em;
    color: #222;
	text-align: left;
}
.wrapAboutBox {
	background-color: #f1f1f1;
}
.aboutBox02 .inner {
	padding: 80px 5vw 50px;
}
.aboutBox02 .inner .imgBox {
	padding: 35px 0;
	width: 55%;
}
.aboutBox03 {
	padding: 20px 0 80px;
}
.aboutBox03 .inner {
	max-width: 1200px;
	padding-left: 10%;
}
.aboutBox03 .inner ul {
	display: flex;
	flex-wrap: wrap;
}
.aboutBox03 .inner ul li {
	width: calc(100% / 3 - 20px);
	background-color: #FFF;
	margin: 20px 10px;
	padding: 20px 2vw;
	position: relative;
}
.aboutBox03 .inner ul li:before {
	content: "";
	position: absolute;
	right: 2%;
	top: -80px;
	color: #c9c9c9;
	font-size: min(9vw, 95px);
	font-weight: 700;
}
.aboutBox03 .inner ul li:nth-child(1):before {
	content: "01";
}
.aboutBox03 .inner ul li:nth-child(2):before {
	content: "02";
}
.aboutBox03 .inner ul li:nth-child(3):before {
	content: "03";
}
.aboutBox03 .inner ul li .desc h2 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: min(4.2vw, 20px);
	font-weight: bold;
	line-height: 1.5;
	color: #000;
	position: relative;
	z-index: 5;
}
.aboutBox03 .inner ul li .desc h2:after {
	content: "";
    position: absolute;
    top: 18px;
    left: -5px;
    z-index: -1;
    width: 13px;
    height: 13px;
    background: linear-gradient(90deg, rgba(128, 190, 47, 1), rgba(50, 156, 209, 1));
}
.aboutBox03 .inner ul li .desc p {
	padding-top: 10px;
	font-size: min(3.2vw, 14px);
	font-weight: 700;
	color: #333;
}
.aboutBox04 {
	padding: 100px 0 50px;
	position: relative;
}
.aboutBox04:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 90vh;
    background-color: #f1f1f1;
    clip-path: polygon(0 0, 0 12%, 100% 0);
}
.aboutBox04 .inner {
	padding: 80px 5vw 0;
	text-align: center;
	font-weight: 700;
	color: #333;
}
.aboutBox04 .inner h2 {
	font-size: min(5vw, 25px);
    font-weight: bold;
    color: #419bd1;
}
.aboutBox04 .inner p {
	padding-top: 20px;
	font-weight: 700;
	color: #333;
}
.aboutBox04 .inner .btn {
	margin-top: 50px;
}
@media screen and (max-width: 1200px) {
}	

@media screen and (max-width: 1000px) {
	.aboutBox01 .left {
		width: 100%;
		padding: 0 8vw;
	}
	.aboutBox01 .txtBox {
		width: 100%;
		padding: 50px 8vw;
	}
}	

@media screen and (max-width: 768px) {
	.aboutBox01 .logo {
		margin: 0 auto 50px;
		max-width: 250px;
	}
	.aboutBox01 .txtBox p {
		padding: 0 2vw 40px;
	}
	.aboutBox02 .inner {
		padding: 30px 5vw 10px;
	}
	.aboutBox02 .inner .imgBox {
		padding: 0 5vw;
		width: 85%;
	}
	.aboutBox03 {
		padding: 0 5vw 50px;
	}
	.aboutBox03 .inner {
		padding-left: 0;
	}
	.aboutBox03 .inner ul li {
		width: calc(100% / 1 - 20px);
		padding: 10px 5vw 20px;
	}
	.aboutBox03 .inner ul li:before {
		top: -35px;
	}
	.aboutBox04 .inner {
		padding: 10px 5vw 0;
	}
	.aboutBox04 .inner p {
		text-align: left;
		padding: 30px 5vw 0;
	}
}	

@media screen and (max-width: 600px) {
}	


