@charset "UTF-8";

/* +++横スクロールの設定のためのスタイル+++ */
.wrapper{
    width: 900%;
    height: 100vh;
}

#footer .bg-scroll{
	display: none;
}

/* +++#sec01+++ */
.video-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.video-wrapper>video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
}
#sec01 .sec__inner{
	position: relative;
	z-index: 9;
}
#sec01{
	background: url(../images/rov-sec01-bg01.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding-block: 12rem;
}
#sec01 .inner,
#sec02 .inner,
#sec03 .inner,
#sec04 .inner,
#sec05 .inner,
#sec06 .inner{
	height: 100%;
	width: 100%;
}




#sec01 .contents{
	padding: 7rem;
	background: rgba(255,255,255,.3);
	border-radius: 2rem;
	box-shadow: 0 .4rem .4rem rgba(0,0,0,.25);
	backdrop-filter: blur(4px);
	width: 100%;
	max-width: 91.5rem;
	border: 1px solid rgba(255,255,255,.4);
}
#sec01 h2{
	font-size: 4.5rem;
	margin-bottom: 1.5rem;
	line-height: 1;
}
#sec01 .en-title{
	font-size: 3.3rem;
	margin-bottom: 4rem;
/*
	-webkit-text-stroke: 1px rgb(255, 255, 255);
	color: rgba(255,255,255,0);
*/
	height: 3.3rem;
}
#sec01 .en-title img{
	display: block;
	height: 100%;
	width: auto;
	margin: auto;
}
#sec01>.column{
	justify-content: center;
}

/* +++#sec02+++ */
#sec02{
/*
	padding-top: 14.8rem;
*/
	padding-top: 11rem;
	padding-bottom: 13rem;
}
#sec02 .row01{
	width: 100%;
/*
	margin-bottom: 7rem;
*/
	margin-bottom: 4rem;
}
#sec02 .en-text{
	height: 7.5rem;
	margin-bottom: 3rem;
}
.en-text img{
	width: auto;
	height: 100%;
	margin: auto;
	display: block;
}
#sec02 .bg-white{
	padding: 4rem;
/*
	border-radius: 4rem;
*/
	border-radius: 2rem;
}
#sec02 h2{
	font-size: 3.6rem;
	line-height: 1.4;
	margin-bottom: 2rem;
}
#sec02 .pic{
	width: 57rem;
}

#sec02 .text{
	width: 58rem;
}

.row02{
	width: 100%;
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.6);
	background: rgba(255,255,255,.4);
	height: 15rem;
}
.row02 h3{
	width: 29%;
	height: 100%;
	background: linear-gradient(120deg, #2BA1D0, #2D68AA);
	font-size: 3rem;
}
.row02 h3:before{
	content: "";
	display: block;
	width: 5.4rem;
	height: 3.2rem;
	margin-bottom: 2rem;
	background: url(../images/rov-sec02-icon01.png) no-repeat;
	background-position: center;
	background-size: 100% auto;
/*
	mix-blend-mode: soft-light;
*/
}
.row02 p{
	width: 71%;
	height: 100%;
	padding: 2.7rem 4rem;
}


/* +++#sec03+++ */
#sec03{
/*
	padding-top: 16rem;
*/
	padding-top: 11rem;
	padding-bottom: 13rem;
}
#sec03 .bg-white{
	border-radius: 2rem;
/*
	padding-top: 6rem;
	padding-bottom: 5rem;
*/
	padding-block: 4rem;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	max-height: 73rem;
}
#sec03 .bg-white::-webkit-scrollbar{
	display: none;
}
#sec03 h2{
	margin-bottom: 2rem;
	font-size: 3.6rem;
}
#sec03 .pic{
	position: relative;
/*
	width: 100%;
*/

	width: 120rem;
	margin-top: 2rem;
}

@media screen and (min-width: 1033px){
	#sec03 .pic img.pc-none{
		display: none !important;
	}
}
.text-box{
	position: absolute;
	z-index: 9;
}

.text-box h3{
	font-size: 1.2rem;
	background: #5eb8b1;
	border-radius: 1.6rem;
	height: 3.2rem;
	width: 10.6rem;
	margin-bottom: .8rem;
}
.text-box p{
	font-size: 1rem;
	line-height: 1.75;
	margin-right: 2rem;
}
.align-right{
	text-align: right;
}



.text01{
	left: 6.4rem;
	top: 0;
}
.text01 h3{
	margin-left: 3.6rem;
}

.text02{
	left: 54.2rem;
	top: 9.1rem;
}
.text02 p{
	margin-left: 2rem;
}

.text03{
	left: 3.5rem;
	top: 29.1rem;
}
.text03 h3{
	margin-left: 5.7rem;
}

.text04{
	right: 22.1rem;
	top: 1.2rem;
}
.text04 p{
	margin-left: 2rem;
}

.text05{
	right: 3.6rem;
	top: 7.5rem;
}
.text05 p{
	margin-left: 2rem;
}

.text06{

	left: 48.6rem;
	bottom: 2.5rem;
/*
	left: 51.5rem;
	bottom: -2.7rem;
*/
}
.text06 h3{
	margin-left: 6.3rem;
}


/* +++#sec04+++ */
#sec04{
/*
	padding-top: 13rem;
	padding-bottom: 10rem;
*/
	padding-block: 9rem;
}
.doc-link{
	width: fit-content;
/*
	margin: .8rem auto 0;
*/
	margin: 0 auto;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	padding-bottom: 1.5rem;
}
.doc-link:before{
	content: "";
	display: block;
	width: 2rem;
	height: 2.5rem;
	margin-right: 2rem;
	background: url(../images/doc-icon01.svg) no-repeat;
	background-position: center;
	background-size: 100% auto;
}
#sec04 h2{
	font-size: 3.2rem;
/*
	margin-bottom: 4rem;
*/
	margin-bottom: 2.4rem;
}
#sec04 li{
	width: calc(50% - 1.5rem);
	border-radius: 2rem;
	position: relative;
	height: 29.7rem;
	padding: 2.5rem;
	cursor: pointer;
	margin-bottom: 3rem;
}
#sec04 li:after{
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	background: url(../images/rov-sec04-icon01.svg) no-repeat;
	background-position: center;
	position: absolute;
	right: 2.5rem;
	bottom: 2.5rem;
}
#sec04 h3{
	font-size: 2rem;
}
#sec04 li .pic{
	width: 19.4rem;
}
#sec04 .detail-button{
	width: 14rem;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid #2D68AA;
}
#sec04 .detail-button:after{
	content: "";
	display: block;
	width: 2.4rem;
	height: 1em;
	background: url(../images/arrow-blue01.svg) no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.item-popup{
	background: rgba(1,140,197, .85);
	padding: 8rem 4rem;
	position: fixed;
	left: 0;
	top: 0;
/*
	width: 100%;
*/
	width: 100vw;
	height: 100%;
	overflow: auto;
	z-index: 999999;
	visibility: hidden;
	opacity: 0;
	transition: .3s all ease;
}

.item-popup.active{
	visibility: visible;
	opacity: 1;
}
.item-popup-inner{
	width: 100%;
	max-width: 120rem;
	height: 100%;
	overflow: auto;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 2.1rem 3rem #197CB1;
	margin: auto;
	padding: 5rem;
	position:relative;
	z-index: 9;
}
.item-popup-close{
	position: absolute;
	left: 0;	
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;	
	width: 100%;
	height: 100%;
}
.item-popup h3{
	font-size: 3rem;
	padding: .9rem 5.7rem;
	background: #2D68AA;
	border-radius: .5rem;
	width: fit-content;
	margin: 0 auto 2rem;
}
.spec-area{
	width: calc(50% - 1.5rem);
	padding-right: 1.6rem;
	color: #2e3d4e;
	border-bottom: 1px solid #2E3D4E;
}
.spec-area h4{
	font-weight: 600;
	width: 14rem;
	font-size: 1.6rem;
	padding: 2rem 0;
	line-height: 1.6875;
}
.spec-area table,
.spec-area p{
	width: calc(100% - 14rem);
	line-height: 1.6875;
	font-weight: 600;
}
.spec-area p{
	padding: 2rem 0;
}
.spec-area th,
.spec-area td{
	padding: 2rem 0;
}
.spec-area table tr:not(:nth-of-type(1)) th,
.spec-area table tr:not(:nth-of-type(1)) td{
	border-top: 1px solid rgba(46,61,78,.5);
}
.spec-area th{
	width: 36%;
	text-align: left;
	vertical-align: top;
}
.spec-area td{
	width: 64%;
}
.spec-area>.flex{
	border-top: 1px solid #2E3D4E;
}
.spec-area .pic-area{
	border-top: 1px solid #2e3d4e;
}
.no-border{
	border: none !important;
}

/* +++#sec05+++ */
#sec05 .sec-title04,
#sec06 .sec-title04{
	margin-bottom: 1.3rem;
}
#sec05{
/*
	padding-top: 12.5rem;
	padding-bottom: 12.5rem;
*/
}
#sec05 .max1040{
	background: rgba(255,255,255,.4);
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 2rem;
	padding: 4rem 4rem 2rem;
	width: 100%;
}
#sec05 .pic{
	width: calc(33.333333% - 2rem);
	margin-bottom: 2rem;
}
#sec05 figcaption{
	margin-top: 1rem;
	font-size: 1.4rem;
}
#sec05 .pic img{
	border-radius: 1rem;
}

/* +++#sec06+++ */
#sec06 .max1200{
	background: rgba(255,255,255,.4);
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 2rem;
	padding: 7.8rem 4.5rem 2.8rem;
	width: 100%;
	justify-content: center;
}
.movie_block{
	width: 33.3333333333%;
	padding-inline: 1.5rem;
	position: relative;
	display: block;
	margin-bottom: 4rem;
}
.bg_video{
	display: block;
	width: 100%;
	max-height: 100%;
	height: 100%;
	border-radius: 1rem;
	object-fit: cover;
}
.movie_cap{
	position: relative;
	height: 20rem;
}
.play-button{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7.4rem;
	height: 7rem;
}
.play-button img{
	display: block;
	width: 100%;
}
#sec06 h3{
	padding-top: 1rem;
	font-size: 1.4rem;
	font-weight: 400;
}




/* +++#sec10+++ */
#sec06,
#sec10{
	padding-top: 12rem;
}
#sec10 .sec-title04{
	margin-bottom: 2rem;
}
#sec10 .sec-title04:after{
	content: "";
	display: block;
	width: 18.5rem;
	height: 10rem;
	background: url(../images/rov-sec10-text01.svg) no-repeat;
	background-position: center;
	background-size: 100% auto;
	margin-left: 1.5rem;
}
#sec10 .sec-title01 span{
	margin-top: .5em;
}

#sec10 li{
	border-radius: 2rem;
	padding: 1.5rem 3.8rem 1.5rem 3rem;
	background: linear-gradient(90deg, #008CC5, #2C68AA);
	line-height: 2;
	cursor: pointer;
}
#sec10 li h3{
	font-size: 2.4rem;
}
#sec10 li:not(:last-of-type){
	margin-bottom: 4rem;
}
#sec10 li h3:after{
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../images/zoom-icon01.svg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.faq-pop-up{
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(1,149,197,.8);
	backdrop-filter: blur(10px);
	visibility: hidden;
	opacity: 0;
	transition: .3s all ease;
	z-index: 99;
}
.faq-pop-up>.flex_all_center{
	width: 100%;
	height: 100%;
}
.faq-pop-up.active{
	visibility: visible;
	opacity: 1;
}
body.pop-up-active{
	overflow: hidden;
}
.pop-up-inner{
	padding: 4rem;
	border-radius: 2rem;
	background: rgba(255,255,255,.4);
	border: 1px solid rgba(255,255,255,.6);
	backdrop-filter: blur(20px);
	box-shadow: 0 2.1rem 3rem #197cb1;
	position: relative;
	z-index: 999;
}
.pop-up-title{
	font-size: 2.4rem;
	line-height: 2;
	margin-bottom: 2rem;
}
.pop-up-faq-area{
	height: auto;
	max-height: 40.6rem;
	overflow-y: hidden;
}
.faq_dl dt{
	border-radius: 1rem;
	background: #DDF2FA;

	padding: 2rem 2rem 2rem 6rem;

	font-size: 2rem;
	line-height: 2;
	position: relative;
}

.faq_dl dt:before{
	content: attr(data-no);
	font-weight: 500;
	font-size: 2.4rem;
	color: #008CC5;
	position: absolute;
	left: 2rem;
	top: 1.2em;
	font-family: "Heebo", YuGothic, 游ゴシック, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1;
}
.faq_dl dd:before{
	content: attr(data-no);
	font-weight: 500;
	font-size: 2.4rem;
	color: #008CC5;
	position: absolute;
	left: 2rem;
	top: 1.2em;
	font-family: "Heebo", YuGothic, 游ゴシック, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1;
}

.faq_dl dd{
	padding: 2rem 2rem 2rem 6rem;

	line-height: 2;
	position: relative;
}

.mCSB_inside>.mCSB_container{
	margin-right: 4rem;
}
.mCSB_scrollTools{
	background: #eee !important;
	width: 1rem !important;
	opacity: 1 !important;
	border-radius: .5rem;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 100%;
	background: #2BA1D0 !important;
}
.mCSB_scrollTools .mCSB_draggerRail{
	opacity: 0;
}

.custom-scrollbar-container{
	height: auto;
}

.close-button{
	position: absolute;
	right: 3rem;
	top: 3rem;
	width: 2.1rem;
	cursor: pointer;
	outline: none;
	background: none;
	border: none;
}
.overlay{
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}



@media screen and (max-width: 1032px){
	.bread-crumbs{
		margin-top: 0;
		line-height: 1.4;
	}
/* +++#sec01+++ */
	#sec01{
		padding-block: 8rem;
		display: flex;
		flex-direction: column;
		//justify-content: center;
	}
	#sec01 .inner{
/*
		padding-top: min(24vh, 2rem);
*/
		padding-top: min(24vh, 7rem);
	}
	#sec01 .inner,
	#sec02 .inner,
	#sec03 .inner,
	#sec04 .inner,
	#sec05 .inner,
	#sec06 .inner{
		height: auto;
		width: 100%;
		max-width: 73.9rem;
		margin-inline: auto;
	}
	#sec01 .contents{
		padding: 3rem 1.5rem;
		border-radius: 1.2rem;
		max-width: 100%;
	}
	#sec01 h2{
		font-size: 2.4rem;
		margin-bottom: 1.5rem;
		line-height: 1.5;
	}
	#sec01 .en-title{
		margin-bottom: 2.4rem;
		height: 2rem;
	}
	#sec01 p{
		text-align: left;
	}
	#sec01>div.inner{
		margin-block: auto;
	}

/* +++#sec02+++ */
	#sec02{
		padding-top: 8rem;
		padding-bottom: 8rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#sec02 .row01{
		width: 100%;
		margin-bottom: 3rem;
		max-width: 56rem;
	}
	#sec02 .en-text{
		height: 4.5rem;
		margin-bottom: 1.5rem;
		margin-top: 3rem;
	}

	#sec02 .bg-white{
		padding: 3rem 1.5rem;
		border-radius: 1.2rem;
	}
	#sec02 h2,
	#sec03 h2{
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	#sec02 .pic{
		width: 100%;
	}
	#sec02 .text{
		width: 100%;
		margin: 0 auto;
	}
	.row02{
		width: 100%;
		border-radius: 1.2rem;
		height: auto;
		display: block;
		max-width: 73.9rem;
	}
	.row02 h3{
		width: 100%;
		height: auto;
		font-size: 1.6rem;
		padding: 1.5rem 0;
	}
	.row02 h3:before{
		content: "";
		display: block;
		width: 2.7rem;
		height: 1.6rem;
		margin-bottom: 1rem;
	}
	.row02 p{
		width: 100%;
		height: auto;
		padding: 1.5rem;
	}

/* +++#sec03+++ */
	#sec03{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	#sec03 .bg-white{
		border-radius: 1.2rem;
		padding: 3rem 1.5rem;
		max-width: 56rem;
		margin-inline: auto;
		height: auto;
		max-height: none;
	}

#sec03 .pic{
	margin-top: 2rem;
	height: auto;
	width: 100%;
}
	#sec03 .pic img.sp-none{
		display: none;
	}
.text-box{
	position: absolute;
	z-index: 9;
}

.text-box h3{
	font-size: 1.2rem;
	background: #5eb8b1;
	border-radius: 1.6rem;
	height: 3.2rem;
	width: 10.6rem;
	margin-bottom: .8rem;
}
.text-box p{
	font-size: 1rem;
	line-height: 1.75;
	margin-right: 2rem;
}
.align-right{
	text-align: right;
}
/*
	.text01{
		left: -1rem;
		top: 1.6rem;
	}
	.text01 h3{
		margin-left: 0;
	}

	.text02{
		left: 20rem;
		top: 0rem;
	}
	.text02 p{
		margin-left: 0;
		margin-right: 0;
	}

	.text03{
		left: -5.5rem;
		top: 12.1rem;
	}
	.text03 h3{
		margin-left: 5.7rem;
	}

	.text04{
		right: 2.8rem;
		top: 16.2rem;
	}
	.text04 p{
		margin-left: 2rem;
	}

	.text05{
		right: -2.7rem;
		top: 23.5rem;
	}
	.text05 p{
		margin-left: 2rem;
	}

	.text06{
		left: -1rem;
		bottom: -2rem;
	}
	.text06 h3{
		margin-left: 0;
	}
*/
	.text01,
	.text02,
	.text03,
	.text04,
	.text05,
	.text06{
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		text-align: left !important;
		margin: 0;
		margin-top: 1em;
		width: 50%;
	}
	.text01 h3,
	.text02 h3,
	.text03 h3,
	.text04 h3,
	.text05 h3,
	.text06 h3{
		text-align: left;
		margin: 0;
		display: flex;
		align-items: center;
		background: none;
		color: #000;
		width: 100%;
	}
	.text01 p,
	.text02 p,
	.text03 p,
	.text04 p,
	.text05 p,
	.text06 p{
		text-align: left;
		margin: 0;
		padding-left: 3em;
	}
	.text01 h3:before,
	.text02 h3:before,
	.text03 h3:before,
	.text04 h3:before,
	.text05 h3:before,
	.text06 h3:before{
		content: "1";
		background: #5eb8b1;
		width: 2em;
		height: 2em;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		margin-right: .5em;
	}
	.text02 h3:before{
		content: "2";
	}
	.text03 h3:before{
		content: "3";
	}
	.text04 h3:before{
		content: "4";
	}
	.text05 h3:before{
		content: "5";
	}
	.text06 h3:before{
		content: "6";
	}
	#sec03 .pc-none .pic{
		display: flex;
		flex-wrap: wrap
	}
/* +++#sec04+++ */
	#sec04{
		padding-block: 8rem;
		min-height: auto !important;
	}
	.doc-link{
		width: fit-content;
		margin: .8rem auto 0;
		font-weight: 500;
		border-bottom: 1px solid #fff;
		padding-bottom: 1rem;
	}
	.doc-link:before{
		width: 1.6rem;
		height: 2rem;
		margin-right: 1.5rem;
	}
	#sec04 h2{
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}

	#sec04 li:after{
		width: 1.2rem;
		height: 1.2rem;
		right: 1.5rem;
		bottom: 1.5rem;
	}
	#sec04 h3{
		font-size: 1.6rem;
	}
	#sec04 li .pic{
		width: 19.4rem;
		margin-inline: auto;
	}
	#sec04 .detail-button{
		width: 12rem;
		padding-bottom: 1rem;
		margin-inline: auto;
	}
	#sec04 .detail-button:after{
		width: 1.8rem;
		height: 1em;
	}
	.item-popup{
		padding: 6rem 1.5rem;
	}

	.item-popup-inner{
		max-width: 100%;
		border-radius: .5rem;
		padding: 3rem 1.5rem;
	}

	.item-popup h3{
		font-size: 1.8rem;
		padding: .5rem 1rem;
	}
	.spec-area{
		width: 100%;
		padding-right: 0;
	}
	.spec-area h4{
		width: 10rem;
		font-size: 1.5rem;
	}
	.spec-area table,
	.spec-area p{
		width: calc(100% - 10rem);
	}
	.spec-area p{
		padding: 1rem 0;
	}
	.spec-area th,
	.spec-area td{
		padding: 1rem 0;
	}


/* +++#sec05+++ */
#sec05 .sec-title04,
#sec06 .sec-title04{
	margin-bottom: 1.3rem;
}
#sec05{
/*
	padding-top: 12.5rem;
	padding-bottom: 12.5rem;
*/
}
	#sec05 .max1040{
		border-radius: 1.2rem;
		padding: 3rem 1.5rem;
		width: 100%;
	}
	#sec05 .pic{
		width: 100%;
		margin-bottom: 3rem;
	}
	#sec05 .pic:last-of-type{
		margin-bottom: 0;
	}
	#sec05 figcaption{
		margin-top: 1.5rem;
		font-size: 1.5rem;
	}
	#sec05 .pic img{
		border-radius: .5rem;
	}

/* +++#sec06+++ */
	#sec06,
	#sec10{
		min-height: auto !important;
	}
	#sec06 .max1200{
		border-radius: 1.2rem;
		padding: 3rem 1.5rem;
	}
	.movie_block{
		width: 100%;
		padding-inline: 0;
		margin-bottom: 3rem;
	}
	.bg_video{
		border-radius: .5rem;
		object-fit: cover;
	}
	.movie_cap{
		position: relative;
/*
		height: 18rem;
*/
		height: auto;
		aspect-ratio: 16 / 9;
	}
	.play-button{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 7.4rem;
		height: 7rem;
	}

	#sec06 h3{
		font-size: 1.6rem;
		font-weight: 400;
		margin-top: 1em;
	}

	#sec10{
		background-image: url(../images/sp-index-sec10-bg01.jpg);
		background-size: cover;
	}
	#sec10 .sec-title04{
		margin-bottom: 1.6rem;
		font-size: 2.4rem;
	}
	#sec10 .sec-title04:after{
		width: 7rem;
		height: 4rem;
		margin-left: 1.5rem;
	}
	#sec10 .sec-title04 span{
		padding-bottom: 0;
	}

	#sec10 li{
		border-radius: 1.2rem;
		padding: 1.2rem;
	}
	#sec10 li h3{
		font-size: 1.5rem;
	}
	#sec10 li:not(:last-of-type){
		margin-bottom: 2.4rem;
	}

	.faq-pop-up{
		padding: 8rem 2rem;
		z-index: 99999;

	}

	.pop-up-inner{
		padding: 2rem;
		border-radius: 1.2rem;
	}
	.pop-up-title{
		font-size: 1.8rem;
		margin-bottom: 1.6rem;
	}
	.pop-up-faq-area{
/*
		height: 46rem;
*/
		height: auto;
		max-height: 46rem;
		overflow-y: hidden;
	}
	.faq_dl dt{
		border-radius: .5rem;

		padding: 1.2rem 1.2rem 1.2rem 4rem;

		font-size: 1.5rem;
		line-height: 1.75;
	}
	.faq_dl dt:before{
		font-size: 1.8rem;
		left: 1.2rem;
		top: .8em;
	}
	.faq_dl dd:before{
		font-size: 1.8rem;
		left: 1.2rem;
		top: .8em;
	}
	.faq_dl dd{

		padding: 1.2rem 1.2rem 1.2rem 4rem;

		line-height: 1.75;
	}

.mCSB_inside>.mCSB_container{
	margin-right: 4rem;
}
.mCSB_scrollTools{
	background: #eee !important;
	width: 1rem !important;
	opacity: 1 !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 100%;
	background: #2BA1D0 !important;
}
.mCSB_scrollTools .mCSB_draggerRail{
	opacity: 0;
}
.close-button{
	position: absolute;
	right: 3rem;
	top: 3rem;
	width: 2.1rem;
	cursor: pointer;
	outline: none;
	background: none;
	border: none;
}
}


@media screen and (min-width: 769px) and (max-width: 1032px){
/* +++#sec01+++ */
	#sec01{
		justify-content: flex-start;
	}
	#sec01 .inner{
		max-width: 73.9rem;
		margin-inline: auto;
		padding-top: 26vh;
	}
	#sec05 .pic{
		width: calc(50% - 1.5rem);
	}

	#sec06 .max1200{
		justify-content: space-between;
	}
	.movie_block{
		width: calc(50% - 1.5rem);
	}
}

@media screen and (max-width: 768px){
	#sec04 li{
		width: calc(50% - .75rem);
		border-radius: 1.2rem;
		height: auto;
		aspect-ratio: 3 / 2;
		padding: 1.5rem;
		margin-bottom: 1.5rem;
		display: block;
	}
	#sec04 li .pic{
		width: 75%;
		margin-inline: auto;
	}
	#sec04 li:after {
		width: 1.2rem;
		height: 1.2rem;
		right: 1rem;
		bottom: 1rem;
	}

	#sec05 .max1040,
	#sec06 .max1200{
		max-width: 56rem;
		margin-inline: auto;
	}
}

/*----- 寺井リサイズ調整 */
/* @media screen and (max-width: 1100px),
screen and (min-width: 1380px){ */
/* @media screen and (min-width: 1380px){ */
@media screen and (min-width: 1033px){

	#sec01 .inner{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#sec02{
        padding: 11rem 4rem 8.5rem;
	}
	.sec02-content{
		height: 100%;
	}
	#sec02 .row01{
		height: calc(100% - 19rem);
		max-height: 52rem;
	}
	#sec02 .pic{
		height: 100%;
	}
	#sec02 .pic img{
		height: 100%;
		object-fit: contain;
	}
	#sec02 .row01 .bg-white{
		padding: 3rem 4rem;
	}

	#sec02 h2{
		font-size: 3.2rem;
		margin-bottom: 1.5rem;
	}

	#sec03 .bg-white{
		height: 100%;
	}
	#sec03 .pic{
/*
		height: calc(100% - 10.8rem);
*/
	}
	#sec03 .pic img{
		height: calc(100% - 2em);
		object-position: top center;
	}
	.txt06{
		bottom: -2.5rem;
	}

	#sec04 .sec__inner > .max900{
		height: 100%;
		max-height: 79rem;
	}
	#sec04 .sec__inner .doc-link{
		height: 4.1rem;
		
	}
	.sec4-item{
/*
		height: calc(100% - (5.6rem + 4.1rem));
*/
		padding-bottom: 2rem;
	}
	#sec04 li{
/*
		height: calc((100% - 3rem) / 2);
*/
		height: auto;
		aspect-ratio: 435 / 297;
	}
	#sec04 li:nth-last-of-type(-n+2){
		margin-bottom: 0;
	}

	#sec05 .sec__inner{
		flex-direction: column;
	}
/*
	.sec05-pic{
		height: calc(100% - 5.8rem);
	}
	#sec05 .pic{
		height: calc((100% - (2rem * 2)) / 3);
	}
*/
	#sec05 .pic:nth-last-of-type(-n+3){
		margin-bottom: 0;
	}
	#sec05 .pic img{
		height: calc(100% - 2.4rem);
	}

	#sec06 .sec__inner{
		flex-direction: column;
	}
	.sec06-movie{
		max-height: calc(100% - 5.8rem);
	}

	#sec10 .sec-title04{
		width: 100%;
	}
	#sec10 .sec__inner{
		flex-direction: column;
	}
	#sec10 ul{
		width: 100%;
		max-height: calc(100% - 12rem);
		overflow: auto;
	}
}