@charset "UTF-8";

#header .logo .white{
	display: block;
}
#header .logo .blue{
	display: none;
}

#header.logo-blue .logo .white{
	display: none !important;
}
#header.logo-blue .logo .blue{
	display: block !important;
}
body.ov-hidden #header .logo .white{
	display: block !important;
}
body.ov-hidden #header .logo .blue{
	display: none !important;
}
/* +++.wrapper+++ */
.wrapper{
	width: 1200%;
	height: 100vh;
}

.bg-pic01{
	background-image: url(../images/index-sec01-bg01.jpg);
}
.bg-pic02{
	background-image: url(../images/index-sec01-bg01.jpg);
}





/* +++.sec+++ */
.sec{
	overflow: hidden;
	position: relative;
	z-index: 99;
}
#fixed-bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg01{
	background-image: url(../images/index-sec04-bg01.jpg);
}
.bg02{
	background-image: url(../images/index-sec06-bg01.jpg);
}
.bg03{
	background-image: url(../images/index-sec08-bg01.jpg);
}

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

	/* #fixed-bg{
		top: 50%;
		height: 35vh;
		transform: translateY(-50%);
	} */
	.bg01{
		background-image: url(../images/sp-index-sec04-bg01.jpg);
	}
	.bg02{
		background-image: url(../images/sp-index-sec06-bg01.jpg);
	}
	.bg03{
		background-image: url(../images/sp-index-sec08-bg01.jpg);
	}

	#header.logo-blue .logo .blue{
		display: none !important;
	}
	#header.logo-blue .logo .white{
		display: block !important;
	}
}
/* +++#sec01+++ */
#sec01{
	
}
.page-catch{
	letter-spacing: .05em;
	font-size: 6rem;
	padding-top: 32rem;
	padding-bottom: 32rem;
}
.page-catch .en{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 108.333%;
	filter: blur(1em);
	transition: 1s filter ease;

	letter-spacing: .125em;
}
.catch-en .page-catch .en{
	filter: blur(0);
}

.page-catch .ja{
	transition: 1s filter ease;
}
.catch-en .page-catch .ja{
	filter: blur(1em);
}
.news-area{
	backdrop-filter: blur(20px);
	background-color: rgba(255,255,255,.4);
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 2rem;
	padding: 4rem 4rem 3rem;
	width: 52rem;
	min-height: 30.7rem;
	position: absolute;
	z-index: 2;
	left: 4rem;
	bottom: 4rem;
}
.news-list-head{
	width: 100%;
	margin-bottom: 2rem;
}
.news-list-head h2{
	font-size: 4rem;
}
.news-list-head a{
	padding-bottom: 1.5rem;
	position: relative;
	width: 8.3rem;
}
.news-list-head a:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news-list-head a:after{
	content: "";
	display: block;
	width: 2.4rem;
	height: 1.2rem;
	background: url(../images/arrow-blue01.svg) no-repeat;
	background-position: center;
	background-size: 100% auto;
	margin-top: .2em;
}


.date,
.cat{
	font-size: 1.3rem;
}
.date{
	width: 8rem;
	padding-top: .4rem;
}
.cat{
	height: 2.2rem;
	border-radius: 1.1rem;
	border: 1px solid #2C67A9;
	padding: 0 .5rem;
	margin-right: 2rem;
}
.news-title{
	line-height: 1.5;
	font-size: 100%;
	padding-bottom: .4em;
	transform: translateY(-.2em);
	height: 2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 28rem;
	position: relative;
}
.news-contents__tip{
	transition: .15s all ease-in-out;
	background: #2C68AA;
	box-shadow: .2rem .2rem 1rem rgba(0,0,0,.1);
	padding: 1rem 1.5rem;
	color: #fff;
	white-space: nowrap;
	position: absolute;
	left: 13.3rem;
	top: 0;
	backdrop-filter: blur(2rem);
	border-radius: 1.8rem;
	transform: translateY(0);
	visibility: hidden;
	opacity: 0;
}
.news-list li{
	padding: 2rem 0;
	border-bottom: 1px solid #fff;
	position: relative;
}
.news-list li:hover .news-contents__tip{
	transform: translateY(-10%);
	visibility: visible;
	opacity: 1;
}
.news-contents{
	margin-bottom: -1em;
}
.scroll-arrow{
	position: absolute;
	right: 4rem;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 2rem;
	cursor: pointer;
}
.scroll-arrow:after{
	content: "";
	display: block;
	width: 2.4rem;
	height: 1.2rem;
	margin-left: 1.5rem;
	background: url(../images/arrow-white01.svg) no-repeat;
	background-position: center;
	background-size: 100% auto;
}
/* +++#sec02+++ */
#sec02{
	background-image: url(../images/index-sec02-bg01.jpg);
}
#sec02 h2{
	font-size: 5.4rem;
	margin-bottom: 4rem;
}
#sec02 p{
	margin-bottom: 3.5rem;
}
#sec02 h3{
	width: 84.6rem;
	margin: 0 auto 4.4rem;
}

/* +++#sec03+++ */
#sec03{
	background-image: linear-gradient(0deg, #008CC5, #2BA1D0);
}

.max1360{
/*
	padding-top: min(13.2rem, 12.941vh);
*/
	padding-top: min(13.2rem, 3vh);
	padding-bottom: min(8.5rem, 8.333vh);
}
.max1360 .text-area{
/*
	width: 41.1764705%;
*/
	width: 46%;
}
.max1360 .pic-slide-area{
	width: calc(50% + 3rem);
}

@media screen and (min-width: 1033px){
	.max1360 .pic-slide-area{
		transform: translateX(1.5rem);
	}
}

.link-area{
	max-width: 56rem;
}
.detail{
	padding: 4rem;
	border-radius: 2rem;
	margin-bottom: 4rem;
	max-width: 56rem;
}
.detail li{
	margin-top: 1.5rem;
	height: 3rem;
	border-radius: 1.5rem;
	background: rgba(44, 104, 170, .07);
	padding: 0 1.5rem;
}
.detail li:not(:last-of-type){
	margin-right: 1rem;
}
.button02{
	margin-left: auto;
}
.main-pic{
	overflow: hidden;
	margin-bottom: 4rem;
	padding: 0 1.5rem;
}
.main-pic img{
	border-radius: 2rem;
}
.service-slide01 .pic,
.service-slide02 .pic,
.service-slide03 .pic,
.service-slide04 .pic{
	padding: 0 1.5rem;
	height: 20rem;
	overflow: hidden;
}
.service-slide01 .pic a,
.service-slide02 .pic a,
.service-slide03 .pic a,
.service-slide04 .pic a{
	position: relative;
}
.service-slide01 .pic a:after,
.service-slide02 .pic a:after,
.service-slide03 .pic a:after,
.service-slide04 .pic a:after{
	content: "";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../images/zoom-icon01.svg) no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 9;
}
.service-slide01 .pic img,
.service-slide01 .pic a,
.service-slide02 .pic img,
.service-slide02 .pic a,
.service-slide03 .pic img,
.service-slide03 .pic a,
.service-slide04 .pic img,
.service-slide04 .pic a{
	display: block;
	height: 100%;
	border-radius: 1rem;
}
.service-slide-arrows01,
.service-slide-arrows02,
.service-slide-arrows03,
.service-slide-arrows04{
	justify-content: flex-end;
	padding: 1.5rem 1.5rem 0;
}
.slide-arrow{
	margin-left: 1rem;
	width: 2rem;
	height: 1.5rem;
	background-size: 100% auto;
	background-repeat: no-repeat;
	cursor: pointer;
}
.prev-arrow{
	background-image: url(../images/prev.svg);
}
.next-arrow{
	background-image: url(../images/next.svg);
}
.slick-disabled{
	visibility: hidden;
	opacity: 0;
}
/* +++#sec04+++ */
#sec04{
/*
	background-image: url(../images/index-sec04-bg01.jpg);
*/
}
.sec03-area{
	background-image: url(../images/index-sec04-bg01.jpg);
}
/* +++#sec05+++ */
#sec05{
	background-image: linear-gradient(0deg, #008CC5, #2BA1D0);
}
/* +++#sec06+++ */
#sec06{
/*
	background-image: url(../images/index-sec06-bg01.jpg);
*/
}
.sec05-area{
	background-image: url(../images/index-sec06-bg01.jpg);
}
/* +++#sec07+++ */
#sec07{
	background-image: linear-gradient(0deg, #008CC5, #2BA1D0);
}
/* +++#sec08+++ */
#sec08{
/*
	background-image: url(../images/index-sec08-bg01.jpg);
*/
}
.sec07-area{
	background-image: url(../images/index-sec08-bg01.jpg);
}
/* +++#sec09+++ */
#sec09{
	background-image: linear-gradient(0deg, #008CC5, #2BA1D0);
}
.faq-head .title-en{
	margin: 0 1.5rem 0 0;
}
.faq-head .sec-title01{
	margin-bottom: 0;
}
/* +++#sec10+++ */
#sec10{
/*
	background-image: url(../images/index-sec10-bg01.jpg);
*/
	overflow: visible;
}
.bg-overlay{
	content: "";
	display: block;
	width: 200%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: linear-gradient(180deg, #008cc5, #2ba1d0);
	opacity: .7;
}
#sec10 .sec__inner,
#footer .max1200,
#footer .sitemap-copyrights{
	position: relative;
	z-index: 9;
}
#page-top{
	z-index: 9;
}

#footer .bg-scroll{
	display: none;
}
#sec10 .sec-title01{
	margin-bottom: 2rem;
	font-size: 3.2rem;
}
#sec10 .sec-title01 span{
	color: #fff !important;
}
#sec10 .sec-title01:after{
	content: "";
	display: block;
	width: 16.5rem;
	height: 8.6rem;
	background: url(../images/faq-text01-w.svg) no-repeat;
	background-position: center;
	background-size: 100% auto;
	margin-left: 1.5rem;
}
#sec10 .sec-title01 span{
	padding-bottom: .6em;
}

#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;

}
.faq-pop-up>.flex_all_center{
	width: 100%;
	height: 100%;
}
.faq-pop-up.active{
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
body.pop-up-active{
	overflow: hidden;
/*
	position: fixed;
*/
	width: 100%;
}
.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: 9;
}
.pop-up-title{
	font-size: 2.4rem;
	line-height: 2;
	margin-bottom: 2rem;
}
.pop-up-faq-area{
	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;
}
.close-button{
	position: absolute;
	right: 3rem;
	top: 3rem;
	width: 2.1rem;
	cursor: pointer;
	outline: none;
	background: none;
	border: none;
}
.overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 1;
}






/* +++++++++++++++++++SP style++++++++++++++++++ */
@media screen and (max-width: 1032px){

/* +++#sec01+++ */
	#sec01{
		height: 100vh;
	}
	.page-catch{
		font-size: 2.4rem;
		padding-top: 0;
		padding-bottom: 0;
	}
	.news-area{
		border-radius: 1.2rem;
		padding: 2rem;
		width: calc(100% - 4rem);
		min-height: auto;
		left: 2rem;
		right: 2rem;
		bottom: 2rem;
	}
	.news-list-head{
		margin-bottom: 0;
	}
	.news-list-head h2{
		font-size: 1.8rem;
	}
	.date,
	.cat{
		font-size: 1.2rem;
	}
	.date{
		width: 6rem;
		padding-top: .4rem;
		margin-right: 1rem;
	}
	.cat{
		height: 1.8rem;
		border-radius: .9rem;
		padding: 0 1.2rem;
		margin-right: 0;
	}
	.news-title{
		font-size: 100%;
		width: 100%;
		margin-top: 1.2rem;
	}
	.news-list li{
		padding: 1.2rem 0;
	}
	.news-list li:nth-of-type(3){
		display: none;
	}
	.news-contents__tip{
		left: 0;
	}



	#sec02,
	#sec03,
	#sec05,
	#sec07,
	#sec09{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}


/* +++#sec02+++ */
	#sec02{
		background-image: url(../images/sp-index-sec02-bg01.jpg);
		background-size: cover;



/*
		padding-top: 17vh;
*/
	}
	#sec02 h2{
		font-size: 2.4rem;
		margin-bottom: 1.6rem;
		line-height: 1.75;
	}
	#sec02 p{
		margin-bottom: 2.4rem;
	}
	#sec02 h3{
		width: 100%;
		max-width: 36rem;
		margin: 0 auto 2rem;
	}

/* +++#sec03+++ */


	.max1360{
		padding-top: 0;
		padding-bottom: 0;
	}
	.max1360 .text-area{
		width: 100%;
		margin-bottom: 4rem;
		max-width: 56rem;
		margin-inline: auto;
	}
	.max1360 .pic-slide-area{
		width: 100%;
		max-width: 56rem;
		margin-inline: auto;
	}
	.detail{
		padding: 2rem;
		border-radius: 1.2rem;
		margin-bottom: 2.4rem;
	}
	.detail li{
		margin-top: 1.2rem;
		height: 2.4rem;
		border-radius: 1.2rem;
		padding: 0 1.2rem;
	}
	.detail li:not(:last-of-type){
		margin-right: .8rem;
	}

	.main-pic{
		margin-bottom: 2.4rem;
		padding: 0;
	}
	.main-pic img{
		border-radius: 1.2rem;
	}
	.service-slide01 .pic,
	.service-slide02 .pic,
	.service-slide03 .pic,
	.service-slide04 .pic{
		padding: 0 .5rem;
/*
		height: calc((96vw / 3 - 1rem) / 3 * 2);
*/
		aspect-ratio: 3 / 2;
		height: auto;
		overflow: hidden;
	}

	.service-slide01 .pic a:after,
	.service-slide02 .pic a:after,
	.service-slide03 .pic a:after,
	.service-slide04 .pic a:after{
		height: 1.2rem;
	}
	.service-slide01 .pic img,
	.service-slide01 .pic a,
	.service-slide02 .pic img,
	.service-slide02 .pic a,
	.service-slide03 .pic img,
	.service-slide03 .pic a,
	.service-slide04 .pic img,
	.service-slide04 .pic a{
		border-radius: .6rem;
	}
	.service-slide-arrows01,
	.service-slide-arrows02,
	.service-slide-arrows03,
	.service-slide-arrows04{
		justify-content: flex-end;
		padding: 1.5rem 0 0;
	}
	.slide-arrow{
		margin-left: 1rem;
		width: 2rem;
		height: 1.5rem;
		background-size: 100% auto;
		background-repeat: no-repeat;
		cursor: pointer;
	}

/* +++#sec09+++ */

.faq-head .title-en{
	margin: 0 1.5rem 0 0;
}
.faq-head .sec-title01{
	margin-bottom: 0;
}
/* +++#sec10+++ */
	#sec10{
		//background-image: url(../images/sp-index-sec10-bg01.jpg);
		background-size: cover;
	}

	.bg-overlay{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		background: linear-gradient(180deg, #008cc5, #2ba1d0);
		opacity: .7;
	}

	#sec10 .sec-title01{
		margin-bottom: 1.6rem;
		font-size: 2.4rem;
	}
	#sec10 .sec-title01:after{
		width: 7rem;
		height: 4rem;
		margin-left: 1.5rem;
	}
	#sec10 .sec-title01 span{
		padding-bottom: .6em;
	}

	#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;
		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){
	.news-area{
		border-radius: 1.2rem;
		padding: 1.2rem;
		width: calc(100% - 4rem);
		max-width: 36rem;
		min-height: auto;
		left: 2rem;
		right: 2rem;
		bottom: 2rem;
	}
}

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

	#sec03 .sec__inner{
		padding-top: 0;
		padding-bottom: 0;
	}
	#sec05 .sec__inner{
		padding-top: 0;
		padding-bottom: 0;
	}
	#sec07 .sec__inner{
		padding-top: 0;
		padding-bottom: 0;
	}
	#sec09 .sec__inner{
		padding-top: 0;
		padding-bottom: 0;
	}

	#sec10 .sec__inner{
		flex-direction: column;
	}
	#sec10 .sec-title01{
		width: 100%;
	}
	#sec10 ul{
		width: 100%;
	}

}