.pj-rmid_kv_inner2 {
	height: calc(100vh - 62px);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: #e4ebf1; */
	min-height: 840px;
}

.pj-rmid_kv_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
			flex-direction: column;
	gap: 80px;
}

.pj-rmid_kv_title {
	max-width: 460px;
	/* margin-right: 40px; */
	transition: opacity 1s ease;
	opacity: 0;
	transition-delay: .4s
}
.pj-rmid_kv_title h1 {
	padding-left: 4%;
}

.pj-rmid_kv_logo {
	margin: -10% auto 0;
	max-width: 200px;
	width: 50%;
	margin-top: 30px;
	/* margin-left: 10%; */
	opacity: 0;
	transition: opacity 1s ease;
	transition-delay: .8s;
}

.pj-rmid_kv_img {
	/* max-width: 400px; */
	/* margin-top: 40px; */
	max-width: 600px;
	/* background-color: #e4ebf1; */
	/* padding: 40px 0; */
	opacity: 0;
	transition: opacity 1s ease;
	/* transition-delay: 1s; */
}

.loaded .pj-rmid_kv_logo,
.loaded .pj-rmid_kv_img,
.loaded .pj-rmid_kv_title {
	opacity: 1;
}

.pj-rmid_kv_img img {
	border-radius: 20px;
}

@media screen and (max-width: 1200px) {
	.pj-rmid_kv_wrapper {
		gap: 60px;
	}

}

@media screen and (max-width: 800px) {
.pj-rmid_kv_inner2 {
		min-height: 0;
	}
	.pj-rmid_kv_wrapper {
		flex-direction: column;
		/* margin-top: 430px; */
	}
	.pj-rmid_kv_title {
		width: 80vw;
	}

}
@media screen and (max-width: 600px) {
	.pj-rmid_kv_inner2 {
		height: calc(100vh - 13vw);
		/* width: 100%; */
		max-height: 1000px;
	}
	.pj-rmid_kv_wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 40px;
	}
}

@media screen and (max-width: 400px) {
	.pj-rmid_kv_logo {
		}
}



.pj-rmid_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pj-rmid_kv-bg.webp) 50% 0/cover no-repeat;
	z-index: -1;
}

.pj-rmid_section_title {
	/* max-width: 440px; */
	height: 60px;
}
.pj-rmid_section_title img {
	/* max-width: 440px; */
	width: auto;
	height: 100%;
}


@media screen and (max-width: 1000px) {
.pj-rmid_movie_inner .pj-rmid_section_title-wrapper {
		padding-left: 4vw;
	}
	.pj-rmid_section_title {
		height: 40px;
	}

}

.pj-rmid_kv_video {
	margin-top: 40px;
	aspect-ratio: 16/9;
}
.pj-rmid_kv_video iframe {
	width: 100%;
	height: 100%;
}

.pj-rmid_kv_statement {
	position: relative;
	/* opacity: 0; */
	/* transition: opacity 1s ease; */
	/* transition-delay: 3s; */
}

/* .loaded .pj-rmid_kv_statement {
	opacity: 1;
} */

.pj-rmid_kv_statement p {
	z-index: 1;
}

.pj-rmid_report {
	background-color: white;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width: 930px) {
	.pj-rmid_report {
		padding-bottom: 240px;
	}
}

.pj-rmid_survey_video-wrapper {
	position: relative;
	background-color: white;
	padding-top: 200px;
}

.pj-rmid_survey_video {
	position: absolute;
	/* top: -210px; */
	margin-top: -200px;
	width: 50vw;
	max-width: 700px;
}

.pj-rmid_movie {
	padding: 100px 0;
}

@media screen and (max-width: 900px) {
	.pj-rmid_survey_video {
		margin-top: -150px;
	}
}

.pj-rmid_survey_video video {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 800px) {
	.pj-rmid_movie {
			padding: 70px 0;
		}
	.pj-rmid_survey_video {
		margin-top: -160px;
		width: 80vw;
	}

	.pj-rmid_survey_inner {
		/* padding: 220px 0 100px; */
	}
}

.pj-rmid_survey_slider_container {
	margin-top: 100px;
}

.pj-rmid_survey_slider_container .slick-next {
	bottom: -30px;
	right: 10vw;
	top: auto;
	width: 40px;
	height: 40px;
display: flex !important;
align-items: center;
justify-content: center;
}

.pj-rmid_survey_slider_container .slick-prev {
	bottom: -30px;
	left: 10vw;
	top: auto;
	width: 40px;
	height: 40px;
	display: flex !important;
		align-items: center;
		justify-content: center;
}

.pj-rmid_survey_slider_container .slick-next::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #A6803D;
	border-right: 2px solid #A6803D;
	transform: rotate(45deg);
}

.pj-rmid_survey_slider_container .slick-prev::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #A6803D;
	border-right: 2px solid #A6803D;
	transform: rotate(-135deg);
}

@media screen and (max-width: 800px) {
	.pj-rmid_survey_slider_container .slick-next {
			bottom: -27px;
			right: 4vw;
			top: auto;
			width: 40px;
			height: 40px;
		}

		.pj-rmid_survey_slider_container .slick-prev {
			bottom: -27px;
			left: 4vw;
			top: auto;
			width: 40px;
			height: 40px;
		}
}

.pj-rmid_survey_desc {
	font-size: 18px;
}

.pj-rmid_survey-section-title {
	/* margin-top: 60px; */
	margin-bottom: 40px;
}

.pj-rmid_about-section_title {
	margin: 0 auto;
	max-width: 400px;
}
.pj-rmid_about-section_title img {
		width: 100%;
			height: auto;
}

.pj-rmid_section-padding {
	padding: 0 4vw;
}
.pj-rmid_entry_inner {
	/* padding: 0 0 90px; */
	padding: 100px 0;
}

.pj-rmid_ad_list {
	/* display: grid; */
	/* gap: 8vw; */
	gap: 0;
	/* grid-template-columns: repeat(6, calc(80vw - 40px)); */

	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	/* overscroll-behavior-x: contain; */
	scroll-snap-type: x mandatory;
}

.pj-rmid_ad_list:before,
.pj-rmid_ad_list:after {
	content: "";
	position: relative;
	width: 1px;
}

.pj-rmid_ad_list::-webkit-scrollbar {
	display: none;
}

.pj-rmid_ad_list-item {
	/* width: 80%; */
	scroll-snap-align: center;
	/* width: 70vw; */
	width: 20vw;
	flex-shrink: 0;
	/* margin-top: 60px; */
	margin-left: auto;
	margin-right: auto;
	padding-right: 40px;
}

@media screen and (max-width: 800px) {
	.pc {
		display: none;
	}

	.pj-rmid_survey_desc {
		text-align: left;
	}
		.pj-rmid_survey_desc br {
			display: none;
		}

				.pj-rmid_ad_list {
					gap: 8vw;
					/* gap: 5vw; */
				}

				.pj-rmid_ad_list-item {
					width: 70vw;
					/* width: 20vw; */
				}

	.pj-rmid_entry_inner {
		padding: 70px 0;
	}
}


.fabs {
	bottom: 0;
	position: fixed;
	margin: 1em;
	right: 0;
	z-index: 5;
}

.fab {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	color: white;
	margin: 20px auto 0;
	box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
	position: relative;
}

.fab>i {
	font-size: 28px;
	line-height: 60px;
	transition: all .2s ease-in-out;
	transition-delay: 2s;
}

.fab.gold {
	background: #A6803D;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fab.gold img {
	width: 28px;
}

.fab.light-blue {
	background: #03A9F4;
}

.fab:active,
.fab:focus,
.fab:hover {
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.fab:not(:last-child) {
	width: 36px;
	height: 36px;
	margin: 20px auto 0;
	opacity: 0;
}

.fab:not(:last-child)>i {
	font-size: 18px;
	line-height: 40px;
	transition: all .3s ease-in-out;
}

.fabs:hover .fab:not(:last-child) {
	opacity: 1;
	width: 40px;
	height: 40px;
	margin: 15px auto 0;
}

.fab:nth-last-child(1) {
	-webkit-transition-delay: 25ms;
	transition-delay: 25ms;
}

[tooltip]:before {
	font-family: 'Roboto';
	font-weight: 600;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #585858;
	color: #fff;
	content: attr(tooltip);
	font-size: 12px;
	visibility: hidden;
	opacity: 0;
	padding: 5px 7px;
	margin-right: 10px;
	position: absolute;
	right: 100%;
	bottom: 5%;
	white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
	visibility: visible;
	opacity: 1;
}


