@charset "UTF-8";

#footer .bg-scroll{
	display: none;
}
.wrapper{
    width: 1000%;
    height: 100vh;
}

/* +++#sec01+++ */
.video-wrapper{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.video-wrapper::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4000;
	background: #1a5a78;
	opacity: .6;
}
.video-wrapper > video{
	/* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%; */
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: contain;
}
.sec01__content{
	padding: 6rem 8rem 7rem;
    background: rgba(255, 255, 255, .3);
    border-radius: 2rem;
    backdrop-filter: blur(4px);
    width: 100%;
    max-width: 91.5rem;
    border: 1px solid rgba(255, 255, 255, .4);
	position: relative;
	z-index: 6000;
}
.sec01__logo{
	width: 100%;
	margin-bottom: 2rem;
}
.sec01__logo img{
	width: 100%;
}
.sec01__content p{
	text-align: center;
}

/* +++#sec02+++ */
#sec02 .sec__inner{
	flex-direction: column;
}
.sec02__title{
	font-size: 3.6rem;
	margin-bottom: 3rem;
	line-height: 1.4;
	text-align: center;
}
.sec02__left{
	width: 38.5%;
}
.sec02__text{
	font-size: 1.8rem;
	margin-bottom: 6rem;
	line-height: calc(3.2 / 1.8);
}
.sec02__content{
	width: 100%;
	padding: 4rem;
	background: rgba(255, 255, 255, .4);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sec02__left-title{
	font-size: 3rem;
	margin-bottom: 4rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}
.sec02__image{
	width: 58%;
}
.sec02__image img{
	width: 100%;
}

/* +++#sec03+++ */
#sec03 .sec__inner{
	flex-direction: column;
}
.sec03__title{
	font-size: 3.6rem;
	line-height: 1.4;
	margin-bottom: 2rem;
	font-weight: 500;
	text-align: center;
}
.sec03__body{
	width: 100%;
	padding: 4rem;
	border-radius: 2rem;
	background: #fff;
}
.sec03__text-wrap{
	margin-bottom: 4rem;
}
.sec03__text-wrap p:not(:last-child){
	margin-bottom: 1em;
}
.sec03__text-wrap p{
	color: #000;
}
.sec03__table{
	width: 100%;
	height: 35.8rem;
}
.sec03__table table{
	width: 100%;
	border: 1px solid #ddd;
	table-layout: fixed;
	color: #000;
}
.sec03__table th{
	width: 25%;
	height: 5.8rem;
	padding: 1.5rem 3.2rem;
	border: 1px solid #ddd;
	line-height: 1.4;
	background: #DDF2FA;
}
.sec03__table td{
	width: 25%;
	border: 1px solid #ddd;
	padding: 1.5rem 3.2rem;
	line-height: 1.4;
	text-align: center;
}
.sec03__table tr th:first-child{
	text-align: left;
}
.sec03__table tr td:first-child{
	text-align: left;
}
.sec03__table tbody tr:nth-of-type(2n+1){
	background: #F5F5F5;
}

/* +++#sec04+++ */
#sec04 .sec__inner{
	flex-direction: column;
}
.sec04__title{
	font-size: 3.6rem;
	line-height: 1.4;
	margin-bottom: 4rem;
	font-weight: 500;
	text-align: center;
}
.sec04__image-wrap{
	width: 100%;
	margin-bottom: 3rem;
	padding: 5rem 5rem 3rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
    background: rgba(255, 255, 255, .4);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 2rem;
}
.sec04__image{
	width: calc((100% - (4rem * 3)) / 4);
}
.sec04__image-inner{
	display: block;
	text-align: center;
}
.sec04__image-inner img{
	width: 100%;
	border-radius: 2rem;
	margin-bottom: 1rem;
}
.sec04__image-inner figcaption{
	text-align: center;
}
.sec04__item-wrap{
	width: 100%;
	padding: 4rem;
	border-radius: 2rem;
	background: #fff;
}
.sec04__item{
	width: 100%;
}
.sec04__item:not(:last-child){
	margin-bottom: 3rem;
}
.sec04__item-title{
	width: fit-content;
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: .6rem;
	padding: .5rem 1rem;
	line-height: 1.4;
	margin-bottom: 2rem;
	color: #fff;
	background: linear-gradient(180deg, #008CC5, #2C68AA);
}
.sec04__item-text{
	width: 100%;
	color: #000;
}

/* +++#sec05+++ */
#sec05 .sec__inner{
	flex-direction: column;
}
.sec05__content{
	width: 100%;
	margin-bottom: 4.2rem;
	padding: 4rem;
	border-radius: 2rem;
	background: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.sec05__left{
	width: calc(50% - 2rem);
}
.sec05__title{
	font-size: 3.6rem;
	line-height: 1.4;
	margin-bottom: 2rem;
	font-weight: 500;
	color: #2D68AA;
}
.sec05__text-wrap{
	color: #000;
}
.sec05__text:not(:last-child){
	margin-bottom: 1rem;
}
.sec05__right{
	width: calc(50% - 2rem);
}
.sec05__right p{
	margin-bottom: 2rem;
	color: #000;
}
.sec05__image1{
	width: 100%;
	padding-left: 5.2rem;
	padding-right: 5.2rem;
}
.sec05__image1 img{
	width: 100%;
}
.sec05__image-wrap{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.sec05__image{
	width: calc((100% - (13.5rem * 2)) / 3);
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
}
.sec05__image img{
	width: 100%;
}
.sec05__image figcaption{
	position: absolute;
	left: 1rem;
	bottom: 1rem;
}

/* +++#sec06+++ */
#sec06 .sec__inner{
	flex-direction: column;
}
.sec06__title{
	font-size: 3.6rem;
	margin-bottom: 1.3rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}
.sec06__content1{
	width: 100%;
	padding: 3rem 4rem;
	margin-bottom: 2rem;
    background: rgba(255, 255, 255, .4);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 2rem;
}
.sec06__content2{
	width: 100%;
	padding: 4rem;
	border-radius: 2rem;
	background: #fff;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.sec06__content2-left{
	width: 52.7%;
	padding-top: 6rem;
	padding-left: 6rem;
	padding-bottom: 7rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec06__content2-left-image1{
	width: 30.8rem;
}
.sec06__content2-left-image1 img{
	width: 100%;
}
.sec06__content2-left-text{
	border-radius: .8rem;
	padding: .8rem;
	font-size: 1.4rem;
	line-height: 1.4;
	position: absolute;
}
.sec06__content2-left-text:nth-of-type(1){
	width: 18rem;
	background: rgba(18,43,136,.1);
	color: #122B88;
	left: 0;
	top: .5rem;
}
.sec06__content2-left-text:nth-of-type(2){
	width: 18rem;
	background: rgba(41,167,225,.1);
	color: #29A7E1;
	right: 0;
	top: 1.5rem;
}
.sec06__content2-left-text:nth-of-type(3){
	width: 23.4rem;
	background: rgba(14,110,184,.1);
	color: #0E6EB8;
	bottom: 0;
	left: 3.5rem;
}
.sec06__content2-left-image2{
	width: 14.4rem;
	position: absolute;
	right: 3.5rem;
	bottom: 0;
}
.sec06__content2-left-image2 img{
	width: 100%;
}
.sec06__content2-right{
	width: 47.3%;
}
.sec06__content2-right-1{
	margin-bottom: 2rem;
}
.sec06__content2-right-1-title{
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 1rem;
	font-weight: 500;
	color: #2D68AA;
	text-align: center;
}
.sec06__content2-right-1-text{
	margin-bottom: 1rem;
	font-size: 1.4rem;
	line-height: 1;
	color: #000;
	text-align: center;
}
.sec06__content2-right-1-image{
	width: 41.7rem;
	margin-left: auto;
	margin-right: auto;
}
.sec06__content2-right-1-image img{
	width: 100%;
}
.sec06__content2-right-2-title{
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 1rem;
	font-weight: 500;
	color: #2D68AA;
	text-align: center;
}
:root{
	--scale: 0.8682;
}
.sec06__content2-right-2 table{
	margin-bottom: calc(1rem * var(--scale));
	border: 1px solid #ddd;
}
.sec06__content2-right-2 thead th{
	height: calc(5.2rem * var(--scale));
	font-size: calc(1.4rem * var(--scale));
	line-height: calc(1.4 * var(--scale));
	border: 1px solid #fff;
	background: #DCDCDC;
	color: #000;
	font-feature-settings: "palt";
}
.sec06__content2-right-2 thead th:nth-of-type(1){
	width: 20%;
}
.sec06__content2-right-2 thead th:nth-of-type(2){
	width: 24.5%;
	background: #DDF2FA;
}
.sec06__content2-right-2 thead th:nth-of-type(3){
	width: 22%;
}
.sec06__content2-right-2 thead th:nth-of-type(4){
	width: 33.5%;
}
.sec06__content2-right-2 tbody td{
	font-size: calc(1.4rem * var(--scale));
	padding-top: calc(1.6rem * var(--scale));
	padding-bottom: calc(1.6rem * var(--scale));
	line-height: calc(1.4 * var(--scale));
	text-align: center;
	color: #000;
	border: 1px solid #ddd;
	font-feature-settings: "palt";
}
.sec06__content2-right-2 tbody tr td:first-child{
	font-size: calc(1.6rem * var(--scale));
	background: #DCDCDC;
}
.sec06__content2-right-2-text{
	font-size: calc(1.2rem * var(--scale));
	line-height: calc(1.5 * var(--scale));
	text-align: center;
	color: #585858;
}

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

/* +++#sec08+++ */
#sec08{
	padding-top: 12rem;
}
#sec08 .sec__inner{
	flex-direction: column;
}
.sec08__inner{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.sec08__faq{
	width: calc(100% - 38rem);
	padding-right: 3.2rem;
}
#sec08 .sec-title04{
	width: 100%;
	margin-bottom: 2rem;
}
#sec08 .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;
}
#sec08 .sec-title01 span{
	margin-top: .5em;
}
#sec08 ul{
	width: 100%;
}
#sec08 li{
	border-radius: 2rem;
	padding: 1.5rem 3.8rem 1.5rem 3rem;
	background: linear-gradient(90deg, #008CC5, #2C68AA);
	line-height: 2;
	cursor: pointer;
}
#sec08 li h3{
	font-size: 2.4rem;
}
#sec08 li:not(:last-of-type){
	margin-bottom: 4rem;
}
#sec08 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;
}
.sec08__image-wrap{
	width: 38rem;
	display: flex;
	row-gap: 2rem;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.sec08__image{
    background: rgba(255, 255, 255, .4);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 2rem;
	padding: 3rem 4rem;
}
.sec08__image-title{
	font-size: 2rem;
	margin-bottom: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	white-space: nowrap;
	color: #2D68AA;
	text-align: center;
}
.sec08__image-item:not(:last-child){
	margin-bottom: 2rem;
}
.sec08__image-item a{
	display: block;
}
.sec08__image-item img{
	width: 100%;
}

.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 (min-width: 1033px){

	#sec07 .pic:nth-last-of-type(-n+3){
		margin-bottom: 0;
	}

}
@media screen and (max-width: 1032px){

	/* +++#sec01+++ */
	#sec01{
		padding-block: 8rem;
        display: flex;
        flex-direction: column;
	}
	#sec01 .inner{
		width: 100%;
		max-width: 73.9rem;
        margin-inline: auto;
        padding-top: 26vh;
	}
	.sec01__content{
        padding: 3rem 1.5rem;
        border-radius: 1.2rem;
        max-width: 100%;
	}
	.sec01__logo{
		width: 100%;
		max-width: 50rem;
		margin-left: auto;
		margin-right: auto;
	}
	.video-wrapper > video{
		height: calc(100% - 12.5rem);
		top: 12.5rem;
		object-position: top;
	}

	/* +++#sec02+++ */
	#sec02{
		min-height: auto;
	}
	#sec02 .sec__inner{
		max-width: 73.9rem;
		flex-direction: column;
	}
	#sec02 h2{
        font-size: 2rem;
        margin-bottom: 1.3rem;
		line-height: 1.4;
		text-align: center;
	}
	.sec02__text{
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}
	.sec02__content{
		padding: 1.2rem;
		padding: 3rem 1.5rem;
		flex-direction: column;
	}
	.sec02__left{
		width: 100%;
		margin-bottom: 2rem;
	}
	.sec02__left-title{
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.sec02__image{
		width: 100%;
		max-width: 56rem;
		margin-left: auto;
		margin-right: auto;
	}

	/* +++#sec03+++ */
	#sec03{
		min-height: auto;
	}
	#sec03 .sec__inner{
		max-width: 73.9rem;
	}
	.sec03__title{
		width: 80%;
		font-size: 2rem;
        margin-bottom: 1.3rem;
		margin-left: auto;
		margin-right: auto;
	}
	.sec03__body{
		border-radius: 1.2rem;
		padding: 3rem 1.5rem;
	}
	.sec03__text-wrap{
		margin-bottom: 2rem;
	}
	.sec03__table{
		height: auto;
	}
	.sec03__table th{
		height: 4rem;
		padding: 1.5rem;
	}
	.sec03__table td{
		padding: 1.5rem;
	}

	/* +++#sec04+++ */
	#sec04{
		min-height: auto;
	}
	#sec04 .sec__inner{
		max-width: 73.9rem;
		flex-direction: column;
	}
	#sec04 h2{
        font-size: 2rem;
        margin-bottom: 1.3rem;
		line-height: 1.4;
		text-align: center;
	}
	.sec04__image-wrap{
		padding: 3rem 1.5rem;
		border-radius: 1.2rem;
	}
	.sec04__image{
		width: calc((100% - (1.5rem * 3)) / 4);
	}
	.sec04__image-inner img{
		border-radius: 1.2rem;
	}
	.sec04__item-wrap{
		padding: 3rem 1.5rem;
		border-radius: 1.2rem;
	}
	.sec04__item:not(:last-child) {
		margin-bottom: 2rem;
	}
	.sec04__item-title{
		font-size: 1.6rem;
		padding-bottom: .8rem;
		margin-bottom: .6rem;
	}
	.sec04__item-text{
		line-height: 2;
	}

	/* +++#sec05+++ */
	#sec05{
		min-height: auto;
	}
	#sec05 .sec__inner{
		max-width: 73.9rem;
		flex-direction: column;
	}
	.sec05__content{
		border-radius: 1.2rem;
		margin-bottom: 3rem;
		padding: 3rem 1.5rem;
		flex-direction: column;
	}
	.sec05__left{
		width: 100%;
	}
	.sec05__title{
        font-size: 2rem;
        margin-bottom: 1rem;
		line-height: 1;
		text-align: center;
	}
	.sec05__right{
		width: 100%;
	}
	.sec05__right p{
		margin-bottom: 1rem;
	}
	.sec05__image1{
		max-width: 40rem;
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.sec05__image-wrap{
		flex-wrap: wrap;
	}
	.sec05__image{
		width: calc((100%  - (1.5rem * 2)) / 3);
	}

	/* +++#sec06+++ */
	#sec06{
		min-height: auto;
	}
	#sec06 .inner{
		width: 100%;
		max-width: 73.9rem;
	}
	#sec06 h2{
        font-size: 2rem;
        margin-bottom: 1.3rem;
		line-height: 1.4;
		text-align: center;
	}
	.sec06__content1{
		padding: 3rem 1.5rem;
		border-radius: 1.2rem;
	}
	.sec06__content2{
		padding: 3rem 1.5rem;
		border-radius: 1.2rem;
		flex-direction: column;
	}
	.sec06__content2-left{
		width: 100%;
		margin-bottom: 2rem;
		padding: 0;
	}
	.sec06__content2-left-image1{
		width: 25rem;
	}
	.sec06__content2-left-text:nth-of-type(1){
		width: 22rem;
		top: 0;
	}
	.sec06__content2-left-text:nth-of-type(2){
		width: 22rem;
		top: 0;
	}
	.sec06__content2-left-text:nth-of-type(3){
		width: 22rem;
		left: 0;
	}
	.sec06__content2-right{
		width: 100%;
	}
	.sec06__content2-right-2 table{
		border-bottom: none;
	}
	.sec06__content2-right-2 thead{
		display: none;
	}
	.sec06__content2-right-2 tbody tr{
		display: flex;
		flex-direction: column;
	}
	.sec06__content2-right-2 tbody td{
		margin-top: -1px;
		padding-top: 0;
		padding-bottom: 0;
		height: 6.5rem;
		border-left: none;
		border-right: none;
		text-align: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
		position: relative;
	}
	.sec06__content2-right-2 tbody td:first-child br{
		display: none;
	}
	.sec06__content2-right-2 tbody td::before{
		content: attr(data-tag);
		width: 40%;
		height: 6.5rem;
		padding-left: 1rem;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.sec06__content2-right-2 tbody td::after{
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		left: 40%;
		top: 0;
		bottom: 0;
		background: #ddd;
	}
	.sec06__content2-right-2-text{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	/* +++#sec07+++ */
	#sec07{
		min-height: auto;
	}
	#sec07 .sec__inner{
		flex-direction: column;
	}
	#sec07 .inner{
		height: auto;
		width: 100%;
		max-width: 73.9rem;
		margin-inline: auto;
	}
	#sec07 .sec-title04{
		margin-bottom: 1.3rem;
	}
	#sec07 .max1040{
		border-radius: 1.2rem;
		padding: 3rem 1.5rem;
		width: 100%;
	}
	#sec07 .pic{
		width: 100%;
	}
	#sec07 .pic:not(:last-child){
		margin-bottom: 3rem !important;
	}
	#sec07 .pic:last-of-type{
		margin-bottom: 0;
	}
	#sec07 figcaption{
		margin-top: 1.5rem;
		font-size: 1.5rem;
	}
	#sec07 .pic:nth-last-of-type(-n+2){
		margin-bottom: 0;
	}
	#sec07 .pic img{
		height: calc(100% - 2.4rem);
		border-radius: .5rem;
	}

	/* +++#sec08+++ */
	#sec08{
		min-height: auto;
	}
	.sec08__inner{
		flex-direction: column;
	}
	#sec08 .sec-title04{
		margin-bottom: 1.6rem;
        font-size: 2.4rem;
	}
	#sec08 .sec-title04:after{
		width: 7rem;
        height: 4rem;
        margin-left: 1.5rem;
	}
	.sec08__faq{
		width: 100%;
		margin-bottom: 2.5rem;
		padding-right: 0;
	}
	#sec08 li{
		border-radius: 1.2rem;
        padding: 1.2rem;
	}
	#sec08 li:not(:last-of-type){
		margin-bottom: 2.4rem;
	}
	#sec08 li h3{
		font-size: 1.5rem;
		padding-right: 2.5rem;
		position: relative;
	}
	#sec08 li h3:after{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.sec08__image-wrap{
		width: 100%;
		max-width: 75%;
		gap: 2.5rem;
		margin-left: auto;
		margin-right: auto;
		flex-direction: row;
		justify-content: center;
	}
	.sec08__image{
		padding: 2rem 1.5rem;
		border-radius: 1.2rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sec08__image{
		width: 100%;
	}
	.sec08__image-title{
		width: 100%;
	}
	.sec08__image-item{
		width: 100%;
	}
	.sec08__image-item:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.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;
		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;
	}
	.sec08__image-wrap{
		width: 100%;
		flex-direction: column;
	}

	.mCSB_inside>.mCSB_container{
		margin-right: 0;
	}
	.mCSB_scrollTools{
		display: none !important;
	}
	.close-button{
		position: absolute;
		right: 3rem;
		top: 3rem;
		width: 2.1rem;
		cursor: pointer;
		outline: none;
		background: none;
		border: none;
	}
	.sec08__image-wrap{
		max-width: 100%;
	}

}
@media screen and (min-width: 769px) and (max-width: 1032px){

	/* +++#sec07+++ */
	#sec07 .pic{
		width: calc(50% - 1.5rem);
	}

}
@media screen and (max-width: 768px){

	/* +++#sec01+++ */
	.sec01__content p{
		text-align: left;
	}

	/* +++#sec02+++ */

	/* +++#sec03+++ */
	#mCSB_1_container{
		overflow: auto;
	}
	.sec03__table table{
		width: 200%;
	}
	.sec03__table th{
		padding: 1rem;
	}
	.sec03__table td{
		padding: 1rem;
	}

	/* +++#sec04+++ */
	.sec04__title{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.sec04__image-wrap{
		flex-wrap: wrap;
		gap: 1.5rem;
	}
	.sec04__image{
		width: 100%;
	}

	/* +++#sec05+++ */
	.sec05__content{
		margin-bottom: 2rem;
	}
	.sec05__image1{
		overflow: auto;
	}
	.sec05__image1 img{
		width: 130%;
	}
	.sec05__image-wrap{
		gap: 1.5rem;
	}
	.sec05__image{
		width: 100%;
	}
	.sec05__image figcaption{
		line-height: 1.25;
	}

	/* +++#sec06+++ */
	.sec06__content2-left-image1{
		width: 75%;
	}
	.sec06__content2-left{
		margin-bottom: 2.5rem;
		gap: 1.5rem;
		flex-direction: column;
	}
	.sec06__content2-left-text{
		position: static;
	}
	.sec06__content2-left-text:nth-of-type(1){
		width: 100%;
	}
	.sec06__content2-left-text:nth-of-type(2){
		width: 100%;
	}
	.sec06__content2-left-text:nth-of-type(3){
		width: 100%;
	}
	.sec06__content2-left-image2{
		position: static;
	}
	.sec06__content2-right-1-text{
		width: 55%;
		line-height: 1.4;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.sec06__content2-right-1-image{
		width: 100%;
		overflow: auto;
	}
	.sec06__content2-right-1-image img{
		width: 120%;
	}
	.sec06__content2-right-2 table{
		overflow: auto;
	}
	.sec06__content2-right-2 table thead,
	.sec06__content2-right-2 table tbody{
		width: 200%;
	}

	/* +++#sec07+++ */
	#sec07 .max1040{
		max-width: 56rem;
		margin-inline: auto;
	}

	/* +++#sec08+++ */

}