.mediaViewInfo {
	--web-view-name: Web 1920 – 1;
	--web-view-id: Web_1920__1;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
:root {
	--web-view-ids: Web_1920__1;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}
body {
    position: relative;
    background: #9dd0ec;
    word-break: normal;
}
header{
	position: relative;
	height: 104px;
	background-color: rgba(255,255,255,1);
	
}
@media screen and (max-width: 767px){
header{
	height: 50px;
	
}
}

header ul{
	display:flex;
	position: absolute;
	padding-left: 0;
	right: 0;
	bottom: 10px;
}
header li{
	list-style:none;
	font-size: min(3vw,24px);
	margin-right: 30px;
}
@media screen and (max-width: 767px){
.pc{
display:none!important;
}
}

@media screen and (min-width: 768px){
.sp{
display:none!important;
}


}
#Web_1920__1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(97,169,194,1);
    overflow: hidden;
    --web-view-name: Web 1920 – 1;
    --web-view-id: Web_1920__1;
    --web-scale-on-resize: true;
    --web-enable-deep-linking: true;
}
#n_2 {
	fill: rgba(97,169,194,1);
}
.n_2 {
	position: absolute;
	overflow: visible;
	width: 100%;
	left: 0px;
	top: 2054px;
}
.flexbox{
  display: flex;
  flex-direction: column;
}
#n_1 {
	position: relative;
	width: 100%;
	left: 0px;
	overflow: visible;
}
#n_1rogo01 {
	position: absolute;
	width: 288px;
	left: 32px;
	top: 20px;
	overflow: visible;
}

@media screen and (max-width: 767px){
#n_1rogo01 {
	left: 17px;
	top: 15px;
	width: 14vh;
}
}


#n_1kaisetu_01 {
	filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.161));
	position: relative;
	width: 100%;
}
#n_1kaisetu_02 {
	filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.161));
	position: absolute;
	width: 80%;
	max-width:1200px;
	left: 0px;
	top: 700px;
	overflow: visible;
}
#n_1kaisetu_03 {
	filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.161));
	position: absolute;
	width: 80%;
	max-width:1200px;
	right: 0;
	top: 1250px;
	overflow: visible;
}
#middle01 {
	position: relative;
	width: 100%;
	left: 0;
	overflow: visible;
	z-index: 1;
}
#Text {
	position: relative;
	display: flex;
   	flex-direction: column;
	overflow: visible;
	top: 0;
	white-space: nowrap;
	text-align: center;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: normal;
	font-size:min(5vw,70px);
	color: rgba(52,52,52,1);
}
#Text span{
	max-width: 652px;
	margin: 0 auto;
}
video {
    position: absolute;
    width: 39.8%;
    top: 62vw;
    left: 90px;
    z-index: 2;
}
@media screen and (max-width: 767px){
video{
	top: 115vw;
	left: 21.5%;
	width: 57.8%;
}
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 100px); /* フェードインで動く高さを指定 */
  transition: all 2000ms; /* フェードインにかかる時間を指定 */
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
footer{
	position: relative;
	bottom:0;
	margin-top: 20px;
	background-color: rgba(255,255,255,1);
	z-index: 1;
}
#footer01 {
	position: relative;
	width: 100%;
	overflow: visible;
}