@charset "UTF-8";

/* +++横スクロールの設定のためのスタイル+++ */
.wrapper{
    width: 1000%;
    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/service05-sec01-bg01.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding-block: 12rem;
}


@media screen and (min-width: 1033px){
	.sec{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

}


#sec01 .inner,
#sec02 .inner,
#sec03 .inner,
#sec04 .inner,
#sec05 .inner,
#sec06 .inner,
#sec10 .inner{
/*
	height: 100%;
*/
	width: 100%;
}
#sec01 .contents{
	padding: 7rem;
	background: rgba(255,255,255,.25);
	border-radius: 2rem;
	box-shadow: 0 .4rem .4rem rgba(0,0,0,.25);
	backdrop-filter: blur(4px);
	width: 100%;
	max-width: 91.5rem;
	margin: 0 auto;
	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 h3{
	color: #87DBFF;
	font-weight: 600;
	margin-bottom: 3rem;
	font-size: 2.4rem;
	margin-top: 4rem;
}
#sec01 .contents li:not(:last-of-type):after{
	content: "";
	display: block;
	width: 2.1rem;
	height: 3.4rem;
	background: url(../images/cross.svg) no-repeat;
	background-position: center;
	background-size: 100% auto;
	margin: 0 2rem;
}
#sec01 .contents li div{
	width: 12.9rem;
	height: 14.8rem;
	background: url(../images/service05-sec01-bg01.png) no-repeat;
	background-size: 100% auto;
}
#sec01 .ja{
	font-size: 2.8rem;
}
#sec01 .en-text{
	font-size: 1.8rem;
	opacity: .7;
	margin-top: 1rem;
}

/* +++#sec02+++ */
#sec02{
/*
	padding-top: 17rem;
	padding-bottom: 11.2rem;
*/
	/* padding-top: 7rem;
	padding-bottom: 0; */
}
#sec02>.inner{
	display: flex;
	flex-direction: column;
	justify-content: center;
}


@media screen and (min-width: 1033px){
	#sec02{
		padding-top: 8.5rem;
		padding-bottom: 6.5rem;
	}
	#sec02>.inner{
		padding-bottom: 4rem;
	}
}



#sec02 .row01{
	width: 100%;
/*
	margin-bottom: 7rem;
*/
	margin-bottom: 2rem;
}
#sec02 .row01 .bg-white{
	padding: 4rem 3rem;
	border-radius: 2rem;
}
#sec02 h2{
	font-size: 3.6rem;
	line-height: 1.4;
	margin-bottom: 2rem;
}
#sec02 .pic{
	width: 60.1rem;
}
#sec02 .text{
	width: 57rem;
}

.row02{
	width: 100%;
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.6);
	background: rgba(255,255,255,.4);
	padding: 3.4rem 3rem 2.2rem;
}
.row02 h3{
	font-size: 3rem;
	margin-bottom: 2rem;
}
.row02>p{
	margin-bottom: 1.7rem;
}
.row02 p{
	line-height: 1.6;
}
.row02 .bg-white{
	padding: 2rem 3rem 2rem;
	border-radius: 1rem;
}
.row02 h4{
	color: #2D68AA;
	margin-bottom: 2rem;
	font-size: 2rem;
}
.shiki{
	width: 50rem;
	background: #008cc5;
	border-radius: .8rem;
	padding: 1rem 2.6rem;
	line-height: 1.6;
}
.shiki span{
	font-size: 125%;
}
.row02 .desc{
	line-height: 1.6;
	width: 54.8rem;
}
/* +++#sec03+++ */
#sec03{
/*
	padding-top: 17rem;
	padding-bottom: 13rem;
*/
	/* padding-block: 10rem; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#sec03 h2{
	font-size: 3.6rem;
	margin-bottom: 2rem;
}
#sec03 .inner>p{
	margin-bottom: 4.5rem;
}
#sec03 .max1200{
	align-items: stretch;
}
#sec03 .max1200 .bg-white{
	width: calc(33.333333% - 4rem);
	border-radius: 2rem;
	overflow: hidden;
}
#sec03 .max1200 .bg-white .text{
	padding: 3rem;
}
#sec03 h3{
	font-size: 3rem;
	margin-bottom: 1rem;
	text-align: center;
}
#sec03 h4{
	height: 3.5rem;
	border-radius: .6rem;
	padding: 0 1rem;
	background: #2C68AA;
	width: fit-content;
	font-size: 1.8rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin: 0 auto 1rem;
}


/* +++#sec04+++ */
#sec04{
/*
	padding-top: 13rem;
	padding-bottom: 16rem;
*/
	/* padding-block: 10rem; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#sec04 .bg-white{
/*
	padding: 6rem;
*/
	padding: 3.6rem 6rem;
	border-radius: 2rem;
}

#sec04 h2{
	font-size: 3.2rem;
/*
	margin-bottom: 4rem;
*/
	margin-bottom: 2rem;
}

.table-area{
	width: 100%;
	overflow-x: scroll;
/*
	margin-top: 3rem;
*/
	margin-top: 1.5rem;

	-ms-overflow-style: none;
	scrollbar-width: none;
}

.table-area::-webkit-scrollbar{
	display: none;
}

.simplebar-scrollbar:before{
	background: #2BA1D0 !important;
	opacity: 1 !important;
	height: 1rem !important;
	border-radius: .5rem !important;
}
.simplebar-track{
	background: #eee !important;
	height: 1rem !important;
	border-radius: .5rem !important;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar{
	top: 0 !important;
}
.table-inner{
	width: 295%;
	padding-bottom: 2.6rem;
}
.table-area table{
	line-height: 1.4;
	display: block;
}
tbody{
	display: block;
}
col{
	display: block;
}
colgroup,
tr{
	width: 100%;
	display: flex;
}
#sec04 th,
#sec04 td{
	border-right: 1px solid #ddd;
	padding: 2.2rem 1rem;
	font-weight: 400;
	display: block;
}
#sec04 tr{
	border-bottom: 1px solid #ddd;
}
#sec04 table{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#sec04 tr:nth-of-type(1) th{
	font-weight: 500;
	background: #DDF2FA;
}
#sec04 th:nth-of-type(1){
	width: 11%;
}
#sec04 th:nth-of-type(2){
	width: 7%;
}
#sec04 th:nth-of-type(3){
	width: 19%;
}
#sec04 th:nth-of-type(4){
	width: 17%;
}
#sec04 th:nth-of-type(5){
	width: 17%;
}
#sec04 th:nth-of-type(6){
	width: 17%;
}
#sec04 th:nth-of-type(7){
	width: 14%;
}
/*
#sec04 tr:not(:nth-of-type(1)) th{
	width: 11%;
}
*/

#sec04 tr th:nth-of-type(1){
	position: sticky;
	left: 0;
	top: 0;
}
#sec04 tr:nth-of-type(2) th:nth-of-type(1),
#sec04 tr:nth-of-type(4) th:nth-of-type(1){
	background: #F5F5F5;
}
#sec04 tr:nth-of-type(3) th:nth-of-type(1){
	background: #fff;
}

#sec04 colgroup col:nth-of-type(1),
#sec04 tr:nth-of-type(1) th:nth-of-type(1){
	width: 11%;
}

#sec04 td:nth-of-type(2){

}
#sec04 td:nth-of-type(3){

}
#sec04 td:nth-of-type(4){

}

#sec04 colgroup col:nth-of-type(2),
#sec04 td:nth-of-type(1){
	width: 7%;
	text-align: center;
}
#sec04 colgroup col:nth-of-type(3),
#sec04 td:nth-of-type(2){
	width: 12%;
}
#sec04 colgroup col:nth-of-type(4),
#sec04 td:nth-of-type(3){
	width: 7%;
}
#sec04 colgroup col:nth-of-type(5),
#sec04 colgroup col:nth-of-type(7),
#sec04 colgroup col:nth-of-type(9),
#sec04 colgroup col:nth-of-type(11),
#sec04 td:nth-of-type(4),
#sec04 td:nth-of-type(6),
#sec04 td:nth-of-type(8),
#sec04 td:nth-of-type(10){
/*
	width: 12%;
*/
	width: 14%;
}
#sec04 colgroup col:nth-of-type(6),
#sec04 colgroup col:nth-of-type(8),
#sec04 colgroup col:nth-of-type(10),
#sec04 td:nth-of-type(5),
#sec04 td:nth-of-type(7),
#sec04 td:nth-of-type(9){
	width: 3%;
}
#sec04 tr:not(:nth-of-type(1)) th{
	text-align: left;
	font-weight: 400;
	padding-left: 3rem;
}
#sec04 tr td:nth-of-type(1),
#sec04 tr td:nth-of-type(4),
#sec04 tr td:nth-of-type(5),
#sec04 tr td:nth-of-type(7),
#sec04 tr td:nth-of-type(9){
	text-align: center;
}
#sec04 tr:nth-of-type(2n){
	background: #F5F5F5;
}

/* +++#sec03-2+++ */
#sec03-2{
	/* padding-top: 11rem;
	padding-bottom: 11rem; */
}
#sec03-2 h2{
	font-size: 3.6rem;
	margin-bottom: 2rem;
}
#sec03-2 .inner>p{
/*
	margin-bottom: 4.5rem;
*/
	margin-bottom: 2rem;
}
#sec03-2 .max1200{
	align-items: stretch;
}
#sec03-2 .max1200 .bg-white{
	background: rgba(255,255,255,.6);
	width: calc(33.333333% - 2rem);
	border-radius: 2rem;
	overflow: hidden;
}
#sec03-2 .max1200 .bg-white .text{
/*
	padding: 3rem;
*/
	padding: 2rem;
}
#sec03-2 h3{
	font-size: 2.4rem;
	margin-bottom: 1rem;
	text-align: center;
}
#sec03-2 h4{
	height: 3.5rem;
	border-radius: .6rem;
	padding: 0 1rem;
	background: #2C68AA;
	width: fit-content;
	font-size: 1.8rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin: 0 auto 1rem;
}

/* +++#sec05+++ */

#sec05{
	/* padding-block: 11rem; */
}
#sec05 h2{
	margin-bottom: 2.4rem;
}
#sec05 .max1120{
	max-width: 112rem;
	margin: 0 auto;
	background: rgba(255,255,255,.4);
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 2rem;
	padding: 1rem 4rem 2rem;
	width: 100%;
}
#sec05 .max1120>.flex{
	padding: 2rem 0 1.2rem;
	width: 100%;
	align-items: center;
}


#sec05 .max1120>.flex:not(:last-of-type){
	border-bottom: 1px solid #fff;
}
#sec05 .max1120 .pic-list{
	width: 90rem;
}
#sec05 .max1120 h3{
	width: calc(100% - 90rem);
	font-size: 2rem;
	text-align: left;
	padding-bottom: 2.4rem;
}
#sec05 .pic{
	width: calc(33.333333% - 2rem);
}
#sec05 figcaption{
	margin-top: 1rem;
	font-size: 1.4rem;
}
#sec05 .pic img{
	border-radius: 1rem;
}

/* +++#sec06+++ */
#sec06 .sec-title04{
	margin-bottom: 2rem;
	font-size: 3.6rem;
}
#sec06{
	/* padding-block: 11rem; */
}
#sec06 .max1200{
	border-radius: 2rem;
	padding: 6rem 6rem 4rem;
	width: 100%;
}
.movie_block{
	width: calc(33.3333333333% - 2rem);
	position: relative;
	display: block;
}
.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.text-black{
	padding-top: 1rem;
	font-size: 1.4rem;
	font-weight: 400;
}

#sec06 .inner>h3{
	margin-top: 4rem;
	font-size: 3.2rem;
}
.dl-area{
	max-width: 120rem;
	width: 100%;
	background: rgba(255,255,255,.6);
	backdrop-filter: blur(20px);
	box-shadow: 0 2.1rem 3rem #197CB1;
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 2rem;
	padding: 2.5rem 4rem 1.5rem;
	margin: 2rem auto 0;
}
.dl-area:nth-of-type(2) ul{
	padding-block: 1rem;
}
.dl-area li{
	height: 6rem;
	width: calc(50% - 1.5rem);
	padding: 0 1rem;
	margin: 1.5rem 0;
}
.dl-area li:not(:nth-of-type(2n)){
	border-right: 1px solid rgba(255,255,255,.6);
}

.dl-area li a{
	color: #2D68AA;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: 500;
	width: 100%;
}
.dl-area li a:before{
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	margin-right: 1rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.pdf:before{
	background-image: url(../images/pdf.svg);
}
.word:before{
	background-image: url(../images/word.svg);
}
.excel:before{
	background-image: url(../images/excel.svg);
}

.dl-area li a span{
	display: block;
	width: calc(100% - 5rem);
}



/* +++#sec10+++ */
.foot-contents-wrap{
	position: relative;
}
.foot-contents-wrap .bg-scroll{
	position: absolute;
	left: 0;
	top: 0;
}

#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-title04 span{
	transform: translateY(.2em);
}

#sec10 li{
	font-size: 2.4rem;
	border-radius: 2rem;
	padding: 1.5rem 3.8rem 1.5rem 3rem;
	background: linear-gradient(90deg, #008CC5, #2C68AA);
	line-height: 2;
	cursor: pointer;
}
#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;

}
.faq-pop-up>.flex_all_center{
	width: 100%;
	height: 100%;
}
.faq-pop-up.active{
	visibility: visible;
	opacity: 1;
	z-index: 99;
}
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: 99;
}
.pop-up-title{
	font-size: 2.4rem;
	line-height: 2;
	margin-bottom: 2rem;
}
.pop-up-faq-area{
	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;
}
.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;
}
.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){

/* +++#sec01+++ */
	#sec01{
		padding-block: 15rem 8rem;
	}
	#sec01 .inner,
	#sec02 .inner,
	#sec03 .inner,
	#sec04 .inner,
	#sec05 .inner,
	#sec06 .inner,
	#sec10 .inner{
		height: auto;
		width: 100%;
	}
	#sec01 .inner,
	#sec02 .inner,
	#sec04 .inner,
	#sec10 .inner{
		max-width: 73.9rem;
		margin-inline: auto;
	}
	#sec01 .contents{
		padding: 3rem 1.5rem;
		border-radius: 1.2rem;
		box-shadow: 0 .4rem .4rem rgba(0,0,0,.25);
		backdrop-filter: blur(4px);
		width: 100%;
		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 h3{
		margin-bottom: 3rem;
		font-size: 2rem;
		margin-top: 2.4rem;
		line-height: 1.5;
	}
	#sec01 .contents li:not(:last-of-type):after{
		width: 1.5rem;
		margin: 0 .5rem;
	}
	#sec01 .contents li div{
		width: 8rem;
		height: 9.5rem;
	}
	#sec01 .ja{
		font-size: 2rem;
	}
	#sec01 .en-text{
		font-size: 1.1rem;
	}

/* +++#sec02+++ */
	#sec02{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	#sec02 .row01{
		width: 100%;
		margin-bottom: 3rem;
	}
	#sec02 .en-text{
		height: 4.5rem;
		margin-bottom: 1.5rem;
		margin-top: 3rem;
	}

	#sec02 .row01 .bg-white{
		margin-top: 2rem;
		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;
		padding: 3rem 1.5rem;
	}
	.row02 h3{
		width: 100%;
		height: auto;
		font-size: 1.8rem;
		padding: 0;
	}
	.row02 h3:before{
		display: none;
	}
	.row02 p{
		width: 100%;
		height: auto;
		padding: 0;
		line-height: 2;
	}
	.row02 h4{
		color: #2D68AA;
		margin-bottom: 2rem;
		font-size: 1.7rem;
		line-height: 1.5;
	}
	.row02 .bg-white{
		padding: 3rem 1.5rem;
	}
	.shiki{
		width: 100%;
		background: #008cc5;
		border-radius: .4rem;
		padding: 1rem;
	}
	.shiki span{
		font-size: 110%;
	}
	.row02 .desc{
		line-height: 1.6;
		width: 100%;
		padding-inline: 0;
		padding-block: 1.2rem 0;
	}
/* +++#sec03+++ */
	#sec03{
		padding-top: 8rem;
		padding-bottom: 5rem;
	}
	#sec03 h2{
		font-size: 2.4rem;
		margin-bottom: 1.5rem;
	}
	#sec03 .inner>p{
		margin-bottom: 2.4rem;
		text-align: left;
	}
	#sec03 .max1200{
		display: block;
/*
		max-width: 48rem;
*/
	}
	#sec03 .max1200 .bg-white{
		width: 100%;
		border-radius: 1.2rem;
		margin-bottom: 3rem;
	}
	#sec03 .max1200 .bg-white .text{
		padding: 3rem 1.5rem;
	}
	#sec03 h3{
		font-size: 1.6rem;
	}
	#sec03 h4{
		height: 2.8rem;
		border-radius: .3rem;
		font-size: 1.5rem;
	}


/* +++#sec04+++ */
	#sec04{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	#sec04 .bg-white{
		padding: 3rem 1.5rem;
		border-radius: 1.2rem;
	}

	#sec04 h2{
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.table-area{
		width: 100%;
		overflow-x: auto;
		margin-top: 1.5rem;
	}
	.table-inner{
/*
		width: 350%;
*/
		width: 500%;
		padding-bottom: 2rem;
	}
	#sec04 th,
	#sec04 td{
		padding: 1.5rem;
	}

	#sec04 tr th:nth-of-type(1){
		width: 8% !important;
	}
	#sec04 tr th:nth-of-type(2){
		width: 13%;
	}
	#sec04 tr th:nth-of-type(3){
		width: 19%;
	}
	#sec04 tr th:nth-of-type(4){
		width: 15%;
	}
	#sec04 tr th:nth-of-type(5){
		width: 15%;
	}
	#sec04 tr th:nth-of-type(6){
		width: 15%;
	}
	#sec04 tr th:nth-of-type(7){
		width: 15%;
	}

	#sec04 colgroup col:nth-of-type(1),
	#sec04 th:nth-of-type(1){
		width: 8%;
	}
	#sec04 colgroup col:nth-of-type(2),
	#sec04 td:nth-of-type(1){
		width: 13%;
		text-align: center;
	}
	#sec04 colgroup col:nth-of-type(3),
	#sec04 td:nth-of-type(2){
		width: 12%;
	}
	#sec04 colgroup col:nth-of-type(4),
	#sec04 td:nth-of-type(3){
		width: 7%;
	}
	#sec04 colgroup col:nth-of-type(5),
	#sec04 colgroup col:nth-of-type(7),
	#sec04 colgroup col:nth-of-type(9),
	#sec04 td:nth-of-type(4),
	#sec04 td:nth-of-type(6),
	#sec04 td:nth-of-type(8){
		width: 12%;
	}

	#sec04 td:nth-of-type(10){
		width: 15%;
	}

	#sec04 colgroup col:nth-of-type(6),
	#sec04 colgroup col:nth-of-type(8),
	#sec04 colgroup col:nth-of-type(10),
	#sec04 td:nth-of-type(5),
	#sec04 td:nth-of-type(7),
	#sec04 td:nth-of-type(9){
		width: 3%;
	}

	#sec04 colgroup col:nth-of-type(11)
	#sec04 td:nth-of-type(10){
		width: 15%;
	}

	#sec04 tr:not(:nth-of-type(1)) th:nth-of-type(1){
		width: 14%;
	}

	#sec04 td:nth-of-type(1){
		width: 13%;
	}

	#sec04 tr:not(:nth-of-type(1)) th{
		padding: 1.5rem;
	}

/* +++#sec03-2+++ */
	#sec03-2{
		padding-top: 8rem;
		padding-bottom: 5rem;
	}
	#sec03-2 h2{
		font-size: 2.4rem;
	}
	#sec03-2 .inner>p{
		text-align: left;
		margin-bottom: 3rem;
	}
	#sec03-2 .max1200{
		display: block;
/*
		max-width: 48rem;
*/
	}
	#sec03-2 .max1200 .bg-white{
		width: 100%;
		border-radius: 1.2rem;
		margin-bottom: 3rem;
	}
	#sec03-2 .max1200 .bg-white .text{
		padding: 1.5rem;
	}
	#sec03-2 h3{
		font-size: 1.6rem;
	}

/* +++#sec05+++ */

	#sec05{
		padding-block: 8rem;
	}
	#sec05 h2{
		margin-bottom: 2rem;
	}
	#sec05 .max1120{
/*
		max-width: 48rem;
*/
		margin: 0 auto;
		background: rgba(255,255,255,.4);
		border: 1px solid rgba(255,255,255,.6);
		border-radius: 1.2rem;
		padding: 0 1.5rem;
		width: 100%;
	}
	#sec05 .max1120>.flex{
		padding: 0;
		width: 100%;
	}

	#sec05 .max1120 .pic-list{
		width: 100%;
	}
	#sec05 .max1120 h3{
		width: 100%;
		font-size: 2rem;
		text-align: left;
		padding-bottom: 2.4rem;
		margin-top: 3rem;
	}
	#sec05 .pic{
		width: 100%;
		margin-bottom: 3rem;
	}
	#sec05 figcaption{
		margin-top: 1.5rem;
		text-align: center;
		font-size: 1.6rem;
	}
	#sec05 .pic img{
		border-radius: .5rem;
	}

/* +++#sec06+++ */
	#sec06 .sec-title04{
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#sec06{
		padding-block: 8rem;
	}
	#sec06 .max1200{
		border-radius: 1.2rem;
		padding: 3rem 1.5rem 0;
		width: 100%;
/*
		max-width: 48rem;
*/
	}
	.movie_block{
		width: 100%;
		position: relative;
		display: block;
		margin-bottom: 3rem;
	}
	.bg_video{
		display: block;
		width: 100%;
		max-height: 100%;
		border-radius: .5rem;
		object-fit: cover;
	}
	.movie_cap{
		position: relative;
		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.text-black{
		font-size: 1.6rem;
		margin-top: 1em;
	}

	#sec06 .inner>h3{
		margin-top: 4rem;
		font-size: 2rem;
	}
	.dl-area{
		max-width: 100%;
		border-radius: 1.2rem;
		padding: 1.5rem;
		margin: 2rem auto 0;
		max-width: 48rem;
	}
	.dl-area:nth-of-type(2) ul{
		padding-block: 0;
	}
	.dl-area li{
		height: auto;
		width: 100%;
		padding: 0;
		margin: 1.5rem 0;
	}
	.dl-area li:not(:nth-of-type(2n)){
		border-right: none;
	}

	.dl-area li a{
		font-size: 1.5rem;
		width: 100%;
	}
	.dl-area li a:before{
		width: 2.4rem;
		height: 2.4rem;
		margin-right: .8rem;
		}
	.dl-area li a span{
		display: block;
		width: calc(100% - 5rem);
	}



	#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;
		padding-right: 2.4rem;
		position: relative;
	}
	#sec10 li:not(:last-of-type){
		margin-bottom: 2.4rem;
	}
	#sec10 li h3:after{
		position: absolute;
		right: 0;
		top: .5em;
	}

	.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: auto;
		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;
}

	#sec03,
	#sec04,
	#sec03-2,
	#sec05,
	#sec06,
	#sec10{
		min-height: auto !important;
	}
}

@media screen and (max-width: 768px){
	#sec03 .max1200,
	#sec03-2 .max1200 .bg-white{
		max-width: 48rem;
		margin-inline: auto;
	}
}

@media screen and (min-width: 769px) and (max-width: 1032px){
	#sec01 .inner{
		max-width: 73.9rem;
		margin-inline: auto;
		padding-top: 26vh;
	}

	#sec03 .max1200,
	#sec03-2 .max1200{
		display: flex;
		padding-inline: 2.5rem;
	}
	#sec03 .max1200 .bg-white,
	#sec03-2 .max1200 .bg-white{
		width:calc(33.333333% - 4rem);
	}
	#sec03 .inner>p,
	#sec03-2 .inner>p{
		text-align: center;
	}

	#sec05 .max1120 .pic-list{
		display: flex;
	}
	#sec05 .pic{
		width: calc(33.333333% - 2rem);
	}
	.movie_block{
		width: calc(33.3333333333% - 2rem);
	}
}

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

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

	#sec02>.inner{
		padding-bottom: 0;
		height: 100%;
	}
	.sec02-content{
		height: 100%;
		justify-content: space-between;
		max-height: 80rem;
	}
	#sec02 .row01{
		height: calc(100% - 36rem);
		align-items: center;
	}
	#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;
	}
	#sec02 .row02{
		padding: 2.2rem 3rem;
	}
	#sec02 .row02 h3{
		font-size: 2.6rem;
		margin-bottom: 1.5rem;
	}

	#sec03 .sec__inner{
		flex-direction: column;
	}
	.sec03-content{
		height: calc(100% - 13.3rem);
		max-height: 58rem;
	}
	.sec03-content > div{
		height: 100%;
	}
	#sec03 .pic{
		height: 25.6rem;
	}
	#sec03 .pic img{
		height: 100%;
	}
	#sec03 .max1200 .bg-white .text{
		height: calc(100% - 25.6rem);
	}
	#sec03 .max1200 .bg-white .text-black{
		/* height: 100%; */
		height: calc(100% - 8.5rem);
		overflow: auto;
	}

	#sec04 .sec__inner{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sec04-content{
		max-height: 100%;
	}

	#sec03-2 .sec__inner{
		flex-direction: column;
		max-height: 70rem;
	}
	.sec03-2-content{
		height: calc(100% - 14rem);
	}
	.sec03-2-content > div{
		height: 100%;
	}
	#sec03-2 .pic{
		height: 25.6rem;
	}
	#sec03-2 .pic img{
		height: 100%;
	}
	#sec03-2 .max1200 .bg-white .text{
		height: calc(100% - 25.6rem);
	}
	#sec03-2 .max1200 .bg-white .text-black{
		/* height: 100%; */
		height: calc(100% - 3.4rem);
		overflow: auto;
		-ms-overflow-style: none;
	}
	#sec03-2 .max1200 .bg-white .text-black::-webkit-scrollbar{
		display: none;
	}
	#sec05 .sec__inner{
		flex-direction: column;
	}
	.sec05-content{
		height: calc(100% - 6.9rem);
		max-height: 66rem;
	}
	.sec05-content > div{
		height: calc(100% / 3);
	}
	#sec05 .max1120 .pic-list{
		height: 100%;
	}
	#sec05 .pic{
		height: 100%;
	}
	#sec05 .pic img{
		height: calc(100% - 2.4rem);
	}

	#sec06 .sec__inner{
		flex-direction: column;
	}
	
	#sec10 .sec__inner{
		flex-direction: column;
	}
	#sec10 .sec-title04{
		width: 100%;
	}
	#sec10 ul{
		width: 100%;
		max-height: calc(100% - 12rem);
		overflow: auto;
		-ms-overflow-style: none;
	}
	#sec10 ul::-webkit-scrollbar{
		display: none;
	}

}