@charset "UTF-8";
/*-----------------------
mainVisual
-----------------------*/
.mainVisual{
	padding: 108px 60px 0;
	width: 100%;
	margin: 0 auto 100px;
}
.mainArea{

	width: 100%;
	height: 90vh;
	margin: 0 auto ;
	background: url("../img/index/main-visual.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.mainArea::before{
	content: "";
	width: 70%;
	height: 100%;
	display: block;
	background: url("../img/commn/bg_dot.gif");
	z-index: -1;
	position: absolute;
	left: -20px;
	top: -20px;
}
.mainArea::after{
	content: "";
	width: 70%;
	height: 100%;
	display: block;
	background: #F7F9FA;
	z-index: -1;
	position: absolute;
	right: -20px;
	bottom: -20px;
}

.scrollArea{
	background: #fff;
	width: 30px;
	height: 104px;
	position: relative;
	border:  2px solid #3C5C84;
	position: absolute;
	bottom: -10px;
	right: 20px;
}
.scroll {
  position: absolute;
  top: 15px;
  width: 100%;
  height: auto;
  cursor: pointer;
  text-decoration: none;
	z-index: 11;
}
.scroll span {
	font-size: 1.4rem;
	color: #3C5C84;
	display: block;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	margin-left: 1px;
	position: relative;
    top: -4px;
	white-space: nowrap;
}

.scroll_arrow {
	position: absolute;
	top: 3.4em;
	width: 100%;
	animation: arrow 3s ease 0s infinite normal;
}
/*
@keyframes arrow{
  0% {
   top: 3.4em;
  }

  50% {
    top: 3.8em;
  }
	100% {
    top: 3.4em;
  }
}
.scroll_arrow::before {
     content: "";
    margin: auto;
    position: absolute;
    top: -2px;
    left: 44px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 7px;
    height: 7px;
    border-top: 2px solid #3C5C84;
    border-right: 2px solid #3C5C84;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.scroll_arrow::after {
	content: "";
    margin: auto;
    width: 2px;
    height: 20px;
    background: #3C5C84;
    position: absolute;
    top: -8.5px;
    left: 40px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
*/


/*-----------------------
intro
-----------------------*/
.intro{
	width: 100%;
	height: auto;
	margin-bottom: 280px;
}
.introArea{
	display: flex;
	justify-content: space-between;
	flex-flow: nowrap;
}
.introCnt01 ,.introCnt03{
	width: 20%
}
.introCnt01 {
	margin-top: 200px;
	position: relative;
}

.introCnt01 p, .introCnt03 p{
	position: relative;
}
.introCnt02 p span{
	margin-bottom: 15px;
    display: inline-block;
}
.introCnt01 img{
		position: relative;
}
 .intro-img01::before{
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/commn/bg_dot.gif");
	z-index: 1;
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: -1;
}
 .intro-img03::before{
	content: " ";
	width: 100%;
	height: 100%;
	background: #F1F3F7;
	z-index: 1;
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: -1;
}

 .intro-img02::before{
	content: " ";
	width: 100%;
	height: 100%;
	background: #F1F3F7;
	z-index: 1;
	display: block;
	position: absolute;
	top: 20px;
	left: -20px;
	z-index: -1;
}
 .intro-img04::before{
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/commn/bg_dot.gif");
	z-index: 1;
	display: block;
	position: absolute;
	top: 20px;
	left: -20px;
	z-index: -1;
}
.introCnt02{
	width: 43%;
	margin-top: 5vw;
}
.introCnt02 p{
	font-size: 2rem;
	color: #333;
	margin-bottom: 20px;
	/* 最小1.2rem | SP:1.4rem | TB:1.5rem | PC:1.6rem | 最大1.8rem */
	font-size: clamp( 2rem, calc(0.25vw + 1.8rem), 1.8rem);
	white-space: nowrap;
}

.introCnt02 div:first-child,.introCnt02 div:nth-child(2){
	margin-bottom: 70px;
}
.intro-img01 , .intro-img02, .intro-img04{
	margin-bottom: 15vw;
}

@media all and (min-width: 1440px) {
	.intro-img01 , .intro-img02, .intro-img04{
	margin-bottom: 10vw;
}
	.intro-img05{
		margin-bottom: 0;
	}
}

/*-----------------------
catch-copy
-----------------------*/
.catch-copy{
	margin-bottom: 100px;
}
.catchArea{
	position: relative;
/*
	overflow-x: clip;
	-webkit-overflow-x: clip;
*/
}
.catchArea::before{
	content: "";
	width: 30%;
	height: 60%;
	background: #F1F3F7;
	display: block;
	position: absolute;
	bottom: 70px;
	left: 0;
	z-index: -2;
}
.catchArea::after{
	    content: "";
    width: 80%;
    height: 40%;
    background: url(../img/commn/bg_dot.gif);
    z-index: 1;
    display: block;
    position: absolute;
    bottom: -30px;
    right: 15%;
    z-index: -1;
}

/*ぼかしフィルター
.catchArea::before{
	content: " ";
	width: 80%;
	height: 100%;
	background: url("../img/index/frame.png") no-repeat;
	background-position: top left;
	    background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	
}
*/
.catchArea .img{
text-align: right;
	width: 100%;
	height: 100%;
	
}
.catchArea .img img {
	width: 60%;
}
.catchArea .ttl{
	width: 100%;
	position: absolute;
	top: -120px;
	left: 0;
}

.catchArea .ttl img{
	width: 40%;
	max-width: 50vw;
	height: 100%;
	margin-left: 15%;
}

/*-----------------------
member
-----------------------*/
.member{
	margin-bottom: 130px;
}
.member .memberArea{
	padding: 100px 0;
	background: #fafafa;
}
.member .txtArea{
	text-align: center;
	font-size: 2rem;
	line-height: 1.78;
	margin-bottom: 100px;
}
.member .ttlArea{
	text-align: center;
	color: #3C5C84;
	margin-bottom: 60px;
}
.sec-ttl{
	font-size: 3.2rem;
	margin-bottom: 60px;
	position: relative;
	display: inline-block;

}
.sec-ttl::before{
	content: " ";
	width: 80px;
	height: 2px;
	background: #3C5C84;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.member .imgArea{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	padding: 0 12px;
}
.member .imgArea .cnt{
	width: 31%;
	background: #fff;
	height: auto;
	min-height: 400px;
	 border-top-left-radius: 5px;
  border-top-right-radius: 5px;
	overflow: hidden;
}

.member .imgArea .cnt:hover{
	opacity: .5;
}
.member .imgArea .cnt:nth-child(1),.member .imgArea .cnt:nth-child(2),.member .imgArea .cnt:nth-child(3){
	margin-bottom: 60px;
}

.memberArea .memberArea div .img img{
	width: 100%;
}
.member .imgArea .cnt div{
	padding:5%;
	color: #3C5C84;
}

.member .imgArea .cnt div p:first-child{
	margin-bottom: 10px;
	font-weight: 700;
}

/*-----------------------
feature
-----------------------*/
.feature{
	margin-bottom: 140px;
}
.feature .featureArea{
	display: flex;
	justify-content: space-between;
}
.feature .featureArea .imgArea{
	border-radius: 5px;
	overflow: hidden;
}
.feature .featureArea .cnt{
	width: 50%;
}

.feature .featureArea .txtArea{
	padding: 3% 0 0 4.7%;
	color: #3C5C84;
	position: relative;
}

.feature .featureArea .txtArea .h2-style{
	font-size: 3.2rem;
    margin-bottom: 30px;
	font-weight: 400;
}
.feature .featureArea .txtArea p{
	font-size: 1.8rem;
	line-height: 1.78;
    margin-bottom: 60px;
	color: #333;
}
/*-----------------------
btn
-----------------------*/
.btn{
	font-size: 1.8rem;
	position: relative;
	display: inline-block;
	text-align: right;
	margin-right: 55px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	position: absolute;
	right: 0;
}
.btn::before{
	content: " ";
	width: 100%;
	height: 1px;
	background:  #3C5C84;
	position: absolute;
	left: 0;
	bottom: -5px;
}
.btn:hover{
	color: #081337;
}
.btn_arrow{
	width: 40px;
    height: 40px;
    background: #3C5C84;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translate(-50%,-50%);
    -webki-transform: translate(-50%,-50%);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.btn_arrow::before{
	content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.btn_arrow::after{
	content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 12px;
    height: 2px;
    background: #fff;
}

.btn:hover .btn_arrow{
	background: #081337;
	right: -80px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

/*-----------------------
region
-----------------------*/
.region{
	margin-bottom: 140px;
}
.region .regionArea{
	display: flex;
	justify-content: space-between;
}
.region .regionArea .imgArea{
	border-radius: 5px;
	overflow: hidden;
}
.region .regionArea .cnt{
	width: 50%;
}

.region .regionArea .txtArea{
	padding: 3% 0 0 5%;
	color: #3C5C84;
}

.region .regionArea .txtArea .h2-style{
	font-size: 3.2rem;
    margin-bottom: 30px;
	font-weight: 400;
}
.region .regionArea .txtArea p{
	font-size: 1.8rem;
	line-height: 1.78;
    margin-bottom: 60px;
	text-align: justify;
	color: #333;
}

/*-----------------------
sliderArea
-----------------------*/
.sliderArea{
	width: 100%;
	height:60vh;
	overflow: hidden;
	margin-bottom: 140px;
	background: url("../img/index/gallary04.jpg");
	  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
	position: relative;
}
.sliderArea::before{
	content: " ";
	width: 30%;
	height: 100%;
	background: url("../img/index/frame.png") no-repeat;
	background-position: top left;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
/*
.slide {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
.slide::before{
	content: " ";
	width: 30%;
	height: 100%;
	background: url("../img/index/frame.png") no-repeat;
	background-position: top left;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
*/
/*
.slide-image {
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.slide-start {
animation: slider-1 24s linear infinite;	
}
.slide-image:nth-child(1) {
  background-image: url("../img/index/slide-img01.jpg");
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
 background-image: url("../img/index/slide-img02.jpg");
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  background-image: url("../img/index/slide-img03.jpg");
  animation-delay: 14s;
}
@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
*/
/*-----------------------
bnr-sec
-----------------------*/

.bnr-sec{
	padding: 100px;
	background: #F1F3F7;
	margin-bottom: 100px;
}

.bnr-img {
	position: relative;
	display: block;
}
.bnr-img::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(60,92,132,.5);
	background-position: top left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.bnr-img:hover::before{
	background: rgba(60,92,132,.3);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.bnr-img:first-child{
	margin-bottom: 60px;
}

.bnr-img span{
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(-5%,-50%);
	-webkit-transform: translate(-5%,-50%);
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	z-index: 2;
	letter-spacing: 0.08em;
}

/*-----------------------
gallery-intro
-----------------------*/
.gallery-intro .txtArea{
	text-align: center;
	font-size: 2rem;
	line-height: 1.78;
	margin-bottom: 100px;
}
.g_btnArea{
	width: 100%;
	max-width: 980px;
	margin: 30px auto 60px;
	position: relative;
}
/*-----------------------
gallary-sec
-----------------------*/
#gallary{
	padding-top:100px;
}
.gallary-sec{
	background: #fff;
	width: 100%;
	height: 100%;
	padding-bottom: 120px;
}
#lightgallery{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}

#lightgallery a{
	text-decoration: none;
	width: 30%;
/*	max-width: 300px;*/
	margin: 0;
	padding: 0;
		transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#lightgallery a:hover{
	opacity: .5;
		transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#lightgallery a:nth-child(1),#lightgallery a:nth-child(2),#lightgallery a:nth-child(3){
margin-bottom: 70px;
}
#lightgallery a:nth-child(2),#lightgallery a:nth-child(5){
position: relative;
top:-100px;
}
#lightgallery img{
	width: 100%;
}

@media screen and (min-width:769px) and ( max-width:1024px) {
.mainVisual {
    padding: 3% 5% 0;
    width: 100%;
    margin: 0 auto 10%;
}
	.mainArea {
    width: 100%;
    height: 40vh;
}
.introCnt02 p {
    font-size: 1.8vw;
    color: #333;
    margin-bottom: 20px;
}
.member .txtArea{
	width: 90%;
	margin: 0 auto;
	}
.member .memberArea {
    padding: 5vw 0 3vw;
    background: #fafafa;
}
.catch-copy {
    margin-bottom: 5vw;
}
.catchArea .img img {
    width: 70%;
}
.catchArea .ttl img {
    width: 60%;
    max-width: 50vw;
    height: 100%;
}
.catchArea .ttl {
    width: 100%;
    position: absolute;
    top: -120px;
    left: 10%;
}
.slide {
    position: relative;
    width: 100%;
    height: 30vh;
    overflow: hidden;
}
	.feature , .region{
		padding: 0 3%;
	}
	
.gallery-intro .txtArea {
    text-align: center;
    font-size: 2rem;
	width: 95%;
	margin: 0 auto;
    line-height: 1.78;
    margin-bottom: 5vw;
}
	.gallary-sec{
		padding-right: 3%;
		padding-left: 3%;
	}
}
@media all and (max-width: 768px) {
	
/*-----------------------
mainVisual
-----------------------*/
.mainVisual{
	padding: 0 3% ;
	width: 100%;
	margin: 0 auto 40px;
}
.mainArea{
	width: 100%;
	height: 40vh;
	margin: 0 auto ;
	background: url("../img/index/main-visual.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.mainArea::before{
	content: "";
	width: 70%;
	height: 100%;
	display: block;
	background: url("../img/commn/bg_dot.gif");
	z-index: -1;
	position: absolute;
	left: -2%;
	top: -2%;
}
.mainArea::after{
	content: "";
	width: 70%;
	height: 100%;
	display: block;
	background: #F7F9FA;
	z-index: -1;
	position: absolute;
	right: -2%;
	bottom: -2%;
}
.scrollArea{
	display: none;
}

/*-----------------------
intro
-----------------------*/
.intro{
	width: 100%;
	height: auto;
	margin-bottom: 140px;
}
.introArea{
	display: flex;
	justify-content: space-between;
	flex-flow: nowrap;
	flex-direction: column;
}
	
.introCnt01 ,.introCnt03{
	width: 60%
}
.introCnt01 {
	margin-top: 0;
	position: relative;
	order: 3;
	
}
	
.intro-img01 , .intro-img02, .intro-img04{
	margin-bottom: 0;
}
.introCnt02 {
	order: 1;
}
.introCnt03 {
	order: 2;
	margin-left: auto;
	margin-bottom: 30px;
}
	
.introCnt01 p, .introCnt03 p{
	position: relative;
}
.introCnt01 img{
		position: relative;
}
 .introCnt01 p::before{
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/commn/bg_dot.gif");
	z-index: 1;
	display: block;
	position: absolute;
	top: 3%;
	left: 3%;
	z-index: -1;
}
 .introCnt03 p::before{
	content: " ";
	width: 100%;
	height: 100%;
	background: #F1F3F7;
	z-index: 1;
	display: block;
	position: absolute;
	top: 3%;
	left: -3%;
	z-index: -1;
}

.introCnt02{
	width: 90%;
	order: 1;
	margin: 0 auto 60px;
}
.introCnt02 p{
	font-size: 1.6rem;
	color: #333;
	margin-bottom: 5px;
	white-space: pre-wrap;
}

.introCnt02 div:first-child,.introCnt02 div:nth-child(2){
	margin-bottom: 30px;
}

/*-----------------------
catch-copy
-----------------------*/
.catch-copy{
	margin-bottom: 30px;
}
.catchArea{
	position: relative;
	overflow-x: visible;
	-webkit-overflow-x: visible;
}
.catchArea::before{
	content: "";
	width: 30%;
	height: 60%;
	background: #F1F3F7;
	display: block;
	position: absolute;
	bottom: 70px;
	left: 0;
	z-index: -2;
}
.catchArea::after{
	content: "";
	width: 90%;
	height: 40%;
	background: url("../img/commn/bg_dot.gif");
	z-index: 1;
	display: block;
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: -1;
}

.catchArea::before{
	content: " ";
	width: 40%;
	height: 100%;
	background: url("../img/index/frame.png") no-repeat;
	background-position: top left;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	
}

.catchArea .img{
text-align: right;
	width: 100%;
	height: 100%;
	
}
.catchArea .img img {
	width: 90%;
}
.catchArea .ttl{
	width: 100%;
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 12;
}

.catchArea .ttl img{
	width: 100%;
	max-width: 300px;
	height: 100%;
	margin-left: 15px;
}

/*-----------------------
member
-----------------------*/
.member{
	margin-bottom: 0;
}
.member .memberArea{
	padding: 30px 0;
	background: #fafafa;
}
.member .txtArea{
	text-align: justify;
	font-size: 1.6rem;
	line-height: 1.78;
	width: 90%;
	margin: 0 auto 20px;
}
.member .ttlArea{
	text-align: center;
	color: #3C5C84;
	margin-bottom: 30px;
}
.sec-ttl{
	font-size: 2.4rem;
	margin-bottom: 60px;
	position: relative;
	display: inline-block;

}
.sec-ttl::before{
	content: " ";
	width: 80px;
	height: 2px;
	background: #3C5C84;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.member .imgArea{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	padding: 0 12px;
}
.member .imgArea .cnt{
	width: 48%;
	background: #fff;
	height: auto;
	min-height: 0;
	 border-top-left-radius: 5px;
  border-top-right-radius: 5px;
	overflow: hidden;
}

.member .imgArea .cnt:hover{
	opacity: .5;
}
.member .imgArea .cnt:nth-child(1),.member .imgArea .cnt:nth-child(2),.member .imgArea .cnt:nth-child(3),.member .imgArea .cnt:nth-child(4),.member .imgArea .cnt:nth-child(5),.member .imgArea .cnt:nth-child(6){
	margin-bottom: 30px;;
}

.memberArea .memberArea div .img img{
	width: 100%;
}
.member .imgArea .cnt div{
	padding:5%;
	color: #3C5C84;
}

.member .imgArea .cnt div p:first-child{
	margin-bottom: 10px;
	font-weight: 700;
}
	.member .imgArea .cnt div .ttl{
		text-align: justify;
		letter-spacing: .008em;
	}
.member .imgArea .cnt div .txt{
		font-size: 1.4rem
	}
	
/*-----------------------
feature
-----------------------*/
.feature{
	margin-bottom: 90px;
}
.feature .featureArea{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.feature .featureArea .imgArea{
	border-radius: 5px;
	overflow: hidden;
}
.feature .featureArea .cnt{
	width: 100%;
}

.feature .featureArea .txtArea{
	padding: 0;
	color: #3C5C84;
	width: 90%;
	margin: 0 auto;
}

.feature .featureArea .txtArea .h2-style{
	font-size: 2.4rem;
    margin-bottom: 5px;
	margin-top: 25px;
	font-weight: 400;
}
.feature .featureArea .txtArea p{
	font-size: 1.6rem;
	line-height: 1.5;
    margin-bottom: 30px;
}
/*-----------------------
btn
-----------------------*/
.btn{
	font-size: 1.6rem;
	position: relative;
	display: inline-block;
	text-align: right;
	margin-right: 60px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	position: absolute;
	right: 0;
}
.btn::before{
	content: " ";
	width: 100%;
	height: 1px;
	background:  #3C5C84;
	position: absolute;
	left: 0;
	bottom: -5px;
}
.btn:hover{
	color: #081337;
}
.btn_arrow{
	width: 40px;
    height: 40px;
    background: #3C5C84;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translate(-50%,-50%);
    -webki-transform: translate(-50%,-50%);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.btn_arrow::before{
	content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.btn_arrow::after{
	content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 12px;
    height: 2px;
    background: #fff;
}

.btn:hover .btn_arrow{
	background: #081337;
	right: -80px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
/*-----------------------
sliderArea
-----------------------*/
.sliderArea{
	width: 100%;
	height:25vh;
	overflow: hidden;
	margin-bottom: 40px;
	background: url("../img/index/gallary04.jpg");
	  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
	position: relative;
}
.sliderArea::before{
	content: " ";
	width: 30%;
	height: 100%;
	background: url("../img/index/frame.png") no-repeat;
	background-position: top left;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
/*-----------------------
region
-----------------------*/
.region{
	margin-bottom: 60px;
}
.region .regionArea{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.region .regionArea .imgArea{
	border-radius: 5px;
	overflow: hidden;
}
.region .regionArea .cnt{
	width: 100%;
}

.region .regionArea .txtArea{
	padding: 0;
	color: #3C5C84;
	width: 90%;
	margin: 0 auto;
}

.region .regionArea .txtArea .h2-style{
	font-size: 2.4rem;
    margin-bottom: 5px;
	margin-top: 25px;
	font-weight: 400;
}
.region .regionArea .txtArea p{
	font-size: 1.6rem;
	line-height: 1.5;
    margin-bottom: 30px;
}
/*-----------------------
bnr-sec
-----------------------*/

.bnr-sec{
	padding: 30px 5%;
	background: #F1F3F7;
	margin-bottom: 20px;
}

.bnr-img {
	position: relative;
	display: block;
}
.bnr-img::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(60,92,132,.5);
	background-position: top left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.bnr-img:hover::before{
	background: rgba(60,92,132,.3);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.bnr-img:first-child{
	margin-bottom: 30px;
}

.bnr-img span{
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(-5%,-50%);
	-webkit-transform: translate(-5%,-50%);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	z-index: 2;
	letter-spacing: 0.08em;
}
	

/*-----------------------
gallery-intro
-----------------------*/
.gallery-intro .txtArea{
	text-align: justify;
	font-size: 1.6rem;
	line-height: 1.78;
	width: 90%;
	margin: 0 auto ;
	position: relative;
}
.g_btnArea{
	width: 100%;
	max-width: 100%;
    margin: 44px auto 60px;
}
	.g_btnArea .btn{
		margin-right: 60px;
	}
/*-----------------------
gallary-sec
-----------------------*/
#gallary{
	padding-top: 20px;
	width: 90%;
	margin: 0 auto 60px;
	padding-bottom: 60px;
	}
.gallary-sec{
	background: #fff;
	width: 100%;
	height: 100%;
	padding-bottom: 0;
}
#lightgallery{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}

#lightgallery a{
	text-decoration: none;
	width: 49%;
/*	max-width: 300px;*/
	margin: 0;
	padding: 0;
		transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#lightgallery a:hover{
	opacity: .5;
		transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#lightgallery a:nth-child(1),#lightgallery a:nth-child(2),#lightgallery a:nth-child(3){
margin-bottom: 2%;
}
#lightgallery a:nth-child(2),#lightgallery a:nth-child(5){
position: relative;
top:0;
}
#lightgallery img{
	width: 100%;
}	
/*スライダー*/
/*
.sliderArea{
	width: 100%;
	height:100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.slide {
  position: relative;
  width: 100%;
  height: 30vh;
  overflow: hidden;
}
.slide::before{
	display: none;
}
.slide-image:nth-child(1) {
  background-image: url("../img/index/slide-img01.jpg");
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
   background-image: url("../img/index/slide-img02.jpg");
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  background-image: url("../img/index/slide-img03.jpg");
  animation-delay: 14s;
}
*/
}