.section-01 {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 100vh;
}
.section-01 video {
	position: absolute;
	height: 100%;
	min-width: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: -1;
}
.section-01 .overlay {
	background: rgba(0,0,0,0.15);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.section-01 .rows {
	z-index: 10;
}
.section-01 .rows .column:first-child {
	padding-right: 3rem;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.section-01 .rows .column:nth-of-type(2) {
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
	padding-bottom: 10rem;
	overflow: hidden;
}
.section-01 .rows .column:nth-of-type(2) .img-box {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.section-01 .rows .column:nth-of-type(2) .img-box > img {
	display: block;
	width: 100%;
}
.section-01 .bee {
	width: 250px;
}
.section-01 .bee > a > img {
	display: block;
	width: 100%;
}


.section-02 {
	background: #fff;
}
.section-03 {
	background: #fff;
}
.section-03 .column:first-child {
	padding-right: 3rem;
	position: relative;
	z-index: 10;
}
.section-03 .img-box > img, .section-04 .img-box > img {
	border-radius: 0.5rem;
	display: block;
	width: 100%;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.section-03 .silhoutte-01 {
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.section-03 .silhoutte-01 > img {
	display: block;
	width: 100%;
	opacity: 0.15;
}
.section-04 {
	background: #fff;
}
.section-04 .silhoutte-02 {
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.section-04 .silhoutte-02 > img {
	display: block;
	width: 100%;
	opacity: 0.15;
}
.section-04 .column:nth-of-type(2) {
	padding-left: 3rem;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.section-05 {
	background: url("../img/img-03.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
}
.section-05 .rows:nth-of-type(2) .column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section-05 .bm-box {
	width: 25%;
	text-align: center;
	z-index: 10;
}
.section-05 .bm-info > p {
	background: rgba(255,255,255,0.8);
	border-radius: .25rem;
}
.section-05 .bm-info.p-03 {
	padding: 0 3rem;
}
.section-05 .bm-img {
	border-radius: 50%;
	background: #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
.section-05 .bm-img > img {
	display: block;
	width: 100%;
	padding: 1rem;
	border-radius: 50%;
}
.section-05 .img-box {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20rem;
	width: 20rem;
	z-index: 0;
}
.section-05 .img-box > img {
	display: block;
	width: 100%;
}
.section-06 {
	background: #fff;
	padding-bottom: 0;
}
.section-06 .rows:nth-of-type(2) .column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section-06 .pt-box {
	width: 12.5%;
	text-align: center;
	z-index: 10;
}
.section-06 .pt-info.p-03 {
	padding: 0 3rem;
}
.section-06 .pt-img {
	border-radius: 50%;
	background: #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
.section-06 .pt-img > img {
	display: block;
	width: 100%;
	padding: 0.5rem;
	border-radius: 50%;
}
.section-06 .img-box {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20rem;
	width: 20rem;
	z-index: 0;
}
.section-06 .img-box > img {
	display: block;
	width: 100%;
}
.section-06 .text-10 {
	font-size: 1rem;
}
.section-07 {
	background: #fff;
}



@media only screen and (max-width: 768px) {
	.mb-03 {
		margin-bottom: 1.5rem !important;
	}
	.section-01.p-05 {
		padding: 5rem 1rem;
	}
	.section-01 {
		height: auto !important;
		text-align: center;
	}
	.section-01 .column.width-50 {
		width: 100%;
	}
	.section-01 .rows .column:first-child {
		padding-right: 0;
		margin-bottom: 2rem;
	}
	.section-01 .rows .column.p-03:nth-of-type(2) {
		padding: 1rem;
	}

	.section-02.p-05 {
		padding: 1rem;
	}

	.section-03 {
		text-align: center;
	}
	.section-03.p-05 {
		padding: 1rem;
	}
	.section-03 .rows {
		flex-direction: column-reverse;
	}
	.section-03 .column.width-50 {
		width: 100%;
		padding: 0;
	}
	.section-03 .column:nth-of-type(2) {
		margin-bottom: 2rem;
		z-index: 10;
	}
	.section-03 .silhoutte-01 > img {
		width: 60%;
		margin: 0 auto;
	}


	.section-04 h1, p {
		text-align: center !important;
	}
	.section-04.p-05 {
		padding: 1rem;
	}
	.section-04 .column.width-50 {
		width: 100%;
		padding: 0;
	}
	.section-04 .column:first-child {
		margin-bottom: 2rem;
		z-index: 10;
	}
	.section-04 .text-right {
		text-align: center !important;
	}


	.section-05.p-04 {
		padding: 2rem 0.5rem;
	}
	.section-05 .bm-box {
		width: 50% !important;
	}
	.section-05 .bm-box.p-01 {
		padding: 0.5rem;
	}
	.section-05 .bm-box:last-child {
		max-width: 327.5px !important;
	}
	.section-05 .bm-box:last-child .bm-info.p-03 {
		padding: 0;
	}


	.section-06.p-04 {
		padding: 2rem 0.5rem;
	}
	.section-06 .pt-box {
		width: 50% !important;
	}
	.section-06 .pt-box.p-01 {
		padding: 0.5rem;
	}
	.section-06 .pt-box:last-child {
		max-width: 357px !important;
	}
	.section-06 .pt-img > img {
		padding: 1rem;
	}
	.section-06 .pt-box:last-child .bm-info.p-03 {
		padding: 0;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
	.section-01.p-05 {
		padding: 5rem 2rem;
	}
	.section-01 {
		height: auto !important;
	}

	.section-02.p-05 {
		padding: 2rem;
	}

	.section-03.p-05 {
		padding: 2rem;
	}
	.section-03 .silhoutte-01 > img {
		width: 60%;
		margin: 0 auto;
	}


	.section-04.p-05 {
		padding: 2rem;
	}


	.section-05.p-04 {
		padding: 2rem 1rem;
	}
	.section-05 .bm-box:last-child {
		max-width: 327.5px !important;
	}
	.section-05 .bm-box:last-child .bm-info.p-03 {
		padding: 0;
	}


	.section-06.p-04 {
		padding: 2rem 1rem;
	}
	.section-06 .pt-box {
		width: 25%;
	}
	.section-06 .pt-box:last-child {
		max-width: 287.5px !important;
	}
	.section-06 .pt-img > img {
		padding: 1rem;
	}
	.section-06 .pt-box:last-child .bm-info.p-03 {
		padding: 0;
	}
}

@media only screen and (min-width: 1200px) {
}